Skip to content

Commit d85854c

Browse files
fix(deps): update dependency concurrently to v9.1.2 (#894)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ba7ce3 commit d85854c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/auto-pagination-multiple-sources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "3.0.7",
13-
"concurrently": "9.1.1",
13+
"concurrently": "9.1.2",
1414
"graphql": "16.10.0",
1515
"nodemon": "3.1.9",
1616
"ts-node": "10.9.2",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "3.0.7",
13-
"concurrently": "9.1.1",
13+
"concurrently": "9.1.2",
1414
"graphql": "16.10.0",
1515
"nodemon": "3.1.9",
1616
"ts-node": "10.9.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4025,10 +4025,10 @@ [email protected]:
40254025
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
40264026
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
40274027

4028-
[email protected].1, concurrently@^9.0.0:
4029-
version "9.1.1"
4030-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.1.tgz#609dde2ce12f4f12d6a5ea6eace4c38bb7ab2ead"
4031-
integrity sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q==
4028+
[email protected].2, concurrently@^9.0.0:
4029+
version "9.1.2"
4030+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c"
4031+
integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==
40324032
dependencies:
40334033
chalk "^4.1.2"
40344034
lodash "^4.17.21"

0 commit comments

Comments
 (0)