From 242928d5f1dd38f5bd5417ced94e66f714d4f7f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:08:09 +0000 Subject: [PATCH] Update @typescript-eslint/parser requirement in /packages/worker Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/worker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/worker/package.json b/packages/worker/package.json index 9faba3f7..7699d287 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -19,7 +19,7 @@ "@cloudflare/workers-types": "^4.20240919.0", "@eslint/js": "^9.11.0", "@typescript-eslint/eslint-plugin": "^8.5.0", - "@typescript-eslint/parser": "^8.3.0", + "@typescript-eslint/parser": "^8.7.0", "esbuild": "^0.23.1", "esbuild-plugin-babel": "^0.2.3", "esbuild-plugin-glob": "^2.2.3",