From 4f9f56d6d0c01edf705809c0d42bdc75bff4d174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 06:03:18 +0000 Subject: [PATCH] :arrow_up: Bump @nestjs/core from 7.6.1 to 7.6.3 Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.1 to 7.6.3. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.1...v7.6.3) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54c57a84c..73d7d03a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1942,9 +1942,9 @@ } }, "@nestjs/core": { - "version": "7.6.1", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.6.1.tgz", - "integrity": "sha512-Rd0hqV2TsseMfZFTZBQH6zlNe5Hif5kVe5KNOnXADghKVaSLOO9SQ+VVPqXzeRYvC+xvJxnSdDyeTIriVsgMlg==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.6.3.tgz", + "integrity": "sha512-sOtIcuEYoj0PXhF/aULIXAUS5SW9wYLGkIAtkk8DMjW2CJJkCuAPIQk7LIqAS6tRDnXTluexnQ6artolVd/iDg==", "requires": { "@nuxtjs/opencollective": "0.3.2", "fast-safe-stringify": "2.0.7",