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

See this project in Snyk:
https://app.snyk.io/org/tyweis25/project/4ea4e02a-d5db-43c7-a636-87f34b6695d5?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 10, 2024
1 parent 4b5da01 commit df48bf7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 52 deletions.
95 changes: 45 additions & 50 deletions src/checkout/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 src/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^9.3.10",
"@nestjs/common": "^9.4.3",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.3.10",
"@nestjs/core": "^9.4.3",
"@nestjs/platform-express": "^9.4.3",
"@nestjs/swagger": "^7.1.14",
"@nestjs/terminus": "^10.2.3",
Expand Down

0 comments on commit df48bf7

Please sign in to comment.