From 29073ef054f5a278421f1d7a35b3ef69c2753fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 08:44:28 +0000 Subject: [PATCH] chore(deps): Bump marked from 17.0.0 to 17.0.6 Bumps [marked](https://github.com/markedjs/marked) from 17.0.0 to 17.0.6. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.0...v17.0.6) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.6 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 9675185a..c35909e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", "dompurify": "^3.1.6", - "marked": "^17.0.0", + "marked": "^17.0.6", "p-limit": "^7.2.0", "vue": "^3.5.24", "vue-click-outside": "^1.1.0", @@ -10925,9 +10925,9 @@ } }, "node_modules/marked": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.0.tgz", - "integrity": "sha512-KkDYEWEEiYJw/KC+DVm1zzlpMQSMIu6YRltkcCvwheCp8HWPXCk9JwOmHJKBlGfzcpzcIt6x3sMnTsRm/51oDg==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.6.tgz", + "integrity": "sha512-gB0gkNafnonOw0obSTEGZTT86IuhILt2Wfx0mWH/1Au83kybTayroZ/V6nS25mN7u8ASy+5fMhgB3XPNrOZdmA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 69b36f49..c73e0a57 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", "dompurify": "^3.1.6", - "marked": "^17.0.0", + "marked": "^17.0.6", "p-limit": "^7.2.0", "vue": "^3.5.24", "vue-click-outside": "^1.1.0",