Skip to content

Commit

Permalink
Merge pull request #379 from balena-io-modules/renovate/npm-10.9.x
Browse files Browse the repository at this point in the history
Update dependency npm to v10.9.1
  • Loading branch information
balena-renovate[bot] authored Nov 21, 2024
2 parents 48974c7 + ecc560e commit 9184f1f
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 @@ -53,7 +53,7 @@ ARG TARGETARCH
# renovate: datasource=node-version depName=node
ARG NODE_VERSION=22.11.0
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.9.0
ARG NPM_VERSION=10.9.1

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 @@ -50,7 +50,7 @@ ARG TARGETARCH
# renovate: datasource=node-version depName=node
ARG NODE_VERSION=22.11.0
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.9.0
ARG NPM_VERSION=10.9.1

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

0 comments on commit 9184f1f

Please sign in to comment.