Skip to content

Commit e742b01

Browse files
Update dependency pnpm to v8.10.5 (#7535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80d0f80 commit e742b01

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=diesel_cli versioning=semver
2020
DIESEL_CLI_VERSION: 2.1.1
2121
# renovate: datasource=npm depName=pnpm
22-
PNPM_VERSION: 8.10.4
22+
PNPM_VERSION: 8.10.5
2323

2424
jobs:
2525
changed-files:

frontend.Dockerfile

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

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=8.10.4
7+
ARG PNPM_VERSION=8.10.5
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.9.0",
159-
"pnpm": "8.10.4"
159+
"pnpm": "8.10.5"
160160
},
161161
"ember": {
162162
"edition": "octane"

0 commit comments

Comments
 (0)