From cd67f16534c61bae413ca0177e01b90b7d31a174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 01:39:51 +0000 Subject: [PATCH] Bump playwright from 1.54.1 to 1.55.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.54.1 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.54.1...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++--------------- package.json | 2 +- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b003f1..98be5a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@axe-core/cli": "4.10.2", "astro": "5.12.9", "netlify-plugin-playwright-cache": "^0.0.1", - "playwright": "^1.54.1", + "playwright": "^1.55.1", "prettier": "3.6.2", "prettier-plugin-astro": "0.14.1", "start-server-and-test": "^2.0.13", @@ -48,13 +48,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@astrojs/internal-helpers": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.6.1.tgz", - "integrity": "sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==", - "dev": true, - "license": "MIT" - }, "node_modules/@astrojs/language-server": { "version": "2.15.4", "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.15.4.tgz", @@ -6023,13 +6016,13 @@ } }, "node_modules/playwright": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz", - "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==", + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz", + "integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.54.1" + "playwright-core": "1.55.1" }, "bin": { "playwright": "cli.js" @@ -6042,9 +6035,9 @@ } }, "node_modules/playwright-core": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz", - "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==", + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz", + "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index f590dfa..f378b46 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@axe-core/cli": "4.10.2", "astro": "5.12.9", "netlify-plugin-playwright-cache": "^0.0.1", - "playwright": "^1.54.1", + "playwright": "^1.55.1", "prettier": "3.6.2", "prettier-plugin-astro": "0.14.1", "start-server-and-test": "^2.0.13",