Skip to content

Commit d5028be

Browse files
authored
upgrade graphql, other security related upgrades (#3488)
1 parent eb8ce03 commit d5028be

File tree

26 files changed

+327
-232
lines changed

26 files changed

+327
-232
lines changed

.changeset/plenty-bees-fry.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'graphql-language-service-cli': patch
3+
'graphql-language-service-server': patch
4+
'vscode-graphql': patch
5+
---
6+
7+
Bump graphql & graphql-tools version to fix potential runtime security bugs

examples/cm6-graphql-legacy-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@codemirror/basic-setup": "^0.20.0",
2626
"@codemirror/language": "^0.20.0",
2727
"codemirror-graphql": "^2.0.2",
28-
"graphql": "^16.4.0"
28+
"graphql": "^16.8.1"
2929
},
3030
"devDependencies": {
3131
"parcel-bundler": "^1.12.4",

examples/cm6-graphql-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@codemirror/theme-one-dark": "6.0.0",
3030
"@codemirror/view": "6.1.2",
3131
"cm6-graphql": "0.0.1",
32-
"graphql": "^16.4.0"
32+
"graphql": "^16.8.1"
3333
},
3434
"devDependencies": {
3535
"parcel": "^2.6.2",

examples/graphiql-create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"graphiql": "^2.2.0",
7-
"graphql": "^16.4.0",
7+
"graphql": "^16.8.1",
88
"react": "^18.2.0",
99
"react-dom": "^18.2.0",
1010
"react-scripts": "5.0.1"

examples/graphiql-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"graphiql": "^2.2.0",
26-
"graphql": "^16.4.0",
26+
"graphql": "^16.8.1",
2727
"react": "^18.2.0",
2828
"react-dom": "^18.2.0"
2929
},

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphiql/toolkit": "^0.9.1",
1515
"@graphiql/react": "^0.20.2",
1616
"graphiql": "^3.1.0",
17-
"graphql": "^16.4.0",
17+
"graphql": "^16.8.1",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",
2020
"regenerator-runtime": "^0.13.9"

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/toolkit": "^0.9.1",
13-
"graphql": "^16.4.0",
13+
"graphql": "^16.8.1",
1414
"graphql-ws": "^5.5.5",
1515
"jsonc-parser": "^3.2.0",
1616
"marked": "^4.2.12",

examples/monaco-graphql-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"dependencies": {
66
"@graphiql/toolkit": "^0.9.1",
7-
"graphql": "^16.4.0",
7+
"graphql": "^16.8.1",
88
"graphql-language-service": "^5.2.0",
99
"jsonc-parser": "^3.2.0",
1010
"monaco-editor": "^0.39.0",

examples/monaco-graphql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "cross-env NODE_ENV=development webpack-cli serve"
1010
},
1111
"dependencies": {
12-
"graphql": "^16.4.0",
12+
"graphql": "^16.8.1",
1313
"graphql-language-service": "^5.2.0",
1414
"json-schema": "^0.4.0",
1515
"jsonc-parser": "^3.2.0",

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,8 @@
136136
"typescript": "^4.6.3",
137137
"vitest": "^0.32.2",
138138
"wsrun": "^5.2.4"
139+
},
140+
"resolutions": {
141+
"@babel/traverse": "^7.23.2"
139142
}
140143
}

0 commit comments

Comments
 (0)