Skip to content

Commit c64c546

Browse files
authored
chore: upgrade deps to solve vulnerability alerts (#3154)
* chore: upgrade deps to solve vulnerability alerts * chore: update brace-expansion
1 parent d1f63e5 commit c64c546

File tree

2 files changed

+488
-300
lines changed

2 files changed

+488
-300
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@tanstack/react-query": "^5.74.4",
2525
"@tanstack/react-router": "^1.116.0",
2626
"antd": "^5.24.8",
27-
"axios": "^1.8.4",
27+
"axios": "^1.11.0",
2828
"clsx": "^2.1.1",
2929
"dayjs": "^1.11.13",
3030
"dotenv": "^16.5.0",
@@ -50,7 +50,7 @@
5050
"zod-empty": "^1.4.4"
5151
},
5252
"devDependencies": {
53-
"@eslint/js": "^9.22.0",
53+
"@eslint/js": "^9.32.0",
5454
"@estruyf/github-actions-reporter": "^1.10.0",
5555
"@hookform/devtools": "^4.4.0",
5656
"@iconify-json/material-symbols": "^1.2.20",
@@ -66,15 +66,15 @@
6666
"@types/react": "^19.1.3",
6767
"@types/react-dom": "^19.0.4",
6868
"@vitejs/plugin-react-swc": "^3.9.0",
69-
"eslint": "^9.22.0",
70-
"eslint-import-resolver-typescript": "^4.3.4",
71-
"eslint-plugin-headers": "^1.2.1",
72-
"eslint-plugin-i18next": "^6.1.1",
73-
"eslint-plugin-import": "^2.31.0",
74-
"eslint-plugin-playwright": "^2.2.0",
69+
"eslint": "^9.32.0",
70+
"eslint-import-resolver-typescript": "^4.4.4",
71+
"eslint-plugin-headers": "^1.3.3",
72+
"eslint-plugin-i18next": "^6.1.3",
73+
"eslint-plugin-import": "^2.32.0",
74+
"eslint-plugin-playwright": "^2.2.1",
7575
"eslint-plugin-react": "^7.37.5",
7676
"eslint-plugin-react-hooks": "^5.2.0",
77-
"eslint-plugin-react-refresh": "^0.4.19",
77+
"eslint-plugin-react-refresh": "^0.4.20",
7878
"eslint-plugin-simple-import-sort": "^12.1.1",
7979
"eslint-plugin-unused-imports": "^4.1.4",
8080
"globals": "^16.0.0",
@@ -85,7 +85,7 @@
8585
"postcss-simple-vars": "^7.0.1",
8686
"selfsigned": "^2.4.1",
8787
"typescript": "~5.8.3",
88-
"typescript-eslint": "^8.32.0",
88+
"typescript-eslint": "^8.38.0",
8989
"unplugin-icons": "^22.1.0",
9090
"unplugin-info": "^1.2.2",
9191
"vite": "^6.3.5",

0 commit comments

Comments
 (0)