From 7a34273fa4ba9d6df6a6ea092d8fc88f9f665fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Dec 2021 02:10:10 +0000 Subject: [PATCH] Bump marked from 4.0.5 to 4.0.7 Bumps [marked](https://github.com/markedjs/marked) from 4.0.5 to 4.0.7. - [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.5...v4.0.7) --- 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 0847629b76fc8..4abe91a960caf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.5", + "marked": "^4.0.7", "moment": "^2.29.1", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", @@ -17409,9 +17409,9 @@ } }, "node_modules/marked": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz", - "integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz", + "integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==", "bin": { "marked": "bin/marked.js" }, @@ -36372,9 +36372,9 @@ } }, "marked": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz", - "integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==" + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz", + "integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index e9426d974f2c7..f9fca1fac21c0 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.5", + "marked": "^4.0.7", "moment": "^2.29.1", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0",