Skip to content

Commit 4b3117b

Browse files
Update dependency pnpm to v8.6.11 (#6908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29ae3b1 commit 4b3117b

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.0
2121
# renovate: datasource=npm depName=pnpm
22-
PNPM_VERSION: 8.6.10
22+
PNPM_VERSION: 8.6.11
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=18.17.0
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=8.6.10
7+
ARG PNPM_VERSION=8.6.11
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
@@ -150,7 +150,7 @@
150150
},
151151
"engines": {
152152
"node": "18.17.0",
153-
"pnpm": "8.6.10"
153+
"pnpm": "8.6.11"
154154
},
155155
"ember": {
156156
"edition": "octane"

0 commit comments

Comments
 (0)