From e34f7e317c4750d243480817c5bf92f09ec2bbab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 21:02:37 +0000 Subject: [PATCH] chore(deps-dev): bump eslint Bumps the npm_and_yarn group with 1 update in the / directory: [eslint](https://github.com/eslint/eslint). Updates `eslint` from 7.32.0 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v9.39.2) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 615396c..c042267 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "babel-jest": "^26.3.0", "babel-plugin-istanbul": "^6.0.0", "cross-env": "^7.0.2", - "eslint": "^7.9.0", + "eslint": "^9.39.2", "eslint-config-xo-react": "^0.23.0", "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-jest": "^24.0.1",