From 7292e88d6cd36b4591a66277421a3500d84f9fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:13:11 +0000 Subject: [PATCH] Bump playwright from 1.54.1 to 1.55.0 in /prototypes/basic Bumps [playwright](https://github.com/microsoft/playwright) from 1.54.1 to 1.55.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.54.1...v1.55.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prototypes/basic/package-lock.json | 48 +++++++++++++++++++++++++----- prototypes/basic/package.json | 2 +- 2 files changed, 41 insertions(+), 9 deletions(-) diff --git a/prototypes/basic/package-lock.json b/prototypes/basic/package-lock.json index 4b935a5..5ca8c4a 100644 --- a/prototypes/basic/package-lock.json +++ b/prototypes/basic/package-lock.json @@ -9,7 +9,7 @@ "@register-dynamics/importer": "file:../../lib/importer", "govuk-frontend": "5.11.2", "govuk-prototype-kit": "13.18.0", - "playwright": "^1.54.1" + "playwright": "^1.55.0" }, "devDependencies": { "@flydotio/dockerfile": "^0.7.10", @@ -489,6 +489,38 @@ "node": ">=18" } }, + "node_modules/@playwright/test/node_modules/playwright": { + "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.1" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "fsevents": "2.3.2" + } + }, + "node_modules/@playwright/test/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==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@register-dynamics/importer": { "resolved": "../../lib/importer", "link": true @@ -4963,12 +4995,12 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.0.tgz", + "integrity": "sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.54.1" + "playwright-core": "1.55.0" }, "bin": { "playwright": "cli.js" @@ -4981,9 +5013,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.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0.tgz", + "integrity": "sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/prototypes/basic/package.json b/prototypes/basic/package.json index d403230..fa8692c 100644 --- a/prototypes/basic/package.json +++ b/prototypes/basic/package.json @@ -10,7 +10,7 @@ "@register-dynamics/importer": "file:../../lib/importer", "govuk-frontend": "5.11.2", "govuk-prototype-kit": "13.18.0", - "playwright": "^1.54.1" + "playwright": "^1.55.0" }, "devDependencies": { "@flydotio/dockerfile": "^0.7.10",