Skip to content

Commit 288aab5

Browse files
fix(deps): update dependency pnpm to v10.3.0
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | pnpm | 10.2.1 | 10.3.0 |
1 parent 0e6f86b commit 288aab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN install-tool dotnet 9.0.200
2929
RUN install-tool node 22.14.0
3030

3131
# renovate: datasource=npm
32-
RUN install-tool pnpm 10.2.1
32+
RUN install-tool pnpm 10.3.0
3333

3434
# renovate: datasource=github-releases packageName=docker/compose
3535
RUN install-tool docker-compose v2.33.0

windows/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN install-tool powershell v7.5.0
2222
RUN install-tool node 22.14.0
2323

2424
# renovate: datasource=npm
25-
RUN install-npm pnpm 10.2.1
25+
RUN install-npm pnpm 10.3.0
2626

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

0 commit comments

Comments
 (0)