Skip to content

Commit 48a9e18

Browse files
Update dependency pnpm to v10.13.1 (#11548)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f4ba32 commit 48a9e18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
# renovate: datasource=github-releases depName=shssoichiro/oxipng versioning=semver
2727
OXIPNG_VERSION: 9.1.5
2828
# renovate: datasource=npm depName=pnpm
29-
PNPM_VERSION: 10.12.4
29+
PNPM_VERSION: 10.13.1
3030
# renovate: datasource=github-releases depName=typst/typst versioning=semver
3131
TYPST_VERSION: 0.13.1
3232
# renovate: datasource=pypi depName=zizmor

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG NODE_VERSION=22.17.0
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=10.12.4
7+
ARG PNPM_VERSION=10.13.1
88

99
# Install `pnpm`
1010
RUN npm install --global pnpm@$PNPM_VERSION

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
},
173173
"engines": {
174174
"node": "22.17.0",
175-
"pnpm": "10.12.4"
175+
"pnpm": "10.13.1"
176176
},
177177
"ember": {
178178
"edition": "octane"

0 commit comments

Comments
 (0)