diff --git a/package-lock.json b/package-lock.json index b47c9a0..76c7574 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,19 @@ { "name": "contentstack-cli-tsgen", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "contentstack-cli-tsgen", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { "@contentstack/cli-command": "^1.2.17", "@contentstack/cli-utilities": "^1.5.10", "@gql2ts/from-schema": "^2.0.0-4", + "async": "^3.2.5", + "graphql": "^14.7.0", "lodash": "^4.17.20", "prettier": "^2.0.5", "tslib": "^1.13.0" @@ -25,7 +27,6 @@ "@types/lodash": "^4.14.162", "@types/mocha": "^10.0.6", "@types/node": "^10.17.28", - "async": "^3.2.4", "chai": "^5.0.0", "eslint": "^5.16.0", "eslint-config-oclif": "^3.1.0", @@ -3670,9 +3671,9 @@ } }, "node_modules/async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" }, "node_modules/asynckit": { "version": "0.4.0", @@ -7339,7 +7340,6 @@ "version": "14.7.0", "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.7.0.tgz", "integrity": "sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==", - "peer": true, "dependencies": { "iterall": "^1.2.2" }, @@ -8771,8 +8771,7 @@ "node_modules/iterall": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==", - "peer": true + "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" }, "node_modules/jackspeak": { "version": "2.2.1", diff --git a/package.json b/package.json index c5fc54b..c901721 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,15 @@ { "name": "contentstack-cli-tsgen", "description": "Generate TypeScript typings from a Stack.", - "version": "2.3.0", + "version": "2.3.1", "author": "Michael Davis", "bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/issues", "dependencies": { "@contentstack/cli-command": "^1.2.17", "@contentstack/cli-utilities": "^1.5.10", "@gql2ts/from-schema": "^2.0.0-4", + "async": "^3.2.5", + "graphql": "^14.7.0", "lodash": "^4.17.20", "prettier": "^2.0.5", "tslib": "^1.13.0" @@ -21,7 +23,6 @@ "@types/lodash": "^4.14.162", "@types/mocha": "^10.0.6", "@types/node": "^10.17.28", - "async": "^3.2.4", "chai": "^5.0.0", "eslint": "^5.16.0", "eslint-config-oclif": "^3.1.0",