Skip to content

Commit

Permalink
Update dependency npm to v10.2.3
Browse files Browse the repository at this point in the history
Update npm from 10.2.2 to 10.2.3

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Nov 2, 2023
1 parent 654f016 commit 01f8534
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=20.9.0
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.2.2
ARG NPM_VERSION=10.2.3

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=20.9.0
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.2.2
ARG NPM_VERSION=10.2.3

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

0 comments on commit 01f8534

Please sign in to comment.