|
30 | 30 | "@tailwindcss/vite": "^4.0.14", |
31 | 31 | "@tanstack/react-query": "^5.81.2", |
32 | 32 | "@tanstack/react-query-devtools": "^5.81.2", |
33 | | - "axios": "^1.10.0", |
| 33 | + "axios": "^1.16.0", |
34 | 34 | "class-variance-authority": "^0.7.1", |
35 | 35 | "clsx": "^2.1.1", |
36 | 36 | "idb-keyval": "^6.2.2", |
37 | 37 | "lucide-react": "^0.522.0", |
38 | | - "qs": "^6.14.0", |
| 38 | + "qs": "^6.15.1", |
39 | 39 | "react": "^18.2.0", |
40 | 40 | "react-dom": "^18.2.0", |
41 | 41 | "react-qr-code": "^2.0.18", |
|
92 | 92 | "jsdom": "^26.1.0", |
93 | 93 | "jwt-decode": "^4.0.0", |
94 | 94 | "katex": "^0.16.22", |
95 | | - "lodash": "^4.17.21", |
| 95 | + "lodash": "^4.18.1", |
96 | 96 | "material-react-table": "^3.2.1", |
97 | 97 | "msw": "^2.10.5", |
98 | 98 | "oidc-client-ts": "^3.3.0", |
|
102 | 102 | "react-hook-form": "^7.54.2", |
103 | 103 | "react-markdown": "^9.0.3", |
104 | 104 | "react-oidc-context": "^3.3.0", |
105 | | - "react-router-dom": "^7.3.0", |
| 105 | + "react-router-dom": "^7.15.0", |
106 | 106 | "react-test-renderer": "^19.1.1", |
107 | 107 | "rehype-katex": "^7.0.1", |
108 | 108 | "rehype-raw": "^7.0.0", |
|
114 | 114 | "typescript": "~5.7.2", |
115 | 115 | "typescript-eslint": "^8.24.1", |
116 | 116 | "user-agent-data-types": "^0.4.2", |
117 | | - "vite": "^6.2.0", |
| 117 | + "vite": "^6.4.2", |
118 | 118 | "vite-plugin-svgr": "^4.3.0", |
119 | 119 | "vitest": "^3.2.4", |
120 | 120 | "workbox-cacheable-response": "^7.3.0", |
|
126 | 126 | "workbox-window": "^7.3.0", |
127 | 127 | "zod": "^3.24.2" |
128 | 128 | }, |
| 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 | + }, |
129 | 143 | "engines": { |
130 | 144 | "node": ">=20" |
131 | 145 | }, |
|
0 commit comments