From dc467382ce6658389f0f7e409a2bc832b4109baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 22:38:13 +0000 Subject: [PATCH] Build(deps-dev): bump playwright from 1.53.0 to 1.54.0 Bumps [playwright](https://github.com/microsoft/playwright) from 1.53.0 to 1.54.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.53.0...v1.54.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.54.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 690d19aa..5a384b8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-unicorn": "^48.0.1", "fflate": "^0.8.2", "mocha": "^11.2.2", - "playwright": "^1.53.0", + "playwright": "^1.54.0", "rollup": "^4.40.2", "sinon": "^20.0.0", "ts-node": "^10.9.2", @@ -9805,13 +9805,13 @@ "license": "MIT" }, "node_modules/playwright": { - "version": "1.53.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.0.tgz", - "integrity": "sha512-ghGNnIEYZC4E+YtclRn4/p6oYbdPiASELBIYkBXfaTVKreQUYbMUYQDwS12a8F0/HtIjr/CkGjtwABeFPGcS4Q==", + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.0.tgz", + "integrity": "sha512-y9yzHmXRwEUOpghM7XGcA38GjWuTOUMaTIcm/5rHcYVjh5MSp9qQMRRMc/+p1cx+csoPnX4wkxAF61v5VKirxg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.53.0" + "playwright-core": "1.54.0" }, "bin": { "playwright": "cli.js" @@ -9824,9 +9824,9 @@ } }, "node_modules/playwright-core": { - "version": "1.53.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.0.tgz", - "integrity": "sha512-mGLg8m0pm4+mmtB7M89Xw/GSqoNC+twivl8ITteqvAndachozYe2ZA7srU6uleV1vEdAHYqjq+SV8SNxRRFYBw==", + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.0.tgz", + "integrity": "sha512-uiWpWaJh3R3etpJ0QrpligEMl62Dk1iSAB6NUXylvmQz+e3eipXHDHvOvydDAssb5Oqo0E818qdn0L9GcJSTyA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index bcbdb707..2673a8a6 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "eslint-plugin-unicorn": "^48.0.1", "fflate": "^0.8.2", "mocha": "^11.2.2", - "playwright": "^1.53.0", + "playwright": "^1.54.0", "rollup": "^4.40.2", "sinon": "^20.0.0", "ts-node": "^10.9.2",