From 2db3e269f96acd4f34482f16f9dfacbb08f3ac45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 05:34:23 +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 6.21.0 to 8.51.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.51.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.51.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Labs/Potemkin/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/Potemkin/app/package.json b/Labs/Potemkin/app/package.json index 6feb95d0..d989c100 100644 --- a/Labs/Potemkin/app/package.json +++ b/Labs/Potemkin/app/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/react": "^18.2.43", "@types/react-dom": "^19.2.3", - "@typescript-eslint/eslint-plugin": "^6.14.0", + "@typescript-eslint/eslint-plugin": "^8.51.0", "@typescript-eslint/parser": "^6.14.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^9.39.2",