Skip to content

Commit be0c92d

Browse files
chore(deps): update dependency pnpm to v9.15.5
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | pnpm | 9.15.4 | 9.15.5 |
1 parent 8cf9dbf commit be0c92d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ghcr.io/containerbase/devcontainer:13.7.8
22

33
# https://github.com/pnpm/pnpm/issues/8971
44
# renovate: datasource=npm
5-
RUN install-tool pnpm 9.15.4
5+
RUN install-tool pnpm 9.15.5
66

77
# renovate: datasource=pypi
88
RUN install-tool pdm 2.22.3

.gitpod/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ghcr.io/containerbase/gitpod:13.7.8
22

33
# https://github.com/pnpm/pnpm/issues/8971
44
# renovate: datasource=npm
5-
RUN install-tool pnpm 9.15.4
5+
RUN install-tool pnpm 9.15.5
66

77
# renovate: datasource=pypi
88
RUN install-tool pdm 2.22.3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prettier-plugin-packagejson": "2.5.8",
2222
"typescript": "5.7.3"
2323
},
24-
"packageManager": "[email protected].4",
24+
"packageManager": "[email protected].5",
2525
"engines": {
2626
"node": "^18.12.0 || >=20.9.0",
2727
"pnpm": "^9.0.0"

0 commit comments

Comments
 (0)