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",