Skip to content

Commit f753797

Browse files
chore(deps): Update dependency concurrently to ^9.1.2
1 parent ff608b0 commit f753797

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
@@ -81,7 +81,7 @@
8181
"@types/react-grid-layout": "^1.3.5",
8282
"@types/react-transition-group": "^4.4.6",
8383
"@types/three": "^0.150.1",
84-
"concurrently": "^9.1.0",
84+
"concurrently": "^9.1.2",
8585
"cross-env": "^7.0.3",
8686
"cypress": "^13.7.3",
8787
"eslint": "^9.22.0",

shared/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"devDependencies": {
4444
"@next-core/build-next-libs": "^1.0.24",
4545
"@next-core/test-next": "^1.1.9",
46-
"concurrently": "^9.1.0"
46+
"concurrently": "^9.1.2"
4747
}
4848
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6677,10 +6677,10 @@ concat-stream@^2.0.0:
66776677
readable-stream "^3.0.2"
66786678
typedarray "^0.0.6"
66796679

6680-
concurrently@^9.1.0:
6681-
version "9.1.0"
6682-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.0.tgz#8da6d609f4321752912dab9be8710232ac496aa0"
6683-
integrity sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==
6680+
concurrently@^9.1.2:
6681+
version "9.1.2"
6682+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c"
6683+
integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==
66846684
dependencies:
66856685
chalk "^4.1.2"
66866686
lodash "^4.17.21"

0 commit comments

Comments
 (0)