From d1da53f0a0f187c40047dbf92b39acd4d2a1c1a2 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Fri, 20 Dec 2024 12:01:26 +0000 Subject: [PATCH] chore: deps: update NPM used by Netlify to 11.0.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 984d78e5..bd7268aa 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ [build.environment] HUGO_VERSION = "0.139.3" NODE_VERSION = "20.18.1" - NPM_VERSION = "10.9.2" + NPM_VERSION = "11.0.0" [context.production] command = "npm run build"