From 63befd58f9bc5c30c39e2ba84e6bc62b8aa7f5cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:33:21 -0400 Subject: [PATCH] Bump playwright from 1.54.2 to 1.55.0 (#2851) Bumps [playwright](https://github.com/microsoft/playwright) from 1.54.2 to 1.55.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.54.2...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 53af0a90c..156191877 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "gulp-merge": "^0.1.1", "jquery": "3.7.1", "morphdom": "^2.7.7", - "playwright": "^1.54.2", + "playwright": "^1.55.0", "python": "^0.0.4", "query-command-supported": "1.0.0", "sass-embedded": "^1.90.0", @@ -12496,12 +12496,12 @@ } }, "node_modules/playwright": { - "version": "1.54.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.2.tgz", - "integrity": "sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==", + "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.2" + "playwright-core": "1.55.0" }, "bin": { "playwright": "cli.js" @@ -12514,9 +12514,9 @@ } }, "node_modules/playwright-core": { - "version": "1.54.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.2.tgz", - "integrity": "sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==", + "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/package.json b/package.json index 6db29807f..1c68f5d52 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gulp-merge": "^0.1.1", "jquery": "3.7.1", "morphdom": "^2.7.7", - "playwright": "^1.54.2", + "playwright": "^1.55.0", "python": "^0.0.4", "query-command-supported": "1.0.0", "sass-embedded": "^1.90.0",