Skip to content

Commit 1eef7d8

Browse files
authored
fix: upgrade multiple dependencies with Snyk (#95)
Snyk has created this PR to upgrade: - @nestjs/common from 8.0.5 to 8.0.6. See this package in npm: https://www.npmjs.com/package/@nestjs/common - @nestjs/core from 8.0.5 to 8.0.6. See this package in npm: https://www.npmjs.com/package/@nestjs/core See this project in Snyk: https://app.snyk.io/org/anonrig/project/9c6ed1d7-2c4d-472d-a29f-aa0afd7e5ccf?utm_source=github&utm_medium=upgrade-pr
1 parent a14b17b commit 1eef7d8

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"devDependencies": {
5454
"@commitlint/cli": "^13.1.0",
5555
"@commitlint/config-conventional": "^13.1.0",
56-
"@nestjs/common": "^8.0.5",
57-
"@nestjs/core": "^8.0.5",
56+
"@nestjs/common": "^8.0.6",
57+
"@nestjs/core": "^8.0.6",
5858
"@semantic-release/changelog": "^5.0.1",
5959
"@semantic-release/commit-analyzer": "^8.0.1",
6060
"@semantic-release/git": "^9.0.0",

0 commit comments

Comments
 (0)