From b63eade2b60e6a813a75bc9b40fc802d3918a953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:30:46 +0000 Subject: [PATCH] Bump @playwright/test from 1.54.0 to 1.54.1 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.54.0 to 1.54.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.54.0...v1.54.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.54.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index d790aaa3fb..a41739709d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@eslint/js": "^9.5.0", - "@playwright/test": "^1.54.0", + "@playwright/test": "^1.54.1", "eslint": "^9.30.1", "globals": "^16.3.0", "js-beautify": "^1.15.4", @@ -685,13 +685,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.54.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.54.0.tgz", - "integrity": "sha512-6Mnd5daQmLivaLu5kxUg6FxPtXY4sXsS5SUwKjWNy4ISe4pKraNHoFxcsaTFiNUULbjy0Vlb5HT86QuM0Jy1pQ==", + "version": "1.54.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.54.1.tgz", + "integrity": "sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.54.0" + "playwright": "1.54.1" }, "bin": { "playwright": "cli.js" @@ -2043,13 +2043,13 @@ } }, "node_modules/playwright": { - "version": "1.54.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.0.tgz", - "integrity": "sha512-y9yzHmXRwEUOpghM7XGcA38GjWuTOUMaTIcm/5rHcYVjh5MSp9qQMRRMc/+p1cx+csoPnX4wkxAF61v5VKirxg==", + "version": "1.54.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz", + "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.54.0" + "playwright-core": "1.54.1" }, "bin": { "playwright": "cli.js" @@ -2062,9 +2062,9 @@ } }, "node_modules/playwright-core": { - "version": "1.54.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.0.tgz", - "integrity": "sha512-uiWpWaJh3R3etpJ0QrpligEMl62Dk1iSAB6NUXylvmQz+e3eipXHDHvOvydDAssb5Oqo0E818qdn0L9GcJSTyA==", + "version": "1.54.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz", + "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index bbb5233ed8..69c7acb17f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/metacpan/metacpanweb#readme", "devDependencies": { "@eslint/js": "^9.5.0", - "@playwright/test": "^1.54.0", + "@playwright/test": "^1.54.1", "eslint": "^9.30.1", "globals": "^16.3.0", "js-beautify": "^1.15.4",