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.1.2 to 10.2.4.
    See this package in npm: https://www.npmjs.com/package/@nestjs/common
  - @nestjs/core from 10.1.2 to 10.2.4.
    See this package in npm: https://www.npmjs.com/package/@nestjs/core
  - @nestjs/platform-express from 10.1.2 to 10.2.4.
    See this package in npm: https://www.npmjs.com/package/@nestjs/platform-express

See this project in Snyk:
https://app.snyk.io/org/johanbook/project/6816372a-9c12-4c50-8594-97a8b7623908?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 1, 2023
1 parent eac3edc commit 97d09a8
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 30 deletions.
90 changes: 63 additions & 27 deletions services/api/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 services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"dependencies": {
"@fastify/multipart": "^7.6.0",
"@fastify/static": "^6.10.0",
"@nestjs/common": "^10.1.2",
"@nestjs/core": "^10.1.2",
"@nestjs/common": "^10.2.4",
"@nestjs/core": "^10.2.4",
"@nestjs/cqrs": "^10.0.3",
"@nestjs/platform-express": "^10.1.2",
"@nestjs/platform-express": "^10.2.4",
"@nestjs/platform-fastify": "^10.1.2",
"@nestjs/platform-socket.io": "^10.1.2",
"@nestjs/schedule": "^3.0.1",
Expand Down

0 comments on commit 97d09a8

Please sign in to comment.