diff --git a/package-lock.json b/package-lock.json index baa0dec..ff0a1fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2424,13 +2424,13 @@ } }, "@graphql-codegen/visitor-plugin-common": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.20.0.tgz", - "integrity": "sha512-AYrpy8NA3DpvhDLqYGerQRv44S+YAMPKtwT8x9GNVjzP0gVfmqi3gG1bDWbP5sm6kOZKvDC0kTxGePuBSZerxw==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.21.0.tgz", + "integrity": "sha512-gw6mUCOpKwJ4aR+wnUXureQi4dV6jezEiXvX0CEZdpqBIGAJ4G8h7CKyGW66lBzvaoLCB7siOF86UJO3dw5ctg==", "requires": { - "@graphql-codegen/plugin-helpers": "^1.18.5", + "@graphql-codegen/plugin-helpers": "^1.18.7", "@graphql-tools/optimize": "^1.0.1", - "@graphql-tools/relay-operation-optimizer": "^6", + "@graphql-tools/relay-operation-optimizer": "^6.3.0", "array.prototype.flatmap": "^1.2.4", "auto-bind": "~4.0.0", "change-case-all": "1.0.14", @@ -2441,21 +2441,21 @@ }, "dependencies": { "@graphql-codegen/plugin-helpers": { - "version": "1.18.5", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.18.5.tgz", - "integrity": "sha512-xY8dWdU4+mm+253esLYcKQIgWZEgI3spKPmMRQ+oAxlrCn9oIcdhhiMqNxa9rHS20xpZtlAjozxHulrqjFLuyA==", + "version": "1.18.7", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.18.7.tgz", + "integrity": "sha512-8ICOrXlsvyL1dpVz8C9b7H31d4DJpDd75WfjMn6Xjqz81Ah8xDn1Bi+7YXRCCILCBmvI94k6fi8qpsIVhFBBjQ==", "requires": { - "@graphql-tools/utils": "^7.0.0", + "@graphql-tools/utils": "^7.9.1", "common-tags": "1.8.0", "import-from": "3.0.0", - "lodash": "~4.17.20", + "lodash": "~4.17.0", "tslib": "~2.2.0" } }, "@graphql-tools/utils": { - "version": "7.7.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-7.7.3.tgz", - "integrity": "sha512-zF8Ll1v7DOFfCsZVYGkJqvi3Zpwfga8NutOZkToXrumMlTPaMhEDFkiuwoIK4lV2PMVUke5ZCmpn9pc5pqy4Tw==", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-7.10.0.tgz", + "integrity": "sha512-d334r6bo9mxdSqZW6zWboEnnOOFRrAPVQJ7LkU8/6grglrbcu6WhwCLzHb90E94JI3TD3ricC3YGbUqIi9Xg0w==", "requires": { "@ardatan/aggregate-error": "0.0.6", "camel-case": "4.1.2", @@ -2471,11 +2471,6 @@ "tslib": "^2.0.3" } }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, "lower-case": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",