Skip to content

Commit

Permalink
Bump npm from 7.5.4 to 7.6.1
Browse files Browse the repository at this point in the history
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/[email protected]
  • Loading branch information
feelepxyz committed Mar 8, 2021
1 parent 750b6e0 commit ba83d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN npm install [email protected] \

# 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
Expand Down

0 comments on commit ba83d38

Please sign in to comment.