Skip to content

Commit

Permalink
fix: bundle/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-CONNECT-5846225
  • Loading branch information
snyk-bot committed Aug 20, 2023
1 parent 40ebfa1 commit 2f5d853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^2.4.6",
"express": "^3.3.2",
"file-type": "^14.6.2",
"imagemin": "^7.0.1",
"imagemin-jpegoptim": "^6.0.0",
Expand Down

0 comments on commit 2f5d853

Please sign in to comment.