diff --git a/package-lock.json b/package-lock.json index 9993c41..dda5bec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "typescript": "5.0.4" }, "devDependencies": { - "@playwright/test": "^1.34.2", + "@playwright/test": "^1.34.3", "@types/react": "^18.2.6", "eslint": "8.41.0", "eslint-config-next": "^13.4.4", @@ -2110,13 +2110,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.34.2", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.2.tgz", - "integrity": "sha512-v/LBnwzD0225q8xEv3t9DmNPX61yvNnEbiA8PoNk1fbkxApJFCWYLPpQbdVWzHaARdZD9g1PYBoOvnffortfKw==", + "version": "1.34.3", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.3.tgz", + "integrity": "sha512-zPLef6w9P6T/iT6XDYG3mvGOqOyb6eHaV9XtkunYs0+OzxBtrPAAaHotc0X+PJ00WPPnLfFBTl7mf45Mn8DBmw==", "dev": true, "dependencies": { "@types/node": "*", - "playwright-core": "1.34.2" + "playwright-core": "1.34.3" }, "bin": { "playwright": "cli.js" @@ -6606,12 +6606,12 @@ } }, "node_modules/playwright-core": { - "version": "1.34.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.2.tgz", - "integrity": "sha512-MrkgGWLANc5qthXduvIY1a/tuafROyTORVd86fwKwgoYrmnBooN/GgeZSBm7ljTLV2FCWNSXV3se7qeScKn83g==", + "version": "1.34.3", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.3.tgz", + "integrity": "sha512-2pWd6G7OHKemc5x1r1rp8aQcpvDh7goMBZlJv6Co5vCNLVcQJdhxRL09SGaY6HcyHH9aT4tiynZabMofVasBYw==", "dev": true, "bin": { - "playwright": "cli.js" + "playwright-core": "cli.js" }, "engines": { "node": ">=14" diff --git a/package.json b/package.json index 2d0cb7b..b90f43c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "typescript": "5.0.4" }, "devDependencies": { - "@playwright/test": "^1.34.2", + "@playwright/test": "^1.34.3", "@types/react": "^18.2.6", "eslint": "8.41.0", "eslint-config-next": "^13.4.4", diff --git a/yarn.lock b/yarn.lock index 21fd0b0..e1197c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1188,7 +1188,7 @@ picocolors "^1.0.0" tslib "^2.5.0" -"@playwright/test@^1.34.2": +"@playwright/test@^1.34.3": version "1.34.3" resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.34.3.tgz#d9f1ac3f1a09633b5ca5351c50c308bf802bde53" integrity sha512-zPLef6w9P6T/iT6XDYG3mvGOqOyb6eHaV9XtkunYs0+OzxBtrPAAaHotc0X+PJ00WPPnLfFBTl7mf45Mn8DBmw==