Skip to content

Commit

Permalink
Update dependency concurrently to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent c075944 commit 199cc01
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/shelljs": "0.8.15",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"concurrently": "7.6.0",
"concurrently": "8.2.2",
"esbuild": "0.19.12",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^4.0.0, chalk@npm:^4.1.0":
"chalk@npm:^4.0.0, chalk@npm:^4.1.2":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
Expand Down Expand Up @@ -787,23 +787,23 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:7.6.0":
version: 7.6.0
resolution: "concurrently@npm:7.6.0"
"concurrently@npm:8.2.2":
version: 8.2.2
resolution: "concurrently@npm:8.2.2"
dependencies:
chalk: "npm:^4.1.0"
date-fns: "npm:^2.29.1"
chalk: "npm:^4.1.2"
date-fns: "npm:^2.30.0"
lodash: "npm:^4.17.21"
rxjs: "npm:^7.0.0"
shell-quote: "npm:^1.7.3"
spawn-command: "npm:^0.0.2-1"
supports-color: "npm:^8.1.0"
rxjs: "npm:^7.8.1"
shell-quote: "npm:^1.8.1"
spawn-command: "npm:0.0.2"
supports-color: "npm:^8.1.1"
tree-kill: "npm:^1.2.2"
yargs: "npm:^17.3.1"
yargs: "npm:^17.7.2"
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: 502f3f1df8093ec690866622dba04fc1c7a0e92dcb27532cc860d4b20c442cc9f6c3292074550bdafb5ad247dc5c147c068ce9dd27e55316f877d88e99546696
checksum: dcb1aa69d9c611a7bda9d4fc0fe1e388f971d1744acec7e0d52dffa2ef55743f1266ec9292f414c5789b9f61734b3fce772bd005d4de9564a949fb121b97bae1
languageName: node
linkType: hard

Expand All @@ -818,7 +818,7 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:^2.29.1":
"date-fns@npm:^2.30.0":
version: 2.30.0
resolution: "date-fns@npm:2.30.0"
dependencies:
Expand Down Expand Up @@ -1899,7 +1899,7 @@ __metadata:
"@types/shelljs": "npm:0.8.15"
"@typescript-eslint/eslint-plugin": "npm:6.19.0"
"@typescript-eslint/parser": "npm:6.19.0"
concurrently: "npm:7.6.0"
concurrently: "npm:8.2.2"
esbuild: "npm:0.19.12"
eslint: "npm:8.56.0"
eslint-config-prettier: "npm:9.1.0"
Expand Down Expand Up @@ -2247,7 +2247,7 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^7.0.0":
"rxjs@npm:^7.8.1":
version: 7.8.1
resolution: "rxjs@npm:7.8.1"
dependencies:
Expand Down Expand Up @@ -2308,7 +2308,7 @@ __metadata:
languageName: node
linkType: hard

"shell-quote@npm:^1.7.3":
"shell-quote@npm:^1.8.1":
version: 1.8.1
resolution: "shell-quote@npm:1.8.1"
checksum: af19ab5a1ec30cb4b2f91fd6df49a7442d5c4825a2e269b3712eded10eedd7f9efeaab96d57829880733fc55bcdd8e9b1d8589b4befb06667c731d08145e274d
Expand Down Expand Up @@ -2379,7 +2379,7 @@ __metadata:
languageName: node
linkType: hard

"spawn-command@npm:^0.0.2-1":
"spawn-command@npm:0.0.2":
version: 0.0.2
resolution: "spawn-command@npm:0.0.2"
checksum: f13e8c3c63abd4a0b52fb567eba5f7940d480c5ed3ec61781d38a1850f179b1196c39e6efa2bbd301f82c1bf1cd7807abc8fbd8fc8e44bcaa3975a124c0d1657
Expand Down Expand Up @@ -2460,7 +2460,7 @@ __metadata:
languageName: node
linkType: hard

"supports-color@npm:^8.1.0":
"supports-color@npm:^8.1.1":
version: 8.1.1
resolution: "supports-color@npm:8.1.1"
dependencies:
Expand Down Expand Up @@ -2707,7 +2707,7 @@ __metadata:
languageName: node
linkType: hard

"yargs@npm:^17.3.1":
"yargs@npm:^17.7.2":
version: 17.7.2
resolution: "yargs@npm:17.7.2"
dependencies:
Expand Down

0 comments on commit 199cc01

Please sign in to comment.