Skip to content

Commit 816e4a0

Browse files
fix(deps): update dependency concurrently to v9
1 parent 2b0460c commit 816e4a0

File tree

4 files changed

+8
-22
lines changed

4 files changed

+8
-22
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": "8.2.2",
13+
"concurrently": "9.0.1",
1414
"graphql": "16.9.0",
1515
"nodemon": "3.1.4",
1616
"ts-node": "10.9.2",

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
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

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": "8.2.2",
13+
"concurrently": "9.0.1",
1414
"graphql": "16.9.0",
1515
"nodemon": "3.1.4",
1616
"ts-node": "10.9.2",

yarn.lock

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@
10761076
"@babel/plugin-transform-modules-commonjs" "^7.25.7"
10771077
"@babel/plugin-transform-typescript" "^7.25.7"
10781078

1079-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
1079+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
10801080
version "7.25.7"
10811081
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6"
10821082
integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==
@@ -3936,17 +3936,15 @@ [email protected]:
39363936
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
39373937
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
39383938

3939-
concurrently@8.2.2, concurrently@^8.0.1:
3940-
version "8.2.2"
3941-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.2.tgz#353141985c198cfa5e4a3ef90082c336b5851784"
3942-
integrity sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==
3939+
concurrently@9.0.1, concurrently@^9.0.0:
3940+
version "9.0.1"
3941+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.0.1.tgz#01e171bf6c7af0c022eb85daef95bff04d8185aa"
3942+
integrity sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==
39433943
dependencies:
39443944
chalk "^4.1.2"
3945-
date-fns "^2.30.0"
39463945
lodash "^4.17.21"
39473946
rxjs "^7.8.1"
39483947
shell-quote "^1.8.1"
3949-
spawn-command "0.0.2"
39503948
supports-color "^8.1.1"
39513949
tree-kill "^1.2.2"
39523950
yargs "^17.7.2"
@@ -4089,13 +4087,6 @@ dataloader@^1.4.0:
40894087
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-1.4.0.tgz#bca11d867f5d3f1b9ed9f737bd15970c65dff5c8"
40904088
integrity sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==
40914089

4092-
date-fns@^2.30.0:
4093-
version "2.30.0"
4094-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
4095-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
4096-
dependencies:
4097-
"@babel/runtime" "^7.21.0"
4098-
40994090
41004091
version "1.11.13"
41014092
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c"
@@ -7912,11 +7903,6 @@ source-map@^0.6.0, source-map@^0.6.1:
79127903
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
79137904
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
79147905

7915-
7916-
version "0.0.2"
7917-
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2.tgz#9544e1a43ca045f8531aac1a48cb29bdae62338e"
7918-
integrity sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==
7919-
79207906
spawndamnit@^2.0.0:
79217907
version "2.0.0"
79227908
resolved "https://registry.yarnpkg.com/spawndamnit/-/spawndamnit-2.0.0.tgz#9f762ac5c3476abb994b42ad592b5ad22bb4b0ad"

0 commit comments

Comments
 (0)