Skip to content

Commit c28b99e

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

File tree

3 files changed

+14
-22
lines changed

3 files changed

+14
-22
lines changed

package-lock.json

Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.9.0",
4444
"graphql-2-json-schema": "0.9.1",
4545
"graphql-json-schema": "0.1.2",
4646
"grunt": "1.5.3",

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,12 +1555,10 @@ graphql-json-schema@0.1.2:
15551555
dependencies:
15561556
graphql "^0.10.1"
15571557

1558-
graphql@14.7.0:
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+
graphql@16.9.0:
1559+
version "16.9.0"
1560+
resolved "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz"
1561+
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
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)