fix: scm-ui/ui-plugins/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286
This commit is contained in:
snyk-bot
2026-01-12 10:44:36 +00:00
parent 2a4089de3d
commit ffbc45c1a6

View File

@@ -13,8 +13,8 @@
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router": "^5.3.1",
"react-router-dom": "^5.3.1",
"react-router": "^6.30.2",
"react-router-dom": "^6.30.2",
"react-i18next": "11",
"styled-components": "^5.3.5",
"@scm-manager/ui-api": "3.11.3-SNAPSHOT",