Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent 7d4f6dd commit 1414370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"class-validator": "0.13.1",
"date-fns": "^2.25.0",
"fastify": "^3.18.1",
"fastify-compress": "3.6.0",
"fastify-compress": "4.0.0",
"fastify-helmet": "5.3.2",
"module-alias": "2.2.2",
"passport": "^0.5.0",
"passport-jwt": "^4.0.0",
"pg": "8.6.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rimraf": "4.0.0",
"rxjs": "7.2.0",
"tslib": "2.3.0",
"typeorm": "0.2.34",
Expand Down

0 comments on commit 1414370

Please sign in to comment.