mirror of
https://github.com/kopia/kopia.git
synced 2026-05-14 01:37:07 -04:00
build(deps-dev): bump playwright from 1.28.1 to 1.31.1 in /app (#2790)
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.28.1 to 1.31.1. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.28.1...v1.31.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
38
app/package-lock.json
generated
38
app/package-lock.json
generated
@@ -25,7 +25,7 @@
|
||||
"electron": "^19.0.8",
|
||||
"electron-builder": "^23.3.3",
|
||||
"electron-notarize": "^1.2.2",
|
||||
"playwright": "^1.28.1",
|
||||
"playwright": "^1.31.1",
|
||||
"playwright-core": "^1.31.1"
|
||||
}
|
||||
},
|
||||
@@ -2825,13 +2825,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/playwright": {
|
||||
"version": "1.28.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.28.1.tgz",
|
||||
"integrity": "sha512-92Sz6XBlfHlb9tK5UCDzIFAuIkHHpemA9zwUaqvo+w7sFMSmVMGmvKcbptof/eJObq63PGnMhM75x7qxhTR78Q==",
|
||||
"version": "1.31.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.31.1.tgz",
|
||||
"integrity": "sha512-zKJabsIA2rvOwJ12lGTqWv4HVJzlfw2JtUvO4hAr7J8UXQZ1qEPpX20E1vcz/9fotnTkwgqp3CVdIBwptBN3Fg==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"playwright-core": "1.28.1"
|
||||
"playwright-core": "1.31.1"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
@@ -2852,18 +2852,6 @@
|
||||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/playwright/node_modules/playwright-core": {
|
||||
"version": "1.28.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.28.1.tgz",
|
||||
"integrity": "sha512-3PixLnGPno0E8rSBJjtwqTwJe3Yw72QwBBBxNoukIj3lEeBNXwbNiKrNuB1oyQgTBw5QHUhNO3SteEtHaMK6ag==",
|
||||
"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.28.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.28.1.tgz",
|
||||
"integrity": "sha512-92Sz6XBlfHlb9tK5UCDzIFAuIkHHpemA9zwUaqvo+w7sFMSmVMGmvKcbptof/eJObq63PGnMhM75x7qxhTR78Q==",
|
||||
"version": "1.31.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.31.1.tgz",
|
||||
"integrity": "sha512-zKJabsIA2rvOwJ12lGTqWv4HVJzlfw2JtUvO4hAr7J8UXQZ1qEPpX20E1vcz/9fotnTkwgqp3CVdIBwptBN3Fg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"playwright-core": "1.28.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"playwright-core": {
|
||||
"version": "1.28.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.28.1.tgz",
|
||||
"integrity": "sha512-3PixLnGPno0E8rSBJjtwqTwJe3Yw72QwBBBxNoukIj3lEeBNXwbNiKrNuB1oyQgTBw5QHUhNO3SteEtHaMK6ag==",
|
||||
"dev": true
|
||||
}
|
||||
"playwright-core": "1.31.1"
|
||||
}
|
||||
},
|
||||
"playwright-core": {
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
"electron": "^19.0.8",
|
||||
"electron-builder": "^23.3.3",
|
||||
"electron-notarize": "^1.2.2",
|
||||
"playwright": "^1.28.1",
|
||||
"playwright": "^1.31.1",
|
||||
"playwright-core": "^1.31.1"
|
||||
},
|
||||
"homepage": "./",
|
||||
|
||||
Reference in New Issue
Block a user