From 5f971035cfeb09c715645799b15f054054a058ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20G=2E=20Aragoneses?= Date: Thu, 28 May 2026 15:49:22 +0800 Subject: [PATCH] package.json: fixed audit vulnerabilities Performed `npm audit fix --force` and it updated this. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cfa3464e4..806fb3b32 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "devDependencies": { "prettier": "2.8.3", "@types/node": "^25.2.0", - "vitest": "^1.3.1", - "husky": "^9.0.0" + "husky": "^9.0.0", + "vitest": "^4.1.7" }, "scripts": { "format": "(npx --no-install prettier --version || (echo '\nPlease install `prettier` via `npm install` first; if this problem persists, try `npm rebuild && npm install`' >&2 && exit 1)) && npx --no-install prettier --quote-props=consistent --write './**/*.{yml,ts}'",