mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 06:28:40 -09:00
Bump playwright from 1.19.1 to 1.19.2
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.19.1 to 1.19.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.19.1...v1.19.2) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d044685d1d
commit
ddb0d3603c
2 changed files with 10 additions and 10 deletions
|
|
@ -114,7 +114,7 @@
|
||||||
"node-addon-api": "4.3.0",
|
"node-addon-api": "4.3.0",
|
||||||
"node-gyp": "8.4.1",
|
"node-gyp": "8.4.1",
|
||||||
"null-loader": "4.0.1",
|
"null-loader": "4.0.1",
|
||||||
"playwright": "1.19.1",
|
"playwright": "1.19.2",
|
||||||
"plist": "3.0.4",
|
"plist": "3.0.4",
|
||||||
"prettier": "2.5.1",
|
"prettier": "2.5.1",
|
||||||
"proxyquire": "2.1.3",
|
"proxyquire": "2.1.3",
|
||||||
|
|
|
||||||
18
yarn.lock
18
yarn.lock
|
|
@ -6049,10 +6049,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
find-up "^4.0.0"
|
find-up "^4.0.0"
|
||||||
|
|
||||||
playwright-core@1.19.1:
|
playwright-core@1.19.2:
|
||||||
version "1.19.1"
|
version "1.19.2"
|
||||||
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.19.1.tgz#d41939730170d53df26f5c8c16f5821e6328b24d"
|
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.19.2.tgz#90b9209554f174c649abf495952fcb4335437218"
|
||||||
integrity sha512-+ByjhWX39PlINVRXr4ef9Kle85mk5QzA2WLioCoMQc3bSUtZpLV1mbeUDtRp/bvFw6YDIEyptj4QvzzRTXN3vg==
|
integrity sha512-OsL3sJZIo1UxKNWSP7zW7sk3FyUGG06YRHxHeBw51eIOxTCQRx5t+hXd0cvXashN2CHnd3hIZTs2aKa/im4hZQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
commander "8.3.0"
|
commander "8.3.0"
|
||||||
debug "4.3.3"
|
debug "4.3.3"
|
||||||
|
|
@ -6071,12 +6071,12 @@ playwright-core@1.19.1:
|
||||||
yauzl "2.10.0"
|
yauzl "2.10.0"
|
||||||
yazl "2.5.1"
|
yazl "2.5.1"
|
||||||
|
|
||||||
playwright@1.19.1:
|
playwright@1.19.2:
|
||||||
version "1.19.1"
|
version "1.19.2"
|
||||||
resolved "https://registry.npmjs.org/playwright/-/playwright-1.19.1.tgz#5db88245932036ba208dbc2db8d5291ca50199e1"
|
resolved "https://registry.npmjs.org/playwright/-/playwright-1.19.2.tgz#d9927ae8512482642356e50a286c5767dfb7a621"
|
||||||
integrity sha512-h1iCJ1S2eAkZ67lZCmOxhRiT3OKa1JFGtyHLaZV30znqIjcsJLuyB/dmo78V3ajpMdz8iwxIb2xjpaSh1G+8UA==
|
integrity sha512-2JmGWr/Iw/Uu27bZULeHgjn8doNrRVxIYdhspMuMlfKNpzwAe/sfm7wH8uey6jiZxnPL4bC5V4ACQcF4dAGWnw==
|
||||||
dependencies:
|
dependencies:
|
||||||
playwright-core "1.19.1"
|
playwright-core "1.19.2"
|
||||||
|
|
||||||
plist@3.0.4, plist@^3.0.1:
|
plist@3.0.4, plist@^3.0.1:
|
||||||
version "3.0.4"
|
version "3.0.4"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue