From d0fce195a0d613757e6b01a6e1f043640385cf55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 02:34:20 +0000 Subject: [PATCH] build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.23.0 to 8.24.0 in /01-getting-started (#3001) 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.23.0 to 8.24.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.24.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 79e272b3..d2fd438a 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.1", - "@typescript-eslint/eslint-plugin": "8.23.0", + "@typescript-eslint/eslint-plugin": "8.24.0", "@typescript-eslint/parser": "8.24.0", "eslint": "9.20.0", "eslint-config-prettier": "10.0.1",