Skip to content

Commit 47ca676

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

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
@@ -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.10.0",
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.10.0:
3191+
version "16.10.0"
3192+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
3193+
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==
31943194

31953195
growl@1.10.5:
31963196
version "1.10.5"

0 commit comments

Comments
 (0)