Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 39de02e

Browse files
committed
fix(deps): update dependency graphql to v16
1 parent 8b13040 commit 39de02e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@sentry/node": "^6.12.0",
2323
"@zeit/next-source-maps": "^0.0.3",
2424
"github-markdown-css": "^4.0.0",
25-
"graphql": "^15.5.3",
25+
"graphql": "^16.0.0",
2626
"graphql-request": "^3.5.0",
2727
"isomorphic-unfetch": "^3.1.0",
2828
"js-yaml-loader": "^1.2.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3170,10 +3170,10 @@ graphql-request@^3.5.0:
31703170
extract-files "^9.0.0"
31713171
form-data "^3.0.0"
31723172

3173-
graphql@^15.5.3:
3174-
version "15.5.3"
3175-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.3.tgz#c72349017d5c9f5446a897fe6908b3186db1da00"
3176-
integrity sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==
3173+
graphql@^16.0.0:
3174+
version "16.2.0"
3175+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.2.0.tgz#de3150e80f1fc009590b92a9d16ab1b46e12b656"
3176+
integrity sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA==
31773177

31783178
growly@^1.3.0:
31793179
version "1.3.0"

0 commit comments

Comments
 (0)