Skip to content

Commit

Permalink
Bump playwright from 1.17.2 to 1.18.1 in /ui (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2022
1 parent dd5e189 commit 0c84408
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jpeg-js": "0.4.3",
"lodash": "^4.17.21",
"node-sass": "^6.0.0",
"playwright": "^1.12.1",
"playwright": "^1.18.1",
"sass-loader": "^10.1.1",
"uuid": "^8.2.0",
"vue": "^2.6.14",
Expand Down
32 changes: 5 additions & 27 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7820,28 +7820,6 @@ pkg-up@^3.1.0:
dependencies:
find-up "^3.0.0"

playwright-core@=1.17.2:
version "1.17.2"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.17.2.tgz#916254fa8fb3eb76c160b5c2e06bc979d6ec2cf8"
integrity sha512-TCYIt2UNHvqGxvD79bBjBv9osDLAH1gn7AZD5kRpMNQJG6BAmJt8B4Ek8fzdKmCQOnHf9ASJmcYRszoIZxcdVA==
dependencies:
commander "^8.2.0"
debug "^4.1.1"
extract-zip "^2.0.1"
https-proxy-agent "^5.0.0"
jpeg-js "^0.4.2"
mime "^2.4.6"
pngjs "^5.0.0"
progress "^2.0.3"
proper-lockfile "^4.1.1"
proxy-from-env "^1.1.0"
rimraf "^3.0.2"
socks-proxy-agent "^6.1.0"
stack-utils "^2.0.3"
ws "^7.4.6"
yauzl "^2.10.0"
yazl "^2.5.1"

playwright-core@=1.18.1, playwright-core@>=1.2.0, playwright-core@^1.5.2:
version "1.18.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.18.1.tgz#a5cf3f212d10692382e2acd1f7bc8c9ff9bbb849"
Expand All @@ -7864,12 +7842,12 @@ playwright-core@=1.18.1, playwright-core@>=1.2.0, playwright-core@^1.5.2:
yauzl "^2.10.0"
yazl "^2.5.1"

playwright@^1.12.1:
version "1.17.2"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.17.2.tgz#918b9a7e43ac8640fa3e2162ce0cb8b395c55fb7"
integrity sha512-u1HZmVoeLCLptNcpuOyp5KfBzsdsLxE9CReK82i/p8j5i7EPqtY3fX77SMHqDGeO7tLBSYk2a6eFDVlQfSSANg==
playwright@^1.18.1:
version "1.18.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.18.1.tgz#45c2ca6ee25c44e336985de9b51955727b5f17cf"
integrity sha512-8EaX9EtbtAoMq5tnzIsoA3b/V86V/6Mq2skuOU4qEw+5OVxs1lwesDwmjy/RVU1Qfx5UuwSQzhp45wyH22oa+A==
dependencies:
playwright-core "=1.17.2"
playwright-core "=1.18.1"

pngjs@^4.0.1:
version "4.0.1"
Expand Down

0 comments on commit 0c84408

Please sign in to comment.