From 3622b13d17ed0fda5249ebb42a5761ff883be240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:00:30 +0000 Subject: [PATCH] Bump playwright and @playwright/test Bumps [playwright](https://github.com/microsoft/playwright) to 1.56.1 and updates ancestor dependency @playwright/test. These dependencies need to be updated together. Updates `playwright` from 1.54.1 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.54.1...v1.56.1) Updates `@playwright/test` from 1.54.1 to 1.56.1 --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 dependency-type: indirect - dependency-name: "@playwright/test" dependency-version: 1.56.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 535d311..a0cf978 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,14 +22,14 @@ "@types/node": "^22.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", - "@vitejs/plugin-react": "latest", - "@vitest/coverage-v8": "latest", - "@vitest/ui": "latest", + "@vitejs/plugin-react": "*", + "@vitest/coverage-v8": "*", + "@vitest/ui": "*", "canvas": "^3.0.0", "dts-bundle-generator": "^9.0.0", "feather-icons": "^4.29.2", "gh-pages": "^6.0.0", - "jsdom": "latest", + "jsdom": "*", "leaflet": "^1.8.0", "prettier": "^3.0.0", "react": "^19.0.0", @@ -37,8 +37,8 @@ "react-feather": "^2.0.10", "tslib": "^2.5.0", "typescript": "^5.3.2", - "vite": "latest", - "vitest": "latest" + "vite": "*", + "vitest": "*" }, "peerDependencies": { "@linkurious/ogma": "^5.1.0", @@ -1571,13 +1571,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.54.1", - "resolved": "https://nexus3.linkurious.net/repository/npm/@playwright/test/-/test-1.54.1.tgz", - "integrity": "sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.1.tgz", + "integrity": "sha512-vSMYtL/zOcFpvJCW71Q/OEGQb7KYBPAdKh35WNSkaZA75JlAO8ED8UN6GUNTm3drWomcbcqRPFqQbLae8yBTdg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.54.1" + "playwright": "1.56.1" }, "bin": { "playwright": "cli.js" @@ -6828,13 +6828,13 @@ } }, "node_modules/playwright": { - "version": "1.54.1", - "resolved": "https://nexus3.linkurious.net/repository/npm/playwright/-/playwright-1.54.1.tgz", - "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz", + "integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.54.1" + "playwright-core": "1.56.1" }, "bin": { "playwright": "cli.js" @@ -6847,9 +6847,9 @@ } }, "node_modules/playwright-core": { - "version": "1.54.1", - "resolved": "https://nexus3.linkurious.net/repository/npm/playwright-core/-/playwright-core-1.54.1.tgz", - "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz", + "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==", "dev": true, "license": "Apache-2.0", "bin": { @@ -6861,7 +6861,7 @@ }, "node_modules/playwright/node_modules/fsevents": { "version": "2.3.2", - "resolved": "https://nexus3.linkurious.net/repository/npm/fsevents/-/fsevents-2.3.2.tgz", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "dev": true, "hasInstallScript": true, @@ -9276,4 +9276,4 @@ } } } -} \ No newline at end of file +}