File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 27
27
"mdast-util-from-markdown" : " ^0.8.5" ,
28
28
"semver" : " ^7.3.5" ,
29
29
"sort-package-json" : " ^1.50.0" ,
30
- "which" : " ^2 .0.2 "
30
+ "which" : " ^3 .0.0 "
31
31
},
32
32
"devDependencies" : {
33
33
"eslint" : " ^7.31.0" ,
Original file line number Diff line number Diff line change @@ -6588,6 +6588,13 @@ which@^2.0.1, which@^2.0.2:
6588
6588
dependencies :
6589
6589
isexe "^2.0.0"
6590
6590
6591
+ which@^3.0.0 :
6592
+ version "3.0.0"
6593
+ resolved "https://registry.yarnpkg.com/which/-/which-3.0.0.tgz#a9efd016db59728758a390d23f1687b6e8f59f8e"
6594
+ integrity sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ==
6595
+ dependencies :
6596
+ isexe "^2.0.0"
6597
+
6591
6598
widest-line@^4.0.1 :
6592
6599
version "4.0.1"
6593
6600
resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-4.0.1.tgz#a0fc673aaba1ea6f0a0d35b3c2795c9a9cc2ebf2"
You can’t perform that action at this time.
0 commit comments