From 7ff6e2eefc800989f1592446ec4f24260210a0f4 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:40:38 +0800 Subject: [PATCH] chore: fix ghost dependency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 51da189..918a9a0 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "c8": "^9.1.0", "chai": "^4.3.6", "chai-as-promised": "^7.1.1", + "domhandler": "^5.0.3", "eslint": "^8.23.0", "eslint-config-hexo": "^5.0.0", "html-entities": "^2.3.3",