Skip to content

Commit 7c41fb7

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-ONHEADERS-10773729
1 parent 1060349 commit 7c41fb7

File tree

2 files changed

+70
-47
lines changed

2 files changed

+70
-47
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"browser-date-formatter": "^3.0.3",
3232
"change-case": "^3.1.0",
3333
"cheerio": "^1.0.0-rc.3",
34-
"compression": "^1.7.4",
34+
"compression": "^1.8.1",
3535
"connect-datadog": "0.0.9",
3636
"connect-slashes": "^1.4.0",
3737
"cookie-parser": "^1.4.5",
@@ -71,7 +71,7 @@
7171
"mdast-util-from-markdown": "^0.8.4",
7272
"mini-css-extract-plugin": "^0.9.0",
7373
"mkdirp": "^1.0.3",
74-
"morgan": "^1.9.1",
74+
"morgan": "^1.10.1",
7575
"node-fetch": "^3.2.10",
7676
"parse5": "^6.0.1",
7777
"port-used": "^2.0.8",

0 commit comments

Comments
 (0)