From 1937b85b03c6e09b8b47b9334668ddee29655251 Mon Sep 17 00:00:00 2001 From: Uiolee <22849383+uiolee@users.noreply.github.com> Date: Sat, 2 Mar 2024 14:38:10 +0800 Subject: [PATCH] chore: fix ghost dependency (#397) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ad07b6b8..fa19a624 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,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",