From b197d4ee9b3015cfc7a42612ddba5f75b4f7126a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:12:06 +0000 Subject: [PATCH] Bump marked from 11.0.0 to 11.1.0 Bumps [marked](https://github.com/markedjs/marked) from 11.0.0 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.0...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dab4903..9bc8f47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@markedjs/html-differ": "^4.0.2", "front-matter": "^4.0.2", - "marked": "^11.0.0", + "marked": "^11.1.0", "marked-repo": "https://github.com/markedjs/marked/tarball/v11.0.0" }, "devDependencies": { @@ -981,9 +981,9 @@ "dev": true }, "node_modules/marked": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.0.tgz", - "integrity": "sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==", + "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" }, diff --git a/package.json b/package.json index fe10349..c462f46 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@markedjs/html-differ": "^4.0.2", "front-matter": "^4.0.2", - "marked": "^11.0.0", + "marked": "^11.1.0", "marked-repo": "https://github.com/markedjs/marked/tarball/v11.0.0" }, "devDependencies": {