From 2803ef180730cabf29de558ad35a7654bb87b04e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jan 2022 02:07:06 +0000 Subject: [PATCH] Bump marked from 4.0.8 to 4.0.12 Bumps [marked](https://github.com/markedjs/marked) from 4.0.8 to 4.0.12. - [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.8...v4.0.12) --- 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 be24f7f3ab480..8cb3279fdbda4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "jquery-ui-dist": "^1.13.0", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.8", + "marked": "^4.0.12", "moment": "^2.29.1", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", @@ -11665,9 +11665,9 @@ } }, "node_modules/marked": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.8.tgz", - "integrity": "sha512-dkpJMIlJpc833hbjjg8jraw1t51e/eKDoG8TFOgc5O0Z77zaYKigYekTDop5AplRoKFGIaoazhYEhGkMtU3IeA==", + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz", + "integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==", "bin": { "marked": "bin/marked.js" }, @@ -25591,9 +25591,9 @@ } }, "marked": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.8.tgz", - "integrity": "sha512-dkpJMIlJpc833hbjjg8jraw1t51e/eKDoG8TFOgc5O0Z77zaYKigYekTDop5AplRoKFGIaoazhYEhGkMtU3IeA==" + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz", + "integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index 54e36a093f54b..343073b45c2d0 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "jquery-ui-dist": "^1.13.0", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.8", + "marked": "^4.0.12", "moment": "^2.29.1", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0",