From ba83d380744146687bcd86cba420325daf8d9eb7 Mon Sep 17 00:00:00 2001 From: Philip Harrison Date: Tue, 2 Mar 2021 15:22:44 +0000 Subject: [PATCH] Bump npm from 7.5.4 to 7.6.1 v7.6.1 (2021-03-04) https://github.com/npm/cli/releases/tag/v7.6.1 BUG FIXES 3c9a589b0 #2807 npm explain show when an edge is a bundled edge (@kumavis) b33c760ce #2766 unused arguments cleanup (@sandersn) 4a5dd3a5a #2772 fix(npm) pass npm context everywhere (@wraithgar) e69be2ac5 #2789 fix npm prefix on all Windows unix shells (@isaacs) 2d682e4ca #2803 fix(search): don't pass unused args (@wraithgar) b3e7dd19b #2822 fix(diff): set option "where" for pacote (@ruyadorno) 96006640b #2824 fix(repo, auth.sso): don't promisify open-url (@wraithgar) DOCUMENTATION c8b73db82 #2690 fix(docs): update scripts docs (@wraithgar) 5d922394b #2809 update republish timeout after unpublish (@BAJ-) DEPENDENCIES 2d4ae598f @npmcli/arborist@2.2.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8681c0c02c..855bf93e21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,7 +94,7 @@ RUN npm install elm@0.18.0 \ # NOTE: This is a hack to get around the fact that elm 18 fails to install with # npm 7, we should look into deprecating elm 18 -RUN npm install -g npm@v7.5.4 +RUN npm install -g npm@v7.6.1 ### PHP