Skip to content

Commit 11a7308

Browse files
Update dependency pnpm to v8.13.1 (#7813)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ea8eef commit 11a7308

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.13.0
22+
PNPM_VERSION: 8.13.1
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.10.0
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=8.13.0
7+
ARG PNPM_VERSION=8.13.1
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
@@ -155,7 +155,7 @@
155155
},
156156
"engines": {
157157
"node": "20.10.0",
158-
"pnpm": "8.13.0"
158+
"pnpm": "8.13.1"
159159
},
160160
"ember": {
161161
"edition": "octane"

0 commit comments

Comments
 (0)