Skip to content

Commit

Permalink
Update dependency pnpm to v9.1.2 (#8694)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 159374a commit 51a146e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
# renovate: datasource=crate depName=grcov versioning=semver
GRCOV_VERSION: 0.8.19
# renovate: datasource=npm depName=pnpm
PNPM_VERSION: 9.1.1
PNPM_VERSION: 9.1.2
# renovate: datasource=docker depName=postgres
POSTGRES_VERSION: 13

Expand Down
2 changes: 1 addition & 1 deletion frontend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG NODE_VERSION=20.13.1
FROM node:${NODE_VERSION}-alpine

# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION=9.1.1
ARG PNPM_VERSION=9.1.2

# Install `pnpm`
RUN npm install --global pnpm@$PNPM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
},
"engines": {
"node": "20.13.1",
"pnpm": "9.1.1"
"pnpm": "9.1.2"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 51a146e

Please sign in to comment.