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-ASYNC-7414156
  • Loading branch information
snyk-bot committed Jul 2, 2024
1 parent 0f70128 commit 3a8e959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"cors": "2.8.1",
"crypto": "^0.0.3",
"express": "4.14.0",
"express-jwt": "^5.1.0",
"handlebars": "^4.0.5",
"express-jwt": "^7.0.0",
"handlebars": "^4.1.1",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.4",
"nconf": "^0.8.4",
"webtask-tools": "^3.1.0",
"webtask-tools": "^3.4.1",
"winston": "^2.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3a8e959

Please sign in to comment.