Skip to content

Commit 20b8cf2

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-QS-3153490
1 parent 3339daa commit 20b8cf2

File tree

2 files changed

+79
-66
lines changed

2 files changed

+79
-66
lines changed

package-lock.json

+77-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
]
9898
},
9999
"dependencies": {
100-
"body-parser": "^1.19.0",
100+
"body-parser": "^1.19.2",
101101
"check-dependencies": "^1.1.0",
102102
"clarinet": "^0.12.4",
103103
"colors": "^1.4.0",
@@ -109,7 +109,7 @@
109109
"dottie": "^2.0.2",
110110
"download": "^8.0.0",
111111
"errorhandler": "^1.5.1",
112-
"express": "^4.17.1",
112+
"express": "^4.17.3",
113113
"express-jwt": "3.0.0",
114114
"express-rate-limit": "^5.1.3",
115115
"express-robots-txt": "^0.4.1",

0 commit comments

Comments
 (0)