Skip to content

Commit be07fe0

Browse files
committed
1 parent 97ded84 commit be07fe0

File tree

3 files changed

+2402
-3417
lines changed

3 files changed

+2402
-3417
lines changed

services/idp/package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"analyze": "source-map-explorer 'build/static/js/*.js'",
99
"build": "node --openssl-legacy-provider scripts/build.js && rm -f build/service-worker.js",
1010
"licenses": "NODE_PATH=./node_modules node ../scripts/js-license-ranger.js",
11-
"licenses:check": "license-checker-rseidelsohn --summary --relativeLicensePath --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;Public Domain;Unicode-TOU;Unlicense;WTFPL;ODC-By-1.0;BlueOak-1.0.0' --excludePackages 'identifier;kpop;unicoderegexp' --clarificationsFile license-checker-clarifications.json",
11+
"licenses:check": "license-checker-rseidelsohn --summary --relativeLicensePath --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;OFL-1.1;Public Domain;Unicode-TOU;Unlicense;WTFPL;ODC-By-1.0;BlueOak-1.0.0' --excludePackages 'identifier;kpop;unicoderegexp' --clarificationsFile license-checker-clarifications.json",
1212
"licenses:csv": "license-checker-rseidelsohn --relativeLicensePath --csv --out ../../third-party-licenses/node/idp/third-party-licenses.csv",
1313
"licenses:save": "license-checker-rseidelsohn --relativeLicensePath --out /dev/null --files ../../third-party-licenses/node/idp/third-party-licenses",
1414
"lint": "eslint ./**/*.{tsx,ts,jsx,js}",
@@ -71,31 +71,31 @@
7171
]
7272
},
7373
"dependencies": {
74-
"@fontsource/roboto": "^5.1.0",
75-
"@mui/icons-material": "^5.17.1",
76-
"@mui/material": "^5.17.1",
77-
"@testing-library/jest-dom": "^6.4.8",
74+
"@fontsource/roboto": "^5.2.6",
75+
"@mui/icons-material": "^5.18.0",
76+
"@mui/material": "^5.18.0",
77+
"@testing-library/jest-dom": "^6.6.4",
7878
"@testing-library/react": "^12.1.5",
79-
"@testing-library/user-event": "^14.5.2",
80-
"@types/jest": "^29.5.12",
81-
"@types/node": "^20.14.11",
82-
"@types/react": "^17.0.80",
83-
"@types/react-dom": "^17.0.25",
84-
"@types/react-redux": "^7.1.33",
79+
"@testing-library/user-event": "^14.6.1",
80+
"@types/jest": "^29.5.14",
81+
"@types/node": "^20.19.9",
82+
"@types/react": "^17.0.87",
83+
"@types/react-dom": "^17.0.26",
84+
"@types/react-redux": "^7.1.34",
8585
"@types/redux-logger": "^3.0.13",
86-
"axios": "^1.8.4",
86+
"axios": "^1.11.0",
8787
"classnames": "^2.5.1",
88-
"i18next": "^23.16.4",
89-
"i18next-browser-languagedetector": "^7.2.1",
90-
"i18next-http-backend": "^2.5.2",
88+
"i18next": "^23.16.8",
89+
"i18next-browser-languagedetector": "^7.2.2",
90+
"i18next-http-backend": "^2.7.3",
9191
"i18next-resources-to-backend": "^1.2.1",
9292
"kpop": "https://download.kopano.io/community/kapp:/kpop-2.7.2.tgz",
9393
"notistack": "^1.0.10",
94-
"query-string": "^9.1.2",
94+
"query-string": "^9.2.2",
9595
"react": "^17.0.2",
9696
"react-app-polyfill": "^2.0.0",
9797
"react-dom": "^17.0.2",
98-
"react-i18next": "^15.1.1",
98+
"react-i18next": "^15.6.1",
9999
"react-intl": "^5.25.1",
100100
"react-redux": "^8.1.3",
101101
"react-router": "^5.3.4",
@@ -107,37 +107,37 @@
107107
"web-vitals": "^3.5.2"
108108
},
109109
"devDependencies": {
110-
"@babel/core": "^7.26.10",
111-
"@babel/eslint-parser": "^7.27.0",
112-
"@babel/plugin-transform-class-properties": "^7.25.9",
113-
"@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
114-
"@babel/plugin-transform-numeric-separator": "^7.25.9",
115-
"@babel/plugin-transform-optional-chaining": "^7.25.9",
116-
"@babel/plugin-transform-private-methods": "^7.25.9",
117-
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
118-
"@babel/preset-env": "^7.27.2",
110+
"@babel/core": "^7.28.0",
111+
"@babel/eslint-parser": "^7.28.0",
112+
"@babel/plugin-transform-class-properties": "^7.27.1",
113+
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
114+
"@babel/plugin-transform-numeric-separator": "^7.27.1",
115+
"@babel/plugin-transform-optional-chaining": "^7.27.1",
116+
"@babel/plugin-transform-private-methods": "^7.27.1",
117+
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
118+
"@babel/preset-env": "^7.28.0",
119119
"@babel/preset-react": "^7.27.1",
120-
"@babel/preset-typescript": "^7.27.0",
121-
"@babel/runtime": "^7.26.10",
122-
"@babel/runtime-corejs3": "^7.27.0",
120+
"@babel/preset-typescript": "^7.27.1",
121+
"@babel/runtime": "^7.28.2",
122+
"@babel/runtime-corejs3": "^7.28.2",
123123
"@typescript-eslint/eslint-plugin": "^6.21.0",
124124
"@typescript-eslint/parser": "^6.21.0",
125125
"babel-loader": "9.2.1",
126126
"babel-plugin-named-asset-import": "^0.3.8",
127-
"babel-preset-react-app": "^10.0.1",
127+
"babel-preset-react-app": "^10.1.0",
128128
"case-sensitive-paths-webpack-plugin": "2.4.0",
129-
"cldr": "^7.5.0",
129+
"cldr": "^7.9.0",
130130
"css-loader": "7.1.2",
131-
"css-minimizer-webpack-plugin": "^7.0.0",
131+
"css-minimizer-webpack-plugin": "^7.0.2",
132132
"dotenv": "16.4.5",
133133
"dotenv-expand": "10.0.0",
134134
"eslint": "^8.57.1",
135135
"eslint-config-react-app": "^7.0.1",
136136
"eslint-plugin-flowtype": "^8.0.3",
137-
"eslint-plugin-i18next": "^6.1.1",
138-
"eslint-plugin-import": "^2.30.0",
137+
"eslint-plugin-i18next": "^6.1.3",
138+
"eslint-plugin-import": "^2.32.0",
139139
"eslint-plugin-jest": "^27.9.0",
140-
"eslint-plugin-jsx-a11y": "^6.8.0",
140+
"eslint-plugin-jsx-a11y": "^6.10.2",
141141
"eslint-plugin-react": "^7.37.5",
142142
"eslint-plugin-react-hooks": "^4.6.2",
143143
"eslint-plugin-testing-library": "^5.11.1",
@@ -158,7 +158,7 @@
158158
"react-dev-utils": "^12.0.1",
159159
"resolve": "1.22.8",
160160
"resolve-url-loader": "^5.0.0",
161-
"sass-loader": "^16.0.1",
161+
"sass-loader": "^16.0.5",
162162
"source-map-explorer": "^2.5.3",
163163
"typescript": "^4.9.5",
164164
"url-loader": "4.1.1",

0 commit comments

Comments
 (0)