Dedupe & update idp service JS dependencies

This commit is contained in:
Pascal Wengerter
2026-03-19 22:03:17 +01:00
committed by Ralf Haferkamp
parent 74f5e4f8dd
commit a32f2c3ac7
3 changed files with 2416 additions and 2879 deletions

View File

@@ -1,5 +1,5 @@
{
"i18next-conv@15.1.1": {
"i18next-conv@15.1.2": {
"licenses": "MIT",
"licenseFile": "LICENSE.md",
"licenseStart": "# MIT License",

View File

@@ -71,21 +71,21 @@
]
},
"dependencies": {
"@fontsource/roboto": "^5.2.9",
"@fontsource/roboto": "^5.2.10",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^22.15.30",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"@types/node": "^22.19.15",
"@types/react": "^17.0.91",
"@types/react-dom": "^17.0.26",
"@types/react-redux": "^7.1.34",
"@types/redux-logger": "^3.0.13",
"axios": "^1.13.5",
"axios": "^1.13.6",
"classnames": "^2.5.1",
"i18next": "^25.8.11",
"i18next": "^25.8.19",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"i18next-resources-to-backend": "^1.2.1",
@@ -93,7 +93,7 @@
"react": "^17.0.2",
"react-app-polyfill": "^3.0.0",
"react-dom": "^17.0.2",
"react-i18next": "^15.5.1",
"react-i18next": "^15.7.4",
"react-redux": "^8.1.3",
"react-router": "^5.3.4",
"react-router-dom": "5.2.1",
@@ -131,8 +131,8 @@
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "^5.6.6",
"i18next-conv": "^15.1.1",
"i18next-parser": "^9.3.0",
"i18next-conv": "^15.1.2",
"i18next-parser": "^9.4.0",
"jest": "30.2.0",
"license-checker-rseidelsohn": "4.4.2",
"mini-css-extract-plugin": "2.9.2",
@@ -147,11 +147,16 @@
"resolve-url-loader": "^5.0.0",
"sass-loader": "^16.0.7",
"source-map-explorer": "^2.5.3",
"typescript": "^5.8.3",
"typescript": "^5.9.3",
"url-loader": "4.1.1",
"webpack": "5.105.2",
"webpack-manifest-plugin": "5.0.0",
"workbox-webpack-plugin": "7.4.0"
},
"pnpm": {
"overrides": {
"serialize-javascript@<7.0.3": ">=7.0.3"
}
},
"packageManager": "pnpm@9.15.4"
}

View File

File diff suppressed because it is too large Load Diff