Skip to content

Commit 9f81ba6

Browse files
committed
build(deps-dev): upgrade Playwright to 1.9.1
1 parent 3b7e008 commit 9f81ba6

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/jest": "^26.0.4",
5656
"generate-export-aliases": "^1.1.0",
5757
"jest": "^25.1.0",
58-
"playwright": "^1.4.2",
58+
"playwright": "^1.9.1",
5959
"rollup": "^2.0.3",
6060
"ts-jest": "^25.2.1",
6161
"typescript": "^3.9.6"

yarn.lock

+16-8
Original file line numberDiff line numberDiff line change
@@ -8647,10 +8647,10 @@ pkg-up@^3.1.0:
86478647
dependencies:
86488648
find-up "^3.0.0"
86498649

8650-
playwright@^1.4.2:
8651-
version "1.8.0"
8652-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.8.0.tgz#8eca2250967ee892b9fdfec44e2358455ab0f8e3"
8653-
integrity sha512-urMJDLX92KawbkWKrt3chVVBPQsuuNwlS5St7I5YQENXAEItoyUqX7FjiYaoPgXifKqe1+BKC+7pBAq1QUkgSw==
8650+
playwright@^1.9.1:
8651+
version "1.9.1"
8652+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.9.1.tgz#b4db35f69076b2dc91e347e58d81f2f391d1ed49"
8653+
integrity sha512-bZXnks4UGJZoqja6TqVEUG0IQ2liqYFcO1R4lT43aO4oDVTQtawEJjS+EqLYsAuniRFWVE87Cemus4fRQbyXMg==
86548654
dependencies:
86558655
commander "^6.1.0"
86568656
debug "^4.1.1"
@@ -8663,6 +8663,7 @@ playwright@^1.4.2:
86638663
proper-lockfile "^4.1.1"
86648664
proxy-from-env "^1.1.0"
86658665
rimraf "^3.0.2"
8666+
stack-utils "^2.0.3"
86668667
ws "^7.3.1"
86678668

86688669
please-upgrade-node@^3.2.0:
@@ -8772,11 +8773,11 @@ prop-types@^15.7.2:
87728773
react-is "^16.8.1"
87738774

87748775
proper-lockfile@^4.1.1:
8775-
version "4.1.1"
8776-
resolved "https://registry.yarnpkg.com/proper-lockfile/-/proper-lockfile-4.1.1.tgz#284cf9db9e30a90e647afad69deb7cb06881262c"
8777-
integrity sha512-1w6rxXodisVpn7QYvLk706mzprPTAPCYAqxMvctmPN3ekuRk/kuGkGc82pangZiAt4R3lwSuUzheTTn0/Yb7Zg==
8776+
version "4.1.2"
8777+
resolved "https://registry.yarnpkg.com/proper-lockfile/-/proper-lockfile-4.1.2.tgz#c8b9de2af6b2f1601067f98e01ac66baa223141f"
8778+
integrity sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==
87788779
dependencies:
8779-
graceful-fs "^4.1.11"
8780+
graceful-fs "^4.2.4"
87808781
retry "^0.12.0"
87818782
signal-exit "^3.0.2"
87828783

@@ -9861,6 +9862,13 @@ stack-utils@^2.0.2:
98619862
dependencies:
98629863
escape-string-regexp "^2.0.0"
98639864

9865+
stack-utils@^2.0.3:
9866+
version "2.0.3"
9867+
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277"
9868+
integrity sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==
9869+
dependencies:
9870+
escape-string-regexp "^2.0.0"
9871+
98649872
state-toggle@^1.0.0:
98659873
version "1.0.3"
98669874
resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.3.tgz#e123b16a88e143139b09c6852221bc9815917dfe"

0 commit comments

Comments
 (0)