Skip to content

Commit d912edc

Browse files
authored
Update graphql packages to 16.8.1 (#644)
1 parent 38fd628 commit d912edc

File tree

22 files changed

+228
-228
lines changed

22 files changed

+228
-228
lines changed

implementations/apollo-server/package-lock.json

Lines changed: 155 additions & 155 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/apollo-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"dependencies": {
55
"@apollo/server": "^4.7.1",
66
"@apollo/subgraph": "^2.4.7",
7-
"graphql": "^16.6.0",
7+
"graphql": "^16.8.1",
88
"graphql-tag": "^2.12.6"
99
},
1010
"devDependencies": {
1111
"typescript": "^5.1.3"
1212
}
13-
}
13+
}

implementations/express-graphql/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/express-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/express": "^4.17.14",
1010
"express": "^4.18.2",
1111
"express-graphql": "^0.12.0",
12-
"graphql": "^16.6.0",
12+
"graphql": "^16.8.1",
1313
"graphql-tag": "^2.12.6"
1414
},
1515
"devDependencies": {

implementations/graphql-mesh/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/graphql-mesh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@graphql-mesh/transform-federation": "^0.11.7",
1616
"@graphql-tools/schema": "^9.0.16",
1717
"@graphql-yoga/plugin-apollo-inline-trace": "^1.7.0",
18-
"graphql": "^16.3.0"
18+
"graphql": "^16.8.1"
1919
},
2020
"devDependencies": {
2121
"@graphql-codegen/cli": "^3.2.1",

implementations/graphql-yoga/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/graphql-yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@apollo/subgraph": "^2.3.2",
1515
"@graphql-tools/utils": "^9.2.1",
1616
"@graphql-yoga/plugin-apollo-inline-trace": "^1.6.2",
17-
"graphql": "^16.6.0",
17+
"graphql": "^16.8.1",
1818
"graphql-tag": "^2.12.6",
1919
"graphql-yoga": "^3.6.0"
2020
},

implementations/helix/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@apollo/subgraph": "^2.3.2",
1010
"express": "^4.18.2",
11-
"graphql": "^16.6.0",
11+
"graphql": "^16.8.1",
1212
"graphql-helix": "^1.13.0",
1313
"graphql-tag": "^2.12.6"
1414
},

0 commit comments

Comments
 (0)