File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 56
56
"babel-register" : " ^6.22.0" ,
57
57
"chalk" : " ^2.4.2" ,
58
58
"codecov" : " ^3.5.0" ,
59
- "cross-spawn" : " ^6 .0.5 " ,
59
+ "cross-spawn" : " ^7 .0.0 " ,
60
60
"eslint" : " ^6.2.0" ,
61
61
"eslint-config-standard" : " ^13.0.1" ,
62
62
"eslint-friendly-formatter" : " ^4.0.1" ,
Original file line number Diff line number Diff line change @@ -1950,6 +1950,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
1950
1950
shebang-command "^1.2.0"
1951
1951
which "^1.2.9"
1952
1952
1953
+ cross-spawn@^7.0.0 :
1954
+ version "7.0.0"
1955
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.0.tgz#21ef9470443262f33dba80b2705a91db959b2e03"
1956
+ integrity sha512-6U/8SMK2FBNnB21oQ4+6Nsodxanw1gTkntYA2zBdkFYFu3ZDx65P2ONEXGSvob/QS6REjVHQ9zxzdOafwFdstw==
1957
+ dependencies :
1958
+ path-key "^3.1.0"
1959
+ shebang-command "^1.2.0"
1960
+ which "^1.2.9"
1961
+
1953
1962
[email protected] , "cssom@>= 0.3.2 < 0.4.0":
1954
1963
version "0.3.4"
1955
1964
resolved "https://registry.npmjs.org/cssom/-/cssom-0.3.4.tgz#8cd52e8a3acfd68d3aed38ee0a640177d2f9d797"
@@ -4748,6 +4757,11 @@ path-key@^2.0.0, path-key@^2.0.1:
4748
4757
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
4749
4758
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
4750
4759
4760
+ path-key@^3.1.0 :
4761
+ version "3.1.0"
4762
+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
4763
+ integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
4764
+
4751
4765
path-parse@^1.0.5, path-parse@^1.0.6 :
4752
4766
version "1.0.6"
4753
4767
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
You can’t perform that action at this time.
0 commit comments