Skip to content

Commit 817c7d9

Browse files
fix(deps): update dependency graphql to v16
1 parent 5122aa7 commit 817c7d9

File tree

3 files changed

+14
-22
lines changed

3 files changed

+14
-22
lines changed

package-lock.json

+8-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"coffeescript": "2.7.0",
4141
"commander": "6.2.1",
4242
"foundation-sites": "6.7.5",
43-
"graphql": "14.7.0",
43+
"graphql": "16.8.1",
4444
"graphql-2-json-schema": "0.9.1",
4545
"graphql-json-schema": "0.1.2",
4646
"grunt": "1.5.3",

yarn.lock

+5-7
Original file line numberDiff line numberDiff line change
@@ -1555,12 +1555,10 @@ [email protected]:
15551555
dependencies:
15561556
graphql "^0.10.1"
15571557

1558-
1559-
version "14.7.0"
1560-
resolved "https://registry.npmjs.org/graphql/-/graphql-14.7.0.tgz"
1561-
integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==
1562-
dependencies:
1563-
iterall "^1.2.2"
1558+
1559+
version "16.8.1"
1560+
resolved "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz"
1561+
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==
15641562

15651563
graphql@^0.10.1:
15661564
version "0.10.5"
@@ -2231,7 +2229,7 @@ istanbul-reports@^2.2.4:
22312229
dependencies:
22322230
html-escaper "^2.0.0"
22332231

2234-
iterall@^1.1.0, iterall@^1.2.2:
2232+
iterall@^1.1.0:
22352233
version "1.3.0"
22362234
resolved "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz"
22372235
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==

0 commit comments

Comments
 (0)