chore(deps): bump dompurify and react-admin in /ui

Bumps [dompurify](https://github.com/cure53/DOMPurify) and [react-admin](https://github.com/marmelab/react-admin). These dependencies needed to be updated together.

Updates `dompurify` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.3.3...3.4.1)

Updates `react-admin` from 3.19.12 to 5.14.6
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](https://github.com/marmelab/react-admin/compare/v3.19.12...v5.14.6)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.1
  dependency-type: direct:production
- dependency-name: react-admin
  dependency-version: 5.14.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-22 19:10:17 +00:00 committed by GitHub
parent 44e63596a0
commit bfae5db05f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1013 additions and 169 deletions

1178
ui/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -27,7 +27,7 @@
"clsx": "^2.1.1",
"connected-react-router": "^6.9.3",
"deepmerge": "^4.3.1",
"dompurify": "^3.3.2",
"dompurify": "^3.4.1",
"history": "^4.10.1",
"inflection": "^3.0.2",
"jwt-decode": "^4.0.0",
@ -37,7 +37,7 @@
"ra-data-json-server": "^3.19.12",
"ra-i18n-polyglot": "^3.19.12",
"react": "^17.0.2",
"react-admin": "^3.19.12",
"react-admin": "^5.14.6",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^17.0.2",