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 \