From 47551cce1ee83c4b62b0825ffaf6ba70bea7b5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:12:44 +0000 Subject: [PATCH] Bump marked from 9.1.6 to 12.0.1 Bumps [marked](https://github.com/markedjs/marked) from 9.1.6 to 12.0.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/v9.1.6...v12.0.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d37c69..f3f21eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "govuk-prototype-kit": "13.16.1", "gray-matter": "^4.0.3", "luxon": "^3.4.4", - "marked": "^9.1.6", + "marked": "^12.0.1", "marked-gfm-heading-id": "^3.1.3", "numeral": "^2.0.6", "passport": "^0.7.0", @@ -2252,14 +2252,14 @@ } }, "node_modules/marked": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.6.tgz", - "integrity": "sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz", + "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 16" + "node": ">= 18" } }, "node_modules/marked-gfm-heading-id": { diff --git a/package.json b/package.json index 8fd36aa..b557dfb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "govuk-prototype-kit": "13.16.1", "gray-matter": "^4.0.3", "luxon": "^3.4.4", - "marked": "^9.1.6", + "marked": "^12.0.1", "marked-gfm-heading-id": "^3.1.3", "numeral": "^2.0.6", "passport": "^0.7.0",