Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
1e06623644 fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
2023-12-27 18:31:44 +00:00
2 changed files with 1469 additions and 117 deletions

1582
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,9 +17,9 @@
"build-tailwind": "npx postcss src/tailwind.css -o public/stylesheets/style.css" "build-tailwind": "npx postcss src/tailwind.css -o public/stylesheets/style.css"
}, },
"dependencies": { "dependencies": {
"@sendgrid/mail": "^7.4.4", "@sendgrid/mail": "^8.0.0",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",
"axios": "^0.21.3", "axios": "^1.6.3",
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"express": "^4.17.1", "express": "^4.17.1",
"express-rate-limit": "^5.2.6", "express-rate-limit": "^5.2.6",