chore(frontend-deps): bump recharts, globals, eslint-plugin-react-refresh

Closes Dependabot PRs #7 (recharts), #6 (globals) and #4
(eslint-plugin-react-refresh).

  - recharts ^3.2.0 -> ^3.8.1 (runtime chart lib used by App.jsx;
    bundle grew from 489 kB to 550 kB gzipped — within the 1 MB
    soft budget),
  - globals ^16.3.0 -> ^17.6.0 (eslint flat-config peer; no API
    surface used directly),
  - eslint-plugin-react-refresh ^0.4.20 -> ^0.5.2.

Verified locally with `npm install && npm run lint && npm run build`:
zero lint errors, build completes in 814 ms, npm audit reports no
vulnerabilities.

Two Dependabot PRs intentionally not included here:
  - #12 @eslint/js -> ^10 needs eslint -> ^10 first (peer dep),
  - #9 @vitejs/plugin-react -> ^6 needs vite -> ^8 first (peer dep).
Both will be revisited once Dependabot opens the matching core
bumps.
This commit is contained in:
authentik Default Admin 2026-05-17 18:30:43 +00:00
parent ed6dea4307
commit d7fab0fd89
2 changed files with 861 additions and 510 deletions

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1",
"recharts": "^3.2.0"
"recharts": "^3.8.1"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
@ -21,8 +21,8 @@
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"vite": "^7.1.2"
}
}