Skip to content

Commit

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

See this project in Snyk:
https://app.snyk.io/org/bcgov/project/527bf88c-7921-46b7-b68b-11cd95da1de6?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
bcgov-devops and snyk-bot authored May 14, 2024
1 parent 329109b commit 3391dc6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"dependencies": {
"@nestjs/axios": "^3.0.2",
"@nestjs/cli": "^10.3.2",
"@nestjs/common": "^10.3.7",
"@nestjs/common": "^10.3.8",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.7",
"@nestjs/core": "^10.3.8",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/schedule": "^4.0.2",
"@nestjs/swagger": "^7.3.1",
"@nestjs/typeorm": "^10.0.2",
Expand Down

0 comments on commit 3391dc6

Please sign in to comment.