diff --git a/package-lock.json b/package-lock.json index 2fa9721..8e629e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "license": "MIT", "devDependencies": { "@esm-bundle/chai": "^4.3.4-fix.0", - "@guidepup/guidepup": "^0.25.0", - "@guidepup/playwright": "^0.16.0", + "@guidepup/guidepup": "^0.27.0", + "@guidepup/playwright": "^0.17.0", "@playwright/test": "^1.48.0", "@web/test-runner": "^0.20.1" } @@ -49,9 +49,9 @@ } }, "node_modules/@guidepup/guidepup": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/@guidepup/guidepup/-/guidepup-0.25.0.tgz", - "integrity": "sha512-WDOA1nloFKxTrO3HDMQ5iVgr4UqxB0lqixenwj0V18z+OP/Jiw0icFsHhUW/MnVYCLmvwEsiCdvcT043EDfkRQ==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@guidepup/guidepup/-/guidepup-0.27.0.tgz", + "integrity": "sha512-ZB2zswfkG4nDMrlmCpR4pYenkG5OEw19eoPNIxirZPIgR5tllTKFmPWV+7e2R+TXtlSQaLgaNYt95SDN7Nr87w==", "dev": true, "license": "MIT", "dependencies": { @@ -60,13 +60,13 @@ } }, "node_modules/@guidepup/playwright": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/@guidepup/playwright/-/playwright-0.16.0.tgz", - "integrity": "sha512-nIi23LrmVBTaXDtqzXPg8ejPw7L0dcwKrPXR9KVEZPjxDN1XFxAm6ZDjlwTa8O9EBfpxXBZHggkfClOcF19dgg==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@guidepup/playwright/-/playwright-0.17.0.tgz", + "integrity": "sha512-bG9ejx9wXM/LbneuXZHp3bbh6zN66wsXJRl2K04bPnGQoQiLqlGwNuKuqQquDg7kRT2XziNddbOk72vdw1j9qg==", "dev": true, "license": "MIT", "peerDependencies": { - "@guidepup/guidepup": ">=0.25.0", + "@guidepup/guidepup": ">=0.27.0", "@playwright/test": "^1.57.0" } }, @@ -137,13 +137,13 @@ } }, "node_modules/@playwright/test": { - "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==", + "version": "1.61.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.61.1.tgz", + "integrity": "sha512-8nKv6+0RJSL9FE4jYOEGXnPeM/Hg12qZpmqzZjRh3qM0Y7c3z1mrOTfFLids72RDQYVh9WpLEfR5WdpNX4fkig==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.60.0" + "playwright": "1.61.1" }, "bin": { "playwright": "cli.js" @@ -3237,13 +3237,13 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.1.tgz", + "integrity": "sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.60.0" + "playwright-core": "1.61.1" }, "bin": { "playwright": "cli.js" @@ -3256,9 +3256,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.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz", + "integrity": "sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 98f1594..7230782 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ }, "devDependencies": { "@esm-bundle/chai": "^4.3.4-fix.0", - "@guidepup/guidepup": "^0.25.0", - "@guidepup/playwright": "^0.16.0", + "@guidepup/guidepup": "^0.27.0", + "@guidepup/playwright": "^0.17.0", "@playwright/test": "^1.48.0", "@web/test-runner": "^0.20.1" }