Skip to content

Commit e6f3e7a

Browse files
fix(deps): update dependency concurrently to v8.1.0 (#494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c70e6a commit e6f3e7a

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": "2.2.22",
13-
"concurrently": "8.0.1",
13+
"concurrently": "8.1.0",
1414
"graphql": "16.6.0",
1515
"nodemon": "2.0.22",
1616
"ts-node": "10.9.1",

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": "2.2.22",
13-
"concurrently": "8.0.1",
13+
"concurrently": "8.1.0",
1414
"graphql": "16.6.0",
1515
"nodemon": "2.0.22",
1616
"ts-node": "10.9.1",

yarn.lock

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

3755-
concurrently@8.0.1, concurrently@^8.0.1:
3756-
version "8.0.1"
3757-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.0.1.tgz#80c0591920a9fa3e68ba0dd8aa6eac8487eb904c"
3758-
integrity sha512-Sh8bGQMEL0TAmAm2meAXMjcASHZa7V0xXQVDBLknCPa9TPtkY9yYs+0cnGGgfdkW0SV1Mlg+hVGfXcoI8d3MJA==
3755+
concurrently@8.1.0, concurrently@^8.0.1:
3756+
version "8.1.0"
3757+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.1.0.tgz#6363592e0cbc0c02169b035aa46f856c13993b38"
3758+
integrity sha512-0AB6eOAtaW/r/kX2lCdolaWtT191ICeuJjEJvI9hT3zbPFuZ/iZaJwMRKwbuwADome7OKxk73L7od+fsveZ7tA==
37593759
dependencies:
37603760
chalk "^4.1.2"
37613761
date-fns "^2.29.3"

0 commit comments

Comments
 (0)