From af6b83d2fdaa822a85aefd97184a08b06e76264e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:14:02 +0000 Subject: [PATCH] chore(deps-dev): bump playwright-chromium from 1.61.0 to 1.62.1 Bumps [playwright-chromium](https://github.com/microsoft/playwright) from 1.61.0 to 1.62.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.61.0...v1.62.1) --- updated-dependencies: - dependency-name: playwright-chromium dependency-version: 1.62.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1167a89..5238721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@evilmartians/lefthook": "^2.1.6", "eslint": "^10.3.0", "eslint-plugin-vue": "^10.9.1", - "playwright-chromium": "^1.61.0", + "playwright-chromium": "^1.62.1", "prettier": "^3.8.3", "prettier-plugin-slidev": "^1.0.5", "typescript-eslint": "^8.61.1" @@ -9764,33 +9764,33 @@ "license": "MIT" }, "node_modules/playwright-chromium": { - "version": "1.61.0", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.61.0.tgz", - "integrity": "sha512-7gZbsqqLT4WSeK/DUrsAFFvPdzP3Bh3kn9sK+YLZ9Q2e6CB+vd0TeqHvmkPQKK2IyXhPNGx5DV0YbEP6sTFBHA==", + "version": "1.62.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.62.1.tgz", + "integrity": "sha512-yRMzeViD44qD1ZVMNupp82NJQNjumZ02W5r7+DmtD5+7aP9+v66a0PsAk63ewpVDH1GxMf/J/mO+TS1sTaK29w==", "devOptional": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.61.0" + "playwright-core": "1.62.1" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=18" + "node": ">=20" } }, "node_modules/playwright-core": { - "version": "1.61.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.0.tgz", - "integrity": "sha512-caX7TrY3Ml6egyDX0WUcTHDxodl/b51y5wJOdCEA36QviK/s2g081hvmGs8eaE3DWb6NYZQ6BjO/QkNRPenoPA==", + "version": "1.62.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz", + "integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==", "devOptional": true, "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, "engines": { - "node": ">=18" + "node": ">=20" } }, "node_modules/points-on-curve": { diff --git a/package.json b/package.json index 423c576..18e3155 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@evilmartians/lefthook": "^2.1.6", "eslint": "^10.3.0", "eslint-plugin-vue": "^10.9.1", - "playwright-chromium": "^1.61.0", + "playwright-chromium": "^1.62.1", "prettier": "^3.8.3", "prettier-plugin-slidev": "^1.0.5", "typescript-eslint": "^8.61.1"