From 99f7e7088e57816498fd5149b6020c8992ab1f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 05:05:14 +0000 Subject: [PATCH] Bump marked from 11.0.1 to 11.1.0 Bumps [marked](https://github.com/markedjs/marked) from 11.0.1 to 11.1.0. - [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/v11.0.1...v11.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b7057c..9d32a4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "fullcalendar": "^6.1.10", "ical.js": "^1.5.0", "instantsearch.js": "^4.62.0", - "marked": "^11.0.1", + "marked": "^11.1.0", "tippy.js": "^6.3.7" }, "devDependencies": { @@ -607,9 +607,9 @@ "dev": true }, "node_modules/marked": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.1.tgz", - "integrity": "sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz", + "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==", "bin": { "marked": "bin/marked.js" }, @@ -1326,9 +1326,9 @@ "dev": true }, "marked": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.1.tgz", - "integrity": "sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A==" + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz", + "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==" }, "meilisearch": { "version": "0.36.0", diff --git a/package.json b/package.json index b5f8a3a..810014b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fullcalendar": "^6.1.10", "ical.js": "^1.5.0", "instantsearch.js": "^4.62.0", - "marked": "^11.0.1", + "marked": "^11.1.0", "tippy.js": "^6.3.7" }, "devDependencies": {