Skip to content

Commit dfed9de

Browse files
fix(deps): update dependency concurrently to v9 (#813)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27d472c commit dfed9de

File tree

4 files changed

+8
-22
lines changed

4 files changed

+8
-22
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "3.0.7",
13-
"concurrently": "8.2.2",
13+
"concurrently": "9.1.0",
1414
"graphql": "16.9.0",
1515
"nodemon": "3.1.4",
1616
"ts-node": "10.9.2",

examples/composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "^3.0.7",
1313
"@graphql-mesh/transform-rename": "^0.102.0",
14-
"concurrently": "^8.0.1",
14+
"concurrently": "^9.0.0",
1515
"graphql": "^16.6.0",
1616
"nodemon": "^3.0.0",
1717
"ts-node": "^10.9.1",

examples/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "3.0.7",
13-
"concurrently": "8.2.2",
13+
"concurrently": "9.1.0",
1414
"graphql": "16.9.0",
1515
"nodemon": "3.1.4",
1616
"ts-node": "10.9.2",

yarn.lock

+5-19
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@
10551055
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
10561056
"@babel/plugin-transform-typescript" "^7.25.9"
10571057

1058-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
1058+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
10591059
version "7.26.0"
10601060
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
10611061
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
@@ -4024,17 +4024,15 @@ [email protected]:
40244024
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
40254025
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
40264026

4027-
concurrently@8.2.2, concurrently@^8.0.1:
4028-
version "8.2.2"
4029-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.2.tgz#353141985c198cfa5e4a3ef90082c336b5851784"
4030-
integrity sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==
4027+
concurrently@9.1.0, concurrently@^9.0.0:
4028+
version "9.1.0"
4029+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.0.tgz#8da6d609f4321752912dab9be8710232ac496aa0"
4030+
integrity sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==
40314031
dependencies:
40324032
chalk "^4.1.2"
4033-
date-fns "^2.30.0"
40344033
lodash "^4.17.21"
40354034
rxjs "^7.8.1"
40364035
shell-quote "^1.8.1"
4037-
spawn-command "0.0.2"
40384036
supports-color "^8.1.1"
40394037
tree-kill "^1.2.2"
40404038
yargs "^17.7.2"
@@ -4177,13 +4175,6 @@ dataloader@^1.4.0:
41774175
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-1.4.0.tgz#bca11d867f5d3f1b9ed9f737bd15970c65dff5c8"
41784176
integrity sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==
41794177

4180-
date-fns@^2.30.0:
4181-
version "2.30.0"
4182-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
4183-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
4184-
dependencies:
4185-
"@babel/runtime" "^7.21.0"
4186-
41874178
41884179
version "1.11.13"
41894180
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c"
@@ -8005,11 +7996,6 @@ source-map@^0.6.0, source-map@^0.6.1:
80057996
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
80067997
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
80077998

8008-
8009-
version "0.0.2"
8010-
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2.tgz#9544e1a43ca045f8531aac1a48cb29bdae62338e"
8011-
integrity sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==
8012-
80137999
spawndamnit@^2.0.0:
80148000
version "2.0.0"
80158001
resolved "https://registry.yarnpkg.com/spawndamnit/-/spawndamnit-2.0.0.tgz#9f762ac5c3476abb994b42ad592b5ad22bb4b0ad"

0 commit comments

Comments
 (0)