From bd67f5b1d0ff74147c092fc659e1ef980aa8fd28 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 8 Jan 2024 00:54:30 +0100 Subject: [PATCH] build: pin grammy/types version again (#520) This bug was accidentally introduced in 081a10d58236c8b82ecfa8cc9b4fd68a66f3d404 Co-authored-by: KnorpelSenf --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ae7d324..cfb78ac1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "backport": "deno2node tsconfig.json" }, "dependencies": { - "@grammyjs/types": "^3.4.6", + "@grammyjs/types": "3.4.6", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0"