diff --git a/docs/package-lock.json b/docs/package-lock.json index 017401899..a3707649a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@astrojs/check": "^0.9.0", - "@playwright/test": "^1.47.0", + "@playwright/test": "^1.60.0", "typescript": "^6.0.3" } }, @@ -1403,11 +1403,13 @@ ] }, "node_modules/@playwright/test": { - "version": "1.59.1", + "version": "1.60.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0.tgz", + "integrity": "sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.59.1" + "playwright": "1.60.0" }, "bin": { "playwright": "cli.js" @@ -4758,11 +4760,13 @@ } }, "node_modules/playwright": { - "version": "1.59.1", + "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" @@ -4775,7 +4779,9 @@ } }, "node_modules/playwright-core": { - "version": "1.59.1", + "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/docs/package.json b/docs/package.json index 4df9c5847..735f86b25 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@astrojs/check": "^0.9.0", - "@playwright/test": "^1.47.0", + "@playwright/test": "^1.60.0", "typescript": "^6.0.3" } }