diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-10 13:29:26 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-16 11:02:41 +0100 |
commit | ad620b5fa14c3634ac95891101c6b69ac91bf02a (patch) | |
tree | 8352112a8983aa4899710648e8bdba43f69525cb /package-lock.json | |
parent | b58f3e75839669d5b0bf3c3b2f8ee950d8accab1 (diff) | |
download | nextcloud-server-ad620b5fa14c3634ac95891101c6b69ac91bf02a.tar.gz nextcloud-server-ad620b5fa14c3634ac95891101c6b69ac91bf02a.zip |
[Security] Bump marked from 0.3.6 to 0.6.0
Bumps [marked](https://github.com/markedjs/marked) from 0.3.6 to 0.6.0. **This update includes security fixes.**
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/v0.3.6...v0.6.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 4df2e211ef2..b66dc0ee456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3876,9 +3876,9 @@ } }, "marked": { - "version": "0.3.6", - "resolved": "http://registry.npmjs.org/marked/-/marked-0.3.6.tgz", - "integrity": "sha1-ssbGGPzOzk74bE/Gy4p8v1rtqNc=" + "version": "0.6.0", + "resolved": "http://registry.npmjs.org/marked/-/marked-0.6.0.tgz", + "integrity": "sha512-HduzIW2xApSXKXJSpCipSxKyvMbwRRa/TwMbepmlZziKdH8548WSoDP4SxzulEKjlo8BE39l+2fwJZuRKOln6g==" }, "md5.js": { "version": "1.3.5", |