diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-28 16:41:54 +0000 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-05-29 14:48:03 +0200 |
commit | 2c082aa971dc92a2fc34f5b13377214fe30f17d6 (patch) | |
tree | e33365ebfb33cfe3a2bf540a955bf3a83a4dce24 | |
parent | a6d43e3fd9aed1e9c91d77aa2d9f07200258efb7 (diff) | |
download | nextcloud-server-2c082aa971dc92a2fc34f5b13377214fe30f17d6.tar.gz nextcloud-server-2c082aa971dc92a2fc34f5b13377214fe30f17d6.zip |
Bump marked from 2.0.1 to 2.0.6
Bumps [marked](https://github.com/markedjs/marked) from 2.0.1 to 2.0.6.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v2.0.1...v2.0.6)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 847d37bf2e3..48ffc6567d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8398,9 +8398,9 @@ } }, "marked": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.1.tgz", - "integrity": "sha512-5+/fKgMv2hARmMW7DOpykr2iLhl0NgjyELk5yn92iE7z8Se1IS9n3UsFm86hFXIkvMBmVxki8+ckcpjBeyo/hw==" + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.6.tgz", + "integrity": "sha512-S2mYj0FzTQa0dLddssqwRVW4EOJOVJ355Xm2Vcbm+LU7GQRGWvwbO5K87OaPSOux2AwTSgtPPaXmc8sDPrhn2A==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index 9e98a8a9547..c1b97a04e7e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^2.0.1", + "marked": "^2.0.6", "moment": "^2.29.1", "moment-timezone": "^0.5.33", "nextcloud-vue-collections": "^0.9.0", |