From 098f09c6e87234a7bd2d8c78c57d4d69fd8b348a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 17:49:11 +0300 Subject: [PATCH] chore(deps-dev): bump @nestjs/core from 7.5.1 to 7.5.2 (#142) Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.5.1 to 7.5.2. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v7.5.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 +++--------- package.json | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 752435f..a330318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,9 +63,9 @@ } }, "@nestjs/core": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.5.1.tgz", - "integrity": "sha512-aJ1w5tQPkVEmH5QRe1echV5NFWAcHAVQJX/jvfCSK4M5VSkIBN9zreZg8UnYf8sbW5YEaizPts07veeTPsG3FQ==", + "version": "7.5.2", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.5.2.tgz", + "integrity": "sha512-StAYVexFqEch7NLV5wcjMwM/q2JKJ8Qi46bnsXVOxEQV8qlBc9aflJ3DWpM4pERvtUFJyfgo9iLk5IMQAPnnCg==", "dev": true, "requires": { "@nuxtjs/opencollective": "0.2.2", @@ -82,12 +82,6 @@ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==", "dev": true - }, - "uuid": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", - "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==", - "dev": true } } }, diff --git a/package.json b/package.json index 3b0702b..5d3cb6d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@nestjs/common": "7.5.1", - "@nestjs/core": "7.5.1", + "@nestjs/core": "7.5.2", "@typescript-eslint/eslint-plugin": "4.0.0", "@typescript-eslint/parser": "3.10.1", "eslint": "7.13.0",