Skip to content

Commit

Permalink
feat: upgrade graphql from 15.7.0 to 16.0.0 (#1926)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The minimum required Node.js version is 12.22.0.
  • Loading branch information
snyk-bot authored Dec 6, 2021
1 parent c096fc1 commit 7c94e51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"csurf": "1.11.0",
"express": "4.17.1",
"graphiql": "1.5.1",
"graphql": "15.7.0",
"graphql": "16.0.0",
"history": "4.10.1",
"immutable": "4.0.0",
"immutable-devtools": "0.1.5",
Expand Down Expand Up @@ -137,7 +137,7 @@
"parse-dashboard": "./bin/parse-dashboard"
},
"engines": {
"node": ">=12.20.0"
"node": ">=12.22.0"
},
"main": "Parse-Dashboard/app.js",
"jest": {
Expand Down

0 comments on commit 7c94e51

Please sign in to comment.