From d3c10f5ec11307e813e0222c69a2ee9229311e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 09:15:32 +0000 Subject: [PATCH] Bump @playwright/test from 1.60.0 to 1.62.1 in /apps/pocket-dj Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.60.0 to 1.62.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.60.0...v1.62.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.62.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/pocket-dj/package-lock.json | 30 +++++++++++++++--------------- apps/pocket-dj/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/apps/pocket-dj/package-lock.json b/apps/pocket-dj/package-lock.json index 3676308..9462d7a 100644 --- a/apps/pocket-dj/package-lock.json +++ b/apps/pocket-dj/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "UNLICENSED", "devDependencies": { - "@playwright/test": "^1.52.0", + "@playwright/test": "^1.62.1", "@types/node": "^25.0.0", "bestzip": "^2.2.1", "eslint": "^9.28.0", @@ -404,19 +404,19 @@ } }, "node_modules/@playwright/test": { - "version": "1.60.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0.tgz", - "integrity": "sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==", + "version": "1.62.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.62.1.tgz", + "integrity": "sha512-DTcUc8qii+cpHvtOwggMtBRMjKZHXYWdw8syRYu2vtzuq4Wxphqq4NfCs5Zt44L6mA8rfDfj+PHnxFc/FeK6mQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.60.0" + "playwright": "1.62.1" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=18" + "node": ">=20" } }, "node_modules/@types/estree": { @@ -1934,35 +1934,35 @@ } }, "node_modules/playwright": { - "version": "1.60.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.60.0.tgz", - "integrity": "sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==", + "version": "1.62.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.62.1.tgz", + "integrity": "sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.60.0" + "playwright-core": "1.62.1" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=18" + "node": ">=20" }, "optionalDependencies": { "fsevents": "2.3.2" } }, "node_modules/playwright-core": { - "version": "1.60.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0.tgz", - "integrity": "sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==", + "version": "1.62.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz", + "integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==", "dev": true, "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, "engines": { - "node": ">=18" + "node": ">=20" } }, "node_modules/prelude-ls": { diff --git a/apps/pocket-dj/package.json b/apps/pocket-dj/package.json index 865c48a..0ce5978 100644 --- a/apps/pocket-dj/package.json +++ b/apps/pocket-dj/package.json @@ -36,7 +36,7 @@ "verify": "npm run test:scheduler && npm run lint && npm run typecheck && npm run format:check && npm run report:size && npm run verify:single-file && npm run test:e2e && npm run test:cross-browser && npm run package:itch" }, "devDependencies": { - "@playwright/test": "^1.52.0", + "@playwright/test": "^1.62.1", "@types/node": "^25.0.0", "bestzip": "^2.2.1", "eslint": "^9.28.0",