From 296cba79ddbf15e2fd8510a4ba1ef0079ef77ee1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 10 Jul 2023 10:46:05 +0200 Subject: [PATCH 1/1] build: bump volta pnpm version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- benchmarks/versus-external-pools/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index adcb291f..097151ca 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -11,7 +11,7 @@ }, "volta": { "node": "18.16.1", - "pnpm": "8.6.6" + "pnpm": "8.6.7" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/package.json b/package.json index 037031d8..3991954a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "volta": { "node": "20.4.0", - "pnpm": "8.6.6" + "pnpm": "8.6.7" }, "repository": { "type": "git", -- 2.34.1