From 79c06030385cf310f52abd2885e61deb659be494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 01:05:07 +0000 Subject: [PATCH] build(deps): bump marked from 15.0.9 to 15.0.11 Bumps [marked](https://github.com/markedjs/marked) from 15.0.9 to 15.0.11. - [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/v15.0.9...v15.0.11) --- updated-dependencies: - dependency-name: marked dependency-version: 15.0.11 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 98bdec8bdbf..c2adb4ad117 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.7", "lodash": "^4.17.21", - "marked": "^15.0.9", + "marked": "^15.0.11", "moment": "^2.30.1", "moment-timezone": "^0.5.48", "nextcloud-vue-collections": "^0.13.0", @@ -17413,9 +17413,9 @@ "license": "Python-2.0" }, "node_modules/marked": { - "version": "15.0.9", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.9.tgz", - "integrity": "sha512-9AW/bn9DxQeZVjR52l5jsc0W2pwuhP04QaQewPvylil12Cfr2GBfWmgp6mu8i9Jy8UlBjqDZ9uMTDuJ8QOGZJA==", + "version": "15.0.11", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.11.tgz", + "integrity": "sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index c6206bb3718..ee2f3c9b5de 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.7", "lodash": "^4.17.21", - "marked": "^15.0.9", + "marked": "^15.0.11", "moment": "^2.30.1", "moment-timezone": "^0.5.48", "nextcloud-vue-collections": "^0.13.0",