From bc543f81d9ada5e61cb9690834a5f83c02997d63 Mon Sep 17 00:00:00 2001
From: Hrishikesh Barman <geekodour@users.noreply.github.com>
Date: Sat, 26 Aug 2023 05:52:23 +0000
Subject: [PATCH] feat(plugins): add OxHugoFlavouredMarkdown (#419)
---
package-lock.json | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index d94d6cf..9246cc9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -55,6 +55,7 @@
"serve-handler": "^6.1.5",
"source-map-support": "^0.5.21",
"to-vfile": "^7.2.4",
+ "toml": "^3.0.0",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.7",
@@ -5548,6 +5549,11 @@
"url": "https://opencollective.com/unified"
}
},
+ "node_modules/toml": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/toml/-/toml-3.0.0.tgz",
+ "integrity": "sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w=="
+ },
"node_modules/tough-cookie": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
--
Gitblit v1.10.0