Skip to content

Commit 71351d0

Browse files
committed
yarn.lock updates
1 parent a4a810e commit 71351d0

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

yarn.lock

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4004,6 +4004,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
40044004
safe-buffer "^5.0.1"
40054005
sha.js "^2.4.8"
40064006

4007+
cross-env@^7.0.2:
4008+
version "7.0.2"
4009+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9"
4010+
integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==
4011+
dependencies:
4012+
cross-spawn "^7.0.1"
4013+
40074014
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
40084015
version "6.0.5"
40094016
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -4015,6 +4022,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
40154022
shebang-command "^1.2.0"
40164023
which "^1.2.9"
40174024

4025+
cross-spawn@^7.0.1:
4026+
version "7.0.1"
4027+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
4028+
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
4029+
dependencies:
4030+
path-key "^3.1.0"
4031+
shebang-command "^2.0.0"
4032+
which "^2.0.1"
4033+
40184034
crypto-browserify@^3.11.0:
40194035
version "3.12.0"
40204036
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -9165,6 +9181,11 @@ path-key@^2.0.0, path-key@^2.0.1:
91659181
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
91669182
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
91679183

9184+
path-key@^3.1.0:
9185+
version "3.1.1"
9186+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
9187+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
9188+
91689189
path-parse@^1.0.5, path-parse@^1.0.6:
91699190
version "1.0.6"
91709191
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -10642,11 +10663,23 @@ shebang-command@^1.2.0:
1064210663
dependencies:
1064310664
shebang-regex "^1.0.0"
1064410665

10666+
shebang-command@^2.0.0:
10667+
version "2.0.0"
10668+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
10669+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
10670+
dependencies:
10671+
shebang-regex "^3.0.0"
10672+
1064510673
shebang-regex@^1.0.0:
1064610674
version "1.0.0"
1064710675
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
1064810676
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
1064910677

10678+
shebang-regex@^3.0.0:
10679+
version "3.0.0"
10680+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
10681+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
10682+
1065010683
shelljs@^0.8.1:
1065110684
version "0.8.3"
1065210685
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
@@ -12526,6 +12559,13 @@ [email protected], which@^1.1.1, which@^1.2.9:
1252612559
dependencies:
1252712560
isexe "^2.0.0"
1252812561

12562+
which@^2.0.1:
12563+
version "2.0.2"
12564+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
12565+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
12566+
dependencies:
12567+
isexe "^2.0.0"
12568+
1252912569
[email protected], wide-align@^1.1.0:
1253012570
version "1.1.3"
1253112571
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)