Skip to content

Commit

Permalink
Merge pull request #351 from balena-io-modules/renovate/npm-10.5.x
Browse files Browse the repository at this point in the history
Update dependency npm to v10.5.2
  • Loading branch information
balena-renovate[bot] authored Apr 10, 2024
2 parents be4f7c6 + fb255f3 commit 2cf7b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ARG TARGETARCH
# renovate: datasource=node-version depName=node
ARG NODE_VERSION=21.7.3
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.5.1
ARG NPM_VERSION=10.5.2

RUN if [ "${TARGETARCH}" = "amd64" ] ; \
then \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.no-systemd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ARG TARGETARCH
# renovate: datasource=node-version depName=node
ARG NODE_VERSION=21.7.3
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.5.1
ARG NPM_VERSION=10.5.2

RUN if [ "${TARGETARCH}" = "amd64" ] ; \
then \
Expand Down

0 comments on commit 2cf7b5c

Please sign in to comment.