Skip to content

Commit 278d78b

Browse files
Update dependency pnpm to v10.19.0 (#12173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99573ad commit 278d78b

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
@@ -25,7 +25,7 @@ env:
2525
# renovate: datasource=github-releases depName=shssoichiro/oxipng versioning=semver
2626
OXIPNG_VERSION: 9.1.5
2727
# renovate: datasource=npm depName=pnpm
28-
PNPM_VERSION: 10.18.3
28+
PNPM_VERSION: 10.19.0
2929
# renovate: datasource=github-releases depName=typst/typst versioning=semver
3030
TYPST_VERSION: 0.13.1
3131
# 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.20.0
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=10.18.3
7+
ARG PNPM_VERSION=10.19.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
@@ -187,7 +187,7 @@
187187
],
188188
"engines": {
189189
"node": "22.20.0",
190-
"pnpm": "10.18.3"
190+
"pnpm": "10.19.0"
191191
},
192192
"ember": {
193193
"edition": "octane"

0 commit comments

Comments
 (0)