Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 90ac1df

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865
1 parent a95f25e commit 90ac1df

File tree

2 files changed

+269
-145
lines changed

2 files changed

+269
-145
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"node": ">=8.x"
3030
},
3131
"dependencies": {
32-
"body-parser": "^1.17.2",
32+
"body-parser": "^1.20.3",
3333
"cookie-parser": "~1.4.3",
3434
"debug": "^2.6.8",
3535
"dotenv-safe": "^8.2.0",
36-
"express": "^4.15.3",
36+
"express": "^4.21.0",
3737
"ext-name": "^5.0.0",
3838
"lodash": "^4.17.4",
3939
"morgan": "^1.8.2",

0 commit comments

Comments
 (0)