From bf9925339173e3ce3c552ea3465063b2b9ac999f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:56:58 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint from 10.2.1 to 10.3.0 (#1855) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [eslint](https://github.com/eslint/eslint) from 10.2.1 to 10.3.0.
Release notes

Sourced from eslint's releases.

v10.3.0

Features

Bug Fixes

Documentation

Chores

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4094433..15347171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "cors": "^2.8.6", "cypress": "^15.14.2", "cypress-plugin-tab": "^2.0.0", - "eslint": "^10.2.1", + "eslint": "^10.3.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", @@ -6449,9 +6449,9 @@ } }, "node_modules/eslint": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.1.tgz", - "integrity": "sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.3.0.tgz", + "integrity": "sha512-XbEXaRva5cF0ZQB8w6MluHA0kZZfV2DuCMJ3ozyEOHLwDpZX2Lmm/7Pp0xdJmI0GL1W05VH5VwIFHEm1Vcw2gw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 77578e2d..31ef68ee 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "cors": "^2.8.6", "cypress": "^15.14.2", "cypress-plugin-tab": "^2.0.0", - "eslint": "^10.2.1", + "eslint": "^10.3.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2",