From 628437144bbea15c0813bdd967b5c55a926b2e31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 01:22:27 +0000 Subject: [PATCH] chore(deps): update dependency npm to v11.11.0 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index fe62b59..5a2e7a8 100644 --- a/Earthfile +++ b/Earthfile @@ -6,7 +6,7 @@ IMPORT github.com/EarthBuild/lib/utils/git:$EARTHBUILD_LIB_VERSION AS git npm-base: FROM node:24.14.0-alpine3.23@sha256:7fddd9ddeae8196abf4a3ef2de34e11f7b1a722119f91f28ddf1e99dcafdf114 # renovate: datasource=npm packageName=npm - ENV npm_version=11.10.1 + ENV npm_version=11.11.0 RUN npm i -g npm@$npm_version WORKDIR /code COPY package.json package-lock.json .