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.0 to 10.4.1.
    See this package in npm: https://www.npmjs.com/package/@nestjs/common
  - @nestjs/core from 10.3.0 to 10.4.1.
    See this package in npm: https://www.npmjs.com/package/@nestjs/core
  - pino from 8.17.2 to 8.21.0.
    See this package in npm: https://www.npmjs.com/package/pino
  - reflect-metadata from 0.2.1 to 0.2.2.
    See this package in npm: https://www.npmjs.com/package/reflect-metadata

See this project in Snyk:
https://app.snyk.io/org/carlotiii30/project/c513f6af-4748-4a69-b84e-f58f048de21a?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 8, 2024
1 parent 1864c33 commit e075da6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"test": "jest"
},
"dependencies": {
"@nestjs/common": "^10.3.0",
"@nestjs/core": "^10.3.0",
"@nestjs/common": "^10.4.1",
"@nestjs/core": "^10.4.1",
"dotenv": "^16.3.2",
"pino": "^8.17.1",
"pino": "^8.21.0",
"pino-pretty": "^10.3.0",
"reflect-metadata": "^0.2.1"
"reflect-metadata": "^0.2.2"
},
"packageManager": "yarn@4.0.2"
}

0 comments on commit e075da6

Please sign in to comment.