From d182651928c954e4cf835614ba2c3c4982c30cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 02:44:36 +0000 Subject: [PATCH] chore(deps): bump @playwright/test from 1.56.0 to 1.56.1 in /intaste-ui Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.56.0 to 1.56.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.56.0...v1.56.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.56.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- intaste-ui/package-lock.json | 24 ++++++++++++------------ intaste-ui/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/intaste-ui/package-lock.json b/intaste-ui/package-lock.json index 399edf2..bb4eba2 100644 --- a/intaste-ui/package-lock.json +++ b/intaste-ui/package-lock.json @@ -22,7 +22,7 @@ "zustand": "^5.0.8" }, "devDependencies": { - "@playwright/test": "^1.55.1", + "@playwright/test": "^1.56.1", "@tailwindcss/postcss": "^4.1.14", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", @@ -1987,13 +1987,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.56.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.0.tgz", - "integrity": "sha512-Tzh95Twig7hUwwNe381/K3PggZBZblKUe2wv25oIpzWLr6Z0m4KgV1ZVIjnR6GM9ANEqjZD7XsZEa6JL/7YEgg==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.1.tgz", + "integrity": "sha512-vSMYtL/zOcFpvJCW71Q/OEGQb7KYBPAdKh35WNSkaZA75JlAO8ED8UN6GUNTm3drWomcbcqRPFqQbLae8yBTdg==", "devOptional": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.56.0" + "playwright": "1.56.1" }, "bin": { "playwright": "cli.js" @@ -7827,13 +7827,13 @@ } }, "node_modules/playwright": { - "version": "1.56.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.0.tgz", - "integrity": "sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz", + "integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==", "devOptional": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.56.0" + "playwright-core": "1.56.1" }, "bin": { "playwright": "cli.js" @@ -7846,9 +7846,9 @@ } }, "node_modules/playwright-core": { - "version": "1.56.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.0.tgz", - "integrity": "sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz", + "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/intaste-ui/package.json b/intaste-ui/package.json index 5d86cd2..ace2eda 100644 --- a/intaste-ui/package.json +++ b/intaste-ui/package.json @@ -31,7 +31,7 @@ "zustand": "^5.0.8" }, "devDependencies": { - "@playwright/test": "^1.55.1", + "@playwright/test": "^1.56.1", "@tailwindcss/postcss": "^4.1.14", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0",