File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 102
102
"husky" : " 9.1.6" ,
103
103
"lint-staged" : " 15.2.10" ,
104
104
"np" : " 10.0.7" ,
105
- "npm-run-all2" : " 6.2.3 " ,
105
+ "npm-run-all2" : " 6.2.4 " ,
106
106
"pinst" : " 3.0.0" ,
107
107
"power-assert" : " 1.6.1" ,
108
108
"regenerator-runtime" : " 0.14.1" ,
Original file line number Diff line number Diff line change @@ -6949,10 +6949,10 @@ npm-normalize-package-bin@^3.0.0:
6949
6949
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz#25447e32a9a7de1f51362c61a559233b89947832"
6950
6950
integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==
6951
6951
6952
-
6953
- version "6.2.3 "
6954
- resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.3 .tgz#ea0c0987337b828eaa78c2f5488e70de0969917b "
6955
- integrity sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg ==
6952
+
6953
+ version "6.2.4 "
6954
+ resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.4 .tgz#cdd5c869166ed99d8d651257f20b9497514f2b42 "
6955
+ integrity sha512-h/v0JWs0P12iR076jL0iTi4JzZVaJPnwse2+s4XzaIxwjtybQbQM2kg/Wd7Lxi0iEOXy3ZX2tLPNbm3MqzIFqw ==
6956
6956
dependencies :
6957
6957
ansi-styles "^6.2.1"
6958
6958
cross-spawn "^7.0.3"
6961
6961
pidtree "^0.6.0"
6962
6962
read-package-json-fast "^3.0.2"
6963
6963
shell-quote "^1.7.3"
6964
+ which "^3.0.1"
6964
6965
6965
6966
npm-run-path@^5.1.0 :
6966
6967
version "5.1.0"
@@ -9181,6 +9182,13 @@ which@^2.0.1:
9181
9182
dependencies :
9182
9183
isexe "^2.0.0"
9183
9184
9185
+ which@^3.0.1 :
9186
+ version "3.0.1"
9187
+ resolved "https://registry.yarnpkg.com/which/-/which-3.0.1.tgz#89f1cd0c23f629a8105ffe69b8172791c87b4be1"
9188
+ integrity sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==
9189
+ dependencies :
9190
+ isexe "^2.0.0"
9191
+
9184
9192
wide-align@^1.1.2 :
9185
9193
version "1.1.5"
9186
9194
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
You can’t perform that action at this time.
0 commit comments