From 37ce1a187ffda75ba7cadd5b5a38a107c321293e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:05:24 +0000 Subject: [PATCH] Update @cloudflare/workers-types requirement in /packages/main --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20251011.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/package.json b/packages/main/package.json index 1dfc211e..08ca3131 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -31,7 +31,7 @@ "url": "https://github.com/codebam/cf-workers-telegram-bot.git" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20250628.0", + "@cloudflare/workers-types": "^4.20251011.0", "@eslint/js": "^9.30.0", "@typescript-eslint/eslint-plugin": "^8.35.0", "@typescript-eslint/parser": "^8.35.0",