Skip to content

Commit ed2a315

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

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
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.13.2",
6969
"rxjs": "^6.5.1",
7070
"sinon": "^10.0.0",
7171
"sourcegraph": "^25.7.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
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.13.2:
3191+
version "16.13.2"
3192+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.2.tgz#4d2b73df5796b201f1bc2765f5d7067f689cb55f"
3193+
integrity sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==
31943194

31953195
growl@1.10.5:
31963196
version "1.10.5"

0 commit comments

Comments
 (0)