diff --git a/package-lock.json b/package-lock.json index b9912ce1..d4c96bb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5945,7 +5945,19 @@ "license": "MIT" }, "node_modules/linkify-it": { - "version": "5.0.0", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.1.tgz", + "integrity": "sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/markdown-it" + } + ], "license": "MIT", "dependencies": { "uc.micro": "^2.0.0" @@ -6114,12 +6126,24 @@ } }, "node_modules/markdown-it": { - "version": "14.1.1", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.2.0.tgz", + "integrity": "sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/markdown-it" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1", "entities": "^4.4.0", - "linkify-it": "^5.0.0", + "linkify-it": "^5.0.1", "mdurl": "^2.0.0", "punycode.js": "^2.3.1", "uc.micro": "^2.1.0" @@ -8639,6 +8663,8 @@ }, "node_modules/uc.micro": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", + "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", "license": "MIT" }, "node_modules/uglify-js": { @@ -9291,7 +9317,7 @@ "dependencies": { "@accordproject/markdown-common": "*", "@accordproject/markdown-it-cicero": "*", - "markdown-it": "^14.1.0", + "markdown-it": "^14.2.0", "semver": "7.6.3", "winston": "3.17.0" }, @@ -9516,7 +9542,7 @@ "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "^0.9.10", - "markdown-it": "^14.1.0" + "markdown-it": "^14.2.0" }, "devDependencies": { "@accordproject/concerto-core": "^4.1.3", @@ -9748,7 +9774,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "markdown-it": "^14.1.0" + "markdown-it": "^14.2.0" }, "devDependencies": { "@types/jest": "^29.5.12", @@ -9854,7 +9880,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "markdown-it": "^14.1.0" + "markdown-it": "^14.2.0" }, "devDependencies": { "@types/jest": "^29.5.12", @@ -9964,7 +9990,7 @@ "@accordproject/markdown-common": "*", "@accordproject/markdown-it-template": "*", "dayjs": "1.11.13", - "markdown-it": "^14.1.0", + "markdown-it": "^14.2.0", "process": "^0.11.10" }, "devDependencies": { diff --git a/packages/markdown-cicero/package.json b/packages/markdown-cicero/package.json index eface54f..4eb74ffe 100644 --- a/packages/markdown-cicero/package.json +++ b/packages/markdown-cicero/package.json @@ -65,7 +65,7 @@ "dependencies": { "@accordproject/markdown-common": "*", "@accordproject/markdown-it-cicero": "*", - "markdown-it": "^14.1.0", + "markdown-it": "^14.2.0", "semver": "7.6.3", "winston": "3.17.0" }, diff --git a/packages/markdown-common/package.json b/packages/markdown-common/package.json index 8db46f97..0f3e9adb 100644 --- a/packages/markdown-common/package.json +++ b/packages/markdown-common/package.json @@ -63,7 +63,7 @@ }, "dependencies": { "@xmldom/xmldom": "^0.9.10", - "markdown-it": "^14.1.0" + "markdown-it": "^14.2.0" }, "license-check-and-add-config": { "folder": "./src", diff --git a/packages/markdown-it-cicero/package.json b/packages/markdown-it-cicero/package.json index 2c6a216a..d8e2817d 100644 --- a/packages/markdown-it-cicero/package.json +++ b/packages/markdown-it-cicero/package.json @@ -58,7 +58,7 @@ "typescript": "^5.9.3" }, "dependencies": { - "markdown-it": "^14.1.0" + "markdown-it": "^14.2.0" }, "license-check-and-add-config": { "folder": "./src", diff --git a/packages/markdown-it-template/package.json b/packages/markdown-it-template/package.json index 0d016d21..f024fdc8 100644 --- a/packages/markdown-it-template/package.json +++ b/packages/markdown-it-template/package.json @@ -58,7 +58,7 @@ "typescript": "^5.9.3" }, "dependencies": { - "markdown-it": "^14.1.0" + "markdown-it": "^14.2.0" }, "license-check-and-add-config": { "folder": "./src", diff --git a/packages/markdown-template/package.json b/packages/markdown-template/package.json index 5d1a2969..c3bfcddf 100644 --- a/packages/markdown-template/package.json +++ b/packages/markdown-template/package.json @@ -77,7 +77,7 @@ "@accordproject/markdown-common": "*", "@accordproject/markdown-it-template": "*", "dayjs": "1.11.13", - "markdown-it": "^14.1.0", + "markdown-it": "^14.2.0", "process": "^0.11.10" }, "license-check-and-add-config": {