From b92968b1180f55c06ad5887d2f6d7c1b60e3fa20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 02:44:40 +0000 Subject: [PATCH] Bump @playwright/test from 1.54.1 to 1.55.1 in /prototypes/basic Bumps [@playwright/test](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/test" dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prototypes/basic/package-lock.json | 24 ++++++++++++------------ prototypes/basic/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/prototypes/basic/package-lock.json b/prototypes/basic/package-lock.json index 4b935a5..b0ab67a 100644 --- a/prototypes/basic/package-lock.json +++ b/prototypes/basic/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@flydotio/dockerfile": "^0.7.10", - "@playwright/test": "^1.54.1" + "@playwright/test": "^1.55.1" } }, "../../lib/importer": { @@ -474,13 +474,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.54.1.tgz", - "integrity": "sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==", + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.55.1.tgz", + "integrity": "sha512-IVAh/nOJaw6W9g+RJVlIQJ6gSiER+ae6mKQ5CX1bERzQgbC1VSeBlwdvczT7pxb0GWiyrxH4TGKbMfDb4Sq/ig==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.54.1" + "playwright": "1.55.1" }, "bin": { "playwright": "cli.js" @@ -4963,12 +4963,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.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz", + "integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.54.1" + "playwright-core": "1.55.1" }, "bin": { "playwright": "cli.js" @@ -4981,9 +4981,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==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/prototypes/basic/package.json b/prototypes/basic/package.json index d403230..361d9a5 100644 --- a/prototypes/basic/package.json +++ b/prototypes/basic/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@flydotio/dockerfile": "^0.7.10", - "@playwright/test": "^1.54.1" + "@playwright/test": "^1.55.1" }, "overrides": { "sass": "1.77.6"