diff --git a/package-lock.json b/package-lock.json index de19555d..f0f90246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "globals": "17.12.0", "husky": "9.1.7", "lint-staged": "17.4.1", - "playwright": "1.62.1", + "playwright": "1.63.0", "preact": "10.29.8", "publint": "0.3.24", "react": "19.2.8", @@ -6351,28 +6351,25 @@ "license": "MIT" }, "node_modules/playwright": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.62.1.tgz", - "integrity": "sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg==", + "version": "1.63.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.63.0.tgz", + "integrity": "sha512-+7ziBLidS4NaNCdt57SUDT+wYmmd5fmiQejUic/kb+YsYSCPyOOE9sebzMjNmQrsnNpDJqd4WHvV/8lfKfUDUg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.62.1" + "playwright-core": "1.63.0" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=20" - }, - "optionalDependencies": { - "fsevents": "2.3.2" } }, "node_modules/playwright-core": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz", - "integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==", + "version": "1.63.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.63.0.tgz", + "integrity": "sha512-rYCsBF/M5HjUch52bbtVONEFjv6Xu8sm8h72dNlR5bzIE1fvC/bxgspzkjSfU+MweEMmPM8KJebG6nnyxo5mCg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 7e2d5e30..8cb4c44f 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "globals": "17.12.0", "husky": "9.1.7", "lint-staged": "17.4.1", - "playwright": "1.62.1", + "playwright": "1.63.0", "preact": "10.29.8", "publint": "0.3.24", "react": "19.2.8",