From 46db6fbdccef42b682ac957d168e9c9448cf5e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:58:06 +0000 Subject: [PATCH] build(deps-dev): bump playwright and @playwright/test in /code Bumps [playwright](https://github.com/microsoft/playwright) and [@playwright/test](https://github.com/microsoft/playwright). These dependencies needed to be updated together. Updates `playwright` from 1.50.1 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.50.1...v1.56.1) Updates `@playwright/test` from 1.50.1 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.50.1...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 dependency-type: direct:development - dependency-name: "@playwright/test" dependency-version: 1.56.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- code/package-lock.json | 26 +++++++++++++------------- code/package.json | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/code/package-lock.json b/code/package-lock.json index f3b8b8b22..0fe0ad835 100644 --- a/code/package-lock.json +++ b/code/package-lock.json @@ -49,7 +49,7 @@ "wellknown": "^0.5.0" }, "devDependencies": { - "@playwright/test": "^1.50.1", + "@playwright/test": "^1.56.1", "@types/node": "^18.16.12", "chokidar-cli": "^3.0.0", "dotenv": "^16.4.7", @@ -58,7 +58,7 @@ "karma-chrome-launcher": "^3.1.1", "karma-cljs-test": "^0.1.0", "mockdate": "^3.0.5", - "playwright": "^1.50.1", + "playwright": "^1.56.1", "shadow-cljs": "^2.17.8", "source-map-support": "^0.5.21" } @@ -730,13 +730,13 @@ "license": "MIT" }, "node_modules/@playwright/test": { - "version": "1.50.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.50.1.tgz", - "integrity": "sha512-Jii3aBg+CEDpgnuDxEp/h7BimHcUTDlpEtce89xEumlJ5ef2hqepZ+PWp1DDpYC/VO9fmWVI1IlEaoI5fK9FXQ==", + "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.50.1" + "playwright": "1.56.1" }, "bin": { "playwright": "cli.js" @@ -4101,13 +4101,13 @@ } }, "node_modules/playwright": { - "version": "1.50.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.1.tgz", - "integrity": "sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==", + "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.50.1" + "playwright-core": "1.56.1" }, "bin": { "playwright": "cli.js" @@ -4120,9 +4120,9 @@ } }, "node_modules/playwright-core": { - "version": "1.50.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.1.tgz", - "integrity": "sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==", + "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": { diff --git a/code/package.json b/code/package.json index 3bc400890..fd2ad151f 100644 --- a/code/package.json +++ b/code/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/nuvla/ui", "devDependencies": { - "@playwright/test": "^1.50.1", + "@playwright/test": "^1.56.1", "@types/node": "^18.16.12", "chokidar-cli": "^3.0.0", "dotenv": "^16.4.7", @@ -38,7 +38,7 @@ "karma-chrome-launcher": "^3.1.1", "karma-cljs-test": "^0.1.0", "mockdate": "^3.0.5", - "playwright": "^1.50.1", + "playwright": "^1.56.1", "shadow-cljs": "^2.17.8", "source-map-support": "^0.5.21" },