mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump playwright from 1.18.0 to 1.18.1
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.18.0...v1.18.1) --- 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
eddbbf847b
commit
916cce47fe
2 changed files with 10 additions and 10 deletions
|
|
@ -114,7 +114,7 @@
|
|||
"node-addon-api": "4.3.0",
|
||||
"node-gyp": "8.4.1",
|
||||
"null-loader": "4.0.1",
|
||||
"playwright": "1.18.0",
|
||||
"playwright": "1.18.1",
|
||||
"plist": "3.0.4",
|
||||
"prettier": "2.5.1",
|
||||
"proxyquire": "2.1.3",
|
||||
|
|
|
|||
18
yarn.lock
18
yarn.lock
|
|
@ -5934,10 +5934,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
|||
dependencies:
|
||||
find-up "^4.0.0"
|
||||
|
||||
playwright-core@=1.18.0:
|
||||
version "1.18.0"
|
||||
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.18.0.tgz#b4d2b9068f26357adaa952a13254796fd439f322"
|
||||
integrity sha512-JTRlCVpfAFcC1nth+XIE07w6M5m6C8PaEoClv7wGWF97cyDMcHIij0xIVEKMKli7IG5N0mqjLDFc/akXSbMZ1g==
|
||||
playwright-core@=1.18.1:
|
||||
version "1.18.1"
|
||||
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.18.1.tgz#a5cf3f212d10692382e2acd1f7bc8c9ff9bbb849"
|
||||
integrity sha512-NALGl8R1GHzGLlhUApmpmfh6M1rrrPcDTygWvhTbprxwGB9qd/j9DRwyn4HTQcUB6o0/VOpo46fH9ez3+D/Rog==
|
||||
dependencies:
|
||||
commander "^8.2.0"
|
||||
debug "^4.1.1"
|
||||
|
|
@ -5956,12 +5956,12 @@ playwright-core@=1.18.0:
|
|||
yauzl "^2.10.0"
|
||||
yazl "^2.5.1"
|
||||
|
||||
playwright@1.18.0:
|
||||
version "1.18.0"
|
||||
resolved "https://registry.npmjs.org/playwright/-/playwright-1.18.0.tgz#4613e19147ffa5f77ad845227f007b9b94a366f8"
|
||||
integrity sha512-GOWvcWRtL7o6QCj6tvZCxqHKx2sIhXeEmEJAqQdOZgxzQiCkPe1hnTHab1p8R1bDvHK703fDS2oIbs3mcvg6gw==
|
||||
playwright@1.18.1:
|
||||
version "1.18.1"
|
||||
resolved "https://registry.npmjs.org/playwright/-/playwright-1.18.1.tgz#45c2ca6ee25c44e336985de9b51955727b5f17cf"
|
||||
integrity sha512-8EaX9EtbtAoMq5tnzIsoA3b/V86V/6Mq2skuOU4qEw+5OVxs1lwesDwmjy/RVU1Qfx5UuwSQzhp45wyH22oa+A==
|
||||
dependencies:
|
||||
playwright-core "=1.18.0"
|
||||
playwright-core "=1.18.1"
|
||||
|
||||
plist@3.0.4, plist@^3.0.1:
|
||||
version "3.0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue