Skip to content

Commit 6978019

Browse files
Merge pull request #255 from jscutlery/renovate/npm-run-all-replacement
chore: 📦 replace dependency npm-run-all with npm-run-all2 ^5.0.0
2 parents 9385f4a + 731b80c commit 6978019

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"lerna": "^4.0.0",
8888
"lint-staged": "11.1.2",
8989
"ng-packagr": "^11.0.0",
90-
"npm-run-all": "^4.1.5",
90+
"npm-run-all2": "^5.0.0",
9191
"prettier": "2.5.1",
9292
"rxjs-marbles": "^7.0.0",
9393
"ts-jest": "27.1.5",

yarn.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10838,6 +10838,19 @@ npm-registry-fetch@^9.0.0:
1083810838
minizlib "^2.0.0"
1083910839
npm-package-arg "^8.0.0"
1084010840

10841+
npm-run-all2@^5.0.0:
10842+
version "5.0.2"
10843+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2.tgz#7dae8e11ba90be9edd05379414a01407416b336c"
10844+
integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==
10845+
dependencies:
10846+
ansi-styles "^5.0.0"
10847+
cross-spawn "^7.0.3"
10848+
memorystream "^0.3.1"
10849+
minimatch "^3.0.4"
10850+
pidtree "^0.5.0"
10851+
read-pkg "^5.2.0"
10852+
shell-quote "^1.6.1"
10853+
1084110854
npm-run-all@^4.1.5:
1084210855
version "4.1.5"
1084310856
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
@@ -11538,6 +11551,11 @@ pidtree@^0.3.0:
1153811551
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
1153911552
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
1154011553

11554+
pidtree@^0.5.0:
11555+
version "0.5.0"
11556+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
11557+
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
11558+
1154111559
pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
1154211560
version "2.3.0"
1154311561
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"

0 commit comments

Comments
 (0)