Skip to content

Commit 8829ca1

Browse files
author
tunnckoCore
committed
fix(pakage): lock npm-run-all too
1 parent 76de1c0 commit 8829ca1

File tree

2 files changed

+11
-22
lines changed

2 files changed

+11
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"commitizen": "~2.7.0",
2525
"cz-conventional-changelog": "1.1.5",
2626
"mukla": "^0.4.8",
27-
"npm-run-all": "^4.0.1",
27+
"npm-run-all": "~3.1.2",
2828
"nyc": "^10.1.2",
2929
"pre-commit": "^1.2.2",
3030
"standard": "^9.0.0",

yarn.lock

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ core-util-is@~1.0.0:
591591
version "1.0.2"
592592
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
593593

594-
cross-spawn@^4:
594+
cross-spawn@^4, cross-spawn@^4.0.0:
595595
version "4.0.2"
596596
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41"
597597
dependencies:
@@ -2267,15 +2267,18 @@ normalize-path@^2.0.1:
22672267
version "2.0.1"
22682268
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.0.1.tgz#47886ac1662760d4261b7d979d241709d3ce3f7a"
22692269

2270-
npm-run-all@^4.0.1:
2271-
version "4.0.2"
2272-
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.0.2.tgz#a84669348e6db6ccbe052200b4cdb6bfe034a4fe"
2270+
npm-run-all@~3.1.2:
2271+
version "3.1.2"
2272+
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-3.1.2.tgz#c7e3faf4aa0a59bf0dcfc12601166151692171cf"
22732273
dependencies:
22742274
chalk "^1.1.3"
2275-
cross-spawn "^5.0.1"
2275+
cross-spawn "^4.0.0"
22762276
minimatch "^3.0.2"
2277+
object-assign "^4.0.1"
2278+
pinkie-promise "^2.0.1"
22772279
ps-tree "^1.0.1"
2278-
read-pkg "^2.0.0"
2280+
read-pkg "^1.1.0"
2281+
read-pkg-up "^1.0.1"
22792282
shell-quote "^1.6.1"
22802283
string.prototype.padend "^3.0.0"
22812284

@@ -2494,12 +2497,6 @@ path-type@^1.0.0:
24942497
pify "^2.0.0"
24952498
pinkie-promise "^2.0.0"
24962499

2497-
path-type@^2.0.0:
2498-
version "2.0.0"
2499-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
2500-
dependencies:
2501-
pify "^2.0.0"
2502-
25032500
pause-stream@0.0.11:
25042501
version "0.0.11"
25052502
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
@@ -2510,7 +2507,7 @@ pify@^2.0.0, pify@^2.3.0:
25102507
version "2.3.0"
25112508
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
25122509

2513-
pinkie-promise@^2.0.0:
2510+
pinkie-promise@^2.0.0, pinkie-promise@^2.0.1:
25142511
version "2.0.1"
25152512
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
25162513
dependencies:
@@ -2609,14 +2606,6 @@ read-pkg@^1.0.0, read-pkg@^1.1.0:
26092606
normalize-package-data "^2.3.2"
26102607
path-type "^1.0.0"
26112608

2612-
read-pkg@^2.0.0:
2613-
version "2.0.0"
2614-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
2615-
dependencies:
2616-
load-json-file "^2.0.0"
2617-
normalize-package-data "^2.3.2"
2618-
path-type "^2.0.0"
2619-
26202609
"readable-stream@>=1.0.33-1 <1.1.0-0":
26212610
version "1.0.34"
26222611
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"

0 commit comments

Comments
 (0)