diff --git a/package-lock.json b/package-lock.json index 4f40fc2..2ba47ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "pretty-time": "^1.1.0", "reading-time": "^1.5.0", "rehype-autolink-headings": "^7.1.0", - "rehype-citation": "^2.2.0", + "rehype-citation": "^2.2.1", "rehype-katex": "^7.0.1", "rehype-mathjax": "^6.0.0", "rehype-pretty-code": "^0.14.0", @@ -4950,9 +4950,9 @@ } }, "node_modules/rehype-citation": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/rehype-citation/-/rehype-citation-2.2.0.tgz", - "integrity": "sha512-alEc/TxDqyALcHt9/MXUBjrCLl+It3q3gqkX0gGv6k3nyJm7CUAOOYxuywWyu6Cljf8DZFCJ9u+oVV/nRgRyYQ==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/rehype-citation/-/rehype-citation-2.2.1.tgz", + "integrity": "sha512-8Ybq4W0/FeuXSwTrwpDbsZ9v0X0ZeKxDKyA/9s1EI2GMZLgaowPEkFOyXhOjv7Ud2ntK86AWkove38G4U0dRuQ==", "dependencies": { "@citation-js/core": "^0.7.14", "@citation-js/date": "^0.5.1", diff --git a/package.json b/package.json index 1f8d9eb..61e1ed2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "pretty-time": "^1.1.0", "reading-time": "^1.5.0", "rehype-autolink-headings": "^7.1.0", - "rehype-citation": "^2.2.0", + "rehype-citation": "^2.2.1", "rehype-katex": "^7.0.1", "rehype-mathjax": "^6.0.0", "rehype-pretty-code": "^0.14.0",