From 3ccd8ea9dd791b028fbfe408a1c448afc5255591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 02:45:54 +0000 Subject: [PATCH] build(deps): bump marked from 13.0.3 to 15.0.6 Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 15.0.6. - [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/v13.0.3...v15.0.6) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dab9f8debd75e..e29aa56e6c37c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.11.18", "lodash": "^4.17.21", - "marked": "^15.0.0", + "marked": "^15.0.6", "moment": "^2.30.1", "moment-timezone": "^0.5.46", "nextcloud-vue-collections": "^0.13.0", @@ -17057,9 +17057,10 @@ } }, "node_modules/marked": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.0.tgz", - "integrity": "sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA==", + "version": "15.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.6.tgz", + "integrity": "sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 24227bfc7f915..6cfc35255e946 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.11.18", "lodash": "^4.17.21", - "marked": "^15.0.0", + "marked": "^15.0.6", "moment": "^2.30.1", "moment-timezone": "^0.5.46", "nextcloud-vue-collections": "^0.13.0",