diff --git a/package-lock.json b/package-lock.json index fca1f794..0b6bd14e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13193,7 +13193,7 @@ "ink-link": "^5.0.0", "ink-text-input": "^6.0.0", "js-yaml": "^4.1.0", - "marked": "^15.0.12", + "marked": "^17.0.4", "marked-terminal": "^7.3.0", "open": "^11.0.0", "parse-duration": "^2.0.1", @@ -13229,6 +13229,18 @@ "undici-types": "~7.16.0" } }, + "packages/mittwald-cli-core/node_modules/marked": { + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz", + "integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==", + "license": "MIT", + "bin": { + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 20" + } + }, "packages/mittwald-cli-core/node_modules/undici-types": { "version": "7.16.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", diff --git a/packages/mittwald-cli-core/package.json b/packages/mittwald-cli-core/package.json index fe426f39..b922ca57 100644 --- a/packages/mittwald-cli-core/package.json +++ b/packages/mittwald-cli-core/package.json @@ -35,7 +35,7 @@ "ink-link": "^5.0.0", "ink-text-input": "^6.0.0", "js-yaml": "^4.1.0", - "marked": "^15.0.12", + "marked": "^17.0.4", "marked-terminal": "^7.3.0", "open": "^11.0.0", "parse-duration": "^2.0.1",