From 5d08de5d1de448e246cd0e36525289aa4fb12df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 02:12:24 +0000 Subject: Bump marked from 4.1.1 to 4.2.0 Bumps [marked](https://github.com/markedjs/marked) from 4.1.1 to 4.2.0. - [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.1.1...v4.2.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... 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 e718e3e9..173845f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.0.2", "lodash": "^4.17.21", - "marked": "^4.1.1", + "marked": "^4.2.0", "nextcloud-vue-collections": "^0.10.0", "v-click-outside": "^3.2.0", "vue": "^2.7.3", @@ -7630,9 +7630,9 @@ } }, "node_modules/marked": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.1.tgz", - "integrity": "sha512-0cNMnTcUJPxbA6uWmCmjWz4NJRe/0Xfk2NhXCUHjew9qJzFN20krFnsUe7QynwqOwa5m1fZ4UDg0ycKFVC0ccw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.0.tgz", + "integrity": "sha512-1qWHjHlBKwjnDfrkxd0L3Yx4LTad/WO7+d13YsXAC/ZfKj7p0xkLV3sDXJzfWgL7GfW4IBZwMAYWaz+ifyQouQ==", "bin": { "marked": "bin/marked.js" }, @@ -18016,9 +18016,9 @@ "peer": true }, "marked": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.1.tgz", - "integrity": "sha512-0cNMnTcUJPxbA6uWmCmjWz4NJRe/0Xfk2NhXCUHjew9qJzFN20krFnsUe7QynwqOwa5m1fZ4UDg0ycKFVC0ccw==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.0.tgz", + "integrity": "sha512-1qWHjHlBKwjnDfrkxd0L3Yx4LTad/WO7+d13YsXAC/ZfKj7p0xkLV3sDXJzfWgL7GfW4IBZwMAYWaz+ifyQouQ==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index 46e4c697..049e9fee 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.0.2", "lodash": "^4.17.21", - "marked": "^4.1.1", + "marked": "^4.2.0", "nextcloud-vue-collections": "^0.10.0", "v-click-outside": "^3.2.0", "vue": "^2.7.3", -- cgit v1.2.3