diff --git a/package-lock.json b/package-lock.json index 0447a4d..1c488e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1661,27 +1661,62 @@ } }, "@graphql-codegen/typescript-operations": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.4.0.tgz", - "integrity": "sha512-VMQb/vccqJOEeYt7pPrWDFpvdL5z5L+axLCp/pnPv0v4fzSFuRMO5m8+VWej+q/DLd9dzFY/vGmMPo6Bq46+XQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.7.0.tgz", + "integrity": "sha512-x6WjtTKoVQmR2sAupmDZHQj3TDE1WRrMWhrQiMQwfJmsTuTdzmbUF5DtAN1Lubs4tGoUCBx0+tzlUIzn6WfGZw==", "dev": true, "requires": { - "@graphql-codegen/plugin-helpers": "1.4.0", - "@graphql-codegen/typescript": "1.4.0", - "@graphql-codegen/visitor-plugin-common": "1.4.0", + "@graphql-codegen/plugin-helpers": "1.7.0", + "@graphql-codegen/typescript": "1.7.0", + "@graphql-codegen/visitor-plugin-common": "1.7.0", "tslib": "1.10.0" }, "dependencies": { - "@graphql-codegen/typescript": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.4.0.tgz", - "integrity": "sha512-JYBEMJdT4IBlbf8L1chrLz2YARBJuYvXi+bdGqNmfmv1AdVbTYpRz1qhqRWOneMg9sdYUxVFUhvZ4lD9PM3FGg==", + "@graphql-codegen/plugin-helpers": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.7.0.tgz", + "integrity": "sha512-lUWd5A9BQNbPqlMr38Gh5sLsBgMnn26n90/hyTw2J7CFCKFKSMnNBjxfCZU5AFHGxwi6rsNEpwBHRBx3OVWsTA==", "dev": true, "requires": { - "@graphql-codegen/plugin-helpers": "1.4.0", - "@graphql-codegen/visitor-plugin-common": "1.4.0", + "change-case": "3.1.0", + "common-tags": "1.8.0", + "import-from": "3.0.0", "tslib": "1.10.0" } + }, + "@graphql-codegen/visitor-plugin-common": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.7.0.tgz", + "integrity": "sha512-oNSlJA9yjHwhkN/HhEn2GhHsSuSGeTuMvYVYeshc76Kx5+8CACcvIBpKwCdpNEO9os6E0ohpQg3Zg+yJG+14ug==", + "dev": true, + "requires": { + "@graphql-codegen/plugin-helpers": "1.7.0", + "auto-bind": "2.0.0", + "dependency-graph": "0.8.0", + "graphql-tag": "2.10.1", + "tslib": "1.10.0" + } + }, + "auto-bind": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-2.0.0.tgz", + "integrity": "sha512-rvRBv0/O7iriUMqSzTDhAfyAD1vVnElAEruo5rMSFeYLA0iKDEzLPSJiwMnL86+IPpTlhfOIAzjoKZ9TaySYdA==", + "dev": true + }, + "import-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz", + "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==", + "dev": true, + "requires": { + "resolve-from": "^5.0.0" + } + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true } } }, diff --git a/package.json b/package.json index e0f17cc..6ec2125 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "devDependencies": { "@graphql-codegen/cli": "^1.7.0", "@graphql-codegen/typescript": "1.7.0", - "@graphql-codegen/typescript-operations": "1.4.0", + "@graphql-codegen/typescript-operations": "1.7.0", "@graphql-codegen/typescript-react-apollo": "1.4.0", "@types/prismjs": "^1.16.0", "@types/ramda": "^0.26.18",