Skip to content

Commit

Permalink
fix: server/package.json & server/yarn.lock 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 Jan 3, 2024
1 parent 21073fb commit fec1acd
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 82 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"redis": "^3.1.1",
"reflect-metadata": "^0.1.10",
"tinyqueue": "^2.0.3",
"typeorm": "^0.2.30",
"typeorm": "^0.3.18",
"uuid": "^8.3.2",
"validator": "^13.5.2"
}
Expand Down
Loading

0 comments on commit fec1acd

Please sign in to comment.