Skip to content

Commit d3b7fb0

Browse files
authored
refactor: Upgrade various GraphQL dependencies (#9364)
1 parent e75645d commit d3b7fb0

File tree

2 files changed

+49
-122
lines changed

2 files changed

+49
-122
lines changed

package-lock.json

+45-118
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"dependencies": {
2222
"@apollo/server": "4.11.0",
2323
"@babel/eslint-parser": "7.25.8",
24-
"@graphql-tools/merge": "9.0.7",
25-
"@graphql-tools/schema": "10.0.4",
26-
"@graphql-tools/utils": "8.12.0",
24+
"@graphql-tools/merge": "9.0.8",
25+
"@graphql-tools/schema": "10.0.7",
26+
"@graphql-tools/utils": "10.5.5",
2727
"@parse/fs-files-adapter": "3.0.0",
2828
"@parse/push-adapter": "6.4.1",
2929
"bcryptjs": "2.4.3",
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@actions/core": "1.11.1",
70-
"@apollo/client": "3.11.1",
70+
"@apollo/client": "3.11.8",
7171
"@babel/cli": "7.24.8",
7272
"@babel/core": "7.24.7",
7373
"@babel/plugin-proposal-object-rest-spread": "7.20.7",

0 commit comments

Comments
 (0)