From 50e74d86ac8610c696eeed50c778cf8929f05cd2 Mon Sep 17 00:00:00 2001 From: Pokey Rule <755842+pokey@users.noreply.github.com> Date: Sat, 24 Feb 2024 11:44:55 +0000 Subject: [PATCH] bump pnpm => 8.15.3 (#2248) ## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [-] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [-] I have not broken the cheatsheet --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4575605286..bb74081913 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,6 @@ "engines": { "node": ">=18.18.2" }, - "packageManager": "pnpm@8.12.0", + "packageManager": "pnpm@8.15.3", "type": "module" }