From ce3aff4abe056f5b102dd95890252913e33e875c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:20:52 +0000 Subject: [PATCH] chore(deps): update dependency npm to v11.10.0 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 448e119..39bd5a4 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.13.0-alpine3.23@sha256:cd6fb7efa6490f039f3471a189214d5f548c11df1ff9e5b181aa49e22c14383e # renovate: datasource=npm packageName=npm - ENV npm_version=11.9.0 + ENV npm_version=11.10.0 RUN npm i -g npm@$npm_version WORKDIR /code COPY package.json package-lock.json .