From 4c3b80356a86df3c787599394e65963757d6eef9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:30:43 +0200 Subject: [PATCH] chore(deps): update node.js to v20.15.1 (#54) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01352cd..d8a309f 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "test": "jest" }, "volta": { - "node": "20.15.0" + "node": "20.15.1" } }