Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @nestjs/common from 10.3.9 to 10.3.10.
    See this package in npm: https://www.npmjs.com/package/@nestjs/common
  - @nestjs/core from 10.3.9 to 10.3.10.
    See this package in npm: https://www.npmjs.com/package/@nestjs/core
  - @nestjs/platform-express from 10.3.9 to 10.3.10.
    See this package in npm: https://www.npmjs.com/package/@nestjs/platform-express

See this project in Snyk:
https://app.snyk.io/org/renatosugimoto/project/31d5132a-e6b1-4b8a-a6a3-43b157a71ac5?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jul 29, 2024
1 parent 1956b0d commit 1e10c38
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 18 deletions.
48 changes: 33 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^10.3.9",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/swagger": "^7.3.1",
"@nestjs/typeorm": "^10.0.2",
"reflect-metadata": "^0.2.2",
Expand Down

0 comments on commit 1e10c38

Please sign in to comment.