diff --git a/package-lock.json b/package-lock.json index f19d5fd1..75cc3d12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "globals": "17.6.0", "husky": "9.1.7", "lint-staged": "17.0.7", - "playwright": "1.60.0", + "playwright": "1.61.0", "preact": "10.29.2", "publint": "0.3.21", "react": "19.2.7", @@ -6620,13 +6620,13 @@ "license": "MIT" }, "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.61.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.0.tgz", + "integrity": "sha512-Z+7BeeqQPRRzklHsVFP4KTGIyMxKUmfeRA4WisM6G3/XW6nwGeX6fX9qYaDa+CiUqpOkb2f6X3nar05R3kSuJQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.60.0" + "playwright-core": "1.61.0" }, "bin": { "playwright": "cli.js" @@ -6639,9 +6639,9 @@ } }, "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.61.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.0.tgz", + "integrity": "sha512-caX7TrY3Ml6egyDX0WUcTHDxodl/b51y5wJOdCEA36QviK/s2g081hvmGs8eaE3DWb6NYZQ6BjO/QkNRPenoPA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 7574736c..310624c4 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "globals": "17.6.0", "husky": "9.1.7", "lint-staged": "17.0.7", - "playwright": "1.60.0", + "playwright": "1.61.0", "preact": "10.29.2", "publint": "0.3.21", "react": "19.2.7",