From 242fec91ee2cf9e437a99d0074eb9b55e62e4285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:02:01 +0000 Subject: [PATCH] Bump marked from 10.0.0 to 11.1.1 Bumps [marked](https://github.com/markedjs/marked) from 10.0.0 to 11.1.1. - [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/v10.0.0...v11.1.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... 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 dd3f5579..21e1a228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "dompurify": "^3.0.0", "floating-vue": "1.0.0-beta.18", "luxon": "^3.2.1", - "marked": "^10.0.0", + "marked": "^11.1.1", "nuxt": "^2.17.0", "plotly.js": "^2.27.0", "url-join": "^5.0.0", @@ -13369,9 +13369,9 @@ } }, "node_modules/marked": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz", - "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", + "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 71f453e4..c0b11bae 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dompurify": "^3.0.0", "floating-vue": "1.0.0-beta.18", "luxon": "^3.2.1", - "marked": "^10.0.0", + "marked": "^11.1.1", "nuxt": "^2.17.0", "plotly.js": "^2.27.0", "url-join": "^5.0.0",