Skip to content

Commit 9a0c631

Browse files
fix(deps): update dependency concurrently to v9.1.1 (#8195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6824ae5 commit 9a0c631

File tree

11 files changed

+24
-24
lines changed

11 files changed

+24
-24
lines changed

examples/federation-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@apollo/server": "4.11.2",
2626
"apollo-server-caching": "3.3.0",
27-
"concurrently": "9.1.0",
27+
"concurrently": "9.1.1",
2828
"delay-cli": "2.0.0",
2929
"jest": "29.7.0",
3030
"ts-node": "^10.9.2",

examples/graphql-file-upload-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@graphql-mesh/cli": "0.98.15",
1212
"@graphql-mesh/graphql": "0.103.11",
13-
"concurrently": "9.1.0",
13+
"concurrently": "9.1.1",
1414
"graphql": "16.10.0",
1515
"graphql-yoga": "5.10.8",
1616
"sharp": "0.33.5"

examples/grpc-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"graphql": "16.10.0"
2020
},
2121
"devDependencies": {
22-
"concurrently": "9.1.0",
22+
"concurrently": "9.1.1",
2323
"jest": "29.7.0",
2424
"ts-jest": "29.2.5",
2525
"ts-node": "^10.9.2",

examples/grpc-reflection-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"grpc-node-server-reflection": "1.0.2"
2121
},
2222
"devDependencies": {
23-
"concurrently": "9.1.0",
23+
"concurrently": "9.1.1",
2424
"ts-node": "^10.9.2",
2525
"typescript": "^5.4.2"
2626
}

examples/json-schema-file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@types/node": "22.10.2",
18-
"concurrently": "9.1.0",
18+
"concurrently": "9.1.1",
1919
"ts-node": "^10.9.2",
2020
"typescript": "^5.4.2"
2121
}

examples/json-schema-subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"graphql": "16.10.0"
1616
},
1717
"devDependencies": {
18-
"concurrently": "9.1.0",
18+
"concurrently": "9.1.1",
1919
"ts-node": "^10.9.2",
2020
"ts-node-dev": "2.0.0",
2121
"typescript": "^5.4.2"

examples/openapi-subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-mesh/cli": "0.98.15",
1111
"@graphql-mesh/openapi": "0.108.12",
1212
"@whatwg-node/fetch": "^0.10.0",
13-
"concurrently": "9.1.0",
13+
"concurrently": "9.1.1",
1414
"fets": "^0.8.0",
1515
"graphql": "16.10.0",
1616
"ts-node": "^10.9.2",

examples/programmatic-batching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "16.10.0"
1515
},
1616
"devDependencies": {
17-
"concurrently": "9.1.0",
17+
"concurrently": "9.1.1",
1818
"jest": "29.7.0",
1919
"ts-node": "^10.9.2"
2020
}

examples/thrift-calculator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"typescript": "^5.4.2"
2323
},
2424
"devDependencies": {
25-
"concurrently": "9.1.0"
25+
"concurrently": "9.1.1"
2626
}
2727
}

examples/v1-next/apollo-federation-compatibility/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@graphql-hive/gateway": "1.7.4",
1919
"@graphql-yoga/plugin-apollo-inline-trace": "3.10.8",
20-
"concurrently": "9.1.0",
20+
"concurrently": "9.1.1",
2121
"graphql": "16.10.0",
2222
"graphql-yoga": "5.10.8",
2323
"tslib": "2.8.1",

0 commit comments

Comments
 (0)