From 8bd196d017ab7452ce3b7f1ca1f3ef2f0d1e6325 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 Nov 2020 12:32:09 +0000 Subject: [PATCH] fix(deps): update dependency graphql-query-complexity to v0.7.1 --- examples/package.json | 2 +- package-lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/package.json b/examples/package.json index ee2d50163..fc36f9593 100644 --- a/examples/package.json +++ b/examples/package.json @@ -30,7 +30,7 @@ "apollo-server-plugin-base": "0.10.2", "class-validator": "0.12.2", "graphql": "15.4.0", - "graphql-query-complexity": "0.7.0", + "graphql-query-complexity": "0.7.1", "graphql-tools": "6.2.6", "mongoose": "5.10.11", "mysql2": "2.2.5", diff --git a/package-lock.json b/package-lock.json index 875f82ebb..4e3e04956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13972,9 +13972,9 @@ "integrity": "sha512-x3VE5lUcR4XCOxPIqaO4CE+bTK8u6gVouOdpQX9+EKHr+scqtK5Pp/l8nIGqIpN1TUlkKE6jDCCycm/WtLRAwA==" }, "graphql-query-complexity": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/graphql-query-complexity/-/graphql-query-complexity-0.7.0.tgz", - "integrity": "sha512-nl/aOzRdQ1Opj/sND9Wx+/FHnsU4SFA0wePWJzyZajyht43nP9/1edP6YaoupXfNeUocHFXsmAOOFVTwTLu/6A==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/graphql-query-complexity/-/graphql-query-complexity-0.7.1.tgz", + "integrity": "sha512-+g8feZram1sXNXOXGCXgYiI1LvJCtC2lX+ePkVX1f6s4m2pRutQyQXU32SmFwuEBtbgulbrRpPcINh0BI16DNw==", "requires": { "lodash.get": "^4.4.2" }