Skip to content

Commit 22de409

Browse files
committed
chore(deps): update dependency graphql to v15.6.0
1 parent 2bdb82e commit 22de409

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"jest": "26.2.2",
3737
"ts-jest": "26.1.4",
3838
"ts-node": "8.10.2",
39-
"graphql": "15.3.0",
39+
"graphql": "15.6.0",
4040
"typescript": "3.9.7"
4141
},
4242
"lint-staged": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"bob-the-bundler": "1.1.0",
20-
"graphql": "15.3.0",
20+
"graphql": "15.6.0",
2121
"typescript": "3.9.7"
2222
},
2323
"peerDependencies": {

packages/patch-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@graphql-codegen/cli": "1.21.6",
3232
"@graphql-codegen/typescript": "1.22.4",
3333
"@graphql-codegen/typescript-operations": "1.18.3",
34-
"graphql": "15.3.0",
34+
"graphql": "15.6.0",
3535
"typescript": "3.9.7"
3636
},
3737
"peerDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3909,10 +3909,10 @@ graphql-ws@^4.4.1:
39093909
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-4.9.0.tgz#5cfd8bb490b35e86583d8322f5d5d099c26e365c"
39103910
integrity sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==
39113911

3912-
graphql@15.3.0:
3913-
version "15.3.0"
3914-
resolved "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz#3ad2b0caab0d110e3be4a5a9b2aa281e362b5278"
3915-
integrity sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==
3912+
graphql@15.6.0:
3913+
version "15.6.0"
3914+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.6.0.tgz#e69323c6a9780a1a4b9ddf7e35ca8904bb04df02"
3915+
integrity sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ==
39163916

39173917
growly@^1.3.0:
39183918
version "1.3.0"

0 commit comments

Comments
 (0)