From 25f55f2fd80e5303c8a83aab29502271578f9cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:46:49 +0000 Subject: [PATCH] Build(deps): Bump marked from 7.0.5 to 8.0.0 Bumps [marked](https://github.com/markedjs/marked) from 7.0.5 to 8.0.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/v7.0.5...v8.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22af4e96e..dc5e3a167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.1.1", "lodash": "^4.17.21", - "marked": "^7.0.5", + "marked": "^8.0.0", "marked-gfm-heading-id": "^3.0.7", "marked-mangle": "^1.1.3", "nextcloud-vue-collections": "^0.11.1", @@ -11735,9 +11735,9 @@ } }, "node_modules/marked": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.5.tgz", - "integrity": "sha512-lwNAFTfXgqpt/XvK17a/8wY9/q6fcSPZT1aP6QW0u74VwaJF/Z9KbRcX23sWE4tODM+AolJNcUtErTkgOeFP/Q==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-8.0.0.tgz", + "integrity": "sha512-RI/D5csFVreNrFchdKFSdV38GDHJdD7OdmbNWYzGvApPb0A9pyypgfHC/FBH4ugmRE8cr7yg/TH7tu8585eMhA==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 028dc2fc1..4c7beffa4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.1.1", "lodash": "^4.17.21", - "marked": "^7.0.5", + "marked": "^8.0.0", "marked-gfm-heading-id": "^3.0.7", "marked-mangle": "^1.1.3", "nextcloud-vue-collections": "^0.11.1",