Skip to content

Commit 8ce9e7e

Browse files
Update dependency graphql to v15.9.0
1 parent fb0dd42 commit 8ce9e7e

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
@@ -28,7 +28,7 @@
2828
"@babel/core": "7.18.0",
2929
"@babel/preset-env": "7.18.0",
3030
"@babel/register": "7.17.7",
31-
"graphql": "=15.0.0",
31+
"graphql": "=15.9.0",
3232
"husky": "4.3.8",
3333
"lint-staged": "10.5.4",
3434
"mocha": "10.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1726,10 +1726,10 @@ globals@^11.1.0:
17261726
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
17271727
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
17281728

1729-
graphql@=15.0.0:
1730-
version "15.0.0"
1731-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.0.0.tgz#042a5eb5e2506a2e2111ce41eb446a8e570b8be9"
1732-
integrity sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==
1729+
graphql@=15.9.0:
1730+
version "15.9.0"
1731+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.9.0.tgz#4e8ca830cfd30b03d44d3edd9cac2b0690304b53"
1732+
integrity sha512-GCOQdvm7XxV1S4U4CGrsdlEN37245eC8P9zaYCMr6K1BG0IPGy5lUwmJsEOGyl1GD6HXjOtl2keCP9asRBwNvA==
17331733

17341734
has-flag@^2.0.0:
17351735
version "2.0.0"

0 commit comments

Comments
 (0)