diff --git a/package-lock.json b/package-lock.json index 1167a89..dd6ac22 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.61.1", "prettier": "^3.8.3", "prettier-plugin-slidev": "^1.0.5", "typescript-eslint": "^8.61.1" @@ -9764,14 +9764,14 @@ "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.61.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.61.1.tgz", + "integrity": "sha512-YK3K8JakUv5Hq5WjY6oU/XwuD/041s9XVtoTKTrZHYRY72DOAsni/iXye7iBS8lgYWUZENt/6tBnpmhaSg72ug==", "devOptional": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.61.0" + "playwright-core": "1.61.1" }, "bin": { "playwright": "cli.js" @@ -9781,9 +9781,9 @@ } }, "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.61.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz", + "integrity": "sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 423c576..696fbf0 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.61.1", "prettier": "^3.8.3", "prettier-plugin-slidev": "^1.0.5", "typescript-eslint": "^8.61.1"