mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump playwright from 1.17.1 to 1.17.2
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.17.1 to 1.17.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.17.1...v1.17.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
67c85d3ca7
commit
31269de371
2 changed files with 10 additions and 10 deletions
|
|
@ -114,7 +114,7 @@
|
|||
"node-addon-api": "4.2.0",
|
||||
"node-gyp": "8.4.1",
|
||||
"null-loader": "4.0.1",
|
||||
"playwright": "1.17.1",
|
||||
"playwright": "1.17.2",
|
||||
"plist": "3.0.4",
|
||||
"prettier": "2.5.1",
|
||||
"proxyquire": "2.1.3",
|
||||
|
|
|
|||
18
yarn.lock
18
yarn.lock
|
|
@ -5970,10 +5970,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
|||
dependencies:
|
||||
find-up "^4.0.0"
|
||||
|
||||
playwright-core@=1.17.1:
|
||||
version "1.17.1"
|
||||
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.17.1.tgz#a16e0f89284a0ed8ae6d77e1c905c84b8a2ba022"
|
||||
integrity sha512-C3c8RpPiC3qr15fRDN6dx6WnUkPLFmST37gms2aoHPDRvp7EaGDPMMZPpqIm/QWB5J40xDrQCD4YYHz2nBTojQ==
|
||||
playwright-core@=1.17.2:
|
||||
version "1.17.2"
|
||||
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.17.2.tgz#916254fa8fb3eb76c160b5c2e06bc979d6ec2cf8"
|
||||
integrity sha512-TCYIt2UNHvqGxvD79bBjBv9osDLAH1gn7AZD5kRpMNQJG6BAmJt8B4Ek8fzdKmCQOnHf9ASJmcYRszoIZxcdVA==
|
||||
dependencies:
|
||||
commander "^8.2.0"
|
||||
debug "^4.1.1"
|
||||
|
|
@ -5992,12 +5992,12 @@ playwright-core@=1.17.1:
|
|||
yauzl "^2.10.0"
|
||||
yazl "^2.5.1"
|
||||
|
||||
playwright@1.17.1:
|
||||
version "1.17.1"
|
||||
resolved "https://registry.npmjs.org/playwright/-/playwright-1.17.1.tgz#a6d63302ee40f41283c4bf869de261c4743a787c"
|
||||
integrity sha512-DisCkW9MblDJNS3rG61p8LiLA2WA7IY/4A4W7DX4BphWe/HuWjKmGQptuk4NVIh5UuSwXpW/jaH2+ZgjHs3GMA==
|
||||
playwright@1.17.2:
|
||||
version "1.17.2"
|
||||
resolved "https://registry.npmjs.org/playwright/-/playwright-1.17.2.tgz#918b9a7e43ac8640fa3e2162ce0cb8b395c55fb7"
|
||||
integrity sha512-u1HZmVoeLCLptNcpuOyp5KfBzsdsLxE9CReK82i/p8j5i7EPqtY3fX77SMHqDGeO7tLBSYk2a6eFDVlQfSSANg==
|
||||
dependencies:
|
||||
playwright-core "=1.17.1"
|
||||
playwright-core "=1.17.2"
|
||||
|
||||
plist@3.0.4, plist@^3.0.1:
|
||||
version "3.0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue