Skip to content

Commit 762298d

Browse files
chore(deps): Update dependency concurrently to ^9.1.2
1 parent 0ea1e0e commit 762298d

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-transition-group": "^4.4.6",
8383
"@types/three": "^0.150.1",
8484
"@typescript-eslint/eslint-plugin": "^7.18.0",
85-
"concurrently": "^9.1.0",
85+
"concurrently": "^9.1.2",
8686
"cross-env": "^7.0.3",
8787
"cypress": "^13.7.3",
8888
"eslint": "^8.57.1",

shared/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"devDependencies": {
4343
"@next-core/build-next-libs": "^1.0.23",
4444
"@next-core/test-next": "^1.1.8",
45-
"concurrently": "^9.1.0"
45+
"concurrently": "^9.1.2"
4646
}
4747
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6622,10 +6622,10 @@ concat-stream@^2.0.0:
66226622
readable-stream "^3.0.2"
66236623
typedarray "^0.0.6"
66246624

6625-
concurrently@^9.1.0:
6626-
version "9.1.0"
6627-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.0.tgz#8da6d609f4321752912dab9be8710232ac496aa0"
6628-
integrity sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==
6625+
concurrently@^9.1.2:
6626+
version "9.1.2"
6627+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c"
6628+
integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==
66296629
dependencies:
66306630
chalk "^4.1.2"
66316631
lodash "^4.17.21"

0 commit comments

Comments
 (0)