From 66103d8a304d425d965fa893d8fb1243ec9b5b06 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 21 Feb 2026 11:31:44 -0800 Subject: [PATCH] =?UTF-8?q?Update=20devDependencies:=20@types/node=2020?= =?UTF-8?q?=E2=86=9222,=20TypeScript=204=E2=86=925?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #38 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a181f0..1294c35 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "zod": "^3.24.2" }, "devDependencies": { - "@types/node": "^20.x", + "@types/node": "^22.x", "rimraf": "^5.0.0", - "typescript": "^4.0.0" + "typescript": "^5.0.0" }, "main": "dist/src/index.js" } \ No newline at end of file