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-PATHTOREGEXP-8482416
  • Loading branch information
snyk-bot committed Dec 7, 2024
1 parent 8ccfd00 commit b8e216d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"lint:fix": "eslint \"src/**/*.ts\" --fix"
},
"dependencies": {
"express": "4.21.1",
"express": "4.21.2",
"reflect-metadata": "0.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit b8e216d

Please sign in to comment.