|
12 | 12 | "node": ">=22 <23", |
13 | 13 | "yarn": ">=1.22 <2" |
14 | 14 | }, |
15 | | - "// fast-xml-parser": "Remove this once aws-sdk is updated to a version that uses fast-xml-parser 5.3.6 or later", |
16 | 15 | "resolutions": { |
17 | | - "conventional-changelog-conventionalcommits": "8.0.0", |
18 | | - "@aws-sdk/xml-builder/fast-xml-parser": "^5.3.6", |
19 | | - "fast-xml-parser": "^5.3.6" |
| 16 | + "conventional-changelog-conventionalcommits": "8.0.0" |
20 | 17 | }, |
21 | 18 | "scripts": { |
22 | 19 | "postinstall": "prisma generate", |
|
231 | 228 | "git-revision-webpack-plugin": "^5.0.0", |
232 | 229 | "html-webpack-plugin": "^5.6.5", |
233 | 230 | "husky": "^9.1.7", |
234 | | - "jsdom": "22.1.0", |
| 231 | + "jsdom": "^28.1.0", |
235 | 232 | "jsonc-eslint-parser": "^2.1.0", |
236 | 233 | "next-sitemap": "^4.2.3", |
237 | 234 | "npm-run-all": "^4.1.5", |
|
257 | 254 | "vite-tsconfig-paths": "^5.1.4", |
258 | 255 | "vitest": "4.0.9", |
259 | 256 | "web-ext": "^8.4.0", |
260 | | - "webpack": "5.101.3", |
| 257 | + "webpack": "^5.105.2", |
261 | 258 | "webpack-merge": "^5.8.0", |
262 | 259 | "worker-loader": "^2.0.0", |
263 | 260 | "zx": "^8.8.5" |
264 | 261 | }, |
265 | 262 | "dependencies": { |
266 | 263 | "@amplitude/analytics-browser": "2.9.2", |
267 | | - "@aws-sdk/client-s3": "^3.992.0", |
| 264 | + "@aws-sdk/client-s3": "^3.994.0", |
268 | 265 | "@casl/ability": "^6.8.0", |
269 | 266 | "@casl/react": "^5.0.1", |
270 | 267 | "@emotion/react": "11.14.0", |
|
289 | 286 | "@socket.io/cluster-adapter": "^0.3.0", |
290 | 287 | "@socket.io/sticky": "^1.0.4", |
291 | 288 | "@tanstack/react-virtual": "^3.13.12", |
292 | | - "axios": "^1.13.2", |
| 289 | + "axios": "^1.13.5", |
293 | 290 | "bcryptjs": "^3.0.3", |
294 | 291 | "body-parser": "^2.2.1", |
295 | 292 | "bowser": "^2.12.1", |
|
331 | 328 | "jszip": "^3.10.1", |
332 | 329 | "jwt-decode": "^4.0.0", |
333 | 330 | "localforage": "^1.10.0", |
334 | | - "lodash": "^4.17.21", |
| 331 | + "lodash": "^4.17.23", |
335 | 332 | "lru-cache": "^11.2.2", |
336 | 333 | "mailgun.js": "^12.1.1", |
337 | 334 | "maxmind": "^4.3.23", |
|
368 | 365 | "socket.io-client": "^4.8.3", |
369 | 366 | "split.js": "^1.6.5", |
370 | 367 | "stripe": "^17.7.0", |
371 | | - "tar": "^7.5.7", |
| 368 | + "tar": "^7.5.9", |
372 | 369 | "tiny-request-router": "^1.2.2", |
373 | 370 | "tslib": "^2.3.0", |
374 | 371 | "unzipper": "^0.12.3", |
|
0 commit comments