From f327114aaf2c9baf95386c8ce44b9c928d796906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 03:40:04 +0000 Subject: [PATCH] Bump @playwright/test from 1.57.0 to 1.58.1 in /vue Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.57.0 to 1.58.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.57.0...v1.58.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.58.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package-lock.json | 24 ++++++++++++------------ vue/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/vue/package-lock.json b/vue/package-lock.json index d2ea2bd..390a71e 100644 --- a/vue/package-lock.json +++ b/vue/package-lock.json @@ -34,7 +34,7 @@ "devDependencies": { "@chromatic-com/storybook": "^5.0.0", "@hey-api/openapi-ts": "^0.89.2", - "@playwright/test": "^1.57.0", + "@playwright/test": "^1.58.1", "@storybook/addon-a11y": "^10.2.0", "@storybook/addon-docs": "^10.2.0", "@storybook/addon-onboarding": "^10.2.0", @@ -2641,13 +2641,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.57.0.tgz", - "integrity": "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==", + "version": "1.58.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.1.tgz", + "integrity": "sha512-6LdVIUERWxQMmUSSQi0I53GgCBYgM2RpGngCPY7hSeju+VrKjq3lvs7HpJoPbDiY5QM5EYRtRX5fvrinnMAz3w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.57.0" + "playwright": "1.58.1" }, "bin": { "playwright": "cli.js" @@ -9671,13 +9671,13 @@ } }, "node_modules/playwright": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz", - "integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==", + "version": "1.58.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.1.tgz", + "integrity": "sha512-+2uTZHxSCcxjvGc5C891LrS1/NlxglGxzrC4seZiVjcYVQfUa87wBL6rTDqzGjuoWNjnBzRqKmF6zRYGMvQUaQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.57.0" + "playwright-core": "1.58.1" }, "bin": { "playwright": "cli.js" @@ -9690,9 +9690,9 @@ } }, "node_modules/playwright-core": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz", - "integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==", + "version": "1.58.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.1.tgz", + "integrity": "sha512-bcWzOaTxcW+VOOGBCQgnaKToLJ65d6AqfLVKEWvexyS3AS6rbXl+xdpYRMGSRBClPvyj44njOWoxjNdL/H9UNg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/vue/package.json b/vue/package.json index 4f803a3..ed825c2 100644 --- a/vue/package.json +++ b/vue/package.json @@ -88,7 +88,7 @@ "devDependencies": { "@chromatic-com/storybook": "^5.0.0", "@hey-api/openapi-ts": "^0.89.2", - "@playwright/test": "^1.57.0", + "@playwright/test": "^1.58.1", "@storybook/addon-a11y": "^10.2.0", "@storybook/addon-docs": "^10.2.0", "@storybook/addon-onboarding": "^10.2.0",