From 99700208e08a801a2710b980454d384827691b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 16:43:41 +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 80bc1f5d..93c4ac49 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.4.11", - "marked": "^17.0.0", + "marked": "^17.0.6", "p-limit": "^7.2.0", "vue": "^3.5.42", "vue-click-outside": "^1.1.0", @@ -12179,9 +12179,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 28e0948c..fb6d882d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", "dompurify": "^3.4.11", - "marked": "^17.0.0", + "marked": "^17.0.6", "p-limit": "^7.2.0", "vue": "^3.5.42", "vue-click-outside": "^1.1.0",