Skip to content

Commit b09a64e

Browse files
chore(deps): update dependency concurrently to ^9.2.0 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f3d0d3 commit b09a64e

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
@@ -51,7 +51,7 @@
5151
"@types/eslint": "^9.6.1",
5252
"@types/jest": "^29.5.14",
5353
"@types/react": "^18.3.23",
54-
"concurrently": "^9.1.2",
54+
"concurrently": "^9.2.0",
5555
"depcheck": "^1.4.7",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,10 +2498,10 @@ concat-map@0.0.1:
24982498
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
24992499
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
25002500

2501-
concurrently@^9.1.2:
2502-
version "9.1.2"
2503-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c"
2504-
integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==
2501+
concurrently@^9.2.0:
2502+
version "9.2.0"
2503+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.2.0.tgz#233e3892ceb0b5db9fd49e9c8c739737a7b638b5"
2504+
integrity sha512-IsB/fiXTupmagMW4MNp2lx2cdSN2FfZq78vF90LBB+zZHArbIQZjQtzXCiXnvTxCZSvXanTqFLWBjw2UkLx1SQ==
25052505
dependencies:
25062506
chalk "^4.1.2"
25072507
lodash "^4.17.21"

0 commit comments

Comments
 (0)