Skip to content

Commit

Permalink
test(deps): update dependency pnpm to v7.9.5 (#507)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2022
1 parent 5e04270 commit 0c1f146
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN install-tool nix 2.3.10
# renovate: datasource=node
RUN install-tool node v16.17.0
# renovate: datasource=npm
RUN install-tool pnpm 7.9.0
RUN install-tool pnpm 7.9.5
# renovate: datasource=npm
RUN install-tool yarn 1.22.19
# renovate: datasource=npm
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN install-tool nix 2.3.10
# renovate: datasource=node
RUN install-tool node v16.17.0
# renovate: datasource=npm
RUN install-tool pnpm 7.9.0
RUN install-tool pnpm 7.9.5
# renovate: datasource=npm
RUN install-tool yarn 1.22.19
# renovate: datasource=npm
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ FROM build as testc
ARG APT_HTTP_PROXY

# renovate: datasource=npm
RUN install-tool pnpm 7.9.0
RUN install-tool pnpm 7.9.5

RUN set -ex; \
pnpm --version;
Expand Down

0 comments on commit 0c1f146

Please sign in to comment.