From 5d46f413480d04b49b136822f350e17ae525e562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 22 Oct 2024 12:14:43 +0800 Subject: [PATCH] fix: dep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02ddbec8..cae9a65d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "commander": "^12.1.0", "async-mutex": "^0.5.0", "file-type": "^19.0.0", - "json-schema-to-ts": "^3.1.2", + "json-schema-to-ts": "^3.1.1", "image-size": "^1.1.1", "cors": "^2.8.5" },