File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
node_modules/@npmcli/run-script Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/run-script" ,
3- "version" : " 4.1.4 " ,
3+ "version" : " 4.1.5 " ,
44 "description" : " Run a lifecycle script for a package (descendant of npm-lifecycle)" ,
55 "author" : " GitHub Inc." ,
66 "license" : " ISC" ,
2828 "@npmcli/node-gyp" : " ^2.0.0" ,
2929 "@npmcli/promise-spawn" : " ^3.0.0" ,
3030 "node-gyp" : " ^9.0.0" ,
31- "read-package-json-fast" : " ^2.0.3"
31+ "read-package-json-fast" : " ^2.0.3" ,
32+ "which" : " ^2.0.2"
3233 },
3334 "files" : [
3435 " bin/" ,
Original file line number Diff line number Diff line change 9393 "@npmcli/fs" : " ^2.1.0" ,
9494 "@npmcli/map-workspaces" : " ^2.0.3" ,
9595 "@npmcli/package-json" : " ^2.0.0" ,
96- "@npmcli/run-script" : " ^4.1.4 " ,
96+ "@npmcli/run-script" : " ^4.1.5 " ,
9797 "abbrev" : " ~1.1.1" ,
9898 "archy" : " ~1.0.0" ,
9999 "cacache" : " ^16.1.1" ,
10421042 }
10431043 },
10441044 "node_modules/@npmcli/run-script" : {
1045- "version" : " 4.1.4 " ,
1046- "resolved" : " https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.1.4 .tgz" ,
1047- "integrity" : " sha512-1Qk/EsHBKc40XkN1dF79ztae+ua9jEjDupU0rQgO/k+94t7eFjXGN/baRvA00aEOJuTZ4VjwlC2u+XECImJi5w ==" ,
1045+ "version" : " 4.1.5 " ,
1046+ "resolved" : " https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.1.5 .tgz" ,
1047+ "integrity" : " sha512-FyrZkZ+O0bCnQqm+mRb6sKbEJgyJudInwFN84gCcMUcxrWkR15Ags1uOHwnxHYdpj3T5eqrCZNW/Ys20MGTQ6Q ==" ,
10481048 "inBundle" : true ,
10491049 "dependencies" : {
10501050 "@npmcli/node-gyp" : " ^2.0.0" ,
10511051 "@npmcli/promise-spawn" : " ^3.0.0" ,
10521052 "node-gyp" : " ^9.0.0" ,
1053- "read-package-json-fast" : " ^2.0.3"
1053+ "read-package-json-fast" : " ^2.0.3" ,
1054+ "which" : " ^2.0.2"
10541055 },
10551056 "engines" : {
10561057 "node" : " ^12.13.0 || ^14.15.0 || >=16.0.0"
Original file line number Diff line number Diff line change 6262 "@npmcli/fs" : " ^2.1.0" ,
6363 "@npmcli/map-workspaces" : " ^2.0.3" ,
6464 "@npmcli/package-json" : " ^2.0.0" ,
65- "@npmcli/run-script" : " ^4.1.4 " ,
65+ "@npmcli/run-script" : " ^4.1.5 " ,
6666 "abbrev" : " ~1.1.1" ,
6767 "archy" : " ~1.0.0" ,
6868 "cacache" : " ^16.1.1" ,
You can’t perform that action at this time.
0 commit comments