Skip to content

Commit 4b49482

Browse files
committed
fix: frontend deps
Signed-off-by: Rafael Silva (rafaelsi) <rafaelsi@cisco.com>
1 parent 2a59f6f commit 4b49482

2 files changed

Lines changed: 395 additions & 644 deletions

File tree

frontend/package.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"@tailwindcss/vite": "^4.0.14",
3131
"@tanstack/react-query": "^5.81.2",
3232
"@tanstack/react-query-devtools": "^5.81.2",
33-
"axios": "^1.10.0",
33+
"axios": "^1.16.0",
3434
"class-variance-authority": "^0.7.1",
3535
"clsx": "^2.1.1",
3636
"idb-keyval": "^6.2.2",
3737
"lucide-react": "^0.522.0",
38-
"qs": "^6.14.0",
38+
"qs": "^6.15.1",
3939
"react": "^18.2.0",
4040
"react-dom": "^18.2.0",
4141
"react-qr-code": "^2.0.18",
@@ -92,7 +92,7 @@
9292
"jsdom": "^26.1.0",
9393
"jwt-decode": "^4.0.0",
9494
"katex": "^0.16.22",
95-
"lodash": "^4.17.21",
95+
"lodash": "^4.18.1",
9696
"material-react-table": "^3.2.1",
9797
"msw": "^2.10.5",
9898
"oidc-client-ts": "^3.3.0",
@@ -102,7 +102,7 @@
102102
"react-hook-form": "^7.54.2",
103103
"react-markdown": "^9.0.3",
104104
"react-oidc-context": "^3.3.0",
105-
"react-router-dom": "^7.3.0",
105+
"react-router-dom": "^7.15.0",
106106
"react-test-renderer": "^19.1.1",
107107
"rehype-katex": "^7.0.1",
108108
"rehype-raw": "^7.0.0",
@@ -114,7 +114,7 @@
114114
"typescript": "~5.7.2",
115115
"typescript-eslint": "^8.24.1",
116116
"user-agent-data-types": "^0.4.2",
117-
"vite": "^6.2.0",
117+
"vite": "^6.4.2",
118118
"vite-plugin-svgr": "^4.3.0",
119119
"vitest": "^3.2.4",
120120
"workbox-cacheable-response": "^7.3.0",
@@ -126,6 +126,20 @@
126126
"workbox-window": "^7.3.0",
127127
"zod": "^3.24.2"
128128
},
129+
"resolutions": {
130+
"rollup": "^4.60.3",
131+
"minimatch": "^10.2.5",
132+
"flatted": "^3.4.2",
133+
"picomatch": "^4.0.4",
134+
"fast-uri": "^3.1.2",
135+
"serialize-javascript": "^7.0.5",
136+
"defu": "^6.1.7",
137+
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
138+
"tar": "^7.5.15",
139+
"glob": "^11.0.2",
140+
"mdast-util-to-hast": "^13.2.1",
141+
"svgo": "^4.0.1"
142+
},
129143
"engines": {
130144
"node": ">=20"
131145
},

0 commit comments

Comments
 (0)