Skip to content

Commit 4f2cdef

Browse files
chore(deps): update dependency concurrently to ^9.2.0 (#883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5aed0fd commit 4f2cdef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/react": "^18.3.23",
5656
"@types/react-dom": "^18.3.7",
5757
"@types/uuid": "^10.0.0",
58-
"concurrently": "^9.1.2",
58+
"concurrently": "^9.2.0",
5959
"eslint-config-txo-package-react": "^1.0.26",
6060
"husky": "^9.1.7",
6161
"jest": "^29.7.0",

yarn.lock

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

3317-
concurrently@^9.1.2:
3318-
version "9.1.2"
3319-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c"
3320-
integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==
3317+
concurrently@^9.2.0:
3318+
version "9.2.0"
3319+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.2.0.tgz#233e3892ceb0b5db9fd49e9c8c739737a7b638b5"
3320+
integrity sha512-IsB/fiXTupmagMW4MNp2lx2cdSN2FfZq78vF90LBB+zZHArbIQZjQtzXCiXnvTxCZSvXanTqFLWBjw2UkLx1SQ==
33213321
dependencies:
33223322
chalk "^4.1.2"
33233323
lodash "^4.17.21"

0 commit comments

Comments
 (0)