From 570060fe271da096f734235e0bb4c2579f7a8b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:03:03 +0000 Subject: [PATCH] chore(deps-dev): bump playwright from 1.49.1 to 1.55.1 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] --- 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 f970755cbd..5afda56c90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "median": "0.0.2", "mocha": "10.8.2", "ncp": "2.0.0", - "playwright": "1.49.1", + "playwright": "1.55.1", "pouchdb-express-router": "0.0.11", "replace": "1.2.1", "rimraf": "2.7.1", @@ -7117,13 +7117,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" @@ -7136,9 +7136,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/package.json b/package.json index b56b395609..accfecc314 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "median": "0.0.2", "mocha": "10.8.2", "ncp": "2.0.0", - "playwright": "1.49.1", + "playwright": "1.55.1", "pouchdb-express-router": "0.0.11", "replace": "1.2.1", "rimraf": "2.7.1",