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.8 to 10.4.1.
    See this package in npm: https://www.npmjs.com/package/@nestjs/common
  - @nestjs/core from 10.3.8 to 10.4.1.
    See this package in npm: https://www.npmjs.com/package/@nestjs/core

See this project in Snyk:
https://app.snyk.io/org/lukaszlupa/project/3b4218e4-1e0a-4373-86ec-89b94e6c4454?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 8, 2024
1 parent 62e9c06 commit 775f3df
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
38 changes: 26 additions & 12 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"rxjs": "^7.5.5"
},
"devDependencies": {
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/common": "^10.4.1",
"@nestjs/core": "^10.4.1",
"@nestjs/testing": "^10.3.8",
"@types/auth0": "^3.3.10",
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 775f3df

Please sign in to comment.