From 1387d9b91ebbf4f1b44a2f56b3cd61dd56cfcbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 02:00:09 +0000 Subject: [PATCH] Build(deps): Bump marked from 9.0.3 to 9.1.0 Bumps [marked](https://github.com/markedjs/marked) from 9.0.3 to 9.1.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/v9.0.3...v9.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... 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 a86167928..cc25adac2 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": "^9.0.3", + "marked": "^9.1.0", "marked-gfm-heading-id": "^3.1.0", "marked-mangle": "^1.1.4", "nextcloud-vue-collections": "^0.11.1", @@ -12222,9 +12222,9 @@ } }, "node_modules/marked": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", - "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.0.tgz", + "integrity": "sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 9e18d3267..1ffd8b2cc 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": "^9.0.3", + "marked": "^9.1.0", "marked-gfm-heading-id": "^3.1.0", "marked-mangle": "^1.1.4", "nextcloud-vue-collections": "^0.11.1",