Skip to content

Commit

Permalink
fix(deps): update dependency pnpm to v10.2.1
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | pnpm    | 10.2.0 | 10.2.1 |
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent ceddf9f commit f525ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN install-tool dotnet 9.0.102
RUN install-tool node 22.13.1

# renovate: datasource=npm
RUN install-tool pnpm 10.2.0
RUN install-tool pnpm 10.2.1

# renovate: datasource=github-releases packageName=docker/compose
RUN install-tool docker-compose v2.32.4
Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN install-tool powershell v7.5.0
RUN install-tool node 22.13.1

# renovate: datasource=npm
RUN install-npm pnpm 10.2.0
RUN install-npm pnpm 10.2.1

# renovate: datasource=java-version packageName=java-jre
RUN install-tool java 21.0.6+7.0.LTS
Expand Down

0 comments on commit f525ba1

Please sign in to comment.