Skip to content

Commit 372bb04

Browse files
committed
chore(idp): Bump dependencies
The axios bump addresses CVE-2025-7783
1 parent b7eb6f7 commit 372bb04

2 files changed

Lines changed: 1291 additions & 1197 deletions

File tree

services/idp/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,25 +71,25 @@
7171
]
7272
},
7373
"dependencies": {
74-
"@fontsource/roboto": "^5.2.5",
74+
"@fontsource/roboto": "^5.2.9",
7575
"@material-ui/core": "^4.12.4",
7676
"@material-ui/icons": "^4.11.3",
77-
"@testing-library/jest-dom": "^6.6.3",
77+
"@testing-library/jest-dom": "^6.9.1",
7878
"@testing-library/react": "^12.1.5",
7979
"@testing-library/user-event": "^14.6.1",
80-
"@types/jest": "^29.5.14",
80+
"@types/jest": "^30.0.0",
8181
"@types/node": "^22.15.30",
8282
"@types/react": "^17.0.80",
8383
"@types/react-dom": "^17.0.25",
84-
"@types/react-redux": "^7.1.33",
84+
"@types/react-redux": "^7.1.34",
8585
"@types/redux-logger": "^3.0.13",
86-
"axios": "^1.8.2",
86+
"axios": "^1.13.5",
8787
"classnames": "^2.5.1",
88-
"i18next": "^25.2.1",
89-
"i18next-browser-languagedetector": "^8.1.0",
88+
"i18next": "^25.8.11",
89+
"i18next-browser-languagedetector": "^8.2.1",
9090
"i18next-http-backend": "^3.0.2",
9191
"i18next-resources-to-backend": "^1.2.1",
92-
"query-string": "^9.2.0",
92+
"query-string": "^9.3.1",
9393
"react": "^17.0.2",
9494
"react-app-polyfill": "^3.0.0",
9595
"react-dom": "^17.0.2",
@@ -101,7 +101,7 @@
101101
"redux-logger": "^3.0.6",
102102
"redux-thunk": "^2.4.2",
103103
"render-if": "^0.1.1",
104-
"web-vitals": "^5.0.2"
104+
"web-vitals": "^5.1.0"
105105
},
106106
"devDependencies": {
107107
"@babel/core": "7.26.10",
@@ -113,27 +113,27 @@
113113
"babel-preset-react-app": "^10.1.0",
114114
"case-sensitive-paths-webpack-plugin": "2.4.0",
115115
"cldr": "^7.9.0",
116-
"css-loader": "7.1.2",
117-
"css-minimizer-webpack-plugin": "^7.0.2",
116+
"css-loader": "^7.1.4",
117+
"css-minimizer-webpack-plugin": "^7.0.4",
118118
"dotenv": "16.4.7",
119-
"dotenv-expand": "12.0.2",
119+
"dotenv-expand": "^12.0.3",
120120
"eslint": "^7.32.0",
121121
"eslint-config-react-app": "^6.0.0",
122122
"eslint-loader": "^4.0.2",
123123
"eslint-plugin-flowtype": "^5.10.0",
124-
"eslint-plugin-i18next": "^6.1.1",
125-
"eslint-plugin-import": "^2.31.0",
124+
"eslint-plugin-i18next": "^6.1.3",
125+
"eslint-plugin-import": "^2.32.0",
126126
"eslint-plugin-jest": "^24.7.0",
127127
"eslint-plugin-jsx-a11y": "^6.10.2",
128128
"eslint-plugin-react": "^7.37.5",
129129
"eslint-plugin-react-hooks": "^4.6.2",
130130
"eslint-plugin-testing-library": "^3.10.2",
131131
"eslint-webpack-plugin": "^3.2.0",
132132
"file-loader": "6.2.0",
133-
"html-webpack-plugin": "5.6.3",
133+
"html-webpack-plugin": "^5.6.6",
134134
"i18next-conv": "^15.1.1",
135135
"i18next-parser": "^9.3.0",
136-
"jest": "30.0.0",
136+
"jest": "30.2.0",
137137
"license-checker-rseidelsohn": "4.4.2",
138138
"mini-css-extract-plugin": "2.9.2",
139139
"pnp-webpack-plugin": "1.7.0",
@@ -143,15 +143,15 @@
143143
"postcss-preset-env": "10.1.3",
144144
"postcss-safe-parser": "7.0.1",
145145
"react-dev-utils": "^12.0.1",
146-
"resolve": "1.22.8",
146+
"resolve": "^1.22.11",
147147
"resolve-url-loader": "^5.0.0",
148-
"sass-loader": "^16.0.5",
148+
"sass-loader": "^16.0.7",
149149
"source-map-explorer": "^2.5.3",
150150
"typescript": "^5.8.3",
151151
"url-loader": "4.1.1",
152-
"webpack": "5.99.6",
152+
"webpack": "5.105.2",
153153
"webpack-manifest-plugin": "5.0.0",
154-
"workbox-webpack-plugin": "7.1.0"
154+
"workbox-webpack-plugin": "7.4.0"
155155
},
156156
"packageManager": "pnpm@9.15.4"
157157
}

0 commit comments

Comments
 (0)