From a442f12304c3580f40c11a689beae97a8923aad7 Mon Sep 17 00:00:00 2001 From: TCR Date: Fri, 28 Jul 2023 13:44:07 +0200 Subject: [PATCH] build(deps): bump NPM from 9.5.1 to 9.8.1 --- npm_and_yarn/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_and_yarn/Dockerfile b/npm_and_yarn/Dockerfile index f203351033..dbd1d8985d 100644 --- a/npm_and_yarn/Dockerfile +++ b/npm_and_yarn/Dockerfile @@ -11,7 +11,7 @@ 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 +ARG NPM_VERSION=9.8.1 # Install Node and npm RUN curl -sL https://deb.nodesource.com/setup_$NODEJS_VERSION | bash - \