From b8cc471bb11287fe1e887d832f3b9c5829f1fcb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:20:44 +0000 Subject: [PATCH] Bump marked from 15.0.2 to 15.0.3 Bumps [marked](https://github.com/markedjs/marked) from 15.0.2 to 15.0.3. - [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.2...v15.0.3) --- 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 307794f..f1a1799 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.5", - "marked": "^15.0.2", + "marked": "^15.0.3", "tippy.js": "^6.3.7" }, "devDependencies": { @@ -582,9 +582,10 @@ "dev": true }, "node_modules/marked": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", - "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", + "integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 6e96927..62181e2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "fullcalendar": "^6.1.15", "ical.js": "^1.5.0", "instantsearch.js": "^4.75.5", - "marked": "^15.0.2", + "marked": "^15.0.3", "tippy.js": "^6.3.7" }, "devDependencies": {