From 0469e3dd717f8d8bec882c8f453253d4b520b111 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 16:19:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c42b6d5..4eaf59c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "pnpm": "^7.28.0", "shiki": "^0.14.1", "simple-git-hooks": "^2.8.1", - "taze": "^0.9.0", + "taze": "^0.11.3", "typescript": "^4.9.5", "unocss": "^0.55.3", "unplugin-auto-import": "^0.15.0",