Skip to content

Commit a5c7f4d

Browse files
idoubIsaac Doub
and
Isaac Doub
authored
Update graphql-2-json-schema (#52)
* Update package.json Looks like updating graphql-2-json-schema resolves #50 * Update npm and yarn lockfiles * 1.1.7 Co-authored-by: Isaac Doub <isaac.doub@kaseware.com>
1 parent 6be7bf0 commit a5c7f4d

File tree

3 files changed

+13
-44
lines changed

3 files changed

+13
-44
lines changed

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dociql",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Generate beautiful static API documentation from GraphQL Schema",
55
"preferGlobal": true,
66
"bin": {
@@ -41,7 +41,7 @@
4141
"commander": "^6.2.1",
4242
"foundation-sites": "^6.5.0-rc.4",
4343
"graphql": "^14.1.1",
44-
"graphql-2-json-schema": "^0.2.0",
44+
"graphql-2-json-schema": "^0.9.0",
4545
"graphql-json-schema": "^0.1.2",
4646
"grunt": "^1.0.4",
4747
"grunt-compile-handlebars": "^2.0.2",

yarn.lock

+6-14
Original file line numberDiff line numberDiff line change
@@ -1376,13 +1376,6 @@ function-bind@^1.1.1:
13761376
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
13771377
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
13781378

1379-
functional-json-schema@0.0.2-3:
1380-
version "0.0.2-3"
1381-
resolved "https://registry.yarnpkg.com/functional-json-schema/-/functional-json-schema-0.0.2-3.tgz#51e62e82d2b0b93447b13b204601618683d81cd3"
1382-
integrity sha512-g8+l/yMSW50E5jeBEqzIArUg6lfPy++J63OVM1sS9CFq4PM6Vf1QMmZjwNiofRKlP5bTHKrHHvD6BZv0K9R10A==
1383-
dependencies:
1384-
lodash "^4.17.10"
1385-
13861379
gauge@~2.7.3:
13871380
version "2.7.4"
13881381
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -1558,13 +1551,12 @@ graphlib@^2.1.8:
15581551
dependencies:
15591552
lodash "^4.17.15"
15601553

1561-
graphql-2-json-schema@^0.2.0:
1562-
version "0.2.0"
1563-
resolved "https://registry.yarnpkg.com/graphql-2-json-schema/-/graphql-2-json-schema-0.2.0.tgz#ef02d7d422071be199bfb4d3c6719f3431005661"
1564-
integrity sha512-INEySjzTCb+oI8RTVBGQDHBgOiXtHlcR47MKvyWtaiJbptUBUXHlfO1njI89NeU+KIF6cUnAqmKgyYgyJVYwbA==
1554+
graphql-2-json-schema@^0.9.0:
1555+
version "0.9.0"
1556+
resolved "https://registry.yarnpkg.com/graphql-2-json-schema/-/graphql-2-json-schema-0.9.0.tgz#f8891d8da071aecbca60c0fdaaa95f77ffc2687b"
1557+
integrity sha512-Xi6dhFagYzZZlL44ou/Gs8stBusrZVhcFfCtQ314WArTvhQXbNbjVG5TNkO/+1MOQUPO7xNQ1TgCQ0TwlWgRXg==
15651558
dependencies:
1566-
functional-json-schema "0.0.2-3"
1567-
lodash "^4.17.10"
1559+
lodash "^4.17.20"
15681560

15691561
graphql-json-schema@^0.1.2:
15701562
version "0.1.2"
@@ -2580,7 +2572,7 @@ lodash.toplainobject@^3.0.0:
25802572
lodash._basecopy "^3.0.0"
25812573
lodash.keysin "^3.0.0"
25822574

2583-
lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@~4.17.10, lodash@~4.17.11, lodash@~4.17.19, lodash@~4.17.21:
2575+
lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20, lodash@~4.17.10, lodash@~4.17.11, lodash@~4.17.19, lodash@~4.17.21:
25842576
version "4.17.21"
25852577
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
25862578
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)