From 92676d746e822f1451fad05c294ca7d664b3de5f Mon Sep 17 00:00:00 2001
From: Aaron Pham <contact@aarnphm.xyz>
Date: Tue, 12 Nov 2024 08:37:59 +0000
Subject: [PATCH] feat(ofm): support parsing footnotes in table (#1581)
---
package-lock.json | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 18d2c93..bcf6131 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -41,7 +41,7 @@
"pretty-time": "^1.1.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
- "rehype-citation": "^2.2.1",
+ "rehype-citation": "^2.2.2",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^6.0.0",
"rehype-pretty-code": "^0.14.0",
@@ -5436,9 +5436,9 @@
}
},
"node_modules/rehype-citation": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/rehype-citation/-/rehype-citation-2.2.1.tgz",
- "integrity": "sha512-8Ybq4W0/FeuXSwTrwpDbsZ9v0X0ZeKxDKyA/9s1EI2GMZLgaowPEkFOyXhOjv7Ud2ntK86AWkove38G4U0dRuQ==",
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/rehype-citation/-/rehype-citation-2.2.2.tgz",
+ "integrity": "sha512-a9+njSn4yJ3/bePz+T8AkCLXhSb3fK+HKlG9xEcLJraN3W92jGV91a10XEvSy6gJ5BvRdtDtu3aEd1uqvNDHRQ==",
"dependencies": {
"@citation-js/core": "^0.7.14",
"@citation-js/date": "^0.5.1",
--
Gitblit v1.10.0