mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-13 23:57:09 +00:00
Merge pull request #326 from frontendnetwork/dependabot/npm_and_yarn/playwright/test-1.34.3
build(deps-dev): bump @playwright/test from 1.34.2 to 1.34.3
This commit is contained in:
commit
2fa57807d5
3 changed files with 11 additions and 11 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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==
|
||||
|
|
Loading…
Reference in a new issue