diff --git a/package-lock.json b/package-lock.json index f7b1cd487..be2b8b674 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,11 +47,11 @@ "highlight.js": "^11.11.1", "http-status-codes": "^2.3.0", "humanize-duration": "^3.33.1", - "ioredis": "^5.8.2", + "ioredis": "^5.10.1", "joi": "^17.13.3", "liquidjs": "^10.24.0", "lodash": "^4.17.21", - "marked": "^15.0.12", + "marked": "^17.0.5", "nunjucks": "^3.2.4", "obscenity": "^0.4.5", "outdent": "^0.8.0", @@ -59,7 +59,7 @@ "pino-pretty": "^13.1.2", "proxy-agent": "^6.5.0", "resolve": "^1.22.11", - "yaml": "^2.8.1" + "yaml": "^2.8.3" }, "devDependencies": { "@babel/cli": "^7.28.3", @@ -3542,6 +3542,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/hapi-tracing": { "version": "1.30.0", "resolved": "https://registry.npmjs.org/@defra/hapi-tracing/-/hapi-tracing-1.30.0.tgz", @@ -20025,9 +20037,9 @@ } }, "node_modules/ioredis": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.0.tgz", - "integrity": "sha512-HVBe9OFuqs+Z6n64q09PQvP1/R4Bm+30PAyyD4wIEqssh3v9L21QjCVk4kRLucMBcDokJTcLjsGeVRlq/nH6DA==", + "version": "5.10.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.1.tgz", + "integrity": "sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==", "license": "MIT", "dependencies": { "@ioredis/commands": "1.5.1", @@ -23217,15 +23229,15 @@ } }, "node_modules/marked": { - "version": "15.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz", - "integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==", + "version": "17.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz", + "integrity": "sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==", "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 20" } }, "node_modules/math-intrinsics": { @@ -34718,9 +34730,9 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", - "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", + "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/package.json b/package.json index 141eba31a..04e334874 100644 --- a/package.json +++ b/package.json @@ -120,11 +120,11 @@ "highlight.js": "^11.11.1", "http-status-codes": "^2.3.0", "humanize-duration": "^3.33.1", - "ioredis": "^5.8.2", + "ioredis": "^5.10.1", "joi": "^17.13.3", "liquidjs": "^10.24.0", "lodash": "^4.17.21", - "marked": "^15.0.12", + "marked": "^17.0.5", "nunjucks": "^3.2.4", "obscenity": "^0.4.5", "outdent": "^0.8.0", @@ -132,7 +132,7 @@ "pino-pretty": "^13.1.2", "proxy-agent": "^6.5.0", "resolve": "^1.22.11", - "yaml": "^2.8.1" + "yaml": "^2.8.3" }, "devDependencies": { "@babel/cli": "^7.28.3",