From 2a722962f1faefb10ce06033c690cb159d5925ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:37:26 -0500 Subject: [PATCH] Bump playwright from 1.58.0 to 1.58.1 (#3232) Bumps [playwright](https://github.com/microsoft/playwright) from 1.58.0 to 1.58.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.58.0...v1.58.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.58.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b1215211e..2560f4893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cbor-js": "0.1.0", "ci-info": "^4.4.0", "d3": "^7.9.0", - "playwright": "^1.58.0", + "playwright": "^1.58.1", "python": "^0.0.4", "query-command-supported": "1.0.0", "sass-embedded": "^1.97.3", @@ -9730,12 +9730,12 @@ } }, "node_modules/playwright": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.0.tgz", - "integrity": "sha512-2SVA0sbPktiIY/MCOPX8e86ehA/e+tDNq+e5Y8qjKYti2Z/JG7xnronT/TXTIkKbYGWlCbuucZ6dziEgkoEjQQ==", + "version": "1.58.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.1.tgz", + "integrity": "sha512-+2uTZHxSCcxjvGc5C891LrS1/NlxglGxzrC4seZiVjcYVQfUa87wBL6rTDqzGjuoWNjnBzRqKmF6zRYGMvQUaQ==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.58.0" + "playwright-core": "1.58.1" }, "bin": { "playwright": "cli.js" @@ -9748,9 +9748,9 @@ } }, "node_modules/playwright-core": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.0.tgz", - "integrity": "sha512-aaoB1RWrdNi3//rOeKuMiS65UCcgOVljU46At6eFcOFPFHWtd2weHRRow6z/n+Lec0Lvu0k9ZPKJSjPugikirw==", + "version": "1.58.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.1.tgz", + "integrity": "sha512-bcWzOaTxcW+VOOGBCQgnaKToLJ65d6AqfLVKEWvexyS3AS6rbXl+xdpYRMGSRBClPvyj44njOWoxjNdL/H9UNg==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 979cc6430..15276b065 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "cbor-js": "0.1.0", "ci-info": "^4.4.0", "d3": "^7.9.0", - "playwright": "^1.58.0", + "playwright": "^1.58.1", "python": "^0.0.4", "query-command-supported": "1.0.0", "sass-embedded": "^1.97.3",