From 66087d5fa1e31bbbafd705ae33412f93449e1398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 01:55:41 +0000 Subject: [PATCH] Build(deps): Bump marked from 9.1.0 to 9.1.1 Bumps [marked](https://github.com/markedjs/marked) from 9.1.0 to 9.1.1. - [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.1.0...v9.1.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 cc25adac2..0f20917b8 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.1.0", + "marked": "^9.1.1", "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.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.0.tgz", - "integrity": "sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.1.tgz", + "integrity": "sha512-ZmXkUGH54U4rEy3GL9vYj8+S1PHJx/zz5pc4Frn7UdGiNREKT12fWBJ5a5ffjFtghx9C9912vEg9Zra1Nf7CnA==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 1ffd8b2cc..e0adf2314 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.1.0", + "marked": "^9.1.1", "marked-gfm-heading-id": "^3.1.0", "marked-mangle": "^1.1.4", "nextcloud-vue-collections": "^0.11.1",