From 1fb2228ae2c3308e2af9154d8cf074d66642f581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 05:17:58 +0000 Subject: [PATCH] Bump marked from 15.0.6 to 15.0.7 Bumps [marked](https://github.com/markedjs/marked) from 15.0.6 to 15.0.7. - [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.6...v15.0.7) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 d48095c..9cb6e35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "fullcalendar": "^6.1.15", "ical.js": "^1.5.0", "instantsearch.js": "^4.75.7", - "marked": "^15.0.6", + "marked": "^15.0.7", "tippy.js": "^6.3.7" }, "devDependencies": { @@ -647,9 +647,10 @@ "dev": true }, "node_modules/marked": { - "version": "15.0.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.6.tgz", - "integrity": "sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz", + "integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index b3008d5..f7f3ad5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "fullcalendar": "^6.1.15", "ical.js": "^1.5.0", "instantsearch.js": "^4.75.7", - "marked": "^15.0.6", + "marked": "^15.0.7", "tippy.js": "^6.3.7" }, "devDependencies": {