From 6e7bba295eedc9b47271b1d39a3851453af5f5cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 07:05:02 +0000 Subject: [PATCH] Bump marked from 1.2.5 to 12.0.0 Bumps [marked](https://github.com/markedjs/marked) from 1.2.5 to 12.0.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/v1.2.5...v12.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index edc030f..864f295 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1084,9 +1084,9 @@ "dev": true }, "marked": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.5.tgz", - "integrity": "sha512-2AlqgYnVPOc9WDyWu7S5DJaEZsfk6dNh/neatQ3IHUW4QLutM/VPSH9lG7bif+XjFWc9K9XR3QvR+fXuECmfdA==" + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", + "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==" }, "mime": { "version": "2.4.6", diff --git a/package.json b/package.json index 63f5171..836c74e 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "main": "edition-esnext/index.js", "dependencies": { "docpad-baseplugin": "^1.4.0", - "marked": "~1.2.2" + "marked": "~12.0.0" }, "devDependencies": { "@bevry/update-contributors": "^1.18.0",