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-EJS-6689533
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Apr 29, 2024
1 parent e0a8a5f commit 05e688f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -46,7 +46,7 @@
"@sentry/webpack-plugin": "^1.15.1",
"@types/express-rate-limit": "^5.1.3",
"@types/papaparse": "^5.3.5",
"archiver": "^5.3.1",
"archiver": "^7.0.0",
"aws-sdk": "^2.1354.0",
"babel-polyfill": "^6.26.0",
"bcrypt": "^5.1.0",
Expand All @@ -66,7 +66,7 @@
"date-fns-tz": "^1.3.4",
"dd-trace": "^2.30.1",
"dotenv": "^16.3.1",
"ejs": "^3.1.7",
"ejs": "^3.1.10",
"express": "^4.17.3",
"express-fileupload": "^1.4.0",
"express-joi-validation": "^4.0.3",
Expand Down

0 comments on commit 05e688f

Please sign in to comment.