Skip to content

Commit cbcb59e

Browse files
chore(deps): Update dependency concurrently to ^9.2.0
1 parent 50616f8 commit cbcb59e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@types/react-grid-layout": "^1.3.5",
8383
"@types/react-transition-group": "^4.4.6",
8484
"@types/three": "^0.150.1",
85-
"concurrently": "^9.1.0",
85+
"concurrently": "^9.2.0",
8686
"cross-env": "^7.0.3",
8787
"cypress": "^13.7.3",
8888
"eslint": "^9.22.0",

shared/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"devDependencies": {
4747
"@next-core/build-next-libs": "^1.0.24",
4848
"@next-core/test-next": "^1.1.9",
49-
"concurrently": "^9.1.0"
49+
"concurrently": "^9.2.0"
5050
}
5151
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6696,10 +6696,10 @@ concat-stream@^2.0.0:
66966696
readable-stream "^3.0.2"
66976697
typedarray "^0.0.6"
66986698

6699-
concurrently@^9.1.0:
6700-
version "9.1.0"
6701-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.0.tgz#8da6d609f4321752912dab9be8710232ac496aa0"
6702-
integrity sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==
6699+
concurrently@^9.2.0:
6700+
version "9.2.0"
6701+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.2.0.tgz#233e3892ceb0b5db9fd49e9c8c739737a7b638b5"
6702+
integrity sha512-IsB/fiXTupmagMW4MNp2lx2cdSN2FfZq78vF90LBB+zZHArbIQZjQtzXCiXnvTxCZSvXanTqFLWBjw2UkLx1SQ==
67036703
dependencies:
67046704
chalk "^4.1.2"
67056705
lodash "^4.17.21"

0 commit comments

Comments
 (0)