Skip to content

Commit

Permalink
Merge pull request #4052 from dependabot/feelepxyz/update-npm-7.19.1
Browse files Browse the repository at this point in the history
Bump npm from 7.10.0 to 7.19.1
  • Loading branch information
feelepxyz committed Jul 15, 2021
2 parents 13b9071 + 30000a7 commit 5eaf1dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions Dockerfile
Expand Up @@ -97,14 +97,11 @@ USER root

### JAVASCRIPT

# Install Node 14.0 and npm (updated after elm)
# Install Node 14.0 and npm v7
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y --no-install-recommends nodejs \
&& rm -rf /var/lib/apt/lists/*

# NOTE: This was a hack to get around the fact that elm 18 failed to install with
# npm 7, we should look into installing the latest version of node + npm
RUN npm install -g npm@v7.10.0 \
&& rm -rf /var/lib/apt/lists/* \
&& npm install -g npm@v7.19.1 \
&& rm -rf ~/.npm


Expand Down
Expand Up @@ -2518,7 +2518,7 @@
to eq("git+ssh://git@github.com/jonschlinkert/is-number.git#"\
"0c6b15a88bc10cd47f67a09506399dfc9ddc075d")
expect(parsed_package_lock["dependencies"]["is-number"]["from"]).
to eq("is-number@github:jonschlinkert/is-number#semver:^4.0.0")
to eq("is-number@jonschlinkert/is-number#semver:^4.0.0")
end
end
end
Expand Down

0 comments on commit 5eaf1dd

Please sign in to comment.