From 3cfe279996ec134b2e558b14eb242d19fe8cdfbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:46:53 +0000 Subject: [PATCH] Build(deps): Bump marked from 5.1.2 to 6.0.0 Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 to 6.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/v5.1.2...v6.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 d5de885f5..92558f3c7 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": "^5.1.2", + "marked": "^7.0.0", "marked-gfm-heading-id": "^3.0.6", "marked-mangle": "^1.1.1", "nextcloud-vue-collections": "^0.11.1", @@ -11642,9 +11642,9 @@ } }, "node_modules/marked": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.1.2.tgz", - "integrity": "sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.0.tgz", + "integrity": "sha512-7Gv1Ry8tqR352ElQOQfxdGpIh8kNZh/yYjNCxAQCN1DDbY4bCTG3qDCSkZWlRElSseeEILDxkY/G9w7cgziBNw==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index d22f8dba5..9764ea450 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": "^5.1.2", + "marked": "^7.0.0", "marked-gfm-heading-id": "^3.0.6", "marked-mangle": "^1.1.1", "nextcloud-vue-collections": "^0.11.1",