From 63ca55de2c81429ecd8efe3a7ce5c50f72760bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:43:38 +0000 Subject: [PATCH] Bump eslint from 8.57.1 to 9.16.0 in /src-widgets Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.16.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.16.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src-widgets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-widgets/package.json b/src-widgets/package.json index 2796b27..6011ecc 100644 --- a/src-widgets/package.json +++ b/src-widgets/package.json @@ -14,7 +14,7 @@ "color": "^4.2.3", "craco-esbuild": "^0.6.1", "craco-module-federation": "^1.1.0", - "eslint": "^8.57.0", + "eslint": "^9.16.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-eqeqeq-fix": "^1.0.3", "eslint-plugin-import": "^2.29.1",