build(deps-dev): bump playwright from 1.26.1 to 1.28.1 in /app (#2615)

This commit is contained in:
dependabot[bot]
2022-12-03 20:17:45 +00:00
committed by GitHub
parent 3b7fbf294d
commit 5463fb7e1b
2 changed files with 10 additions and 30 deletions

38
app/package-lock.json generated
View File

@@ -25,7 +25,7 @@
"electron": "^19.0.8",
"electron-builder": "^23.3.3",
"electron-notarize": "^1.2.2",
"playwright": "^1.26.1",
"playwright": "^1.28.1",
"playwright-core": "^1.28.1"
}
},
@@ -2825,13 +2825,13 @@
}
},
"node_modules/playwright": {
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.26.1.tgz",
"integrity": "sha512-WQmEdCgYYe8jOEkhkW9QLcK0PB+w1RZztBLYIT10MEEsENYg251cU0IzebDINreQsUt+HCwwRhtdz4weH9ICcQ==",
"version": "1.28.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.28.1.tgz",
"integrity": "sha512-92Sz6XBlfHlb9tK5UCDzIFAuIkHHpemA9zwUaqvo+w7sFMSmVMGmvKcbptof/eJObq63PGnMhM75x7qxhTR78Q==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"playwright-core": "1.26.1"
"playwright-core": "1.28.1"
},
"bin": {
"playwright": "cli.js"
@@ -2852,18 +2852,6 @@
"node": ">=14"
}
},
"node_modules/playwright/node_modules/playwright-core": {
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.1.tgz",
"integrity": "sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA==",
"dev": true,
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=14"
}
},
"node_modules/plist": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/plist/-/plist-3.0.6.tgz",
@@ -5932,20 +5920,12 @@
"optional": true
},
"playwright": {
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.26.1.tgz",
"integrity": "sha512-WQmEdCgYYe8jOEkhkW9QLcK0PB+w1RZztBLYIT10MEEsENYg251cU0IzebDINreQsUt+HCwwRhtdz4weH9ICcQ==",
"version": "1.28.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.28.1.tgz",
"integrity": "sha512-92Sz6XBlfHlb9tK5UCDzIFAuIkHHpemA9zwUaqvo+w7sFMSmVMGmvKcbptof/eJObq63PGnMhM75x7qxhTR78Q==",
"dev": true,
"requires": {
"playwright-core": "1.26.1"
},
"dependencies": {
"playwright-core": {
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.1.tgz",
"integrity": "sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA==",
"dev": true
}
"playwright-core": "1.28.1"
}
},
"playwright-core": {

View File

@@ -117,7 +117,7 @@
"electron": "^19.0.8",
"electron-builder": "^23.3.3",
"electron-notarize": "^1.2.2",
"playwright": "^1.26.1",
"playwright": "^1.28.1",
"playwright-core": "^1.28.1"
},
"homepage": "./",