From ede730b7d83f0b67c700c847e502b4772279ad5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 07:36:52 +0000 Subject: [PATCH] Bump marked from 4.0.13 to 4.0.17 Bumps [marked](https://github.com/markedjs/marked) from 4.0.13 to 4.0.17. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.0.13...v4.0.17) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9bbb22974fd9..0a09b7d91c41d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "jquery-ui-dist": "^1.13.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.13", + "marked": "^4.0.17", "moment": "^2.29.3", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", @@ -13359,9 +13359,9 @@ "dev": true }, "node_modules/marked": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.13.tgz", - "integrity": "sha512-lS/ZCa4X0gsRcfWs1eoh6dLnHr9kVH3K1t2X4M/tTtNouhZ7anS1Csb6464VGLQHv8b2Tw1cLeZQs58Jav8Rzw==", + "version": "4.0.17", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.17.tgz", + "integrity": "sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA==", "bin": { "marked": "bin/marked.js" }, @@ -29799,9 +29799,9 @@ "requires": {} }, "marked": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.13.tgz", - "integrity": "sha512-lS/ZCa4X0gsRcfWs1eoh6dLnHr9kVH3K1t2X4M/tTtNouhZ7anS1Csb6464VGLQHv8b2Tw1cLeZQs58Jav8Rzw==" + "version": "4.0.17", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.17.tgz", + "integrity": "sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index 367e29d0f81b2..77a094bff8891 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jquery-ui-dist": "^1.13.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.13", + "marked": "^4.0.17", "moment": "^2.29.3", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0",