Skip to content

Commit

Permalink
fix: server/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-ASYNC-7414156
  • Loading branch information
snyk-bot committed Jul 3, 2024
1 parent b1b0cf9 commit 8bff006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"node-schedule": "^2.0.0",
"pg": "^8.6.0",
"pg-hstore": "^2.3.4",
"pm2": "^5.1.0",
"pm2": "^5.4.0",
"rate-limiter-flexible": "^2.2.3",
"redis": "^3.1.2",
"reflect-metadata": "^0.1.13",
Expand All @@ -102,7 +102,7 @@
"sequelize-typescript": "^2.1.0",
"socket.io": "^4.1.3",
"socket.io-redis": "^6.1.1",
"strong-error-handler": "^4.0.0",
"strong-error-handler": "^5.0.5",
"umzug": "^3.0.0-beta-cli.12",
"utf-8-validate": "^5.0.5",
"uuid": "^8.3.2"
Expand Down

0 comments on commit 8bff006

Please sign in to comment.