From 06fd8224d31c2ba164d1954992d6f9d6691ec2d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:54:27 +0000 Subject: [PATCH] Bump @typescript-eslint/eslint-plugin in /services/gateway-api Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.62.0 to 8.63.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.61.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/gateway-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gateway-api/package.json b/services/gateway-api/package.json index 4856b53..03caef1 100644 --- a/services/gateway-api/package.json +++ b/services/gateway-api/package.json @@ -36,7 +36,7 @@ "eslint": "^10.5.0", "@eslint/js": "^10.0.1", "globals": "^17.6.0", - "@typescript-eslint/eslint-plugin": "^8.61.1", + "@typescript-eslint/eslint-plugin": "^8.63.0", "@typescript-eslint/parser": "^8.61.1", "prettier": "^3.2.4" }