From bcb5145eaaa26559e7efafd14e382c7a05c05fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:45:56 +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.19.1/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 f65e85f4..5eb6fc77 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -19,7 +19,7 @@ "@cloudflare/workers-types": "^4.20241230.0", "@eslint/js": "^9.17.0", "@typescript-eslint/eslint-plugin": "^8.19.0", - "@typescript-eslint/parser": "^8.19.0", + "@typescript-eslint/parser": "^8.19.1", "esbuild": "^0.24.2", "esbuild-plugin-babel": "^0.2.3", "esbuild-plugin-glob": "^2.2.3",