From de56a395c23cd20347cba5f16b05f2ff25e804d9 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Wed, 5 Mar 2025 21:24:46 +0000 Subject: [PATCH] chore: deps: update NPM used by Netlify to 11.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 90d5975d7..3c8c1f799 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ [build.environment] HUGO_VERSION = "0.145.0" NODE_VERSION = "20.18.3" - NPM_VERSION = "11.1.0" + NPM_VERSION = "11.2.0" [context.production] command = "npm run build"