diff --git a/package-lock.json b/package-lock.json index 30f6c241c..279375ec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "markdown-it-anchor": "9.2.0", "mermaid": "11.15.0", "pagefind": "1.5.2", - "playwright": "^1.60.0", + "playwright": "^1.61.0", "yaml": "2.9.0" } }, @@ -1624,13 +1624,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" @@ -1643,9 +1643,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 48434b32c..8859f177a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "markdown-it-anchor": "9.2.0", "mermaid": "11.15.0", "pagefind": "1.5.2", - "playwright": "^1.60.0", + "playwright": "^1.61.0", "yaml": "2.9.0" } }