From 029232845cc7d721b78e790e5e83b56fcdaa230f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 05:04:08 +0000 Subject: [PATCH] chore(deps-dev): bump @nestjs/common from 7.3.1 to 7.3.2 Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.3.1 to 7.3.2. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.3.1...v7.3.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4897e82..bc8f0ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1924,9 +1924,9 @@ } }, "@nestjs/common": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.3.1.tgz", - "integrity": "sha512-zrd/C+g2QVg2ebVN22Bs8U2Je9aHDWcysNfZFSGpqc+rLRjqDr0ixr1GL3WEhQSyxAm4YRa0yvZiiFicbVAV7Q==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.3.2.tgz", + "integrity": "sha512-qK8szqv0PuHDVDPbQjVV+Z91QasDIe7cbzULqtNDARIRkgU4LGk/Q+32E3kBWfp8gh5axRkgVuKtpCiq2s55Cg==", "dev": true, "requires": { "axios": "0.19.2", diff --git a/package.json b/package.json index e3709ff..0464c38 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "devDependencies": { "@commitlint/cli": "9.0.1", "@commitlint/config-conventional": "9.0.1", - "@nestjs/common": "7.3.1", + "@nestjs/common": "7.3.2", "@nestjs/core": "7.3.1", "@nestjs/testing": "7.3.1", "@types/jest": "26.0.4",