Skip to content

Commit e36816e

Browse files
Merge pull request #28 from stiefeljackal/fix/express-vuln
fix: address express vulnerability
2 parents 1d0c794 + 4e4e97c commit e36816e

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"cookie-parser": "~1.4.4",
1313
"debug": "~2.6.9",
14-
"express": "~4.21.1",
14+
"express": "~4.21.2",
1515
"http-errors": "~1.6.3",
1616
"isomorphic-dompurify": "^2.16.0",
1717
"morgan": "~1.9.1",

0 commit comments

Comments
 (0)