From 28a47e62d214341ac47be23672964a865ac91d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 07:21:38 +0000 Subject: [PATCH] chore(deps): bump @graphql-codegen/plugin-helpers from 1.18.5 to 1.18.7 Bumps [@graphql-codegen/plugin-helpers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/utils/plugins-helpers) from 1.18.5 to 1.18.7. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/utils/plugins-helpers/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/plugin-helpers@1.18.7/packages/utils/plugins-helpers) Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 491e067..d0ecae5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2048,21 +2048,21 @@ } }, "@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" }, "dependencies": { "@graphql-tools/utils": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-7.8.1.tgz", - "integrity": "sha512-LDbOweemjxPYgJuHXK5XZJgObsBkiD92ul98lcuZxgA49IzQazHho5Y1Hs3MluD93YtZpxsQg/f7gNPnAyR6yw==", + "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", @@ -2078,11 +2078,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",