From 70cac51878cca685ead9d6813c43d24036f7198a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:25:42 +0100 Subject: [PATCH] chore(deps): update pnpm to v8.11.0 (#2255) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 580856342f..f3e4551240 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "license": "Apache-2.0", "repository": "https://github.com/interledger/rafiki", "engines": { - "pnpm": "^8.10.5", + "pnpm": "^8.11.0", "node": "18" }, - "packageManager": "pnpm@8.10.5", + "packageManager": "pnpm@8.11.0", "scripts": { "preinstall": "npx only-allow pnpm", "lint": "eslint --max-warnings=0 --fix .",