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

This commit is contained in:
Łukasz Mierzwa
2026-03-20 17:40:59 +00:00
committed by Łukasz Mierzwa
parent 7b5d9b0d3c
commit dd2030bde2
2 changed files with 7 additions and 7 deletions

12
ui/package-lock.json generated
View File

@@ -69,7 +69,7 @@
"@vitejs/plugin-legacy": "8.0.0",
"@vitejs/plugin-react": "6.0.1",
"csstype": "3.2.3",
"eslint": "10.0.3",
"eslint": "10.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jest": "29.15.0",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
@@ -5927,16 +5927,16 @@
}
},
"node_modules/eslint": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.0.3.tgz",
"integrity": "sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.1.0.tgz",
"integrity": "sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.2",
"@eslint/config-array": "^0.23.3",
"@eslint/config-helpers": "^0.5.2",
"@eslint/config-helpers": "^0.5.3",
"@eslint/core": "^1.1.1",
"@eslint/plugin-kit": "^0.6.1",
"@humanfs/node": "^0.16.6",
@@ -5949,7 +5949,7 @@
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^9.1.2",
"eslint-visitor-keys": "^5.0.1",
"espree": "^11.1.1",
"espree": "^11.2.0",
"esquery": "^1.7.0",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",

View File

@@ -65,7 +65,7 @@
"@vitejs/plugin-legacy": "8.0.0",
"@vitejs/plugin-react": "6.0.1",
"csstype": "3.2.3",
"eslint": "10.0.3",
"eslint": "10.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jest": "29.15.0",
"eslint-plugin-react-compiler": "19.1.0-rc.2",