diff options
author | snyk-bot | 2019-09-30 05:32:48 +0000 |
---|---|---|
committer | snyk-bot | 2019-09-30 05:32:48 +0000 |
commit | 511873e58a09384393cddf2d30edf06805cc4a20 (patch) | |
tree | dc2999658ef7eafc4ac01461d8edc00da449ff6c | |
parent | 494ff4950360ad46d6b4e861ab97a901ce5f713d (diff) |
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HELMETCSP-469436
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9af6f5cb..acc4de8e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "gist-embed": "~2.6.0", "graceful-fs": "^4.1.11", "handlebars": "^4.3.0", - "helmet": "^3.13.0", + "helmet": "^3.21.1", "highlight.js": "~9.12.0", "i18n": "^0.8.3", "imgur": "git+https://github.com/hackmdio/node-imgur.git", |