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] committed Feb 1, 2024
1 parent acaaddd commit 36139e3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -91,7 +91,7 @@
"eslint-import-resolver-typescript": "link:.",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.0",
"lint-staged": "^13.3.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"simple-git-hooks": "^2.9.0",
Expand Down
37 changes: 36 additions & 1 deletion yarn.lock
Expand Up @@ -4272,6 +4272,13 @@ __metadata:
languageName: node
linkType: hard

"ansi-styles@npm:^5.0.0":
version: 5.2.0
resolution: "ansi-styles@npm:5.2.0"
checksum: d7f4e97ce0623aea6bc0d90dcd28881ee04cba06c570b97fd3391bd7a268eedfd9d5e2dd4fdcbdd82b8105df5faf6f24aaedc08eaf3da898e702db5948f63469
languageName: node
linkType: hard

"ansi-styles@npm:^6.0.0, ansi-styles@npm:^6.1.0":
version: 6.2.1
resolution: "ansi-styles@npm:6.2.1"
Expand Down Expand Up @@ -6189,7 +6196,7 @@ __metadata:
is-core-module: "npm:^2.13.1"
is-glob: "npm:^4.0.3"
lint-staged: "npm:^13.3.0"
npm-run-all: "npm:^4.1.5"
npm-run-all2: "npm:^5.0.0"
prettier: "npm:^2.8.8"
react: "npm:^18.2.0"
simple-git-hooks: "npm:^2.9.0"
Expand Down Expand Up @@ -10450,6 +10457,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 @@ -10967,6 +10993,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:^3.0.0":
version: 3.0.0
resolution: "pify@npm:3.0.0"
Expand Down

0 comments on commit 36139e3

Please sign in to comment.