diff --git a/ui/package-lock.json b/ui/package-lock.json index 746cf21e3..2c450c61a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -61,7 +61,7 @@ "@types/react-dom": "19.2.3", "@vitejs/plugin-legacy": "8.0.1", "@vitejs/plugin-react": "6.0.1", - "eslint": "10.2.0", + "eslint": "10.2.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-jest": "29.15.2", "eslint-plugin-react-compiler": "19.1.0-rc.2", @@ -6908,18 +6908,18 @@ } }, "node_modules/eslint": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.0.tgz", - "integrity": "sha512-+L0vBFYGIpSNIt/KWTpFonPrqYvgKw1eUI5Vn7mEogrQcWtWYtNQ7dNqC+px/J0idT3BAkiWrhfS7k+Tum8TUA==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.1.tgz", + "integrity": "sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", - "@eslint/config-array": "^0.23.4", - "@eslint/config-helpers": "^0.5.4", - "@eslint/core": "^1.2.0", - "@eslint/plugin-kit": "^0.7.0", + "@eslint/config-array": "^0.23.5", + "@eslint/config-helpers": "^0.5.5", + "@eslint/core": "^1.2.1", + "@eslint/plugin-kit": "^0.7.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", diff --git a/ui/package.json b/ui/package.json index d11cd3268..5e23afaa6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "19.2.3", "@vitejs/plugin-legacy": "8.0.1", "@vitejs/plugin-react": "6.0.1", - "eslint": "10.2.0", + "eslint": "10.2.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-jest": "29.15.2", "eslint-plugin-react-compiler": "19.1.0-rc.2",