mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-16 20:42:14 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user