Skip to content

Commit 46de642

Browse files
Update dependency pnpm to v10.14.0 (#11687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f3c05e commit 46de642

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.13.1
29+
PNPM_VERSION: 10.14.0
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.1
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=10.13.1
7+
ARG PNPM_VERSION=10.14.0
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.1",
175-
"pnpm": "10.13.1"
175+
"pnpm": "10.14.0"
176176
},
177177
"ember": {
178178
"edition": "octane"

0 commit comments

Comments
 (0)