diff --git a/.config/mise/config.toml b/.config/mise/config.toml index de723f69..881d2efc 100644 --- a/.config/mise/config.toml +++ b/.config/mise/config.toml @@ -14,7 +14,7 @@ node = "24.14.0" # Provides npm and npx bun = "1.3.9" # Provides bunx - used for TypeScript task execution deno = "2.6.5" # Provides deno run npm: yarn = "4.12.0" # Provides yarn dlx (Yarn Berry) -pnpm = "10.30.2" # Provides pnpm dlx +pnpm = "10.32.1" # Provides pnpm dlx # Development tools golangci-lint = "2.8.0" # Go linter aggregator