Skip to content

Commit 1645f6a

Browse files
committed
fix: package.json & package-lock.json 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 86c3966 commit 1645f6a

File tree

2 files changed

+86
-45
lines changed

2 files changed

+86
-45
lines changed

package-lock.json

Lines changed: 85 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"compression": "^1.7.4",
9999
"cors": "^2.8.5",
100100
"cron": "^2.4.4",
101-
"express": "^4.19.2",
101+
"express": "^4.21.0",
102102
"express-jwt": "^8.4.1",
103103
"express-openid-connect": "^2.17.1",
104104
"express-ws": "^5.0.2",

0 commit comments

Comments
 (0)