From 342644b0a56b3317b5dea0db79c7ffbec9308d61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 20:36:05 +0000 Subject: [PATCH] Update dependency pnpm to v10.33.4 --- .github/workflows/ci.yml | 2 +- .tool-versions | 2 +- frontend.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 303bf722a4a..cb2a5458952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ env: # renovate: datasource=github-releases depName=shssoichiro/oxipng versioning=semver OXIPNG_VERSION: 10.1.1 # renovate: datasource=npm depName=pnpm - PNPM_VERSION: 10.33.2 + PNPM_VERSION: 10.33.4 # renovate: datasource=github-releases depName=typst/typst versioning=semver TYPST_VERSION: 0.14.2 # renovate: datasource=pypi depName=zizmor diff --git a/.tool-versions b/.tool-versions index a87c7f986b4..97d764ac145 100644 --- a/.tool-versions +++ b/.tool-versions @@ -2,5 +2,5 @@ # # This file specifies the versions of various tools to be used in this project. # These versions are also used by our Heroku buildpack setup. -pnpm 10.33.2 +pnpm 10.33.4 nodejs 24.15.0 diff --git a/frontend.Dockerfile b/frontend.Dockerfile index dfde66567be..a9fcfc28644 100644 --- a/frontend.Dockerfile +++ b/frontend.Dockerfile @@ -4,7 +4,7 @@ ARG NODE_VERSION=24.15.0 FROM node:${NODE_VERSION}-alpine # renovate: datasource=npm depName=pnpm -ARG PNPM_VERSION=10.33.2 +ARG PNPM_VERSION=10.33.4 # Install `pnpm` RUN npm install --global pnpm@$PNPM_VERSION