Skip to content

Commit 923c7e1

Browse files
Bump concurrently from 9.1.0 to 9.1.1 (#552)
1 parent 4f64d73 commit 923c7e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "^20.14.11",
3333
"@typescript-eslint/eslint-plugin": "^4.33.0",
3434
"@typescript-eslint/parser": "^4.33.0",
35-
"concurrently": "^9.1.0",
35+
"concurrently": "^9.1.1",
3636
"eslint": "^7.32.0",
3737
"jest": "^26.6.3",
3838
"prettier": "^3.4.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,10 +1311,10 @@ concat-map@0.0.1:
13111311
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
13121312
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
13131313

1314-
concurrently@^9.1.0:
1315-
version "9.1.0"
1316-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.0.tgz#8da6d609f4321752912dab9be8710232ac496aa0"
1317-
integrity sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==
1314+
concurrently@^9.1.1:
1315+
version "9.1.1"
1316+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.1.tgz#609dde2ce12f4f12d6a5ea6eace4c38bb7ab2ead"
1317+
integrity sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q==
13181318
dependencies:
13191319
chalk "^4.1.2"
13201320
lodash "^4.17.21"

0 commit comments

Comments
 (0)