From 822a3e50d7c49119b3cdc6e8df240d4a3b292585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 13:48:04 +0000 Subject: [PATCH] Bump marked from 15.0.12 to 16.1.2 Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 16.1.2. - [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/v15.0.12...v16.1.2) --- updated-dependencies: - dependency-name: marked dependency-version: 16.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++++----- package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4caa1e250..d1e297941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "joi": "^17.13.3", "liquidjs": "^10.21.1", "lodash": "^4.17.21", - "marked": "^15.0.7", + "marked": "^16.1.2", "nunjucks": "^3.2.3", "outdent": "^0.8.0", "pino": "^9.7.0", @@ -2289,6 +2289,18 @@ "joi": "^17.0.0" } }, + "node_modules/@defra/forms-model/node_modules/marked": { + "version": "15.0.12", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz", + "integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==", + "license": "MIT", + "bin": { + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 18" + } + }, "node_modules/@defra/forms-model/node_modules/nanoid": { "version": "5.1.5", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.5.tgz", @@ -12462,15 +12474,15 @@ } }, "node_modules/marked": { - "version": "15.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz", - "integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==", + "version": "16.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.1.2.tgz", + "integrity": "sha512-rNQt5EvRinalby7zJZu/mB+BvaAY2oz3wCuCjt1RDrWNpS1Pdf9xqMOeC9Hm5adBdcV/3XZPJpG58eT+WBc0XQ==", "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 20" } }, "node_modules/mathml-tag-names": { diff --git a/package.json b/package.json index fd70062fb..1c3d08e5b 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "joi": "^17.13.3", "liquidjs": "^10.21.1", "lodash": "^4.17.21", - "marked": "^15.0.7", + "marked": "^16.1.2", "nunjucks": "^3.2.3", "outdent": "^0.8.0", "pino": "^9.7.0",