Skip to content

Commit 51a146e

Browse files
Update dependency pnpm to v9.1.2 (#8694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 159374a commit 51a146e

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
@@ -19,7 +19,7 @@ env:
1919
# renovate: datasource=crate depName=grcov versioning=semver
2020
GRCOV_VERSION: 0.8.19
2121
# renovate: datasource=npm depName=pnpm
22-
PNPM_VERSION: 9.1.1
22+
PNPM_VERSION: 9.1.2
2323
# renovate: datasource=docker depName=postgres
2424
POSTGRES_VERSION: 13
2525

frontend.Dockerfile

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

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=9.1.1
7+
ARG PNPM_VERSION=9.1.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
@@ -156,7 +156,7 @@
156156
},
157157
"engines": {
158158
"node": "20.13.1",
159-
"pnpm": "9.1.1"
159+
"pnpm": "9.1.2"
160160
},
161161
"ember": {
162162
"edition": "octane"

0 commit comments

Comments
 (0)