chore(deps): update dependency eslint to v10.2.1

This commit is contained in:
Łukasz Mierzwa
2026-04-19 12:06:03 +00:00
committed by Łukasz Mierzwa
parent 3628da5540
commit c01fec9450
2 changed files with 9 additions and 9 deletions

16
ui/package-lock.json generated
View File

@@ -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",

View File

@@ -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",