Skip to content

Commit 0a2dd25

Browse files
build(deps/dev): bump concurrently from 8.2.2 to 9.1.2
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.1.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v8.2.2...v9.1.2) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ccc4a9 commit 0a2dd25

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/eslint": "^9.6.1",
7171
"@types/node": "^22.10.5",
7272
"@vitest/browser": "^2.0.5",
73-
"concurrently": "^8.2.2",
73+
"concurrently": "^9.1.2",
7474
"eslint": "^9.18.0",
7575
"globals": "^15.14.0",
7676
"husky": "^9.1.7",

yarn.lock

+6-24
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ __metadata:
9797
languageName: node
9898
linkType: hard
9999

100-
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.21.0":
100+
"@babel/runtime@npm:^7.12.5":
101101
version: 7.25.0
102102
resolution: "@babel/runtime@npm:7.25.0"
103103
dependencies:
@@ -2888,23 +2888,21 @@ __metadata:
28882888
languageName: node
28892889
linkType: hard
28902890

2891-
"concurrently@npm:^8.2.2":
2892-
version: 8.2.2
2893-
resolution: "concurrently@npm:8.2.2"
2891+
"concurrently@npm:^9.1.2":
2892+
version: 9.1.2
2893+
resolution: "concurrently@npm:9.1.2"
28942894
dependencies:
28952895
chalk: "npm:^4.1.2"
2896-
date-fns: "npm:^2.30.0"
28972896
lodash: "npm:^4.17.21"
28982897
rxjs: "npm:^7.8.1"
28992898
shell-quote: "npm:^1.8.1"
2900-
spawn-command: "npm:0.0.2"
29012899
supports-color: "npm:^8.1.1"
29022900
tree-kill: "npm:^1.2.2"
29032901
yargs: "npm:^17.7.2"
29042902
bin:
29052903
conc: dist/bin/concurrently.js
29062904
concurrently: dist/bin/concurrently.js
2907-
checksum: 10/dcb1aa69d9c611a7bda9d4fc0fe1e388f971d1744acec7e0d52dffa2ef55743f1266ec9292f414c5789b9f61734b3fce772bd005d4de9564a949fb121b97bae1
2905+
checksum: 10/52f20653db53e25950e84026d153177af976d6d0e139b95fc5983c684221cc20ef5548ad5dc8885f146fff2c87bc7f7beb18f5fa54eee3bb62b5e795234d6cbc
29082906
languageName: node
29092907
linkType: hard
29102908

@@ -3063,15 +3061,6 @@ __metadata:
30633061
languageName: node
30643062
linkType: hard
30653063

3066-
"date-fns@npm:^2.30.0":
3067-
version: 2.30.0
3068-
resolution: "date-fns@npm:2.30.0"
3069-
dependencies:
3070-
"@babel/runtime": "npm:^7.21.0"
3071-
checksum: 10/70b3e8ea7aaaaeaa2cd80bd889622a4bcb5d8028b4de9162cbcda359db06e16ff6e9309e54eead5341e71031818497f19aaf9839c87d1aba1e27bb4796e758a9
3072-
languageName: node
3073-
linkType: hard
3074-
30753064
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.3.5":
30763065
version: 4.3.6
30773066
resolution: "debug@npm:4.3.6"
@@ -6399,7 +6388,7 @@ __metadata:
63996388
"@types/eslint": "npm:^9.6.1"
64006389
"@types/node": "npm:^22.10.5"
64016390
"@vitest/browser": "npm:^2.0.5"
6402-
concurrently: "npm:^8.2.2"
6391+
concurrently: "npm:^9.1.2"
64036392
eslint: "npm:^9.18.0"
64046393
globals: "npm:^15.14.0"
64056394
husky: "npm:^9.1.7"
@@ -6897,13 +6886,6 @@ __metadata:
68976886
languageName: node
68986887
linkType: hard
68996888

6900-
"spawn-command@npm:0.0.2":
6901-
version: 0.0.2
6902-
resolution: "spawn-command@npm:0.0.2"
6903-
checksum: 10/f13e8c3c63abd4a0b52fb567eba5f7940d480c5ed3ec61781d38a1850f179b1196c39e6efa2bbd301f82c1bf1cd7807abc8fbd8fc8e44bcaa3975a124c0d1657
6904-
languageName: node
6905-
linkType: hard
6906-
69076889
"split2@npm:^4.0.0":
69086890
version: 4.2.0
69096891
resolution: "split2@npm:4.2.0"

0 commit comments

Comments
 (0)