diff --git a/package-lock.json b/package-lock.json index de352fe..901e5e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "rehype-preset-minify": "7.0.1", "rehype-prism-plus": "^2.0.0", "rehype-slug": "^6.0.0", - "remark-footnotes": "^4.0.1", + "remark-footnotes": "^5.0.0", "remark-gfm": "^3.0.1", "remark-math": "^6.0.0", "sharp": "^0.33.5", @@ -10452,21 +10452,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mdast-util-footnote": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/mdast-util-footnote/-/mdast-util-footnote-1.1.1.tgz", - "integrity": "sha512-Y8JiA5fZm0kCqvugmSfaSvaVU2trhAmhCYXJOgPKVfmDa8isqzb5Tf7uWvCq4s8I+dll09GZjboItwZFSsD4JQ==", - "license": "MIT", - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/mdast-util-from-markdown": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz", @@ -11505,26 +11490,6 @@ "uvu": "^0.5.0" } }, - "node_modules/micromark-extension-footnote": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-extension-footnote/-/micromark-extension-footnote-1.0.2.tgz", - "integrity": "sha512-sD7t/hooONLnbPYgcQpBcTjh7mPEcD2R/jRS5DLYDNm0XbngbaJZ01F1aI3v6VXVMdAu3XtFKUecNRlXbgGk/Q==", - "license": "MIT", - "dependencies": { - "micromark-core-commonmark": "^1.0.0", - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "uvu": "^0.5.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/micromark-extension-frontmatter": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-1.1.1.tgz", @@ -14977,20 +14942,10 @@ } }, "node_modules/remark-footnotes": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-4.0.1.tgz", - "integrity": "sha512-He6YzQFk/Wu2KgfjI80EyPXjt/G+WFaYfUH+xapqPQBdm3aTdEyzosXXv9a2FbTxGqgOfJ4q/TCB46v+wofRpQ==", - "license": "MIT", - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-footnote": "^1.0.0", - "micromark-extension-footnote": "^1.0.0", - "unified": "^10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-5.0.0.tgz", + "integrity": "sha512-bmRA8Xel4YZA5PphUOdamG3Cf3BshoGZQlwVqF+bv0Ei1/b9ETOSyoKtpVAk8zIRJ2dAwio2HFnbC9wjLmy02A==", + "deprecated": "Deprecated: use `remark-gfm`" }, "node_modules/remark-frontmatter": { "version": "4.0.1", diff --git a/package.json b/package.json index e535a07..5cdbd0d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "rehype-preset-minify": "7.0.1", "rehype-prism-plus": "^2.0.0", "rehype-slug": "^6.0.0", - "remark-footnotes": "^4.0.1", + "remark-footnotes": "^5.0.0", "remark-gfm": "^3.0.1", "remark-math": "^6.0.0", "sharp": "^0.33.5",