Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 5122aa7 commit 932d6aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 22 deletions.
22 changes: 8 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"coffeescript": "2.7.0",
"commander": "6.2.1",
"foundation-sites": "6.7.5",
"graphql": "14.7.0",
"graphql": "16.8.2",
"graphql-2-json-schema": "0.9.1",
"graphql-json-schema": "0.1.2",
"grunt": "1.5.3",
Expand Down
12 changes: 5 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1555,12 +1555,10 @@ graphql-json-schema@0.1.2:
dependencies:
graphql "^0.10.1"

graphql@14.7.0:
version "14.7.0"
resolved "https://registry.npmjs.org/graphql/-/graphql-14.7.0.tgz"
integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==
dependencies:
iterall "^1.2.2"
graphql@16.8.2:
version "16.8.2"
resolved "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz"
integrity sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==

graphql@^0.10.1:
version "0.10.5"
Expand Down Expand Up @@ -2231,7 +2229,7 @@ istanbul-reports@^2.2.4:
dependencies:
html-escaper "^2.0.0"

iterall@^1.1.0, iterall@^1.2.2:
iterall@^1.1.0:
version "1.3.0"
resolved "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz"
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
Expand Down

0 comments on commit 932d6aa

Please sign in to comment.