From 5f3fff57f31bbc2a62c885b3fa5f7595c2fa0d48 Mon Sep 17 00:00:00 2001 From: Bot <158096250+hywax-assistant@users.noreply.github.com> Date: Wed, 29 Oct 2025 19:08:12 +0000 Subject: [PATCH] chore(deps): update node.js to >=22.21.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14fc167..12824ac 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ } }, "engines": { - "node": ">=22.21.0" + "node": ">=22.21.1" }, "scripts": { "build": "tsc && vite build",