From 4981edffb5fd2308a7c1b432d76de68cb471aa18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 04:01:12 +0000 Subject: [PATCH] chore(deps-dev): bump @playwright/test from 1.44.0 to 1.44.1 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.44.0...v1.44.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 0c9dc6a..07b137c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "svelte": "^5.0.0-next.89" }, "devDependencies": { - "@playwright/test": "1.44.0", + "@playwright/test": "1.44.1", "@sveltejs/adapter-auto": "3.2.0", "@sveltejs/kit": "2.5.7", "@sveltejs/package": "2.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d2254f9..2dadbf0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: devDependencies: '@playwright/test': - specifier: 1.44.0 - version: 1.44.0 + specifier: 1.44.1 + version: 1.44.1 '@sveltejs/adapter-auto': specifier: 3.2.0 version: 3.2.0(@sveltejs/kit@2.5.7) @@ -418,12 +418,12 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@playwright/test@1.44.0: - resolution: {integrity: sha512-rNX5lbNidamSUorBhB4XZ9SQTjAqfe5M+p37Z8ic0jPFBMo5iCtQz1kRWkEMg+rYOKSlVycpQmpqjSFq7LXOfg==} + /@playwright/test@1.44.1: + resolution: {integrity: sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==} engines: {node: '>=16'} hasBin: true dependencies: - playwright: 1.44.0 + playwright: 1.44.1 dev: true /@polka/url@1.0.0-next.24: @@ -2151,18 +2151,18 @@ packages: pathe: 1.1.2 dev: true - /playwright-core@1.44.0: - resolution: {integrity: sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==} + /playwright-core@1.44.1: + resolution: {integrity: sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==} engines: {node: '>=16'} hasBin: true dev: true - /playwright@1.44.0: - resolution: {integrity: sha512-F9b3GUCLQ3Nffrfb6dunPOkE5Mh68tR7zN32L4jCk4FjQamgesGay7/dAAe1WaMEGV04DkdJfcJzjoCKygUaRQ==} + /playwright@1.44.1: + resolution: {integrity: sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==} engines: {node: '>=16'} hasBin: true dependencies: - playwright-core: 1.44.0 + playwright-core: 1.44.1 optionalDependencies: fsevents: 2.3.2 dev: true