diff --git a/package-lock.json b/package-lock.json index 1167a89..a887d11 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.0", "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.0", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.62.0.tgz", + "integrity": "sha512-zigjm5a+G5PUky+O9XMnZDhHFD+SqVgdp0Kki4mU2/vtAmSGJTpl2AiumLknu5485gQLIA8PjF6VPDIALkUQlg==", "devOptional": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.61.0" + "playwright-core": "1.62.0" }, "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.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.0.tgz", + "integrity": "sha512-nsNRyq0r2zsG8AcRHWknc9QRA5XCueC7gWMrs+Gx2tlZn9hcl8zudfh00lhJPY1DE7NmZ6bDsT9g2yey8mXljA==", "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..fe21a17 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.0", "prettier": "^3.8.3", "prettier-plugin-slidev": "^1.0.5", "typescript-eslint": "^8.61.1"