Skip to content

Commit 2a8ac02

Browse files
Update dependency pnpm to v10.12.2 (#11417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0f390a commit 2a8ac02

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
@@ -21,7 +21,7 @@ env:
2121
# renovate: datasource=crate depName=cargo-machete versioning=semver
2222
CARGO_MACHETE_VERSION: 0.8.0
2323
# renovate: datasource=npm depName=pnpm
24-
PNPM_VERSION: 10.12.1
24+
PNPM_VERSION: 10.12.2
2525
# renovate: datasource=docker depName=postgres
2626
POSTGRES_VERSION: 16
2727
# 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.16.0
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=10.12.1
7+
ARG PNPM_VERSION=10.12.2
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
@@ -171,7 +171,7 @@
171171
},
172172
"engines": {
173173
"node": "22.16.0",
174-
"pnpm": "10.12.1"
174+
"pnpm": "10.12.2"
175175
},
176176
"ember": {
177177
"edition": "octane"

0 commit comments

Comments
 (0)