Skip to content

Commit

Permalink
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent b36ebd0 commit c5c38f7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint": "^8.56.0",
"github-markdown-css": "^5.5.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
30 changes: 29 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11944,7 +11944,7 @@ __metadata:
eslint: "npm:^8.56.0"
github-markdown-css: "npm:^5.5.0"
lint-staged: "npm:^15.2.0"
npm-run-all: "npm:^4.1.5"
npm-run-all2: "npm:^5.0.0"
prettier: "npm:^3.2.4"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
Expand Down Expand Up @@ -14627,6 +14627,25 @@ __metadata:
languageName: node
linkType: hard

"npm-run-all2@npm:^5.0.0":
version: 5.0.2
resolution: "npm-run-all2@npm:5.0.2"
dependencies:
ansi-styles: "npm:^5.0.0"
cross-spawn: "npm:^7.0.3"
memorystream: "npm:^0.3.1"
minimatch: "npm:^3.0.4"
pidtree: "npm:^0.5.0"
read-pkg: "npm:^5.2.0"
shell-quote: "npm:^1.6.1"
bin:
npm-run-all: bin/npm-run-all/index.js
run-p: bin/run-p/index.js
run-s: bin/run-s/index.js
checksum: fbebbc7837fa6a67d4fb158566018c8d26dbf55b5035969e45722e7a2b82f373b56acf9619013ba182aa85725d7f7bfa8649961b6c3ca4cba17af9afe54b33bd
languageName: node
linkType: hard

"npm-run-all@npm:^4.1.5":
version: 4.1.5
resolution: "npm-run-all@npm:4.1.5"
Expand Down Expand Up @@ -15343,6 +15362,15 @@ __metadata:
languageName: node
linkType: hard

"pidtree@npm:^0.5.0":
version: 0.5.0
resolution: "pidtree@npm:0.5.0"
bin:
pidtree: bin/pidtree.js
checksum: 72a5d75c345d7b1ed1f30ff50342d601040334be50f9cad1d6d7457f1ad7bbaacccb037667f4088ca2c257a574eeb00f03664bbd05c5e7d02e3feb1bc77ddbd3
languageName: node
linkType: hard

"pify@npm:^2.0.0, pify@npm:^2.2.0, pify@npm:^2.3.0":
version: 2.3.0
resolution: "pify@npm:2.3.0"
Expand Down

0 comments on commit c5c38f7

Please sign in to comment.