From 86e57bad6ba803e0ec77fc2c9a3a8cd485bc0a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:01:49 +0000 Subject: [PATCH] chore(deps): Bump marked from 14.1.1 to 14.1.4 Bumps [marked](https://github.com/markedjs/marked) from 14.1.1 to 14.1.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v14.1.1...v14.1.4) --- updated-dependencies: - dependency-name: marked dependency-version: 14.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1ca7336e..4610765dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.17.1", "dompurify": "^3.1.6", - "marked": "^14.1.1", + "marked": "^14.1.4", "p-limit": "^6.1.0", "vue": "^2.7.14", "vue-click-outside": "^1.1.0", @@ -9692,10 +9692,9 @@ } }, "node_modules/marked": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz", - "integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==", - "license": "MIT", + "version": "14.1.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.4.tgz", + "integrity": "sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==", "bin": { "marked": "bin/marked.js" }, @@ -22655,9 +22654,9 @@ "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==" }, "marked": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz", - "integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==" + "version": "14.1.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.4.tgz", + "integrity": "sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index e6f37741d..7427801be 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.17.1", "dompurify": "^3.1.6", - "marked": "^14.1.1", + "marked": "^14.1.4", "p-limit": "^6.1.0", "vue": "^2.7.14", "vue-click-outside": "^1.1.0",