From 9fbb0c9a275927d26a7b66846808d857571d6158 Mon Sep 17 00:00:00 2001 From: Yeikel Date: Thu, 31 Aug 2023 11:20:27 -0400 Subject: [PATCH] build(deps): bump npm from 9.5.1 to 9.6.5 (#7811) Release notes : https://github.com/npm/cli/releases/tag/v9.6.5 --- npm_and_yarn/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npm_and_yarn/Dockerfile b/npm_and_yarn/Dockerfile index 673e2974d6..288ca7dd2e 100644 --- a/npm_and_yarn/Dockerfile +++ b/npm_and_yarn/Dockerfile @@ -11,7 +11,8 @@ ARG NODEJS_VERSION=18.x # Check for updates at https://github.com/npm/cli/releases # This version should be compatible with the Node.js version declared above. See https://nodejs.org/en/download/releases as well -ARG NPM_VERSION=9.5.1 +# TODO: Upgrade to 9.6.7 depending on the outcome of https://github.com/npm/cli/issues/6742 +ARG NPM_VERSION=9.6.5 # Install Node and npm RUN curl -sL https://deb.nodesource.com/setup_$NODEJS_VERSION | bash - \