diff options
author | snyk-bot | 2019-10-10 05:32:44 +0000 |
---|---|---|
committer | snyk-bot | 2019-10-10 05:32:44 +0000 |
commit | 72f74b1b23074213ae140d1aec307cd92f1df41e (patch) | |
tree | 115c88128051e4b2c2fbb5cf6d943fbbc3d43330 | |
parent | 344c868f2820d11878ebbcb819493a9cddbf4960 (diff) |
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-459438
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index acc4de8e..ea0d9b05 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "lodash": "^4.17.11", "lutim": "^1.0.2", "lz-string": "git+https://github.com/hackmdio/lz-string.git", - "markdown-it": "^8.2.2", + "markdown-it": "^10.0.0", "markdown-it-abbr": "^1.0.4", "markdown-it-container": "^2.0.0", "markdown-it-deflist": "^2.0.1", |