From 2db8bf271e06e5aa0b84512f9908c7741a063aad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:53:11 +0000 Subject: [PATCH] chore(deps): update node.js to >=18.20.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af804fe..d316e26 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/palashmon" }, "engines": { - "node": ">=18.20.4" + "node": ">=18.20.5" }, "scripts": { "test": "xo && ava",