diff --git a/package-lock.json b/package-lock.json index d6acdce9f..76d998a7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eleventy-plugin-dropcap": "^1.1.0", "eleventy-plugin-toc": "^1.1.5", "eslint": "^9.31.0", - "markdown-it": "^14.1.0", + "markdown-it": "^14.2.0", "markdown-it-anchor": "^9.2.0", "markdown-it-highlightjs": "^4.2.0", "postcss": "^8.5.6", @@ -3666,10 +3666,20 @@ "license": "MIT" }, "node_modules/linkify-it": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", - "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.1.tgz", + "integrity": "sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==", "dev": true, + "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" @@ -3780,15 +3790,25 @@ } }, "node_modules/markdown-it": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", - "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.2.0.tgz", + "integrity": "sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==", "dev": true, + "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" diff --git a/package.json b/package.json index 63f17dad3..0dfcb8a68 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eleventy-plugin-dropcap": "^1.1.0", "eleventy-plugin-toc": "^1.1.5", "eslint": "^9.31.0", - "markdown-it": "^14.1.0", + "markdown-it": "^14.2.0", "markdown-it-anchor": "^9.2.0", "markdown-it-highlightjs": "^4.2.0", "postcss": "^8.5.6",