diff --git a/package-lock.json b/package-lock.json index e8b4d4c7..14ad3d6f 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.4", - "playwright": "1.59.1", + "playwright": "1.60.0", "preact": "10.29.1", "publint": "0.3.20", "react": "19.2.6", @@ -6097,13 +6097,13 @@ "license": "MIT" }, "node_modules/playwright": { - "version": "1.59.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz", - "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==", + "version": "1.60.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.60.0.tgz", + "integrity": "sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.59.1" + "playwright-core": "1.60.0" }, "bin": { "playwright": "cli.js" @@ -6116,9 +6116,9 @@ } }, "node_modules/playwright-core": { - "version": "1.59.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz", - "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==", + "version": "1.60.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0.tgz", + "integrity": "sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 2ce5e68a..456801de 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "globals": "17.6.0", "husky": "9.1.7", "lint-staged": "17.0.4", - "playwright": "1.59.1", + "playwright": "1.60.0", "preact": "10.29.1", "publint": "0.3.20", "react": "19.2.6",