From 2f56ed111b5b1c26573a43aff0d72e9ae0d6ccd2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 May 2021 21:11:08 +0000 Subject: [PATCH] fix(deps): update dependency graphql-query-complexity to v0.8.1 --- sample/23-graphql-code-first/package-lock.json | 6 +++--- sample/23-graphql-code-first/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sample/23-graphql-code-first/package-lock.json b/sample/23-graphql-code-first/package-lock.json index 3a4929ca501..0b3755c4710 100644 --- a/sample/23-graphql-code-first/package-lock.json +++ b/sample/23-graphql-code-first/package-lock.json @@ -5359,9 +5359,9 @@ } }, "graphql-query-complexity": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/graphql-query-complexity/-/graphql-query-complexity-0.8.0.tgz", - "integrity": "sha512-xfM2J7kbX8ZiPNWvCva8kSC7Zmwku2TK2sYDptxl810uj5Q4piKRsmeiv+on7sqJFjiRw8hp/h5qyQ5CvR9bnA==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/graphql-query-complexity/-/graphql-query-complexity-0.8.1.tgz", + "integrity": "sha512-EGD77GBjbONFBkmvHmTO/6Ig+9E9PwtRF32vDn/MmTwVxT93MaGg8GD6e3M85hBlCkyRoJvFu+0ua1xWUKOaFw==", "requires": { "lodash.get": "^4.4.2" } diff --git a/sample/23-graphql-code-first/package.json b/sample/23-graphql-code-first/package.json index 685276e8d2a..ca974bfbe77 100644 --- a/sample/23-graphql-code-first/package.json +++ b/sample/23-graphql-code-first/package.json @@ -28,7 +28,7 @@ "class-transformer": "0.4.0", "class-validator": "0.13.1", "graphql": "15.5.0", - "graphql-query-complexity": "0.8.0", + "graphql-query-complexity": "0.8.1", "graphql-subscriptions": "1.2.1", "reflect-metadata": "0.1.13", "rxjs": "6.6.7"