From 710f717858afd65f5eb7e3c7fd2b01c1f5e72436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:13:25 +0000 Subject: [PATCH] Bump eslint from 8.57.1 to 9.31.0 in /quickstarts/service-bus/ts Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.31.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.1...v9.31.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.31.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- quickstarts/service-bus/ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstarts/service-bus/ts/package.json b/quickstarts/service-bus/ts/package.json index d042a526..fc510f95 100644 --- a/quickstarts/service-bus/ts/package.json +++ b/quickstarts/service-bus/ts/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^5.62.0", "ts-node": "^10.9.2", "typescript": "^5.4.3", - "eslint": "^8.57.0", + "eslint": "^9.31.0", "prettier": "^3.3.3", "prettier-eslint": "^16.3.0" },