Skip to content

Commit e70ee03

Browse files
Update dependency pnpm to v8.5.0 (#6457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ba9311 commit e70ee03

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
@@ -16,7 +16,7 @@ env:
1616
# renovate: datasource=crate depName=diesel_cli versioning=semver
1717
DIESEL_CLI_VERSION: 2.0.1
1818
# renovate: datasource=npm depName=pnpm
19-
PNPM_VERSION: 8.4.0
19+
PNPM_VERSION: 8.5.0
2020

2121
jobs:
2222
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.16.0
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=8.4.0
7+
ARG PNPM_VERSION=8.5.0
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.16.0",
153-
"pnpm": "8.4.0"
153+
"pnpm": "8.5.0"
154154
},
155155
"ember": {
156156
"edition": "octane"

0 commit comments

Comments
 (0)