Skip to content

Commit d32a843

Browse files
mistic100snyk-bot
andauthored
fix: package.json & yarn.lock to reduce vulnerabilities (#74)
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 Co-authored-by: snyk-bot <[email protected]>
1 parent eb69557 commit d32a843

File tree

2 files changed

+141
-112
lines changed

2 files changed

+141
-112
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"start": "yarn mk-folders && yarn nerell-simu-link && yarn odin-simu-link && yarn pami-simu-link && ts-node ./src/server.ts"
2323
},
2424
"dependencies": {
25-
"body-parser": "^1.19.2",
25+
"body-parser": "^1.20.3",
2626
"date-fns": "^2.15.0",
27-
"express": "^4.17.3",
27+
"express": "^4.21.0",
2828
"express-ws": "^4.0.0",
2929
"first-line": "^1.0.3",
3030
"glob": "^7.1.1",

0 commit comments

Comments
 (0)