From 4308786c9b0974406a0f7ff839c4ff7d05130d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 18:58:16 +0000 Subject: [PATCH] Bump pnpm in /dev-environment/shared-projects-workspace Bumps [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) from 10.15.0 to 10.27.0. - [Release notes](https://github.com/pnpm/pnpm/releases) - [Changelog](https://github.com/pnpm/pnpm/blob/v10.27.0/pnpm/CHANGELOG.md) - [Commits](https://github.com/pnpm/pnpm/commits/v10.27.0/pnpm) --- updated-dependencies: - dependency-name: pnpm dependency-version: 10.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../shared-projects-workspace/package-lock.json | 9 +++++---- dev-environment/shared-projects-workspace/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-environment/shared-projects-workspace/package-lock.json b/dev-environment/shared-projects-workspace/package-lock.json index f10ed00..fa29a20 100644 --- a/dev-environment/shared-projects-workspace/package-lock.json +++ b/dev-environment/shared-projects-workspace/package-lock.json @@ -10,7 +10,7 @@ "next": "^15.3.1", "nextjs": "^0.0.3", "npx": "^3.0.0", - "pnpm": "^10.8.1" + "pnpm": "^10.27.0" } }, "node_modules/@emnapi/runtime": { @@ -2980,9 +2980,10 @@ } }, "node_modules/pnpm": { - "version": "10.15.0", - "resolved": "https://registry.npmjs.org/pnpm/-/pnpm-10.15.0.tgz", - "integrity": "sha512-SG68JZ0+mZpOhpHOA7XKxKccvso5Nyqbdiy1AM/fCHPiyxar49lRse4s8BJQPwJ7mLZYTk3yJSTgx0UNnseqew==", + "version": "10.27.0", + "resolved": "https://registry.npmjs.org/pnpm/-/pnpm-10.27.0.tgz", + "integrity": "sha512-ctaZ2haxF5wUup5k3HHJpAmIy9xlwmTLDkidt96RfyDc9NZNhyNiXylpulLUt+KhFwaC2awqXcrqq3MrfhbwSg==", + "license": "MIT", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/dev-environment/shared-projects-workspace/package.json b/dev-environment/shared-projects-workspace/package.json index 25cb2c0..26f2297 100644 --- a/dev-environment/shared-projects-workspace/package.json +++ b/dev-environment/shared-projects-workspace/package.json @@ -5,6 +5,6 @@ "next": "^15.3.1", "nextjs": "^0.0.3", "npx": "^3.0.0", - "pnpm": "^10.8.1" + "pnpm": "^10.27.0" } }