From 9bff6f6885185a2fe67fa4cb5b2cfbf97697c884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:49:52 +0000 Subject: [PATCH] Update @cloudflare/workers-types requirement in /packages/main Updates the requirements on [@cloudflare/workers-types](https://github.com/cloudflare/workerd) to permit the latest version. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" 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 a040a6c..d735712 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -29,7 +29,7 @@ "url": "https://github.com/codebam/cf-workers-telegram-bot.git" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20230814.0", + "@cloudflare/workers-types": "^4.20231010.0", "@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.47.0",