diff options
author | snyk-test | 2019-07-24 05:32:45 +0000 |
---|---|---|
committer | snyk-test | 2019-07-24 05:32:45 +0000 |
commit | 6f588826e047531163a43e59d06c1a4308017e01 (patch) | |
tree | 01554c17e5b4cbc62aaa9976a6840a8fe2215f9a | |
parent | 1bfed17f8ca4c0e060e204cb0764972b18df29cc (diff) |
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MERMAID-174698
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 f1218f52..b495ed94 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "markdown-pdf": "^9.0.0", "mathjax": "~2.7.0", "mattermost": "^3.4.0", - "mermaid": "~7.1.0", + "mermaid": "~8.2.3", "meta-marked": "git+https://github.com/codimd/meta-marked#semver:^0.4.2", "method-override": "^2.3.7", "minimist": "^1.2.0", |