From 5730d8424e888a91e0447623e53f9c186db0c5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 02:56:33 +0000 Subject: [PATCH] build(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.22.0 to 8.23.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.23.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 01-getting-started/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-getting-started/package.json b/01-getting-started/package.json index 4f98d2cb..64d0379b 100644 --- a/01-getting-started/package.json +++ b/01-getting-started/package.json @@ -25,7 +25,7 @@ "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.10.0", "@types/node": "22.13.0", - "@typescript-eslint/eslint-plugin": "8.22.0", + "@typescript-eslint/eslint-plugin": "8.23.0", "@typescript-eslint/parser": "8.22.0", "eslint": "9.19.0", "eslint-config-prettier": "10.0.1",