From 391a96def0851672efb60594473577e983ecab86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 02:12:05 +0000 Subject: [PATCH] Bump marked from 3.0.2 to 4.0.9 Bumps [marked](https://github.com/markedjs/marked) from 3.0.2 to 4.0.9. - [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/v3.0.2...v4.0.9) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 312800f6525bd..9660b7d26c5a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^3.0.2", + "marked": "^4.0.9", "moment": "^2.29.1", "moment-timezone": "^0.5.33", "nextcloud-vue-collections": "^0.9.0", @@ -17642,11 +17642,11 @@ } }, "node_modules/marked": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.2.tgz", - "integrity": "sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.9.tgz", + "integrity": "sha512-HmoFvQwFLxNESeGupeOC+6CLb5WzcCWQmqvVetsErmrI3vrZ6gBumty5IP0ynLPR0zYSoVY7ITC1GffsYIGkog==", "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" }, "engines": { "node": ">= 12" @@ -37531,9 +37531,9 @@ } }, "marked": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.2.tgz", - "integrity": "sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA==" + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.9.tgz", + "integrity": "sha512-HmoFvQwFLxNESeGupeOC+6CLb5WzcCWQmqvVetsErmrI3vrZ6gBumty5IP0ynLPR0zYSoVY7ITC1GffsYIGkog==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index c9960c29820d5..584bf95b7803f 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": "^3.0.2", + "marked": "^4.0.9", "moment": "^2.29.1", "moment-timezone": "^0.5.33", "nextcloud-vue-collections": "^0.9.0",