Skip to content

Commit 0ae93b2

Browse files
fix(deps): update dependency graphql to v16
1 parent 267d603 commit 0ae93b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@sourcegraph/extension-api-classes": "^1.1.0",
6767
"@types/sinon": "10.0.4",
68-
"graphql": "^15.4.0",
68+
"graphql": "^16.11.0",
6969
"rxjs": "^6.5.1",
7070
"sinon": "^10.0.0",
7171
"sourcegraph": "^25.7.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3187,10 +3187,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
31873187
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
31883188
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
31893189

3190-
graphql@^15.4.0:
3191-
version "15.7.2"
3192-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.7.2.tgz#85ab0eeb83722977151b3feb4d631b5f2ab287ef"
3193-
integrity sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==
3190+
graphql@^16.11.0:
3191+
version "16.11.0"
3192+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633"
3193+
integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==
31943194

31953195
31963196
version "1.10.5"

0 commit comments

Comments
 (0)