Skip to content

Commit 1450498

Browse files
Update dependency pnpm to v7.29.2 (#6193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df62244 commit 1450498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 7.29.1
19+
PNPM_VERSION: 7.29.2
2020
# renovate: datasource=github-releases depName=rust lookupName=rust-lang/rust
2121
RUST_VERSION: 1.68.0
2222

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG NODE_VERSION=18.15.0
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=7.29.1
7+
ARG PNPM_VERSION=7.29.2
88

99
# Install `pnpm`
1010
RUN npm install --global pnpm@$PNPM_VERSION

0 commit comments

Comments
 (0)