From bc38fbe07632888fd7709086312d03582ea56a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:59:31 +0000 Subject: [PATCH] chore(deps-dev): bump playwright from 1.49.1 to 1.55.1 in /tests Bumps [playwright](https://github.com/microsoft/playwright) from 1.49.1 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.1...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tests/package-lock.json | 16 ++++++++-------- tests/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/package-lock.json b/tests/package-lock.json index 310b633fc..8e255cc8a 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -14,7 +14,7 @@ "jest": "^29.7.0", "jest-image-snapshot": "^6.4.0", "jest-playwright-preset": "^4.0.0", - "playwright": "^1.49.1", + "playwright": "^1.55.1", "start-server-and-test": "^2.0.9", "ts-jest": "^29.2.5", "typescript": "^5.7.3" @@ -4333,13 +4333,13 @@ } }, "node_modules/playwright": { - "version": "1.49.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz", - "integrity": "sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==", + "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.49.1" + "playwright-core": "1.55.1" }, "bin": { "playwright": "cli.js" @@ -4352,9 +4352,9 @@ } }, "node_modules/playwright-core": { - "version": "1.49.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz", - "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==", + "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/tests/package.json b/tests/package.json index c1378a861..b08c40c1d 100644 --- a/tests/package.json +++ b/tests/package.json @@ -15,7 +15,7 @@ "jest": "^29.7.0", "jest-image-snapshot": "^6.4.0", "jest-playwright-preset": "^4.0.0", - "playwright": "^1.49.1", + "playwright": "^1.55.1", "start-server-and-test": "^2.0.9", "ts-jest": "^29.2.5", "typescript": "^5.7.3"