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/gustavotrizotti/project/f450dc15-4ce3-4a03-bbfa-f2ecc59dd629?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jul 23, 2024
1 parent ac0b870 commit b4f6057
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 28 deletions.
156 changes: 131 additions & 25 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 @@ -21,12 +21,12 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@nestjs/common": "^10.0.0",
"@nestjs/common": "^10.3.10",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.0.0",
"@nestjs/core": "^10.3.10",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-express": "^10.3.10",
"@rocketseat/eslint-config": "^2.2.2",
"@types/bcryptjs": "^2.4.6",
"@types/supertest": "^6.0.2",
Expand Down

0 comments on commit b4f6057

Please sign in to comment.