From f934bcfdc8f4a332c5b2c8ee8b3a77234926e83e Mon Sep 17 00:00:00 2001 From: Yeikel Santana Date: Mon, 9 Feb 2026 15:53:35 -0500 Subject: [PATCH] Bump npm to 11.8.0 Fixes #13931 --- npm_and_yarn/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm_and_yarn/Dockerfile b/npm_and_yarn/Dockerfile index 49ee187fb7e..2e047a6657a 100644 --- a/npm_and_yarn/Dockerfile +++ b/npm_and_yarn/Dockerfile @@ -19,9 +19,9 @@ ARG YARN_VERSION=4.9.2 ARG NODEJS_VERSION=24 # Check for updates at https://github.com/npm/cli/releases -# This version should be compatible with the NODEJS_VERSION version declared above. See https://nodejs.org/en/download/releases as well +# This version should be aligned with NODEJS_VERSION version declared above. See https://nodejs.org/en/download/releases as well # With every major release update, also update npm_and_yarn/lib/dependabot/npm_and_yarn/npm_package_manager.rb (Section : Update instructions) -ARG NPM_VERSION=11.7.0 +ARG NPM_VERSION=11.8.0 # Install Node and npm RUN mkdir -p /etc/apt/keyrings \