Skip to content

Commit

Permalink
Update dependency pnpm to v9.15.1 (#10256)
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 Dec 21, 2024
1 parent 840c120 commit 4827680
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.20
# renovate: datasource=npm depName=pnpm
PNPM_VERSION: 9.15.0
PNPM_VERSION: 9.15.1
# renovate: datasource=docker depName=postgres
POSTGRES_VERSION: 16

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=22.12.0
FROM node:${NODE_VERSION}-alpine

# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION=9.15.0
ARG PNPM_VERSION=9.15.1

# 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 @@ -159,7 +159,7 @@
},
"engines": {
"node": "22.12.0",
"pnpm": "9.15.0"
"pnpm": "9.15.1"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 4827680

Please sign in to comment.