@wavemaker/react-runtime 11.14.1-rc.241 → 11.14.2-1.6423

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/actions/navigation-action.js +5 -3
  2. package/actions/notification-action.js +6 -3
  3. package/components/basic/anchor/index.js +6 -7
  4. package/components/basic/label/index.js +2 -2
  5. package/components/basic/search/index.js +7 -3
  6. package/components/chart/components/barColumnChart/index.js +2 -4
  7. package/components/chart/components/pieDonutChart/index.js +3 -1
  8. package/components/chart/hooks/useBarYAxisExtras.js +52 -0
  9. package/components/chart/hooks/useXAxisConfig.js +98 -0
  10. package/components/chart/index.js +72 -39
  11. package/components/chart/utils.js +23 -12
  12. package/components/container/index.js +6 -7
  13. package/components/container/panel/components/panel-header/index.js +3 -2
  14. package/components/container/panel/index.js +13 -9
  15. package/components/container/tabs/index.js +1 -0
  16. package/components/container/tabs/tab-pane/index.js +39 -3
  17. package/components/container/wizard/index.js +187 -57
  18. package/components/container/wizard/utils.js +1 -1
  19. package/components/container/wizard/wizard-action/index.js +9 -4
  20. package/components/container/wizard/wizard-step/index.js +21 -8
  21. package/components/data/form/base-form/index.js +51 -11
  22. package/components/data/form/form-controller/withFormController.js +7 -10
  23. package/components/data/list/components/GroupedListItems.js +5 -1
  24. package/components/data/list/components/ListItemWithTemplate.js +4 -1
  25. package/components/data/list/hooks/useListEffects.js +34 -14
  26. package/components/data/list/hooks/useListEventHandlers.js +18 -2
  27. package/components/data/list/hooks/useListState.js +15 -2
  28. package/components/data/list/index.js +1 -0
  29. package/components/data/list/utils/list-helpers.js +3 -5
  30. package/components/data/list/utils/list-widget-methods.js +1 -1
  31. package/components/data/live-filter/index.js +6 -5
  32. package/components/data/live-form/index.js +24 -14
  33. package/components/data/table/components/TableBody.js +5 -21
  34. package/components/data/table/components/TableHeader.js +5 -1
  35. package/components/data/table/index.js +21 -5
  36. package/components/data/utils/field-data-utils.js +1 -1
  37. package/components/dialogs/index.js +14 -16
  38. package/components/input/currency/index.js +11 -7
  39. package/components/input/default/checkbox/index.js +2 -3
  40. package/components/input/default/checkboxset/index.js +2 -22
  41. package/components/input/default/radioset/index.js +5 -4
  42. package/components/input/epoch/datetime/index.js +6 -2
  43. package/components/input/epoch/time/index.js +2 -1
  44. package/components/input/number/index.js +2 -2
  45. package/components/input/text/util.js +2 -0
  46. package/components/input/textarea/index.js +22 -24
  47. package/components/layout/leftnav/index.js +1 -1
  48. package/components/navbar/nav/index.js +97 -7
  49. package/components/navbar/nav-item/index.js +5 -2
  50. package/components/navigation/menu/index.js +73 -12
  51. package/components/navigation/popover/index.js +2 -0
  52. package/components/page/error-boundary/index.js +1 -0
  53. package/components/prefab/container/index.js +10 -3
  54. package/context/LocalizationProvider.js +1 -0
  55. package/context/PrefabContext.js +138 -13
  56. package/context/WidgetProvider.js +2 -2
  57. package/core/constants/events.js +12 -6
  58. package/core/constants/index.js +6 -11
  59. package/core/formatter/number-formatters.js +1 -1
  60. package/core/proxy-service.js +72 -36
  61. package/core/util/utils.js +23 -4
  62. package/higherOrder/BaseApp.js +60 -18
  63. package/higherOrder/BasePage.js +99 -77
  64. package/higherOrder/BasePrefab.js +13 -5
  65. package/higherOrder/withBaseWrapper.js +3 -3
  66. package/hooks/useDataSourceSubscription.js +1 -1
  67. package/hooks/useHttp.js +20 -13
  68. package/mui-config/theme.js +3 -0
  69. package/package-lock.json +781 -669
  70. package/package.json +3 -3
  71. package/store/index.js +5 -1
  72. package/utils/lib-error-skipper.js +196 -0
  73. package/variables/service-variable.js +17 -14
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/react-runtime",
3
- "version": "11.14.1-rc.241",
3
+ "version": "11.14.2-1.6423",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/react-runtime",
9
- "version": "11.14.1-rc.241",
9
+ "version": "11.14.2-1.6423",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@base-ui-components/react": "1.0.0-alpha.8",
@@ -26,7 +26,7 @@
26
26
  "@mui/icons-material": "6.3.1",
27
27
  "@mui/material": "6.3.1",
28
28
  "@mui/x-date-pickers": "^8.5.3",
29
- "@reduxjs/toolkit": "^2.6.1",
29
+ "@reduxjs/toolkit": "2.9.1",
30
30
  "@tanstack/react-table": "^8.21.3",
31
31
  "axios": "^1.7.9",
32
32
  "dompurify": "^3.2.3",
@@ -59,7 +59,7 @@
59
59
  "@types/react": "^19",
60
60
  "@types/react-color": "^3.0.13",
61
61
  "@types/react-dom": "^19",
62
- "@wavemaker/variables": "11.14.1-rc.241",
62
+ "@wavemaker/variables": "11.14.2-1.6423",
63
63
  "babel-plugin-module-resolver": "^5.0.2",
64
64
  "eslint": "^9",
65
65
  "eslint-config-next": "15.1.4",
@@ -70,8 +70,8 @@
70
70
  }
71
71
  },
72
72
  "node_modules/@babel/cli": {
73
- "version": "7.28.3",
74
- "integrity": "sha512-n1RU5vuCX0CsaqaXm9I0KUCNKNQMy5epmzl/xdSSm70bSqhg9GWhgeosypyQLc0bK24+Xpk1WGzZlI9pJtkZdg==",
73
+ "version": "7.28.6",
74
+ "integrity": "sha512-6EUNcuBbNkj08Oj4gAZ+BUU8yLCgKzgVX4gaTh09Ya2C8ICM4P+G30g4m3akRxSYAp3A/gnWchrNst7px4/nUQ==",
75
75
  "dev": true,
76
76
  "license": "MIT",
77
77
  "dependencies": {
@@ -99,11 +99,11 @@
99
99
  }
100
100
  },
101
101
  "node_modules/@babel/code-frame": {
102
- "version": "7.27.1",
103
- "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
102
+ "version": "7.29.0",
103
+ "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
104
104
  "license": "MIT",
105
105
  "dependencies": {
106
- "@babel/helper-validator-identifier": "^7.27.1",
106
+ "@babel/helper-validator-identifier": "^7.28.5",
107
107
  "js-tokens": "^4.0.0",
108
108
  "picocolors": "^1.1.1"
109
109
  },
@@ -112,8 +112,8 @@
112
112
  }
113
113
  },
114
114
  "node_modules/@babel/compat-data": {
115
- "version": "7.28.5",
116
- "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
115
+ "version": "7.29.0",
116
+ "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
117
117
  "dev": true,
118
118
  "license": "MIT",
119
119
  "engines": {
@@ -121,21 +121,21 @@
121
121
  }
122
122
  },
123
123
  "node_modules/@babel/core": {
124
- "version": "7.28.5",
125
- "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
124
+ "version": "7.29.0",
125
+ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
126
126
  "dev": true,
127
127
  "license": "MIT",
128
128
  "peer": true,
129
129
  "dependencies": {
130
- "@babel/code-frame": "^7.27.1",
131
- "@babel/generator": "^7.28.5",
132
- "@babel/helper-compilation-targets": "^7.27.2",
133
- "@babel/helper-module-transforms": "^7.28.3",
134
- "@babel/helpers": "^7.28.4",
135
- "@babel/parser": "^7.28.5",
136
- "@babel/template": "^7.27.2",
137
- "@babel/traverse": "^7.28.5",
138
- "@babel/types": "^7.28.5",
130
+ "@babel/code-frame": "^7.29.0",
131
+ "@babel/generator": "^7.29.0",
132
+ "@babel/helper-compilation-targets": "^7.28.6",
133
+ "@babel/helper-module-transforms": "^7.28.6",
134
+ "@babel/helpers": "^7.28.6",
135
+ "@babel/parser": "^7.29.0",
136
+ "@babel/template": "^7.28.6",
137
+ "@babel/traverse": "^7.29.0",
138
+ "@babel/types": "^7.29.0",
139
139
  "@jridgewell/remapping": "^2.3.5",
140
140
  "convert-source-map": "^2.0.0",
141
141
  "debug": "^4.1.0",
@@ -152,12 +152,12 @@
152
152
  }
153
153
  },
154
154
  "node_modules/@babel/generator": {
155
- "version": "7.28.5",
156
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
155
+ "version": "7.29.1",
156
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
157
157
  "license": "MIT",
158
158
  "dependencies": {
159
- "@babel/parser": "^7.28.5",
160
- "@babel/types": "^7.28.5",
159
+ "@babel/parser": "^7.29.0",
160
+ "@babel/types": "^7.29.0",
161
161
  "@jridgewell/gen-mapping": "^0.3.12",
162
162
  "@jridgewell/trace-mapping": "^0.3.28",
163
163
  "jsesc": "^3.0.2"
@@ -179,12 +179,12 @@
179
179
  }
180
180
  },
181
181
  "node_modules/@babel/helper-compilation-targets": {
182
- "version": "7.27.2",
183
- "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
182
+ "version": "7.28.6",
183
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
184
184
  "dev": true,
185
185
  "license": "MIT",
186
186
  "dependencies": {
187
- "@babel/compat-data": "^7.27.2",
187
+ "@babel/compat-data": "^7.28.6",
188
188
  "@babel/helper-validator-option": "^7.27.1",
189
189
  "browserslist": "^4.24.0",
190
190
  "lru-cache": "^5.1.1",
@@ -195,17 +195,17 @@
195
195
  }
196
196
  },
197
197
  "node_modules/@babel/helper-create-class-features-plugin": {
198
- "version": "7.28.5",
199
- "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
198
+ "version": "7.28.6",
199
+ "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
200
200
  "dev": true,
201
201
  "license": "MIT",
202
202
  "dependencies": {
203
203
  "@babel/helper-annotate-as-pure": "^7.27.3",
204
204
  "@babel/helper-member-expression-to-functions": "^7.28.5",
205
205
  "@babel/helper-optimise-call-expression": "^7.27.1",
206
- "@babel/helper-replace-supers": "^7.27.1",
206
+ "@babel/helper-replace-supers": "^7.28.6",
207
207
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
208
- "@babel/traverse": "^7.28.5",
208
+ "@babel/traverse": "^7.28.6",
209
209
  "semver": "^6.3.1"
210
210
  },
211
211
  "engines": {
@@ -233,16 +233,16 @@
233
233
  }
234
234
  },
235
235
  "node_modules/@babel/helper-define-polyfill-provider": {
236
- "version": "0.6.5",
237
- "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
236
+ "version": "0.6.6",
237
+ "integrity": "sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==",
238
238
  "dev": true,
239
239
  "license": "MIT",
240
240
  "dependencies": {
241
- "@babel/helper-compilation-targets": "^7.27.2",
242
- "@babel/helper-plugin-utils": "^7.27.1",
243
- "debug": "^4.4.1",
241
+ "@babel/helper-compilation-targets": "^7.28.6",
242
+ "@babel/helper-plugin-utils": "^7.28.6",
243
+ "debug": "^4.4.3",
244
244
  "lodash.debounce": "^4.0.8",
245
- "resolve": "^1.22.10"
245
+ "resolve": "^1.22.11"
246
246
  },
247
247
  "peerDependencies": {
248
248
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -270,26 +270,26 @@
270
270
  }
271
271
  },
272
272
  "node_modules/@babel/helper-module-imports": {
273
- "version": "7.27.1",
274
- "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
273
+ "version": "7.28.6",
274
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
275
275
  "license": "MIT",
276
276
  "dependencies": {
277
- "@babel/traverse": "^7.27.1",
278
- "@babel/types": "^7.27.1"
277
+ "@babel/traverse": "^7.28.6",
278
+ "@babel/types": "^7.28.6"
279
279
  },
280
280
  "engines": {
281
281
  "node": ">=6.9.0"
282
282
  }
283
283
  },
284
284
  "node_modules/@babel/helper-module-transforms": {
285
- "version": "7.28.3",
286
- "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
285
+ "version": "7.28.6",
286
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
287
287
  "dev": true,
288
288
  "license": "MIT",
289
289
  "dependencies": {
290
- "@babel/helper-module-imports": "^7.27.1",
291
- "@babel/helper-validator-identifier": "^7.27.1",
292
- "@babel/traverse": "^7.28.3"
290
+ "@babel/helper-module-imports": "^7.28.6",
291
+ "@babel/helper-validator-identifier": "^7.28.5",
292
+ "@babel/traverse": "^7.28.6"
293
293
  },
294
294
  "engines": {
295
295
  "node": ">=6.9.0"
@@ -311,8 +311,8 @@
311
311
  }
312
312
  },
313
313
  "node_modules/@babel/helper-plugin-utils": {
314
- "version": "7.27.1",
315
- "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
314
+ "version": "7.28.6",
315
+ "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
316
316
  "dev": true,
317
317
  "license": "MIT",
318
318
  "engines": {
@@ -337,14 +337,14 @@
337
337
  }
338
338
  },
339
339
  "node_modules/@babel/helper-replace-supers": {
340
- "version": "7.27.1",
341
- "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
340
+ "version": "7.28.6",
341
+ "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
342
342
  "dev": true,
343
343
  "license": "MIT",
344
344
  "dependencies": {
345
- "@babel/helper-member-expression-to-functions": "^7.27.1",
345
+ "@babel/helper-member-expression-to-functions": "^7.28.5",
346
346
  "@babel/helper-optimise-call-expression": "^7.27.1",
347
- "@babel/traverse": "^7.27.1"
347
+ "@babel/traverse": "^7.28.6"
348
348
  },
349
349
  "engines": {
350
350
  "node": ">=6.9.0"
@@ -392,39 +392,39 @@
392
392
  }
393
393
  },
394
394
  "node_modules/@babel/helper-wrap-function": {
395
- "version": "7.28.3",
396
- "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==",
395
+ "version": "7.28.6",
396
+ "integrity": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==",
397
397
  "dev": true,
398
398
  "license": "MIT",
399
399
  "dependencies": {
400
- "@babel/template": "^7.27.2",
401
- "@babel/traverse": "^7.28.3",
402
- "@babel/types": "^7.28.2"
400
+ "@babel/template": "^7.28.6",
401
+ "@babel/traverse": "^7.28.6",
402
+ "@babel/types": "^7.28.6"
403
403
  },
404
404
  "engines": {
405
405
  "node": ">=6.9.0"
406
406
  }
407
407
  },
408
408
  "node_modules/@babel/helpers": {
409
- "version": "7.28.4",
410
- "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
409
+ "version": "7.28.6",
410
+ "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
411
411
  "dev": true,
412
412
  "license": "MIT",
413
413
  "peer": true,
414
414
  "dependencies": {
415
- "@babel/template": "^7.27.2",
416
- "@babel/types": "^7.28.4"
415
+ "@babel/template": "^7.28.6",
416
+ "@babel/types": "^7.28.6"
417
417
  },
418
418
  "engines": {
419
419
  "node": ">=6.9.0"
420
420
  }
421
421
  },
422
422
  "node_modules/@babel/parser": {
423
- "version": "7.28.5",
424
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
423
+ "version": "7.29.0",
424
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
425
425
  "license": "MIT",
426
426
  "dependencies": {
427
- "@babel/types": "^7.28.5"
427
+ "@babel/types": "^7.29.0"
428
428
  },
429
429
  "bin": {
430
430
  "parser": "bin/babel-parser.js"
@@ -497,13 +497,13 @@
497
497
  }
498
498
  },
499
499
  "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
500
- "version": "7.28.3",
501
- "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==",
500
+ "version": "7.28.6",
501
+ "integrity": "sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==",
502
502
  "dev": true,
503
503
  "license": "MIT",
504
504
  "dependencies": {
505
- "@babel/helper-plugin-utils": "^7.27.1",
506
- "@babel/traverse": "^7.28.3"
505
+ "@babel/helper-plugin-utils": "^7.28.6",
506
+ "@babel/traverse": "^7.28.6"
507
507
  },
508
508
  "engines": {
509
509
  "node": ">=6.9.0"
@@ -542,12 +542,12 @@
542
542
  }
543
543
  },
544
544
  "node_modules/@babel/plugin-syntax-import-assertions": {
545
- "version": "7.27.1",
546
- "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",
545
+ "version": "7.28.6",
546
+ "integrity": "sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==",
547
547
  "dev": true,
548
548
  "license": "MIT",
549
549
  "dependencies": {
550
- "@babel/helper-plugin-utils": "^7.27.1"
550
+ "@babel/helper-plugin-utils": "^7.28.6"
551
551
  },
552
552
  "engines": {
553
553
  "node": ">=6.9.0"
@@ -557,12 +557,12 @@
557
557
  }
558
558
  },
559
559
  "node_modules/@babel/plugin-syntax-import-attributes": {
560
- "version": "7.27.1",
561
- "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
560
+ "version": "7.28.6",
561
+ "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
562
562
  "dev": true,
563
563
  "license": "MIT",
564
564
  "dependencies": {
565
- "@babel/helper-plugin-utils": "^7.27.1"
565
+ "@babel/helper-plugin-utils": "^7.28.6"
566
566
  },
567
567
  "engines": {
568
568
  "node": ">=6.9.0"
@@ -572,12 +572,12 @@
572
572
  }
573
573
  },
574
574
  "node_modules/@babel/plugin-syntax-jsx": {
575
- "version": "7.27.1",
576
- "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
575
+ "version": "7.28.6",
576
+ "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
577
577
  "dev": true,
578
578
  "license": "MIT",
579
579
  "dependencies": {
580
- "@babel/helper-plugin-utils": "^7.27.1"
580
+ "@babel/helper-plugin-utils": "^7.28.6"
581
581
  },
582
582
  "engines": {
583
583
  "node": ">=6.9.0"
@@ -587,12 +587,12 @@
587
587
  }
588
588
  },
589
589
  "node_modules/@babel/plugin-syntax-typescript": {
590
- "version": "7.27.1",
591
- "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
590
+ "version": "7.28.6",
591
+ "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
592
592
  "dev": true,
593
593
  "license": "MIT",
594
594
  "dependencies": {
595
- "@babel/helper-plugin-utils": "^7.27.1"
595
+ "@babel/helper-plugin-utils": "^7.28.6"
596
596
  },
597
597
  "engines": {
598
598
  "node": ">=6.9.0"
@@ -633,14 +633,14 @@
633
633
  }
634
634
  },
635
635
  "node_modules/@babel/plugin-transform-async-generator-functions": {
636
- "version": "7.28.0",
637
- "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
636
+ "version": "7.29.0",
637
+ "integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==",
638
638
  "dev": true,
639
639
  "license": "MIT",
640
640
  "dependencies": {
641
- "@babel/helper-plugin-utils": "^7.27.1",
641
+ "@babel/helper-plugin-utils": "^7.28.6",
642
642
  "@babel/helper-remap-async-to-generator": "^7.27.1",
643
- "@babel/traverse": "^7.28.0"
643
+ "@babel/traverse": "^7.29.0"
644
644
  },
645
645
  "engines": {
646
646
  "node": ">=6.9.0"
@@ -650,13 +650,13 @@
650
650
  }
651
651
  },
652
652
  "node_modules/@babel/plugin-transform-async-to-generator": {
653
- "version": "7.27.1",
654
- "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
653
+ "version": "7.28.6",
654
+ "integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==",
655
655
  "dev": true,
656
656
  "license": "MIT",
657
657
  "dependencies": {
658
- "@babel/helper-module-imports": "^7.27.1",
659
- "@babel/helper-plugin-utils": "^7.27.1",
658
+ "@babel/helper-module-imports": "^7.28.6",
659
+ "@babel/helper-plugin-utils": "^7.28.6",
660
660
  "@babel/helper-remap-async-to-generator": "^7.27.1"
661
661
  },
662
662
  "engines": {
@@ -682,12 +682,12 @@
682
682
  }
683
683
  },
684
684
  "node_modules/@babel/plugin-transform-block-scoping": {
685
- "version": "7.28.5",
686
- "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
685
+ "version": "7.28.6",
686
+ "integrity": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==",
687
687
  "dev": true,
688
688
  "license": "MIT",
689
689
  "dependencies": {
690
- "@babel/helper-plugin-utils": "^7.27.1"
690
+ "@babel/helper-plugin-utils": "^7.28.6"
691
691
  },
692
692
  "engines": {
693
693
  "node": ">=6.9.0"
@@ -697,13 +697,13 @@
697
697
  }
698
698
  },
699
699
  "node_modules/@babel/plugin-transform-class-properties": {
700
- "version": "7.27.1",
701
- "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
700
+ "version": "7.28.6",
701
+ "integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==",
702
702
  "dev": true,
703
703
  "license": "MIT",
704
704
  "dependencies": {
705
- "@babel/helper-create-class-features-plugin": "^7.27.1",
706
- "@babel/helper-plugin-utils": "^7.27.1"
705
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
706
+ "@babel/helper-plugin-utils": "^7.28.6"
707
707
  },
708
708
  "engines": {
709
709
  "node": ">=6.9.0"
@@ -713,13 +713,13 @@
713
713
  }
714
714
  },
715
715
  "node_modules/@babel/plugin-transform-class-static-block": {
716
- "version": "7.28.3",
717
- "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==",
716
+ "version": "7.28.6",
717
+ "integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==",
718
718
  "dev": true,
719
719
  "license": "MIT",
720
720
  "dependencies": {
721
- "@babel/helper-create-class-features-plugin": "^7.28.3",
722
- "@babel/helper-plugin-utils": "^7.27.1"
721
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
722
+ "@babel/helper-plugin-utils": "^7.28.6"
723
723
  },
724
724
  "engines": {
725
725
  "node": ">=6.9.0"
@@ -729,17 +729,17 @@
729
729
  }
730
730
  },
731
731
  "node_modules/@babel/plugin-transform-classes": {
732
- "version": "7.28.4",
733
- "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==",
732
+ "version": "7.28.6",
733
+ "integrity": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==",
734
734
  "dev": true,
735
735
  "license": "MIT",
736
736
  "dependencies": {
737
737
  "@babel/helper-annotate-as-pure": "^7.27.3",
738
- "@babel/helper-compilation-targets": "^7.27.2",
738
+ "@babel/helper-compilation-targets": "^7.28.6",
739
739
  "@babel/helper-globals": "^7.28.0",
740
- "@babel/helper-plugin-utils": "^7.27.1",
741
- "@babel/helper-replace-supers": "^7.27.1",
742
- "@babel/traverse": "^7.28.4"
740
+ "@babel/helper-plugin-utils": "^7.28.6",
741
+ "@babel/helper-replace-supers": "^7.28.6",
742
+ "@babel/traverse": "^7.28.6"
743
743
  },
744
744
  "engines": {
745
745
  "node": ">=6.9.0"
@@ -749,13 +749,13 @@
749
749
  }
750
750
  },
751
751
  "node_modules/@babel/plugin-transform-computed-properties": {
752
- "version": "7.27.1",
753
- "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
752
+ "version": "7.28.6",
753
+ "integrity": "sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==",
754
754
  "dev": true,
755
755
  "license": "MIT",
756
756
  "dependencies": {
757
- "@babel/helper-plugin-utils": "^7.27.1",
758
- "@babel/template": "^7.27.1"
757
+ "@babel/helper-plugin-utils": "^7.28.6",
758
+ "@babel/template": "^7.28.6"
759
759
  },
760
760
  "engines": {
761
761
  "node": ">=6.9.0"
@@ -781,13 +781,13 @@
781
781
  }
782
782
  },
783
783
  "node_modules/@babel/plugin-transform-dotall-regex": {
784
- "version": "7.27.1",
785
- "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",
784
+ "version": "7.28.6",
785
+ "integrity": "sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==",
786
786
  "dev": true,
787
787
  "license": "MIT",
788
788
  "dependencies": {
789
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
790
- "@babel/helper-plugin-utils": "^7.27.1"
789
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
790
+ "@babel/helper-plugin-utils": "^7.28.6"
791
791
  },
792
792
  "engines": {
793
793
  "node": ">=6.9.0"
@@ -812,13 +812,13 @@
812
812
  }
813
813
  },
814
814
  "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
815
- "version": "7.27.1",
816
- "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==",
815
+ "version": "7.29.0",
816
+ "integrity": "sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==",
817
817
  "dev": true,
818
818
  "license": "MIT",
819
819
  "dependencies": {
820
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
821
- "@babel/helper-plugin-utils": "^7.27.1"
820
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
821
+ "@babel/helper-plugin-utils": "^7.28.6"
822
822
  },
823
823
  "engines": {
824
824
  "node": ">=6.9.0"
@@ -843,13 +843,13 @@
843
843
  }
844
844
  },
845
845
  "node_modules/@babel/plugin-transform-explicit-resource-management": {
846
- "version": "7.28.0",
847
- "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",
846
+ "version": "7.28.6",
847
+ "integrity": "sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==",
848
848
  "dev": true,
849
849
  "license": "MIT",
850
850
  "dependencies": {
851
- "@babel/helper-plugin-utils": "^7.27.1",
852
- "@babel/plugin-transform-destructuring": "^7.28.0"
851
+ "@babel/helper-plugin-utils": "^7.28.6",
852
+ "@babel/plugin-transform-destructuring": "^7.28.5"
853
853
  },
854
854
  "engines": {
855
855
  "node": ">=6.9.0"
@@ -859,12 +859,12 @@
859
859
  }
860
860
  },
861
861
  "node_modules/@babel/plugin-transform-exponentiation-operator": {
862
- "version": "7.28.5",
863
- "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==",
862
+ "version": "7.28.6",
863
+ "integrity": "sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==",
864
864
  "dev": true,
865
865
  "license": "MIT",
866
866
  "dependencies": {
867
- "@babel/helper-plugin-utils": "^7.27.1"
867
+ "@babel/helper-plugin-utils": "^7.28.6"
868
868
  },
869
869
  "engines": {
870
870
  "node": ">=6.9.0"
@@ -922,12 +922,12 @@
922
922
  }
923
923
  },
924
924
  "node_modules/@babel/plugin-transform-json-strings": {
925
- "version": "7.27.1",
926
- "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==",
925
+ "version": "7.28.6",
926
+ "integrity": "sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==",
927
927
  "dev": true,
928
928
  "license": "MIT",
929
929
  "dependencies": {
930
- "@babel/helper-plugin-utils": "^7.27.1"
930
+ "@babel/helper-plugin-utils": "^7.28.6"
931
931
  },
932
932
  "engines": {
933
933
  "node": ">=6.9.0"
@@ -952,12 +952,12 @@
952
952
  }
953
953
  },
954
954
  "node_modules/@babel/plugin-transform-logical-assignment-operators": {
955
- "version": "7.28.5",
956
- "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
955
+ "version": "7.28.6",
956
+ "integrity": "sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==",
957
957
  "dev": true,
958
958
  "license": "MIT",
959
959
  "dependencies": {
960
- "@babel/helper-plugin-utils": "^7.27.1"
960
+ "@babel/helper-plugin-utils": "^7.28.6"
961
961
  },
962
962
  "engines": {
963
963
  "node": ">=6.9.0"
@@ -998,13 +998,13 @@
998
998
  }
999
999
  },
1000
1000
  "node_modules/@babel/plugin-transform-modules-commonjs": {
1001
- "version": "7.27.1",
1002
- "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
1001
+ "version": "7.28.6",
1002
+ "integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==",
1003
1003
  "dev": true,
1004
1004
  "license": "MIT",
1005
1005
  "dependencies": {
1006
- "@babel/helper-module-transforms": "^7.27.1",
1007
- "@babel/helper-plugin-utils": "^7.27.1"
1006
+ "@babel/helper-module-transforms": "^7.28.6",
1007
+ "@babel/helper-plugin-utils": "^7.28.6"
1008
1008
  },
1009
1009
  "engines": {
1010
1010
  "node": ">=6.9.0"
@@ -1014,15 +1014,15 @@
1014
1014
  }
1015
1015
  },
1016
1016
  "node_modules/@babel/plugin-transform-modules-systemjs": {
1017
- "version": "7.28.5",
1018
- "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==",
1017
+ "version": "7.29.0",
1018
+ "integrity": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==",
1019
1019
  "dev": true,
1020
1020
  "license": "MIT",
1021
1021
  "dependencies": {
1022
- "@babel/helper-module-transforms": "^7.28.3",
1023
- "@babel/helper-plugin-utils": "^7.27.1",
1022
+ "@babel/helper-module-transforms": "^7.28.6",
1023
+ "@babel/helper-plugin-utils": "^7.28.6",
1024
1024
  "@babel/helper-validator-identifier": "^7.28.5",
1025
- "@babel/traverse": "^7.28.5"
1025
+ "@babel/traverse": "^7.29.0"
1026
1026
  },
1027
1027
  "engines": {
1028
1028
  "node": ">=6.9.0"
@@ -1048,13 +1048,13 @@
1048
1048
  }
1049
1049
  },
1050
1050
  "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1051
- "version": "7.27.1",
1052
- "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==",
1051
+ "version": "7.29.0",
1052
+ "integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==",
1053
1053
  "dev": true,
1054
1054
  "license": "MIT",
1055
1055
  "dependencies": {
1056
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1057
- "@babel/helper-plugin-utils": "^7.27.1"
1056
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
1057
+ "@babel/helper-plugin-utils": "^7.28.6"
1058
1058
  },
1059
1059
  "engines": {
1060
1060
  "node": ">=6.9.0"
@@ -1079,12 +1079,12 @@
1079
1079
  }
1080
1080
  },
1081
1081
  "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1082
- "version": "7.27.1",
1083
- "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
1082
+ "version": "7.28.6",
1083
+ "integrity": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==",
1084
1084
  "dev": true,
1085
1085
  "license": "MIT",
1086
1086
  "dependencies": {
1087
- "@babel/helper-plugin-utils": "^7.27.1"
1087
+ "@babel/helper-plugin-utils": "^7.28.6"
1088
1088
  },
1089
1089
  "engines": {
1090
1090
  "node": ">=6.9.0"
@@ -1094,12 +1094,12 @@
1094
1094
  }
1095
1095
  },
1096
1096
  "node_modules/@babel/plugin-transform-numeric-separator": {
1097
- "version": "7.27.1",
1098
- "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
1097
+ "version": "7.28.6",
1098
+ "integrity": "sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==",
1099
1099
  "dev": true,
1100
1100
  "license": "MIT",
1101
1101
  "dependencies": {
1102
- "@babel/helper-plugin-utils": "^7.27.1"
1102
+ "@babel/helper-plugin-utils": "^7.28.6"
1103
1103
  },
1104
1104
  "engines": {
1105
1105
  "node": ">=6.9.0"
@@ -1109,16 +1109,16 @@
1109
1109
  }
1110
1110
  },
1111
1111
  "node_modules/@babel/plugin-transform-object-rest-spread": {
1112
- "version": "7.28.4",
1113
- "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
1112
+ "version": "7.28.6",
1113
+ "integrity": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==",
1114
1114
  "dev": true,
1115
1115
  "license": "MIT",
1116
1116
  "dependencies": {
1117
- "@babel/helper-compilation-targets": "^7.27.2",
1118
- "@babel/helper-plugin-utils": "^7.27.1",
1119
- "@babel/plugin-transform-destructuring": "^7.28.0",
1117
+ "@babel/helper-compilation-targets": "^7.28.6",
1118
+ "@babel/helper-plugin-utils": "^7.28.6",
1119
+ "@babel/plugin-transform-destructuring": "^7.28.5",
1120
1120
  "@babel/plugin-transform-parameters": "^7.27.7",
1121
- "@babel/traverse": "^7.28.4"
1121
+ "@babel/traverse": "^7.28.6"
1122
1122
  },
1123
1123
  "engines": {
1124
1124
  "node": ">=6.9.0"
@@ -1144,12 +1144,12 @@
1144
1144
  }
1145
1145
  },
1146
1146
  "node_modules/@babel/plugin-transform-optional-catch-binding": {
1147
- "version": "7.27.1",
1148
- "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
1147
+ "version": "7.28.6",
1148
+ "integrity": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==",
1149
1149
  "dev": true,
1150
1150
  "license": "MIT",
1151
1151
  "dependencies": {
1152
- "@babel/helper-plugin-utils": "^7.27.1"
1152
+ "@babel/helper-plugin-utils": "^7.28.6"
1153
1153
  },
1154
1154
  "engines": {
1155
1155
  "node": ">=6.9.0"
@@ -1159,12 +1159,12 @@
1159
1159
  }
1160
1160
  },
1161
1161
  "node_modules/@babel/plugin-transform-optional-chaining": {
1162
- "version": "7.28.5",
1163
- "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
1162
+ "version": "7.28.6",
1163
+ "integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==",
1164
1164
  "dev": true,
1165
1165
  "license": "MIT",
1166
1166
  "dependencies": {
1167
- "@babel/helper-plugin-utils": "^7.27.1",
1167
+ "@babel/helper-plugin-utils": "^7.28.6",
1168
1168
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
1169
1169
  },
1170
1170
  "engines": {
@@ -1190,13 +1190,13 @@
1190
1190
  }
1191
1191
  },
1192
1192
  "node_modules/@babel/plugin-transform-private-methods": {
1193
- "version": "7.27.1",
1194
- "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
1193
+ "version": "7.28.6",
1194
+ "integrity": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==",
1195
1195
  "dev": true,
1196
1196
  "license": "MIT",
1197
1197
  "dependencies": {
1198
- "@babel/helper-create-class-features-plugin": "^7.27.1",
1199
- "@babel/helper-plugin-utils": "^7.27.1"
1198
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
1199
+ "@babel/helper-plugin-utils": "^7.28.6"
1200
1200
  },
1201
1201
  "engines": {
1202
1202
  "node": ">=6.9.0"
@@ -1206,14 +1206,14 @@
1206
1206
  }
1207
1207
  },
1208
1208
  "node_modules/@babel/plugin-transform-private-property-in-object": {
1209
- "version": "7.27.1",
1210
- "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
1209
+ "version": "7.28.6",
1210
+ "integrity": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==",
1211
1211
  "dev": true,
1212
1212
  "license": "MIT",
1213
1213
  "dependencies": {
1214
- "@babel/helper-annotate-as-pure": "^7.27.1",
1215
- "@babel/helper-create-class-features-plugin": "^7.27.1",
1216
- "@babel/helper-plugin-utils": "^7.27.1"
1214
+ "@babel/helper-annotate-as-pure": "^7.27.3",
1215
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
1216
+ "@babel/helper-plugin-utils": "^7.28.6"
1217
1217
  },
1218
1218
  "engines": {
1219
1219
  "node": ">=6.9.0"
@@ -1253,16 +1253,16 @@
1253
1253
  }
1254
1254
  },
1255
1255
  "node_modules/@babel/plugin-transform-react-jsx": {
1256
- "version": "7.27.1",
1257
- "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==",
1256
+ "version": "7.28.6",
1257
+ "integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==",
1258
1258
  "dev": true,
1259
1259
  "license": "MIT",
1260
1260
  "dependencies": {
1261
- "@babel/helper-annotate-as-pure": "^7.27.1",
1262
- "@babel/helper-module-imports": "^7.27.1",
1263
- "@babel/helper-plugin-utils": "^7.27.1",
1264
- "@babel/plugin-syntax-jsx": "^7.27.1",
1265
- "@babel/types": "^7.27.1"
1261
+ "@babel/helper-annotate-as-pure": "^7.27.3",
1262
+ "@babel/helper-module-imports": "^7.28.6",
1263
+ "@babel/helper-plugin-utils": "^7.28.6",
1264
+ "@babel/plugin-syntax-jsx": "^7.28.6",
1265
+ "@babel/types": "^7.28.6"
1266
1266
  },
1267
1267
  "engines": {
1268
1268
  "node": ">=6.9.0"
@@ -1303,12 +1303,12 @@
1303
1303
  }
1304
1304
  },
1305
1305
  "node_modules/@babel/plugin-transform-regenerator": {
1306
- "version": "7.28.4",
1307
- "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==",
1306
+ "version": "7.29.0",
1307
+ "integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==",
1308
1308
  "dev": true,
1309
1309
  "license": "MIT",
1310
1310
  "dependencies": {
1311
- "@babel/helper-plugin-utils": "^7.27.1"
1311
+ "@babel/helper-plugin-utils": "^7.28.6"
1312
1312
  },
1313
1313
  "engines": {
1314
1314
  "node": ">=6.9.0"
@@ -1318,13 +1318,13 @@
1318
1318
  }
1319
1319
  },
1320
1320
  "node_modules/@babel/plugin-transform-regexp-modifiers": {
1321
- "version": "7.27.1",
1322
- "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==",
1321
+ "version": "7.28.6",
1322
+ "integrity": "sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==",
1323
1323
  "dev": true,
1324
1324
  "license": "MIT",
1325
1325
  "dependencies": {
1326
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1327
- "@babel/helper-plugin-utils": "^7.27.1"
1326
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
1327
+ "@babel/helper-plugin-utils": "^7.28.6"
1328
1328
  },
1329
1329
  "engines": {
1330
1330
  "node": ">=6.9.0"
@@ -1364,12 +1364,12 @@
1364
1364
  }
1365
1365
  },
1366
1366
  "node_modules/@babel/plugin-transform-spread": {
1367
- "version": "7.27.1",
1368
- "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
1367
+ "version": "7.28.6",
1368
+ "integrity": "sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==",
1369
1369
  "dev": true,
1370
1370
  "license": "MIT",
1371
1371
  "dependencies": {
1372
- "@babel/helper-plugin-utils": "^7.27.1",
1372
+ "@babel/helper-plugin-utils": "^7.28.6",
1373
1373
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
1374
1374
  },
1375
1375
  "engines": {
@@ -1425,16 +1425,16 @@
1425
1425
  }
1426
1426
  },
1427
1427
  "node_modules/@babel/plugin-transform-typescript": {
1428
- "version": "7.28.5",
1429
- "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
1428
+ "version": "7.28.6",
1429
+ "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
1430
1430
  "dev": true,
1431
1431
  "license": "MIT",
1432
1432
  "dependencies": {
1433
1433
  "@babel/helper-annotate-as-pure": "^7.27.3",
1434
- "@babel/helper-create-class-features-plugin": "^7.28.5",
1435
- "@babel/helper-plugin-utils": "^7.27.1",
1434
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
1435
+ "@babel/helper-plugin-utils": "^7.28.6",
1436
1436
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
1437
- "@babel/plugin-syntax-typescript": "^7.27.1"
1437
+ "@babel/plugin-syntax-typescript": "^7.28.6"
1438
1438
  },
1439
1439
  "engines": {
1440
1440
  "node": ">=6.9.0"
@@ -1459,13 +1459,13 @@
1459
1459
  }
1460
1460
  },
1461
1461
  "node_modules/@babel/plugin-transform-unicode-property-regex": {
1462
- "version": "7.27.1",
1463
- "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==",
1462
+ "version": "7.28.6",
1463
+ "integrity": "sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==",
1464
1464
  "dev": true,
1465
1465
  "license": "MIT",
1466
1466
  "dependencies": {
1467
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1468
- "@babel/helper-plugin-utils": "^7.27.1"
1467
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
1468
+ "@babel/helper-plugin-utils": "^7.28.6"
1469
1469
  },
1470
1470
  "engines": {
1471
1471
  "node": ">=6.9.0"
@@ -1491,13 +1491,13 @@
1491
1491
  }
1492
1492
  },
1493
1493
  "node_modules/@babel/plugin-transform-unicode-sets-regex": {
1494
- "version": "7.27.1",
1495
- "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==",
1494
+ "version": "7.28.6",
1495
+ "integrity": "sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==",
1496
1496
  "dev": true,
1497
1497
  "license": "MIT",
1498
1498
  "dependencies": {
1499
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1500
- "@babel/helper-plugin-utils": "^7.27.1"
1499
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
1500
+ "@babel/helper-plugin-utils": "^7.28.6"
1501
1501
  },
1502
1502
  "engines": {
1503
1503
  "node": ">=6.9.0"
@@ -1507,80 +1507,80 @@
1507
1507
  }
1508
1508
  },
1509
1509
  "node_modules/@babel/preset-env": {
1510
- "version": "7.28.5",
1511
- "integrity": "sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==",
1510
+ "version": "7.29.0",
1511
+ "integrity": "sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==",
1512
1512
  "dev": true,
1513
1513
  "license": "MIT",
1514
1514
  "dependencies": {
1515
- "@babel/compat-data": "^7.28.5",
1516
- "@babel/helper-compilation-targets": "^7.27.2",
1517
- "@babel/helper-plugin-utils": "^7.27.1",
1515
+ "@babel/compat-data": "^7.29.0",
1516
+ "@babel/helper-compilation-targets": "^7.28.6",
1517
+ "@babel/helper-plugin-utils": "^7.28.6",
1518
1518
  "@babel/helper-validator-option": "^7.27.1",
1519
1519
  "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
1520
1520
  "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
1521
1521
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
1522
1522
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
1523
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.3",
1523
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.6",
1524
1524
  "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
1525
- "@babel/plugin-syntax-import-assertions": "^7.27.1",
1526
- "@babel/plugin-syntax-import-attributes": "^7.27.1",
1525
+ "@babel/plugin-syntax-import-assertions": "^7.28.6",
1526
+ "@babel/plugin-syntax-import-attributes": "^7.28.6",
1527
1527
  "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1528
1528
  "@babel/plugin-transform-arrow-functions": "^7.27.1",
1529
- "@babel/plugin-transform-async-generator-functions": "^7.28.0",
1530
- "@babel/plugin-transform-async-to-generator": "^7.27.1",
1529
+ "@babel/plugin-transform-async-generator-functions": "^7.29.0",
1530
+ "@babel/plugin-transform-async-to-generator": "^7.28.6",
1531
1531
  "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
1532
- "@babel/plugin-transform-block-scoping": "^7.28.5",
1533
- "@babel/plugin-transform-class-properties": "^7.27.1",
1534
- "@babel/plugin-transform-class-static-block": "^7.28.3",
1535
- "@babel/plugin-transform-classes": "^7.28.4",
1536
- "@babel/plugin-transform-computed-properties": "^7.27.1",
1532
+ "@babel/plugin-transform-block-scoping": "^7.28.6",
1533
+ "@babel/plugin-transform-class-properties": "^7.28.6",
1534
+ "@babel/plugin-transform-class-static-block": "^7.28.6",
1535
+ "@babel/plugin-transform-classes": "^7.28.6",
1536
+ "@babel/plugin-transform-computed-properties": "^7.28.6",
1537
1537
  "@babel/plugin-transform-destructuring": "^7.28.5",
1538
- "@babel/plugin-transform-dotall-regex": "^7.27.1",
1538
+ "@babel/plugin-transform-dotall-regex": "^7.28.6",
1539
1539
  "@babel/plugin-transform-duplicate-keys": "^7.27.1",
1540
- "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
1540
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.0",
1541
1541
  "@babel/plugin-transform-dynamic-import": "^7.27.1",
1542
- "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
1543
- "@babel/plugin-transform-exponentiation-operator": "^7.28.5",
1542
+ "@babel/plugin-transform-explicit-resource-management": "^7.28.6",
1543
+ "@babel/plugin-transform-exponentiation-operator": "^7.28.6",
1544
1544
  "@babel/plugin-transform-export-namespace-from": "^7.27.1",
1545
1545
  "@babel/plugin-transform-for-of": "^7.27.1",
1546
1546
  "@babel/plugin-transform-function-name": "^7.27.1",
1547
- "@babel/plugin-transform-json-strings": "^7.27.1",
1547
+ "@babel/plugin-transform-json-strings": "^7.28.6",
1548
1548
  "@babel/plugin-transform-literals": "^7.27.1",
1549
- "@babel/plugin-transform-logical-assignment-operators": "^7.28.5",
1549
+ "@babel/plugin-transform-logical-assignment-operators": "^7.28.6",
1550
1550
  "@babel/plugin-transform-member-expression-literals": "^7.27.1",
1551
1551
  "@babel/plugin-transform-modules-amd": "^7.27.1",
1552
- "@babel/plugin-transform-modules-commonjs": "^7.27.1",
1553
- "@babel/plugin-transform-modules-systemjs": "^7.28.5",
1552
+ "@babel/plugin-transform-modules-commonjs": "^7.28.6",
1553
+ "@babel/plugin-transform-modules-systemjs": "^7.29.0",
1554
1554
  "@babel/plugin-transform-modules-umd": "^7.27.1",
1555
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
1555
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0",
1556
1556
  "@babel/plugin-transform-new-target": "^7.27.1",
1557
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
1558
- "@babel/plugin-transform-numeric-separator": "^7.27.1",
1559
- "@babel/plugin-transform-object-rest-spread": "^7.28.4",
1557
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6",
1558
+ "@babel/plugin-transform-numeric-separator": "^7.28.6",
1559
+ "@babel/plugin-transform-object-rest-spread": "^7.28.6",
1560
1560
  "@babel/plugin-transform-object-super": "^7.27.1",
1561
- "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
1562
- "@babel/plugin-transform-optional-chaining": "^7.28.5",
1561
+ "@babel/plugin-transform-optional-catch-binding": "^7.28.6",
1562
+ "@babel/plugin-transform-optional-chaining": "^7.28.6",
1563
1563
  "@babel/plugin-transform-parameters": "^7.27.7",
1564
- "@babel/plugin-transform-private-methods": "^7.27.1",
1565
- "@babel/plugin-transform-private-property-in-object": "^7.27.1",
1564
+ "@babel/plugin-transform-private-methods": "^7.28.6",
1565
+ "@babel/plugin-transform-private-property-in-object": "^7.28.6",
1566
1566
  "@babel/plugin-transform-property-literals": "^7.27.1",
1567
- "@babel/plugin-transform-regenerator": "^7.28.4",
1568
- "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
1567
+ "@babel/plugin-transform-regenerator": "^7.29.0",
1568
+ "@babel/plugin-transform-regexp-modifiers": "^7.28.6",
1569
1569
  "@babel/plugin-transform-reserved-words": "^7.27.1",
1570
1570
  "@babel/plugin-transform-shorthand-properties": "^7.27.1",
1571
- "@babel/plugin-transform-spread": "^7.27.1",
1571
+ "@babel/plugin-transform-spread": "^7.28.6",
1572
1572
  "@babel/plugin-transform-sticky-regex": "^7.27.1",
1573
1573
  "@babel/plugin-transform-template-literals": "^7.27.1",
1574
1574
  "@babel/plugin-transform-typeof-symbol": "^7.27.1",
1575
1575
  "@babel/plugin-transform-unicode-escapes": "^7.27.1",
1576
- "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
1576
+ "@babel/plugin-transform-unicode-property-regex": "^7.28.6",
1577
1577
  "@babel/plugin-transform-unicode-regex": "^7.27.1",
1578
- "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
1578
+ "@babel/plugin-transform-unicode-sets-regex": "^7.28.6",
1579
1579
  "@babel/preset-modules": "0.1.6-no-external-plugins",
1580
- "babel-plugin-polyfill-corejs2": "^0.4.14",
1581
- "babel-plugin-polyfill-corejs3": "^0.13.0",
1582
- "babel-plugin-polyfill-regenerator": "^0.6.5",
1583
- "core-js-compat": "^3.43.0",
1580
+ "babel-plugin-polyfill-corejs2": "^0.4.15",
1581
+ "babel-plugin-polyfill-corejs3": "^0.14.0",
1582
+ "babel-plugin-polyfill-regenerator": "^0.6.6",
1583
+ "core-js-compat": "^3.48.0",
1584
1584
  "semver": "^6.3.1"
1585
1585
  },
1586
1586
  "engines": {
@@ -1644,37 +1644,37 @@
1644
1644
  }
1645
1645
  },
1646
1646
  "node_modules/@babel/runtime": {
1647
- "version": "7.28.4",
1648
- "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
1647
+ "version": "7.28.6",
1648
+ "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
1649
1649
  "license": "MIT",
1650
1650
  "engines": {
1651
1651
  "node": ">=6.9.0"
1652
1652
  }
1653
1653
  },
1654
1654
  "node_modules/@babel/template": {
1655
- "version": "7.27.2",
1656
- "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
1655
+ "version": "7.28.6",
1656
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
1657
1657
  "license": "MIT",
1658
1658
  "dependencies": {
1659
- "@babel/code-frame": "^7.27.1",
1660
- "@babel/parser": "^7.27.2",
1661
- "@babel/types": "^7.27.1"
1659
+ "@babel/code-frame": "^7.28.6",
1660
+ "@babel/parser": "^7.28.6",
1661
+ "@babel/types": "^7.28.6"
1662
1662
  },
1663
1663
  "engines": {
1664
1664
  "node": ">=6.9.0"
1665
1665
  }
1666
1666
  },
1667
1667
  "node_modules/@babel/traverse": {
1668
- "version": "7.28.5",
1669
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
1668
+ "version": "7.29.0",
1669
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
1670
1670
  "license": "MIT",
1671
1671
  "dependencies": {
1672
- "@babel/code-frame": "^7.27.1",
1673
- "@babel/generator": "^7.28.5",
1672
+ "@babel/code-frame": "^7.29.0",
1673
+ "@babel/generator": "^7.29.0",
1674
1674
  "@babel/helper-globals": "^7.28.0",
1675
- "@babel/parser": "^7.28.5",
1676
- "@babel/template": "^7.27.2",
1677
- "@babel/types": "^7.28.5",
1675
+ "@babel/parser": "^7.29.0",
1676
+ "@babel/template": "^7.28.6",
1677
+ "@babel/types": "^7.29.0",
1678
1678
  "debug": "^4.3.1"
1679
1679
  },
1680
1680
  "engines": {
@@ -1682,8 +1682,8 @@
1682
1682
  }
1683
1683
  },
1684
1684
  "node_modules/@babel/types": {
1685
- "version": "7.28.5",
1686
- "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
1685
+ "version": "7.29.0",
1686
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
1687
1687
  "license": "MIT",
1688
1688
  "dependencies": {
1689
1689
  "@babel/helper-string-parser": "^7.27.1",
@@ -1696,6 +1696,7 @@
1696
1696
  "node_modules/@base-ui-components/react": {
1697
1697
  "version": "1.0.0-alpha.8",
1698
1698
  "integrity": "sha512-tGSksjEjA9TPguCXzFZU2cpvvsE6lnkVWVI0qSk3Zl/jQiE9F6opPVBp1uzHcJou7hj7fr6pEgtNf7WzsiXh4Q==",
1699
+ "deprecated": "Package was renamed to @base-ui/react",
1699
1700
  "license": "MIT",
1700
1701
  "dependencies": {
1701
1702
  "@babel/runtime": "^7.27.0",
@@ -1786,8 +1787,8 @@
1786
1787
  }
1787
1788
  },
1788
1789
  "node_modules/@emnapi/core": {
1789
- "version": "1.7.1",
1790
- "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==",
1790
+ "version": "1.8.1",
1791
+ "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",
1791
1792
  "dev": true,
1792
1793
  "license": "MIT",
1793
1794
  "optional": true,
@@ -1797,8 +1798,8 @@
1797
1798
  }
1798
1799
  },
1799
1800
  "node_modules/@emnapi/runtime": {
1800
- "version": "1.7.1",
1801
- "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==",
1801
+ "version": "1.8.1",
1802
+ "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
1802
1803
  "license": "MIT",
1803
1804
  "optional": true,
1804
1805
  "dependencies": {
@@ -1954,8 +1955,9 @@
1954
1955
  "license": "MIT"
1955
1956
  },
1956
1957
  "node_modules/@eslint-community/eslint-utils": {
1957
- "version": "4.9.0",
1958
- "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
1958
+ "version": "4.9.1",
1959
+ "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
1960
+ "dev": true,
1959
1961
  "license": "MIT",
1960
1962
  "dependencies": {
1961
1963
  "eslint-visitor-keys": "^3.4.3"
@@ -1973,6 +1975,7 @@
1973
1975
  "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
1974
1976
  "version": "3.4.3",
1975
1977
  "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
1978
+ "dev": true,
1976
1979
  "license": "Apache-2.0",
1977
1980
  "engines": {
1978
1981
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -1984,6 +1987,7 @@
1984
1987
  "node_modules/@eslint-community/regexpp": {
1985
1988
  "version": "4.12.2",
1986
1989
  "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
1990
+ "dev": true,
1987
1991
  "license": "MIT",
1988
1992
  "engines": {
1989
1993
  "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
@@ -1992,6 +1996,7 @@
1992
1996
  "node_modules/@eslint/config-array": {
1993
1997
  "version": "0.21.1",
1994
1998
  "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
1999
+ "dev": true,
1995
2000
  "license": "Apache-2.0",
1996
2001
  "dependencies": {
1997
2002
  "@eslint/object-schema": "^2.1.7",
@@ -2005,6 +2010,7 @@
2005
2010
  "node_modules/@eslint/config-helpers": {
2006
2011
  "version": "0.4.2",
2007
2012
  "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
2013
+ "dev": true,
2008
2014
  "license": "Apache-2.0",
2009
2015
  "dependencies": {
2010
2016
  "@eslint/core": "^0.17.0"
@@ -2016,6 +2022,7 @@
2016
2022
  "node_modules/@eslint/core": {
2017
2023
  "version": "0.17.0",
2018
2024
  "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
2025
+ "dev": true,
2019
2026
  "license": "Apache-2.0",
2020
2027
  "dependencies": {
2021
2028
  "@types/json-schema": "^7.0.15"
@@ -2025,18 +2032,19 @@
2025
2032
  }
2026
2033
  },
2027
2034
  "node_modules/@eslint/eslintrc": {
2028
- "version": "3.3.1",
2029
- "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
2035
+ "version": "3.3.4",
2036
+ "integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
2037
+ "dev": true,
2030
2038
  "license": "MIT",
2031
2039
  "dependencies": {
2032
- "ajv": "^6.12.4",
2040
+ "ajv": "^6.14.0",
2033
2041
  "debug": "^4.3.2",
2034
2042
  "espree": "^10.0.1",
2035
2043
  "globals": "^14.0.0",
2036
2044
  "ignore": "^5.2.0",
2037
2045
  "import-fresh": "^3.2.1",
2038
- "js-yaml": "^4.1.0",
2039
- "minimatch": "^3.1.2",
2046
+ "js-yaml": "^4.1.1",
2047
+ "minimatch": "^3.1.3",
2040
2048
  "strip-json-comments": "^3.1.1"
2041
2049
  },
2042
2050
  "engines": {
@@ -2047,8 +2055,9 @@
2047
2055
  }
2048
2056
  },
2049
2057
  "node_modules/@eslint/js": {
2050
- "version": "9.39.1",
2051
- "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==",
2058
+ "version": "9.39.3",
2059
+ "integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==",
2060
+ "dev": true,
2052
2061
  "license": "MIT",
2053
2062
  "engines": {
2054
2063
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2060,6 +2069,7 @@
2060
2069
  "node_modules/@eslint/object-schema": {
2061
2070
  "version": "2.1.7",
2062
2071
  "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
2072
+ "dev": true,
2063
2073
  "license": "Apache-2.0",
2064
2074
  "engines": {
2065
2075
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2068,6 +2078,7 @@
2068
2078
  "node_modules/@eslint/plugin-kit": {
2069
2079
  "version": "0.4.1",
2070
2080
  "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
2081
+ "dev": true,
2071
2082
  "license": "Apache-2.0",
2072
2083
  "dependencies": {
2073
2084
  "@eslint/core": "^0.17.0",
@@ -2078,29 +2089,29 @@
2078
2089
  }
2079
2090
  },
2080
2091
  "node_modules/@floating-ui/core": {
2081
- "version": "1.7.3",
2082
- "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
2092
+ "version": "1.7.5",
2093
+ "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
2083
2094
  "license": "MIT",
2084
2095
  "dependencies": {
2085
- "@floating-ui/utils": "^0.2.10"
2096
+ "@floating-ui/utils": "^0.2.11"
2086
2097
  }
2087
2098
  },
2088
2099
  "node_modules/@floating-ui/dom": {
2089
- "version": "1.7.4",
2090
- "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
2100
+ "version": "1.7.6",
2101
+ "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
2091
2102
  "license": "MIT",
2092
2103
  "dependencies": {
2093
- "@floating-ui/core": "^1.7.3",
2094
- "@floating-ui/utils": "^0.2.10"
2104
+ "@floating-ui/core": "^1.7.5",
2105
+ "@floating-ui/utils": "^0.2.11"
2095
2106
  }
2096
2107
  },
2097
2108
  "node_modules/@floating-ui/react": {
2098
- "version": "0.27.16",
2099
- "integrity": "sha512-9O8N4SeG2z++TSM8QA/KTeKFBVCNEz/AGS7gWPJf6KFRzmRWixFRnCnkPHRDwSVZW6QPDO6uT0P2SpWNKCc9/g==",
2109
+ "version": "0.27.19",
2110
+ "integrity": "sha512-31B8h5mm8YxotlE7/AU/PhNAl8eWxAmjL/v2QOxroDNkTFLk3Uu82u63N3b6TXa4EGJeeZLVcd/9AlNlVqzeog==",
2100
2111
  "license": "MIT",
2101
2112
  "dependencies": {
2102
- "@floating-ui/react-dom": "^2.1.6",
2103
- "@floating-ui/utils": "^0.2.10",
2113
+ "@floating-ui/react-dom": "^2.1.8",
2114
+ "@floating-ui/utils": "^0.2.11",
2104
2115
  "tabbable": "^6.0.0"
2105
2116
  },
2106
2117
  "peerDependencies": {
@@ -2109,11 +2120,11 @@
2109
2120
  }
2110
2121
  },
2111
2122
  "node_modules/@floating-ui/react-dom": {
2112
- "version": "2.1.6",
2113
- "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",
2123
+ "version": "2.1.8",
2124
+ "integrity": "sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==",
2114
2125
  "license": "MIT",
2115
2126
  "dependencies": {
2116
- "@floating-ui/dom": "^1.7.4"
2127
+ "@floating-ui/dom": "^1.7.6"
2117
2128
  },
2118
2129
  "peerDependencies": {
2119
2130
  "react": ">=16.8.0",
@@ -2121,8 +2132,8 @@
2121
2132
  }
2122
2133
  },
2123
2134
  "node_modules/@floating-ui/utils": {
2124
- "version": "0.2.10",
2125
- "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
2135
+ "version": "0.2.11",
2136
+ "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
2126
2137
  "license": "MIT"
2127
2138
  },
2128
2139
  "node_modules/@formatjs/ecma402-abstract": {
@@ -2234,6 +2245,7 @@
2234
2245
  "node_modules/@humanfs/core": {
2235
2246
  "version": "0.19.1",
2236
2247
  "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
2248
+ "dev": true,
2237
2249
  "license": "Apache-2.0",
2238
2250
  "engines": {
2239
2251
  "node": ">=18.18.0"
@@ -2242,6 +2254,7 @@
2242
2254
  "node_modules/@humanfs/node": {
2243
2255
  "version": "0.16.7",
2244
2256
  "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
2257
+ "dev": true,
2245
2258
  "license": "Apache-2.0",
2246
2259
  "dependencies": {
2247
2260
  "@humanfs/core": "^0.19.1",
@@ -2254,6 +2267,7 @@
2254
2267
  "node_modules/@humanwhocodes/module-importer": {
2255
2268
  "version": "1.0.1",
2256
2269
  "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
2270
+ "dev": true,
2257
2271
  "license": "Apache-2.0",
2258
2272
  "engines": {
2259
2273
  "node": ">=12.22"
@@ -2266,6 +2280,7 @@
2266
2280
  "node_modules/@humanwhocodes/retry": {
2267
2281
  "version": "0.4.3",
2268
2282
  "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
2283
+ "dev": true,
2269
2284
  "license": "Apache-2.0",
2270
2285
  "engines": {
2271
2286
  "node": ">=18.18"
@@ -2626,8 +2641,8 @@
2626
2641
  }
2627
2642
  },
2628
2643
  "node_modules/@internationalized/date": {
2629
- "version": "3.10.0",
2630
- "integrity": "sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==",
2644
+ "version": "3.11.0",
2645
+ "integrity": "sha512-BOx5huLAWhicM9/ZFs84CzP+V3gBW6vlpM02yzsdYC7TGlZJX1OJiEEHcSayF00Z+3jLlm4w79amvSt6RqKN3Q==",
2631
2646
  "license": "Apache-2.0",
2632
2647
  "dependencies": {
2633
2648
  "@swc/helpers": "^0.5.0"
@@ -2903,13 +2918,13 @@
2903
2918
  }
2904
2919
  },
2905
2920
  "node_modules/@mui/private-theming": {
2906
- "version": "7.3.5",
2907
- "integrity": "sha512-cTx584W2qrLonwhZLbEN7P5pAUu0nZblg8cLBlTrZQ4sIiw8Fbvg7GvuphQaSHxPxrCpa7FDwJKtXdbl2TSmrA==",
2921
+ "version": "7.3.8",
2922
+ "integrity": "sha512-du5dlPZ9XL3xW2apHoGDXBI+QLtyVJGrXNCfcNYfP/ojkz1RQ0rRV6VG9Rkm1DqEFRG8mjjTL7zmE1Bvn1eR4A==",
2908
2923
  "license": "MIT",
2909
2924
  "peer": true,
2910
2925
  "dependencies": {
2911
- "@babel/runtime": "^7.28.4",
2912
- "@mui/utils": "^7.3.5",
2926
+ "@babel/runtime": "^7.28.6",
2927
+ "@mui/utils": "^7.3.8",
2913
2928
  "prop-types": "^15.8.1"
2914
2929
  },
2915
2930
  "engines": {
@@ -2930,17 +2945,17 @@
2930
2945
  }
2931
2946
  },
2932
2947
  "node_modules/@mui/private-theming/node_modules/@mui/utils": {
2933
- "version": "7.3.5",
2934
- "integrity": "sha512-jisvFsEC3sgjUjcPnR4mYfhzjCDIudttSGSbe1o/IXFNu0kZuR+7vqQI0jg8qtcVZBHWrwTfvAZj9MNMumcq1g==",
2948
+ "version": "7.3.8",
2949
+ "integrity": "sha512-kZRcE2620CBGr+XI8YMmwPj6WIPwSF7uMJjvSfqd8zXVvlz0MCJbzRRUGNf8NgflCLthdji2DdS643TeyJ3+nA==",
2935
2950
  "license": "MIT",
2936
2951
  "peer": true,
2937
2952
  "dependencies": {
2938
- "@babel/runtime": "^7.28.4",
2939
- "@mui/types": "^7.4.8",
2953
+ "@babel/runtime": "^7.28.6",
2954
+ "@mui/types": "^7.4.11",
2940
2955
  "@types/prop-types": "^15.7.15",
2941
2956
  "clsx": "^2.1.1",
2942
2957
  "prop-types": "^15.8.1",
2943
- "react-is": "^19.2.0"
2958
+ "react-is": "^19.2.3"
2944
2959
  },
2945
2960
  "engines": {
2946
2961
  "node": ">=14.0.0"
@@ -2960,16 +2975,16 @@
2960
2975
  }
2961
2976
  },
2962
2977
  "node_modules/@mui/styled-engine": {
2963
- "version": "7.3.5",
2964
- "integrity": "sha512-zbsZ0uYYPndFCCPp2+V3RLcAN6+fv4C8pdwRx6OS3BwDkRCN8WBehqks7hWyF3vj1kdQLIWrpdv/5Y0jHRxYXQ==",
2978
+ "version": "7.3.8",
2979
+ "integrity": "sha512-JHAeXQzS0tJ+Fq3C6J4TVDsW+yKhO4uuxuiLaopNStJeQYBIUCXpKYyUCcgXym4AmhbznQnv9RlHywSH6b0FOg==",
2965
2980
  "license": "MIT",
2966
2981
  "peer": true,
2967
2982
  "dependencies": {
2968
- "@babel/runtime": "^7.28.4",
2983
+ "@babel/runtime": "^7.28.6",
2969
2984
  "@emotion/cache": "^11.14.0",
2970
2985
  "@emotion/serialize": "^1.3.3",
2971
2986
  "@emotion/sheet": "^1.4.0",
2972
- "csstype": "^3.1.3",
2987
+ "csstype": "^3.2.3",
2973
2988
  "prop-types": "^15.8.1"
2974
2989
  },
2975
2990
  "engines": {
@@ -2994,18 +3009,18 @@
2994
3009
  }
2995
3010
  },
2996
3011
  "node_modules/@mui/system": {
2997
- "version": "7.3.5",
2998
- "integrity": "sha512-yPaf5+gY3v80HNkJcPi6WT+r9ebeM4eJzrREXPxMt7pNTV/1eahyODO4fbH3Qvd8irNxDFYn5RQ3idHW55rA6g==",
3012
+ "version": "7.3.8",
3013
+ "integrity": "sha512-hoFRj4Zw2Km8DPWZp/nKG+ao5Jw5LSk2m/e4EGc6M3RRwXKEkMSG4TgtfVJg7dS2homRwtdXSMW+iRO0ZJ4+IA==",
2999
3014
  "license": "MIT",
3000
3015
  "peer": true,
3001
3016
  "dependencies": {
3002
- "@babel/runtime": "^7.28.4",
3003
- "@mui/private-theming": "^7.3.5",
3004
- "@mui/styled-engine": "^7.3.5",
3005
- "@mui/types": "^7.4.8",
3006
- "@mui/utils": "^7.3.5",
3017
+ "@babel/runtime": "^7.28.6",
3018
+ "@mui/private-theming": "^7.3.8",
3019
+ "@mui/styled-engine": "^7.3.8",
3020
+ "@mui/types": "^7.4.11",
3021
+ "@mui/utils": "^7.3.8",
3007
3022
  "clsx": "^2.1.1",
3008
- "csstype": "^3.1.3",
3023
+ "csstype": "^3.2.3",
3009
3024
  "prop-types": "^15.8.1"
3010
3025
  },
3011
3026
  "engines": {
@@ -3034,17 +3049,17 @@
3034
3049
  }
3035
3050
  },
3036
3051
  "node_modules/@mui/system/node_modules/@mui/utils": {
3037
- "version": "7.3.5",
3038
- "integrity": "sha512-jisvFsEC3sgjUjcPnR4mYfhzjCDIudttSGSbe1o/IXFNu0kZuR+7vqQI0jg8qtcVZBHWrwTfvAZj9MNMumcq1g==",
3052
+ "version": "7.3.8",
3053
+ "integrity": "sha512-kZRcE2620CBGr+XI8YMmwPj6WIPwSF7uMJjvSfqd8zXVvlz0MCJbzRRUGNf8NgflCLthdji2DdS643TeyJ3+nA==",
3039
3054
  "license": "MIT",
3040
3055
  "peer": true,
3041
3056
  "dependencies": {
3042
- "@babel/runtime": "^7.28.4",
3043
- "@mui/types": "^7.4.8",
3057
+ "@babel/runtime": "^7.28.6",
3058
+ "@mui/types": "^7.4.11",
3044
3059
  "@types/prop-types": "^15.7.15",
3045
3060
  "clsx": "^2.1.1",
3046
3061
  "prop-types": "^15.8.1",
3047
- "react-is": "^19.2.0"
3062
+ "react-is": "^19.2.3"
3048
3063
  },
3049
3064
  "engines": {
3050
3065
  "node": ">=14.0.0"
@@ -3064,11 +3079,11 @@
3064
3079
  }
3065
3080
  },
3066
3081
  "node_modules/@mui/types": {
3067
- "version": "7.4.8",
3068
- "integrity": "sha512-ZNXLBjkPV6ftLCmmRCafak3XmSn8YV0tKE/ZOhzKys7TZXUiE0mZxlH8zKDo6j6TTUaDnuij68gIG+0Ucm7Xhw==",
3082
+ "version": "7.4.11",
3083
+ "integrity": "sha512-fZ2xO9D08IKOxO2oUBi1nnVKH6oJUD+64cnv4YAaFoC0E5+i1+S5AHbNqqvZlYYsbPEQ6qEVwuBqY3jl5W4G+Q==",
3069
3084
  "license": "MIT",
3070
3085
  "dependencies": {
3071
- "@babel/runtime": "^7.28.4"
3086
+ "@babel/runtime": "^7.28.6"
3072
3087
  },
3073
3088
  "peerDependencies": {
3074
3089
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
@@ -3122,13 +3137,13 @@
3122
3137
  }
3123
3138
  },
3124
3139
  "node_modules/@mui/x-date-pickers": {
3125
- "version": "8.19.0",
3126
- "integrity": "sha512-TQ4FsGUsiGJVs+Ie4q7nHXUmFqZADXL/1hVtZpOKsdr3WQXwpX7C5YmeakZGFR2NZnuv4snFj+WTee3kgyFbyQ==",
3140
+ "version": "8.27.2",
3141
+ "integrity": "sha512-06LFkHFRXJ2O9DMXtWAA3kY0jpbL7XH8iqa8L5cBlN+8bRx/UVLKlZYlhGv06C88jF9kuZWY1bUgrv/EoY/2Ww==",
3127
3142
  "license": "MIT",
3128
3143
  "dependencies": {
3129
3144
  "@babel/runtime": "^7.28.4",
3130
3145
  "@mui/utils": "^7.3.5",
3131
- "@mui/x-internals": "8.19.0",
3146
+ "@mui/x-internals": "8.26.0",
3132
3147
  "@types/react-transition-group": "^4.4.12",
3133
3148
  "clsx": "^2.1.1",
3134
3149
  "prop-types": "^15.8.1",
@@ -3187,16 +3202,16 @@
3187
3202
  }
3188
3203
  },
3189
3204
  "node_modules/@mui/x-date-pickers/node_modules/@mui/utils": {
3190
- "version": "7.3.5",
3191
- "integrity": "sha512-jisvFsEC3sgjUjcPnR4mYfhzjCDIudttSGSbe1o/IXFNu0kZuR+7vqQI0jg8qtcVZBHWrwTfvAZj9MNMumcq1g==",
3205
+ "version": "7.3.8",
3206
+ "integrity": "sha512-kZRcE2620CBGr+XI8YMmwPj6WIPwSF7uMJjvSfqd8zXVvlz0MCJbzRRUGNf8NgflCLthdji2DdS643TeyJ3+nA==",
3192
3207
  "license": "MIT",
3193
3208
  "dependencies": {
3194
- "@babel/runtime": "^7.28.4",
3195
- "@mui/types": "^7.4.8",
3209
+ "@babel/runtime": "^7.28.6",
3210
+ "@mui/types": "^7.4.11",
3196
3211
  "@types/prop-types": "^15.7.15",
3197
3212
  "clsx": "^2.1.1",
3198
3213
  "prop-types": "^15.8.1",
3199
- "react-is": "^19.2.0"
3214
+ "react-is": "^19.2.3"
3200
3215
  },
3201
3216
  "engines": {
3202
3217
  "node": ">=14.0.0"
@@ -3216,8 +3231,8 @@
3216
3231
  }
3217
3232
  },
3218
3233
  "node_modules/@mui/x-internals": {
3219
- "version": "8.19.0",
3220
- "integrity": "sha512-mMmiyJAN5fW27srXJjhXhXJa+w2xGO45rwcjws6OQc9rdXGdJqRXhBwJd+OT7J1xwSdFIIUhjZRTz1KAfCSGBg==",
3234
+ "version": "8.26.0",
3235
+ "integrity": "sha512-B9OZau5IQUvIxwpJZhoFJKqRpmWf5r0yMmSXjQuqb5WuqM755EuzWJOenY48denGoENzMLT8hQpA0hRTeU2IPA==",
3221
3236
  "license": "MIT",
3222
3237
  "dependencies": {
3223
3238
  "@babel/runtime": "^7.28.4",
@@ -3237,16 +3252,16 @@
3237
3252
  }
3238
3253
  },
3239
3254
  "node_modules/@mui/x-internals/node_modules/@mui/utils": {
3240
- "version": "7.3.5",
3241
- "integrity": "sha512-jisvFsEC3sgjUjcPnR4mYfhzjCDIudttSGSbe1o/IXFNu0kZuR+7vqQI0jg8qtcVZBHWrwTfvAZj9MNMumcq1g==",
3255
+ "version": "7.3.8",
3256
+ "integrity": "sha512-kZRcE2620CBGr+XI8YMmwPj6WIPwSF7uMJjvSfqd8zXVvlz0MCJbzRRUGNf8NgflCLthdji2DdS643TeyJ3+nA==",
3242
3257
  "license": "MIT",
3243
3258
  "dependencies": {
3244
- "@babel/runtime": "^7.28.4",
3245
- "@mui/types": "^7.4.8",
3259
+ "@babel/runtime": "^7.28.6",
3260
+ "@mui/types": "^7.4.11",
3246
3261
  "@types/prop-types": "^15.7.15",
3247
3262
  "clsx": "^2.1.1",
3248
3263
  "prop-types": "^15.8.1",
3249
- "react-is": "^19.2.0"
3264
+ "react-is": "^19.2.3"
3250
3265
  },
3251
3266
  "engines": {
3252
3267
  "node": ">=14.0.0"
@@ -3472,13 +3487,13 @@
3472
3487
  }
3473
3488
  },
3474
3489
  "node_modules/@react-aria/focus": {
3475
- "version": "3.21.2",
3476
- "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==",
3490
+ "version": "3.21.4",
3491
+ "integrity": "sha512-6gz+j9ip0/vFRTKJMl3R30MHopn4i19HqqLfSQfElxJD+r9hBnYG1Q6Wd/kl/WRR1+CALn2F+rn06jUnf5sT8Q==",
3477
3492
  "license": "Apache-2.0",
3478
3493
  "dependencies": {
3479
- "@react-aria/interactions": "^3.25.6",
3480
- "@react-aria/utils": "^3.31.0",
3481
- "@react-types/shared": "^3.32.1",
3494
+ "@react-aria/interactions": "^3.27.0",
3495
+ "@react-aria/utils": "^3.33.0",
3496
+ "@react-types/shared": "^3.33.0",
3482
3497
  "@swc/helpers": "^0.5.0",
3483
3498
  "clsx": "^2.0.0"
3484
3499
  },
@@ -3488,17 +3503,17 @@
3488
3503
  }
3489
3504
  },
3490
3505
  "node_modules/@react-aria/i18n": {
3491
- "version": "3.12.13",
3492
- "integrity": "sha512-YTM2BPg0v1RvmP8keHenJBmlx8FXUKsdYIEX7x6QWRd1hKlcDwphfjzvt0InX9wiLiPHsT5EoBTpuUk8SXc0Mg==",
3506
+ "version": "3.12.15",
3507
+ "integrity": "sha512-3CrAN7ORVHrckvTmbPq76jFZabqq+rScosGT5+ElircJ5rF5+JcdT99Hp5Xg6R10jk74e8G3xiqdYsUd+7iJMA==",
3493
3508
  "license": "Apache-2.0",
3494
3509
  "dependencies": {
3495
- "@internationalized/date": "^3.10.0",
3510
+ "@internationalized/date": "^3.11.0",
3496
3511
  "@internationalized/message": "^3.1.8",
3497
3512
  "@internationalized/number": "^3.6.5",
3498
3513
  "@internationalized/string": "^3.2.7",
3499
3514
  "@react-aria/ssr": "^3.9.10",
3500
- "@react-aria/utils": "^3.31.0",
3501
- "@react-types/shared": "^3.32.1",
3515
+ "@react-aria/utils": "^3.33.0",
3516
+ "@react-types/shared": "^3.33.0",
3502
3517
  "@swc/helpers": "^0.5.0"
3503
3518
  },
3504
3519
  "peerDependencies": {
@@ -3507,14 +3522,14 @@
3507
3522
  }
3508
3523
  },
3509
3524
  "node_modules/@react-aria/interactions": {
3510
- "version": "3.25.6",
3511
- "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==",
3525
+ "version": "3.27.0",
3526
+ "integrity": "sha512-D27pOy+0jIfHK60BB26AgqjjRFOYdvVSkwC31b2LicIzRCSPOSP06V4gMHuGmkhNTF4+YWDi1HHYjxIvMeiSlA==",
3512
3527
  "license": "Apache-2.0",
3513
3528
  "dependencies": {
3514
3529
  "@react-aria/ssr": "^3.9.10",
3515
- "@react-aria/utils": "^3.31.0",
3530
+ "@react-aria/utils": "^3.33.0",
3516
3531
  "@react-stately/flags": "^3.1.2",
3517
- "@react-types/shared": "^3.32.1",
3532
+ "@react-types/shared": "^3.33.0",
3518
3533
  "@swc/helpers": "^0.5.0"
3519
3534
  },
3520
3535
  "peerDependencies": {
@@ -3523,20 +3538,20 @@
3523
3538
  }
3524
3539
  },
3525
3540
  "node_modules/@react-aria/overlays": {
3526
- "version": "3.30.0",
3527
- "integrity": "sha512-UpjqSjYZx5FAhceWCRVsW6fX1sEwya1fQ/TKkL53FAlLFR8QKuoKqFlmiL43YUFTcGK3UdEOy3cWTleLQwdSmQ==",
3541
+ "version": "3.31.1",
3542
+ "integrity": "sha512-U5BedzcXU97U5PWm4kIPnNoVpAs9KjTYfbkGx33vapmTVpGYhQyYW9eg6zW2E8ZKsyFJtQ/jkQnbWGen97aHSQ==",
3528
3543
  "license": "Apache-2.0",
3529
3544
  "dependencies": {
3530
- "@react-aria/focus": "^3.21.2",
3531
- "@react-aria/i18n": "^3.12.13",
3532
- "@react-aria/interactions": "^3.25.6",
3545
+ "@react-aria/focus": "^3.21.4",
3546
+ "@react-aria/i18n": "^3.12.15",
3547
+ "@react-aria/interactions": "^3.27.0",
3533
3548
  "@react-aria/ssr": "^3.9.10",
3534
- "@react-aria/utils": "^3.31.0",
3535
- "@react-aria/visually-hidden": "^3.8.28",
3536
- "@react-stately/overlays": "^3.6.20",
3537
- "@react-types/button": "^3.14.1",
3538
- "@react-types/overlays": "^3.9.2",
3539
- "@react-types/shared": "^3.32.1",
3549
+ "@react-aria/utils": "^3.33.0",
3550
+ "@react-aria/visually-hidden": "^3.8.30",
3551
+ "@react-stately/overlays": "^3.6.22",
3552
+ "@react-types/button": "^3.15.0",
3553
+ "@react-types/overlays": "^3.9.3",
3554
+ "@react-types/shared": "^3.33.0",
3540
3555
  "@swc/helpers": "^0.5.0"
3541
3556
  },
3542
3557
  "peerDependencies": {
@@ -3559,14 +3574,14 @@
3559
3574
  }
3560
3575
  },
3561
3576
  "node_modules/@react-aria/utils": {
3562
- "version": "3.31.0",
3563
- "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==",
3577
+ "version": "3.33.0",
3578
+ "integrity": "sha512-yvz7CMH8d2VjwbSa5nGXqjU031tYhD8ddax95VzJsHSPyqHDEGfxul8RkhGV6oO7bVqZxVs6xY66NIgae+FHjw==",
3564
3579
  "license": "Apache-2.0",
3565
3580
  "dependencies": {
3566
3581
  "@react-aria/ssr": "^3.9.10",
3567
3582
  "@react-stately/flags": "^3.1.2",
3568
- "@react-stately/utils": "^3.10.8",
3569
- "@react-types/shared": "^3.32.1",
3583
+ "@react-stately/utils": "^3.11.0",
3584
+ "@react-types/shared": "^3.33.0",
3570
3585
  "@swc/helpers": "^0.5.0",
3571
3586
  "clsx": "^2.0.0"
3572
3587
  },
@@ -3576,13 +3591,13 @@
3576
3591
  }
3577
3592
  },
3578
3593
  "node_modules/@react-aria/visually-hidden": {
3579
- "version": "3.8.28",
3580
- "integrity": "sha512-KRRjbVVob2CeBidF24dzufMxBveEUtUu7IM+hpdZKB+gxVROoh4XRLPv9SFmaH89Z7D9To3QoykVZoWD0lan6Q==",
3594
+ "version": "3.8.30",
3595
+ "integrity": "sha512-iY44USEU8sJy0NOJ/sTDn3YlspbhHuVG3nx2YYrzfmxbS3i+lNwkCfG8kJ77dtmbuDLIdBGKENjGkbcwz3kiJg==",
3581
3596
  "license": "Apache-2.0",
3582
3597
  "dependencies": {
3583
- "@react-aria/interactions": "^3.25.6",
3584
- "@react-aria/utils": "^3.31.0",
3585
- "@react-types/shared": "^3.32.1",
3598
+ "@react-aria/interactions": "^3.27.0",
3599
+ "@react-aria/utils": "^3.33.0",
3600
+ "@react-types/shared": "^3.33.0",
3586
3601
  "@swc/helpers": "^0.5.0"
3587
3602
  },
3588
3603
  "peerDependencies": {
@@ -3599,12 +3614,12 @@
3599
3614
  }
3600
3615
  },
3601
3616
  "node_modules/@react-stately/overlays": {
3602
- "version": "3.6.20",
3603
- "integrity": "sha512-YAIe+uI8GUXX8F/0Pzr53YeC5c/bjqbzDFlV8NKfdlCPa6+Jp4B/IlYVjIooBj9+94QvbQdjylegvYWK/iPwlg==",
3617
+ "version": "3.6.22",
3618
+ "integrity": "sha512-sWBnuy5dqVp8d+1e+ABTRVB3YBcOW86/90pF5PWY44au3bUFXVSUBO2QMdR/6JtojDoPRmrjufonI19/Zs/20w==",
3604
3619
  "license": "Apache-2.0",
3605
3620
  "dependencies": {
3606
- "@react-stately/utils": "^3.10.8",
3607
- "@react-types/overlays": "^3.9.2",
3621
+ "@react-stately/utils": "^3.11.0",
3622
+ "@react-types/overlays": "^3.9.3",
3608
3623
  "@swc/helpers": "^0.5.0"
3609
3624
  },
3610
3625
  "peerDependencies": {
@@ -3612,8 +3627,8 @@
3612
3627
  }
3613
3628
  },
3614
3629
  "node_modules/@react-stately/utils": {
3615
- "version": "3.10.8",
3616
- "integrity": "sha512-SN3/h7SzRsusVQjQ4v10LaVsDc81jyyR0DD5HnsQitm/I5WDpaSr2nRHtyloPFU48jlql1XX/S04T2DLQM7Y3g==",
3630
+ "version": "3.11.0",
3631
+ "integrity": "sha512-8LZpYowJ9eZmmYLpudbo/eclIRnbhWIJZ994ncmlKlouNzKohtM8qTC6B1w1pwUbiwGdUoyzLuQbeaIor5Dvcw==",
3617
3632
  "license": "Apache-2.0",
3618
3633
  "dependencies": {
3619
3634
  "@swc/helpers": "^0.5.0"
@@ -3623,43 +3638,43 @@
3623
3638
  }
3624
3639
  },
3625
3640
  "node_modules/@react-types/button": {
3626
- "version": "3.14.1",
3627
- "integrity": "sha512-D8C4IEwKB7zEtiWYVJ3WE/5HDcWlze9mLWQ5hfsBfpePyWCgO3bT/+wjb/7pJvcAocrkXo90QrMm85LcpBtrpg==",
3641
+ "version": "3.15.0",
3642
+ "integrity": "sha512-X/K2/Oeuq7Hi8nMIzx4/YlZuvWFiSOHZt27p4HmThCnNO/9IDFPmvPrpkYjWN5eN9Nuk+P5vZUb4A7QJgYpvGA==",
3628
3643
  "license": "Apache-2.0",
3629
3644
  "dependencies": {
3630
- "@react-types/shared": "^3.32.1"
3645
+ "@react-types/shared": "^3.33.0"
3631
3646
  },
3632
3647
  "peerDependencies": {
3633
3648
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3634
3649
  }
3635
3650
  },
3636
3651
  "node_modules/@react-types/overlays": {
3637
- "version": "3.9.2",
3638
- "integrity": "sha512-Q0cRPcBGzNGmC8dBuHyoPR7N3057KTS5g+vZfQ53k8WwmilXBtemFJPLsogJbspuewQ/QJ3o2HYsp2pne7/iNw==",
3652
+ "version": "3.9.3",
3653
+ "integrity": "sha512-LzetThNNk8T26pQRbs1I7+isuFhdFYREy7wJCsZmbB0FnZgCukGTfOtThZWv+ry11veyVJiX68jfl4SV6ACTWA==",
3639
3654
  "license": "Apache-2.0",
3640
3655
  "dependencies": {
3641
- "@react-types/shared": "^3.32.1"
3656
+ "@react-types/shared": "^3.33.0"
3642
3657
  },
3643
3658
  "peerDependencies": {
3644
3659
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3645
3660
  }
3646
3661
  },
3647
3662
  "node_modules/@react-types/shared": {
3648
- "version": "3.32.1",
3649
- "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==",
3663
+ "version": "3.33.0",
3664
+ "integrity": "sha512-xuUpP6MyuPmJtzNOqF5pzFUIHH2YogyOQfUQHag54PRmWB7AbjuGWBUv0l1UDmz6+AbzAYGmDVAzcRDOu2PFpw==",
3650
3665
  "license": "Apache-2.0",
3651
3666
  "peerDependencies": {
3652
3667
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3653
3668
  }
3654
3669
  },
3655
3670
  "node_modules/@reduxjs/toolkit": {
3656
- "version": "2.11.0",
3657
- "integrity": "sha512-hBjYg0aaRL1O2Z0IqWhnTLytnjDIxekmRxm1snsHjHaKVmIF1HiImWqsq+PuEbn6zdMlkIj9WofK1vR8jjx+Xw==",
3671
+ "version": "2.9.1",
3672
+ "integrity": "sha512-sETJ3qO72y7L7WiR5K54UFLT3jRzAtqeBPVO15xC3bGA6kDqCH8m/v7BKCPH4czydXzz/1lPEGLvew7GjOO3Qw==",
3658
3673
  "license": "MIT",
3659
3674
  "dependencies": {
3660
3675
  "@standard-schema/spec": "^1.0.0",
3661
3676
  "@standard-schema/utils": "^0.3.0",
3662
- "immer": "^11.0.0",
3677
+ "immer": "^10.0.3",
3663
3678
  "redux": "^5.0.1",
3664
3679
  "redux-thunk": "^3.1.0",
3665
3680
  "reselect": "^5.1.0"
@@ -3684,8 +3699,8 @@
3684
3699
  "license": "MIT"
3685
3700
  },
3686
3701
  "node_modules/@rushstack/eslint-patch": {
3687
- "version": "1.15.0",
3688
- "integrity": "sha512-ojSshQPKwVvSMR8yT2L/QtUkV5SXi/IfDiJ4/8d6UbTPjiHVmxZzUAzGD8Tzks1b9+qQkZa0isUOvYObedITaw==",
3702
+ "version": "1.16.1",
3703
+ "integrity": "sha512-TvZbIpeKqGQQ7X0zSCvPH9riMSFQFSggnfBjFZ1mEoILW+UuXCKwOoPcgjMwiUtRqFZ8jWhPJc4um14vC6I4ag==",
3689
3704
  "dev": true,
3690
3705
  "license": "MIT"
3691
3706
  },
@@ -3706,8 +3721,8 @@
3706
3721
  }
3707
3722
  },
3708
3723
  "node_modules/@standard-schema/spec": {
3709
- "version": "1.0.0",
3710
- "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
3724
+ "version": "1.1.0",
3725
+ "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
3711
3726
  "license": "MIT"
3712
3727
  },
3713
3728
  "node_modules/@standard-schema/utils": {
@@ -3721,8 +3736,8 @@
3721
3736
  "license": "Apache-2.0"
3722
3737
  },
3723
3738
  "node_modules/@swc/helpers": {
3724
- "version": "0.5.17",
3725
- "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
3739
+ "version": "0.5.19",
3740
+ "integrity": "sha512-QamiFeIK3txNjgUTNppE6MiG3p7TdninpZu0E0PbqVh1a9FNLT2FRhisaa4NcaX52XVhA5l7Pk58Ft7Sqi/2sA==",
3726
3741
  "license": "Apache-2.0",
3727
3742
  "dependencies": {
3728
3743
  "tslib": "^2.8.0"
@@ -3806,8 +3821,8 @@
3806
3821
  }
3807
3822
  },
3808
3823
  "node_modules/@types/d3-shape": {
3809
- "version": "3.1.7",
3810
- "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==",
3824
+ "version": "3.1.8",
3825
+ "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
3811
3826
  "license": "MIT",
3812
3827
  "dependencies": {
3813
3828
  "@types/d3-path": "*"
@@ -3826,6 +3841,7 @@
3826
3841
  "node_modules/@types/estree": {
3827
3842
  "version": "1.0.8",
3828
3843
  "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
3844
+ "dev": true,
3829
3845
  "license": "MIT"
3830
3846
  },
3831
3847
  "node_modules/@types/js-cookie": {
@@ -3837,6 +3853,7 @@
3837
3853
  "node_modules/@types/json-schema": {
3838
3854
  "version": "7.0.15",
3839
3855
  "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
3856
+ "dev": true,
3840
3857
  "license": "MIT"
3841
3858
  },
3842
3859
  "node_modules/@types/json5": {
@@ -3846,8 +3863,8 @@
3846
3863
  "license": "MIT"
3847
3864
  },
3848
3865
  "node_modules/@types/lodash": {
3849
- "version": "4.17.21",
3850
- "integrity": "sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==",
3866
+ "version": "4.17.24",
3867
+ "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
3851
3868
  "dev": true,
3852
3869
  "license": "MIT"
3853
3870
  },
@@ -3861,8 +3878,8 @@
3861
3878
  }
3862
3879
  },
3863
3880
  "node_modules/@types/node": {
3864
- "version": "20.19.25",
3865
- "integrity": "sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==",
3881
+ "version": "20.19.35",
3882
+ "integrity": "sha512-Uarfe6J91b9HAUXxjvSOdiO2UPOKLm07Q1oh0JHxoZ1y8HoqxDAu3gVrsrOHeiio0kSsoVBt4wFrKOm0dKxVPQ==",
3866
3883
  "dev": true,
3867
3884
  "license": "MIT",
3868
3885
  "dependencies": {
@@ -3880,8 +3897,8 @@
3880
3897
  "license": "MIT"
3881
3898
  },
3882
3899
  "node_modules/@types/react": {
3883
- "version": "19.2.7",
3884
- "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==",
3900
+ "version": "19.2.14",
3901
+ "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
3885
3902
  "license": "MIT",
3886
3903
  "dependencies": {
3887
3904
  "csstype": "^3.2.2"
@@ -3937,20 +3954,19 @@
3937
3954
  "license": "MIT"
3938
3955
  },
3939
3956
  "node_modules/@typescript-eslint/eslint-plugin": {
3940
- "version": "8.48.0",
3941
- "integrity": "sha512-XxXP5tL1txl13YFtrECECQYeZjBZad4fyd3cFV4a19LkAY/bIp9fev3US4S5fDVV2JaYFiKAZ/GRTOLer+mbyQ==",
3957
+ "version": "8.56.1",
3958
+ "integrity": "sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==",
3942
3959
  "dev": true,
3943
3960
  "license": "MIT",
3944
3961
  "dependencies": {
3945
- "@eslint-community/regexpp": "^4.10.0",
3946
- "@typescript-eslint/scope-manager": "8.48.0",
3947
- "@typescript-eslint/type-utils": "8.48.0",
3948
- "@typescript-eslint/utils": "8.48.0",
3949
- "@typescript-eslint/visitor-keys": "8.48.0",
3950
- "graphemer": "^1.4.0",
3951
- "ignore": "^7.0.0",
3962
+ "@eslint-community/regexpp": "^4.12.2",
3963
+ "@typescript-eslint/scope-manager": "8.56.1",
3964
+ "@typescript-eslint/type-utils": "8.56.1",
3965
+ "@typescript-eslint/utils": "8.56.1",
3966
+ "@typescript-eslint/visitor-keys": "8.56.1",
3967
+ "ignore": "^7.0.5",
3952
3968
  "natural-compare": "^1.4.0",
3953
- "ts-api-utils": "^2.1.0"
3969
+ "ts-api-utils": "^2.4.0"
3954
3970
  },
3955
3971
  "engines": {
3956
3972
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -3960,8 +3976,8 @@
3960
3976
  "url": "https://opencollective.com/typescript-eslint"
3961
3977
  },
3962
3978
  "peerDependencies": {
3963
- "@typescript-eslint/parser": "^8.48.0",
3964
- "eslint": "^8.57.0 || ^9.0.0",
3979
+ "@typescript-eslint/parser": "^8.56.1",
3980
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
3965
3981
  "typescript": ">=4.8.4 <6.0.0"
3966
3982
  }
3967
3983
  },
@@ -3975,16 +3991,16 @@
3975
3991
  }
3976
3992
  },
3977
3993
  "node_modules/@typescript-eslint/parser": {
3978
- "version": "8.48.0",
3979
- "integrity": "sha512-jCzKdm/QK0Kg4V4IK/oMlRZlY+QOcdjv89U2NgKHZk1CYTj82/RVSx1mV/0gqCVMJ/DA+Zf/S4NBWNF8GQ+eqQ==",
3994
+ "version": "8.56.1",
3995
+ "integrity": "sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==",
3980
3996
  "dev": true,
3981
3997
  "license": "MIT",
3982
3998
  "dependencies": {
3983
- "@typescript-eslint/scope-manager": "8.48.0",
3984
- "@typescript-eslint/types": "8.48.0",
3985
- "@typescript-eslint/typescript-estree": "8.48.0",
3986
- "@typescript-eslint/visitor-keys": "8.48.0",
3987
- "debug": "^4.3.4"
3999
+ "@typescript-eslint/scope-manager": "8.56.1",
4000
+ "@typescript-eslint/types": "8.56.1",
4001
+ "@typescript-eslint/typescript-estree": "8.56.1",
4002
+ "@typescript-eslint/visitor-keys": "8.56.1",
4003
+ "debug": "^4.4.3"
3988
4004
  },
3989
4005
  "engines": {
3990
4006
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -3994,19 +4010,19 @@
3994
4010
  "url": "https://opencollective.com/typescript-eslint"
3995
4011
  },
3996
4012
  "peerDependencies": {
3997
- "eslint": "^8.57.0 || ^9.0.0",
4013
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
3998
4014
  "typescript": ">=4.8.4 <6.0.0"
3999
4015
  }
4000
4016
  },
4001
4017
  "node_modules/@typescript-eslint/project-service": {
4002
- "version": "8.48.0",
4003
- "integrity": "sha512-Ne4CTZyRh1BecBf84siv42wv5vQvVmgtk8AuiEffKTUo3DrBaGYZueJSxxBZ8fjk/N3DrgChH4TOdIOwOwiqqw==",
4018
+ "version": "8.56.1",
4019
+ "integrity": "sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==",
4004
4020
  "dev": true,
4005
4021
  "license": "MIT",
4006
4022
  "dependencies": {
4007
- "@typescript-eslint/tsconfig-utils": "^8.48.0",
4008
- "@typescript-eslint/types": "^8.48.0",
4009
- "debug": "^4.3.4"
4023
+ "@typescript-eslint/tsconfig-utils": "^8.56.1",
4024
+ "@typescript-eslint/types": "^8.56.1",
4025
+ "debug": "^4.4.3"
4010
4026
  },
4011
4027
  "engines": {
4012
4028
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4020,13 +4036,13 @@
4020
4036
  }
4021
4037
  },
4022
4038
  "node_modules/@typescript-eslint/scope-manager": {
4023
- "version": "8.48.0",
4024
- "integrity": "sha512-uGSSsbrtJrLduti0Q1Q9+BF1/iFKaxGoQwjWOIVNJv0o6omrdyR8ct37m4xIl5Zzpkp69Kkmvom7QFTtue89YQ==",
4039
+ "version": "8.56.1",
4040
+ "integrity": "sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==",
4025
4041
  "dev": true,
4026
4042
  "license": "MIT",
4027
4043
  "dependencies": {
4028
- "@typescript-eslint/types": "8.48.0",
4029
- "@typescript-eslint/visitor-keys": "8.48.0"
4044
+ "@typescript-eslint/types": "8.56.1",
4045
+ "@typescript-eslint/visitor-keys": "8.56.1"
4030
4046
  },
4031
4047
  "engines": {
4032
4048
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4037,8 +4053,8 @@
4037
4053
  }
4038
4054
  },
4039
4055
  "node_modules/@typescript-eslint/tsconfig-utils": {
4040
- "version": "8.48.0",
4041
- "integrity": "sha512-WNebjBdFdyu10sR1M4OXTt2OkMd5KWIL+LLfeH9KhgP+jzfDV/LI3eXzwJ1s9+Yc0Kzo2fQCdY/OpdusCMmh6w==",
4056
+ "version": "8.56.1",
4057
+ "integrity": "sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==",
4042
4058
  "dev": true,
4043
4059
  "license": "MIT",
4044
4060
  "engines": {
@@ -4053,16 +4069,16 @@
4053
4069
  }
4054
4070
  },
4055
4071
  "node_modules/@typescript-eslint/type-utils": {
4056
- "version": "8.48.0",
4057
- "integrity": "sha512-zbeVaVqeXhhab6QNEKfK96Xyc7UQuoFWERhEnj3mLVnUWrQnv15cJNseUni7f3g557gm0e46LZ6IJ4NJVOgOpw==",
4072
+ "version": "8.56.1",
4073
+ "integrity": "sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==",
4058
4074
  "dev": true,
4059
4075
  "license": "MIT",
4060
4076
  "dependencies": {
4061
- "@typescript-eslint/types": "8.48.0",
4062
- "@typescript-eslint/typescript-estree": "8.48.0",
4063
- "@typescript-eslint/utils": "8.48.0",
4064
- "debug": "^4.3.4",
4065
- "ts-api-utils": "^2.1.0"
4077
+ "@typescript-eslint/types": "8.56.1",
4078
+ "@typescript-eslint/typescript-estree": "8.56.1",
4079
+ "@typescript-eslint/utils": "8.56.1",
4080
+ "debug": "^4.4.3",
4081
+ "ts-api-utils": "^2.4.0"
4066
4082
  },
4067
4083
  "engines": {
4068
4084
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4072,13 +4088,13 @@
4072
4088
  "url": "https://opencollective.com/typescript-eslint"
4073
4089
  },
4074
4090
  "peerDependencies": {
4075
- "eslint": "^8.57.0 || ^9.0.0",
4091
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
4076
4092
  "typescript": ">=4.8.4 <6.0.0"
4077
4093
  }
4078
4094
  },
4079
4095
  "node_modules/@typescript-eslint/types": {
4080
- "version": "8.48.0",
4081
- "integrity": "sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA==",
4096
+ "version": "8.56.1",
4097
+ "integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==",
4082
4098
  "dev": true,
4083
4099
  "license": "MIT",
4084
4100
  "engines": {
@@ -4090,20 +4106,20 @@
4090
4106
  }
4091
4107
  },
4092
4108
  "node_modules/@typescript-eslint/typescript-estree": {
4093
- "version": "8.48.0",
4094
- "integrity": "sha512-ljHab1CSO4rGrQIAyizUS6UGHHCiAYhbfcIZ1zVJr5nMryxlXMVWS3duFPSKvSUbFPwkXMFk1k0EMIjub4sRRQ==",
4109
+ "version": "8.56.1",
4110
+ "integrity": "sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==",
4095
4111
  "dev": true,
4096
4112
  "license": "MIT",
4097
4113
  "dependencies": {
4098
- "@typescript-eslint/project-service": "8.48.0",
4099
- "@typescript-eslint/tsconfig-utils": "8.48.0",
4100
- "@typescript-eslint/types": "8.48.0",
4101
- "@typescript-eslint/visitor-keys": "8.48.0",
4102
- "debug": "^4.3.4",
4103
- "minimatch": "^9.0.4",
4104
- "semver": "^7.6.0",
4114
+ "@typescript-eslint/project-service": "8.56.1",
4115
+ "@typescript-eslint/tsconfig-utils": "8.56.1",
4116
+ "@typescript-eslint/types": "8.56.1",
4117
+ "@typescript-eslint/visitor-keys": "8.56.1",
4118
+ "debug": "^4.4.3",
4119
+ "minimatch": "^10.2.2",
4120
+ "semver": "^7.7.3",
4105
4121
  "tinyglobby": "^0.2.15",
4106
- "ts-api-utils": "^2.1.0"
4122
+ "ts-api-utils": "^2.4.0"
4107
4123
  },
4108
4124
  "engines": {
4109
4125
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4116,33 +4132,45 @@
4116
4132
  "typescript": ">=4.8.4 <6.0.0"
4117
4133
  }
4118
4134
  },
4135
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
4136
+ "version": "4.0.4",
4137
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
4138
+ "dev": true,
4139
+ "license": "MIT",
4140
+ "engines": {
4141
+ "node": "18 || 20 || >=22"
4142
+ }
4143
+ },
4119
4144
  "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
4120
- "version": "2.0.2",
4121
- "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
4145
+ "version": "5.0.4",
4146
+ "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
4122
4147
  "dev": true,
4123
4148
  "license": "MIT",
4124
4149
  "dependencies": {
4125
- "balanced-match": "^1.0.0"
4150
+ "balanced-match": "^4.0.2"
4151
+ },
4152
+ "engines": {
4153
+ "node": "18 || 20 || >=22"
4126
4154
  }
4127
4155
  },
4128
4156
  "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
4129
- "version": "9.0.5",
4130
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
4157
+ "version": "10.2.4",
4158
+ "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
4131
4159
  "dev": true,
4132
- "license": "ISC",
4160
+ "license": "BlueOak-1.0.0",
4133
4161
  "dependencies": {
4134
- "brace-expansion": "^2.0.1"
4162
+ "brace-expansion": "^5.0.2"
4135
4163
  },
4136
4164
  "engines": {
4137
- "node": ">=16 || 14 >=14.17"
4165
+ "node": "18 || 20 || >=22"
4138
4166
  },
4139
4167
  "funding": {
4140
4168
  "url": "https://github.com/sponsors/isaacs"
4141
4169
  }
4142
4170
  },
4143
4171
  "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
4144
- "version": "7.7.3",
4145
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
4172
+ "version": "7.7.4",
4173
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
4146
4174
  "dev": true,
4147
4175
  "license": "ISC",
4148
4176
  "bin": {
@@ -4153,15 +4181,15 @@
4153
4181
  }
4154
4182
  },
4155
4183
  "node_modules/@typescript-eslint/utils": {
4156
- "version": "8.48.0",
4157
- "integrity": "sha512-yTJO1XuGxCsSfIVt1+1UrLHtue8xz16V8apzPYI06W0HbEbEWHxHXgZaAgavIkoh+GeV6hKKd5jm0sS6OYxWXQ==",
4184
+ "version": "8.56.1",
4185
+ "integrity": "sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==",
4158
4186
  "dev": true,
4159
4187
  "license": "MIT",
4160
4188
  "dependencies": {
4161
- "@eslint-community/eslint-utils": "^4.7.0",
4162
- "@typescript-eslint/scope-manager": "8.48.0",
4163
- "@typescript-eslint/types": "8.48.0",
4164
- "@typescript-eslint/typescript-estree": "8.48.0"
4189
+ "@eslint-community/eslint-utils": "^4.9.1",
4190
+ "@typescript-eslint/scope-manager": "8.56.1",
4191
+ "@typescript-eslint/types": "8.56.1",
4192
+ "@typescript-eslint/typescript-estree": "8.56.1"
4165
4193
  },
4166
4194
  "engines": {
4167
4195
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4171,18 +4199,18 @@
4171
4199
  "url": "https://opencollective.com/typescript-eslint"
4172
4200
  },
4173
4201
  "peerDependencies": {
4174
- "eslint": "^8.57.0 || ^9.0.0",
4202
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
4175
4203
  "typescript": ">=4.8.4 <6.0.0"
4176
4204
  }
4177
4205
  },
4178
4206
  "node_modules/@typescript-eslint/visitor-keys": {
4179
- "version": "8.48.0",
4180
- "integrity": "sha512-T0XJMaRPOH3+LBbAfzR2jalckP1MSG/L9eUtY0DEzUyVaXJ/t6zN0nR7co5kz0Jko/nkSYCBRkz1djvjajVTTg==",
4207
+ "version": "8.56.1",
4208
+ "integrity": "sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==",
4181
4209
  "dev": true,
4182
4210
  "license": "MIT",
4183
4211
  "dependencies": {
4184
- "@typescript-eslint/types": "8.48.0",
4185
- "eslint-visitor-keys": "^4.2.1"
4212
+ "@typescript-eslint/types": "8.56.1",
4213
+ "eslint-visitor-keys": "^5.0.0"
4186
4214
  },
4187
4215
  "engines": {
4188
4216
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4192,6 +4220,18 @@
4192
4220
  "url": "https://opencollective.com/typescript-eslint"
4193
4221
  }
4194
4222
  },
4223
+ "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
4224
+ "version": "5.0.1",
4225
+ "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
4226
+ "dev": true,
4227
+ "license": "Apache-2.0",
4228
+ "engines": {
4229
+ "node": "^20.19.0 || ^22.13.0 || >=24"
4230
+ },
4231
+ "funding": {
4232
+ "url": "https://opencollective.com/eslint"
4233
+ }
4234
+ },
4195
4235
  "node_modules/@unrs/resolver-binding-android-arm-eabi": {
4196
4236
  "version": "1.11.1",
4197
4237
  "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
@@ -4443,8 +4483,8 @@
4443
4483
  ]
4444
4484
  },
4445
4485
  "node_modules/@wavemaker/variables": {
4446
- "version": "11.14.1-rc.241",
4447
- "integrity": "sha512-AXsQyKkK9YnT2BSGvJRlAF9jkPjYx42CoVf5pFP+GbUPIsJu/wIg98fsTyBWMY/eNOMvJDWd9PUibSy1uozIFA==",
4486
+ "version": "11.14.2-1.6423",
4487
+ "integrity": "sha512-Aw935F5ORM9uFACcYtcg2OcTWtYL/4vmgspmzyuCU+fuYnq+VIf8jOpi3NT4C/n04Jgj9i60B5HxbZ8cE+NjPg==",
4448
4488
  "dev": true,
4449
4489
  "license": "ISC",
4450
4490
  "dependencies": {
@@ -4465,8 +4505,9 @@
4465
4505
  }
4466
4506
  },
4467
4507
  "node_modules/acorn": {
4468
- "version": "8.15.0",
4469
- "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
4508
+ "version": "8.16.0",
4509
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
4510
+ "dev": true,
4470
4511
  "license": "MIT",
4471
4512
  "bin": {
4472
4513
  "acorn": "bin/acorn"
@@ -4478,14 +4519,16 @@
4478
4519
  "node_modules/acorn-jsx": {
4479
4520
  "version": "5.3.2",
4480
4521
  "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
4522
+ "dev": true,
4481
4523
  "license": "MIT",
4482
4524
  "peerDependencies": {
4483
4525
  "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
4484
4526
  }
4485
4527
  },
4486
4528
  "node_modules/ajv": {
4487
- "version": "6.12.6",
4488
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
4529
+ "version": "6.14.0",
4530
+ "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
4531
+ "dev": true,
4489
4532
  "license": "MIT",
4490
4533
  "dependencies": {
4491
4534
  "fast-deep-equal": "^3.1.1",
@@ -4499,8 +4542,8 @@
4499
4542
  }
4500
4543
  },
4501
4544
  "node_modules/ansi-escapes": {
4502
- "version": "7.2.0",
4503
- "integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==",
4545
+ "version": "7.3.0",
4546
+ "integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==",
4504
4547
  "license": "MIT",
4505
4548
  "dependencies": {
4506
4549
  "environment": "^1.0.0"
@@ -4526,6 +4569,7 @@
4526
4569
  "node_modules/ansi-styles": {
4527
4570
  "version": "4.3.0",
4528
4571
  "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
4572
+ "dev": true,
4529
4573
  "license": "MIT",
4530
4574
  "dependencies": {
4531
4575
  "color-convert": "^2.0.1"
@@ -4554,6 +4598,7 @@
4554
4598
  "node_modules/argparse": {
4555
4599
  "version": "2.0.1",
4556
4600
  "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
4601
+ "dev": true,
4557
4602
  "license": "Python-2.0"
4558
4603
  },
4559
4604
  "node_modules/aria-query": {
@@ -4753,8 +4798,8 @@
4753
4798
  }
4754
4799
  },
4755
4800
  "node_modules/axe-core": {
4756
- "version": "4.11.0",
4757
- "integrity": "sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==",
4801
+ "version": "4.11.1",
4802
+ "integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==",
4758
4803
  "dev": true,
4759
4804
  "license": "MPL-2.0",
4760
4805
  "engines": {
@@ -4762,12 +4807,12 @@
4762
4807
  }
4763
4808
  },
4764
4809
  "node_modules/axios": {
4765
- "version": "1.13.2",
4766
- "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
4810
+ "version": "1.13.6",
4811
+ "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
4767
4812
  "license": "MIT",
4768
4813
  "dependencies": {
4769
- "follow-redirects": "^1.15.6",
4770
- "form-data": "^4.0.4",
4814
+ "follow-redirects": "^1.15.11",
4815
+ "form-data": "^4.0.5",
4771
4816
  "proxy-from-env": "^1.1.0"
4772
4817
  }
4773
4818
  },
@@ -4819,6 +4864,7 @@
4819
4864
  "node_modules/babel-plugin-module-resolver/node_modules/glob": {
4820
4865
  "version": "9.3.5",
4821
4866
  "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==",
4867
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
4822
4868
  "dev": true,
4823
4869
  "license": "ISC",
4824
4870
  "dependencies": {
@@ -4835,8 +4881,8 @@
4835
4881
  }
4836
4882
  },
4837
4883
  "node_modules/babel-plugin-module-resolver/node_modules/minimatch": {
4838
- "version": "8.0.4",
4839
- "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==",
4884
+ "version": "8.0.7",
4885
+ "integrity": "sha512-V+1uQNdzybxa14e/p00HZnQNNcTjnRJjDxg2V8wtkjFctq4M7hXFws4oekyTP0Jebeq7QYtpFyOeBAjc88zvYg==",
4840
4886
  "dev": true,
4841
4887
  "license": "ISC",
4842
4888
  "dependencies": {
@@ -4856,13 +4902,13 @@
4856
4902
  "license": "MIT"
4857
4903
  },
4858
4904
  "node_modules/babel-plugin-polyfill-corejs2": {
4859
- "version": "0.4.14",
4860
- "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
4905
+ "version": "0.4.15",
4906
+ "integrity": "sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw==",
4861
4907
  "dev": true,
4862
4908
  "license": "MIT",
4863
4909
  "dependencies": {
4864
- "@babel/compat-data": "^7.27.7",
4865
- "@babel/helper-define-polyfill-provider": "^0.6.5",
4910
+ "@babel/compat-data": "^7.28.6",
4911
+ "@babel/helper-define-polyfill-provider": "^0.6.6",
4866
4912
  "semver": "^6.3.1"
4867
4913
  },
4868
4914
  "peerDependencies": {
@@ -4870,25 +4916,25 @@
4870
4916
  }
4871
4917
  },
4872
4918
  "node_modules/babel-plugin-polyfill-corejs3": {
4873
- "version": "0.13.0",
4874
- "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
4919
+ "version": "0.14.0",
4920
+ "integrity": "sha512-AvDcMxJ34W4Wgy4KBIIePQTAOP1Ie2WFwkQp3dB7FQ/f0lI5+nM96zUnYEOE1P9sEg0es5VCP0HxiWu5fUHZAQ==",
4875
4921
  "dev": true,
4876
4922
  "license": "MIT",
4877
4923
  "dependencies": {
4878
- "@babel/helper-define-polyfill-provider": "^0.6.5",
4879
- "core-js-compat": "^3.43.0"
4924
+ "@babel/helper-define-polyfill-provider": "^0.6.6",
4925
+ "core-js-compat": "^3.48.0"
4880
4926
  },
4881
4927
  "peerDependencies": {
4882
4928
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
4883
4929
  }
4884
4930
  },
4885
4931
  "node_modules/babel-plugin-polyfill-regenerator": {
4886
- "version": "0.6.5",
4887
- "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
4932
+ "version": "0.6.6",
4933
+ "integrity": "sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A==",
4888
4934
  "dev": true,
4889
4935
  "license": "MIT",
4890
4936
  "dependencies": {
4891
- "@babel/helper-define-polyfill-provider": "^0.6.5"
4937
+ "@babel/helper-define-polyfill-provider": "^0.6.6"
4892
4938
  },
4893
4939
  "peerDependencies": {
4894
4940
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -4897,15 +4943,19 @@
4897
4943
  "node_modules/balanced-match": {
4898
4944
  "version": "1.0.2",
4899
4945
  "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
4946
+ "dev": true,
4900
4947
  "license": "MIT"
4901
4948
  },
4902
4949
  "node_modules/baseline-browser-mapping": {
4903
- "version": "2.8.31",
4904
- "integrity": "sha512-a28v2eWrrRWPpJSzxc+mKwm0ZtVx/G8SepdQZDArnXYU/XS+IF6mp8aB/4E+hH1tyGCoDo3KlUCdlSxGDsRkAw==",
4950
+ "version": "2.10.0",
4951
+ "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
4905
4952
  "dev": true,
4906
4953
  "license": "Apache-2.0",
4907
4954
  "bin": {
4908
- "baseline-browser-mapping": "dist/cli.js"
4955
+ "baseline-browser-mapping": "dist/cli.cjs"
4956
+ },
4957
+ "engines": {
4958
+ "node": ">=6.0.0"
4909
4959
  }
4910
4960
  },
4911
4961
  "node_modules/binary-extensions": {
@@ -4924,6 +4974,7 @@
4924
4974
  "node_modules/brace-expansion": {
4925
4975
  "version": "1.1.12",
4926
4976
  "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
4977
+ "dev": true,
4927
4978
  "license": "MIT",
4928
4979
  "dependencies": {
4929
4980
  "balanced-match": "^1.0.0",
@@ -4942,8 +4993,8 @@
4942
4993
  }
4943
4994
  },
4944
4995
  "node_modules/browserslist": {
4945
- "version": "4.28.0",
4946
- "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
4996
+ "version": "4.28.1",
4997
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
4947
4998
  "dev": true,
4948
4999
  "funding": [
4949
5000
  {
@@ -4961,11 +5012,11 @@
4961
5012
  ],
4962
5013
  "license": "MIT",
4963
5014
  "dependencies": {
4964
- "baseline-browser-mapping": "^2.8.25",
4965
- "caniuse-lite": "^1.0.30001754",
4966
- "electron-to-chromium": "^1.5.249",
5015
+ "baseline-browser-mapping": "^2.9.0",
5016
+ "caniuse-lite": "^1.0.30001759",
5017
+ "electron-to-chromium": "^1.5.263",
4967
5018
  "node-releases": "^2.0.27",
4968
- "update-browserslist-db": "^1.1.4"
5019
+ "update-browserslist-db": "^1.2.0"
4969
5020
  },
4970
5021
  "bin": {
4971
5022
  "browserslist": "cli.js"
@@ -5039,8 +5090,8 @@
5039
5090
  }
5040
5091
  },
5041
5092
  "node_modules/caniuse-lite": {
5042
- "version": "1.0.30001757",
5043
- "integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==",
5093
+ "version": "1.0.30001776",
5094
+ "integrity": "sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==",
5044
5095
  "funding": [
5045
5096
  {
5046
5097
  "type": "opencollective",
@@ -5060,6 +5111,7 @@
5060
5111
  "node_modules/chalk": {
5061
5112
  "version": "4.1.2",
5062
5113
  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5114
+ "dev": true,
5063
5115
  "license": "MIT",
5064
5116
  "dependencies": {
5065
5117
  "ansi-styles": "^4.1.0",
@@ -5112,12 +5164,12 @@
5112
5164
  }
5113
5165
  },
5114
5166
  "node_modules/cli-truncate": {
5115
- "version": "5.1.1",
5116
- "integrity": "sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==",
5167
+ "version": "5.2.0",
5168
+ "integrity": "sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw==",
5117
5169
  "license": "MIT",
5118
5170
  "dependencies": {
5119
- "slice-ansi": "^7.1.0",
5120
- "string-width": "^8.0.0"
5171
+ "slice-ansi": "^8.0.0",
5172
+ "string-width": "^8.2.0"
5121
5173
  },
5122
5174
  "engines": {
5123
5175
  "node": ">=20"
@@ -5192,6 +5244,7 @@
5192
5244
  "node_modules/color-convert": {
5193
5245
  "version": "2.0.1",
5194
5246
  "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
5247
+ "devOptional": true,
5195
5248
  "license": "MIT",
5196
5249
  "dependencies": {
5197
5250
  "color-name": "~1.1.4"
@@ -5203,6 +5256,7 @@
5203
5256
  "node_modules/color-name": {
5204
5257
  "version": "1.1.4",
5205
5258
  "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
5259
+ "devOptional": true,
5206
5260
  "license": "MIT"
5207
5261
  },
5208
5262
  "node_modules/color-string": {
@@ -5243,6 +5297,7 @@
5243
5297
  "node_modules/concat-map": {
5244
5298
  "version": "0.0.1",
5245
5299
  "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
5300
+ "dev": true,
5246
5301
  "license": "MIT"
5247
5302
  },
5248
5303
  "node_modules/convert-source-map": {
@@ -5252,12 +5307,12 @@
5252
5307
  "license": "MIT"
5253
5308
  },
5254
5309
  "node_modules/core-js-compat": {
5255
- "version": "3.47.0",
5256
- "integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==",
5310
+ "version": "3.48.0",
5311
+ "integrity": "sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==",
5257
5312
  "dev": true,
5258
5313
  "license": "MIT",
5259
5314
  "dependencies": {
5260
- "browserslist": "^4.28.0"
5315
+ "browserslist": "^4.28.1"
5261
5316
  },
5262
5317
  "funding": {
5263
5318
  "type": "opencollective",
@@ -5325,8 +5380,8 @@
5325
5380
  }
5326
5381
  },
5327
5382
  "node_modules/d3-format": {
5328
- "version": "3.1.0",
5329
- "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
5383
+ "version": "3.1.2",
5384
+ "integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
5330
5385
  "license": "ISC",
5331
5386
  "engines": {
5332
5387
  "node": ">=12"
@@ -5493,6 +5548,7 @@
5493
5548
  "node_modules/deep-is": {
5494
5549
  "version": "0.1.4",
5495
5550
  "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
5551
+ "dev": true,
5496
5552
  "license": "MIT"
5497
5553
  },
5498
5554
  "node_modules/define-data-property": {
@@ -5568,8 +5624,8 @@
5568
5624
  }
5569
5625
  },
5570
5626
  "node_modules/dompurify": {
5571
- "version": "3.3.0",
5572
- "integrity": "sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==",
5627
+ "version": "3.3.1",
5628
+ "integrity": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==",
5573
5629
  "license": "(MPL-2.0 OR Apache-2.0)",
5574
5630
  "optionalDependencies": {
5575
5631
  "@types/trusted-types": "^2.0.7"
@@ -5589,8 +5645,8 @@
5589
5645
  }
5590
5646
  },
5591
5647
  "node_modules/electron-to-chromium": {
5592
- "version": "1.5.260",
5593
- "integrity": "sha512-ov8rBoOBhVawpzdre+Cmz4FB+y66Eqrk6Gwqd8NGxuhv99GQ8XqMAr351KEkOt7gukXWDg6gJWEMKgL2RLMPtA==",
5648
+ "version": "1.5.307",
5649
+ "integrity": "sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==",
5594
5650
  "dev": true,
5595
5651
  "license": "ISC"
5596
5652
  },
@@ -5620,8 +5676,8 @@
5620
5676
  }
5621
5677
  },
5622
5678
  "node_modules/es-abstract": {
5623
- "version": "1.24.0",
5624
- "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
5679
+ "version": "1.24.1",
5680
+ "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
5625
5681
  "dev": true,
5626
5682
  "license": "MIT",
5627
5683
  "dependencies": {
@@ -5704,26 +5760,26 @@
5704
5760
  }
5705
5761
  },
5706
5762
  "node_modules/es-iterator-helpers": {
5707
- "version": "1.2.1",
5708
- "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
5763
+ "version": "1.2.2",
5764
+ "integrity": "sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==",
5709
5765
  "dev": true,
5710
5766
  "license": "MIT",
5711
5767
  "dependencies": {
5712
5768
  "call-bind": "^1.0.8",
5713
- "call-bound": "^1.0.3",
5769
+ "call-bound": "^1.0.4",
5714
5770
  "define-properties": "^1.2.1",
5715
- "es-abstract": "^1.23.6",
5771
+ "es-abstract": "^1.24.1",
5716
5772
  "es-errors": "^1.3.0",
5717
- "es-set-tostringtag": "^2.0.3",
5773
+ "es-set-tostringtag": "^2.1.0",
5718
5774
  "function-bind": "^1.1.2",
5719
- "get-intrinsic": "^1.2.6",
5775
+ "get-intrinsic": "^1.3.0",
5720
5776
  "globalthis": "^1.0.4",
5721
5777
  "gopd": "^1.2.0",
5722
5778
  "has-property-descriptors": "^1.0.2",
5723
5779
  "has-proto": "^1.2.0",
5724
5780
  "has-symbols": "^1.1.0",
5725
5781
  "internal-slot": "^1.1.0",
5726
- "iterator.prototype": "^1.1.4",
5782
+ "iterator.prototype": "^1.1.5",
5727
5783
  "safe-array-concat": "^1.1.3"
5728
5784
  },
5729
5785
  "engines": {
@@ -5785,8 +5841,8 @@
5785
5841
  }
5786
5842
  },
5787
5843
  "node_modules/es-toolkit": {
5788
- "version": "1.42.0",
5789
- "integrity": "sha512-SLHIyY7VfDJBM8clz4+T2oquwTQxEzu263AyhVK4jREOAwJ+8eebaa4wM3nlvnAqhDrMm2EsA6hWHaQsMPQ1nA==",
5844
+ "version": "1.45.1",
5845
+ "integrity": "sha512-/jhoOj/Fx+A+IIyDNOvO3TItGmlMKhtX8ISAHKE90c4b/k1tqaqEZ+uUqfpU8DMnW5cgNJv606zS55jGvza0Xw==",
5790
5846
  "license": "MIT",
5791
5847
  "workspaces": [
5792
5848
  "docs",
@@ -5814,8 +5870,9 @@
5814
5870
  }
5815
5871
  },
5816
5872
  "node_modules/eslint": {
5817
- "version": "9.39.1",
5818
- "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==",
5873
+ "version": "9.39.3",
5874
+ "integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==",
5875
+ "dev": true,
5819
5876
  "license": "MIT",
5820
5877
  "dependencies": {
5821
5878
  "@eslint-community/eslint-utils": "^4.8.0",
@@ -5824,7 +5881,7 @@
5824
5881
  "@eslint/config-helpers": "^0.4.2",
5825
5882
  "@eslint/core": "^0.17.0",
5826
5883
  "@eslint/eslintrc": "^3.3.1",
5827
- "@eslint/js": "9.39.1",
5884
+ "@eslint/js": "9.39.3",
5828
5885
  "@eslint/plugin-kit": "^0.4.1",
5829
5886
  "@humanfs/node": "^0.16.6",
5830
5887
  "@humanwhocodes/module-importer": "^1.0.1",
@@ -6093,30 +6150,25 @@
6093
6150
  "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
6094
6151
  }
6095
6152
  },
6096
- "node_modules/eslint-plugin-react-perf": {
6097
- "version": "3.3.3",
6098
- "integrity": "sha512-EzPdxsRJg5IllCAH9ny/3nK7sv9251tvKmi/d3Ouv5KzI8TB3zNhzScxL9wnh9Hvv8GYC5LEtzTauynfOEYiAw==",
6099
- "license": "MIT",
6100
- "engines": {
6101
- "node": ">=6.9.1"
6102
- },
6103
- "peerDependencies": {
6104
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
6105
- }
6106
- },
6107
6153
  "node_modules/eslint-plugin-react/node_modules/resolve": {
6108
- "version": "2.0.0-next.5",
6109
- "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
6154
+ "version": "2.0.0-next.6",
6155
+ "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
6110
6156
  "dev": true,
6111
6157
  "license": "MIT",
6112
6158
  "dependencies": {
6113
- "is-core-module": "^2.13.0",
6159
+ "es-errors": "^1.3.0",
6160
+ "is-core-module": "^2.16.1",
6161
+ "node-exports-info": "^1.6.0",
6162
+ "object-keys": "^1.1.1",
6114
6163
  "path-parse": "^1.0.7",
6115
6164
  "supports-preserve-symlinks-flag": "^1.0.0"
6116
6165
  },
6117
6166
  "bin": {
6118
6167
  "resolve": "bin/resolve"
6119
6168
  },
6169
+ "engines": {
6170
+ "node": ">= 0.4"
6171
+ },
6120
6172
  "funding": {
6121
6173
  "url": "https://github.com/sponsors/ljharb"
6122
6174
  }
@@ -6124,6 +6176,7 @@
6124
6176
  "node_modules/eslint-scope": {
6125
6177
  "version": "8.4.0",
6126
6178
  "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
6179
+ "dev": true,
6127
6180
  "license": "BSD-2-Clause",
6128
6181
  "dependencies": {
6129
6182
  "esrecurse": "^4.3.0",
@@ -6139,6 +6192,7 @@
6139
6192
  "node_modules/eslint-visitor-keys": {
6140
6193
  "version": "4.2.1",
6141
6194
  "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
6195
+ "dev": true,
6142
6196
  "license": "Apache-2.0",
6143
6197
  "engines": {
6144
6198
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6150,6 +6204,7 @@
6150
6204
  "node_modules/eslint/node_modules/glob-parent": {
6151
6205
  "version": "6.0.2",
6152
6206
  "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
6207
+ "dev": true,
6153
6208
  "license": "ISC",
6154
6209
  "dependencies": {
6155
6210
  "is-glob": "^4.0.3"
@@ -6161,6 +6216,7 @@
6161
6216
  "node_modules/espree": {
6162
6217
  "version": "10.4.0",
6163
6218
  "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
6219
+ "dev": true,
6164
6220
  "license": "BSD-2-Clause",
6165
6221
  "dependencies": {
6166
6222
  "acorn": "^8.15.0",
@@ -6175,8 +6231,9 @@
6175
6231
  }
6176
6232
  },
6177
6233
  "node_modules/esquery": {
6178
- "version": "1.6.0",
6179
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
6234
+ "version": "1.7.0",
6235
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
6236
+ "dev": true,
6180
6237
  "license": "BSD-3-Clause",
6181
6238
  "dependencies": {
6182
6239
  "estraverse": "^5.1.0"
@@ -6188,6 +6245,7 @@
6188
6245
  "node_modules/esrecurse": {
6189
6246
  "version": "4.3.0",
6190
6247
  "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
6248
+ "dev": true,
6191
6249
  "license": "BSD-2-Clause",
6192
6250
  "dependencies": {
6193
6251
  "estraverse": "^5.2.0"
@@ -6199,6 +6257,7 @@
6199
6257
  "node_modules/estraverse": {
6200
6258
  "version": "5.3.0",
6201
6259
  "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
6260
+ "dev": true,
6202
6261
  "license": "BSD-2-Clause",
6203
6262
  "engines": {
6204
6263
  "node": ">=4.0"
@@ -6207,19 +6266,20 @@
6207
6266
  "node_modules/esutils": {
6208
6267
  "version": "2.0.3",
6209
6268
  "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
6269
+ "dev": true,
6210
6270
  "license": "BSD-2-Clause",
6211
6271
  "engines": {
6212
6272
  "node": ">=0.10.0"
6213
6273
  }
6214
6274
  },
6215
6275
  "node_modules/eventemitter3": {
6216
- "version": "5.0.1",
6217
- "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
6276
+ "version": "5.0.4",
6277
+ "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
6218
6278
  "license": "MIT"
6219
6279
  },
6220
6280
  "node_modules/execa": {
6221
- "version": "9.6.0",
6222
- "integrity": "sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==",
6281
+ "version": "9.6.1",
6282
+ "integrity": "sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA==",
6223
6283
  "license": "MIT",
6224
6284
  "dependencies": {
6225
6285
  "@sindresorhus/merge-streams": "^4.0.0",
@@ -6245,6 +6305,7 @@
6245
6305
  "node_modules/fast-deep-equal": {
6246
6306
  "version": "3.1.3",
6247
6307
  "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
6308
+ "dev": true,
6248
6309
  "license": "MIT"
6249
6310
  },
6250
6311
  "node_modules/fast-glob": {
@@ -6266,16 +6327,18 @@
6266
6327
  "node_modules/fast-json-stable-stringify": {
6267
6328
  "version": "2.1.0",
6268
6329
  "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
6330
+ "dev": true,
6269
6331
  "license": "MIT"
6270
6332
  },
6271
6333
  "node_modules/fast-levenshtein": {
6272
6334
  "version": "2.0.6",
6273
6335
  "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
6336
+ "dev": true,
6274
6337
  "license": "MIT"
6275
6338
  },
6276
6339
  "node_modules/fastq": {
6277
- "version": "1.19.1",
6278
- "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
6340
+ "version": "1.20.1",
6341
+ "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
6279
6342
  "dev": true,
6280
6343
  "license": "ISC",
6281
6344
  "dependencies": {
@@ -6299,6 +6362,7 @@
6299
6362
  "node_modules/file-entry-cache": {
6300
6363
  "version": "8.0.0",
6301
6364
  "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
6365
+ "dev": true,
6302
6366
  "license": "MIT",
6303
6367
  "dependencies": {
6304
6368
  "flat-cache": "^4.0.0"
@@ -6335,6 +6399,7 @@
6335
6399
  "node_modules/find-up": {
6336
6400
  "version": "5.0.0",
6337
6401
  "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
6402
+ "dev": true,
6338
6403
  "license": "MIT",
6339
6404
  "dependencies": {
6340
6405
  "locate-path": "^6.0.0",
@@ -6350,6 +6415,7 @@
6350
6415
  "node_modules/flat-cache": {
6351
6416
  "version": "4.0.1",
6352
6417
  "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
6418
+ "dev": true,
6353
6419
  "license": "MIT",
6354
6420
  "dependencies": {
6355
6421
  "flatted": "^3.2.9",
@@ -6360,8 +6426,9 @@
6360
6426
  }
6361
6427
  },
6362
6428
  "node_modules/flatted": {
6363
- "version": "3.3.3",
6364
- "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
6429
+ "version": "3.3.4",
6430
+ "integrity": "sha512-3+mMldrTAPdta5kjX2G2J7iX4zxtnwpdA8Tr2ZSjkyPSanvbZAcy6flmtnXbEybHrDcU9641lxrMfFuUxVz9vA==",
6431
+ "dev": true,
6365
6432
  "license": "ISC"
6366
6433
  },
6367
6434
  "node_modules/follow-redirects": {
@@ -6414,8 +6481,8 @@
6414
6481
  }
6415
6482
  },
6416
6483
  "node_modules/fs-extra": {
6417
- "version": "11.3.2",
6418
- "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
6484
+ "version": "11.3.4",
6485
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
6419
6486
  "dev": true,
6420
6487
  "license": "MIT",
6421
6488
  "dependencies": {
@@ -6519,8 +6586,8 @@
6519
6586
  }
6520
6587
  },
6521
6588
  "node_modules/get-east-asian-width": {
6522
- "version": "1.4.0",
6523
- "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
6589
+ "version": "1.5.0",
6590
+ "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
6524
6591
  "license": "MIT",
6525
6592
  "engines": {
6526
6593
  "node": ">=18"
@@ -6597,8 +6664,8 @@
6597
6664
  }
6598
6665
  },
6599
6666
  "node_modules/get-tsconfig": {
6600
- "version": "4.13.0",
6601
- "integrity": "sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==",
6667
+ "version": "4.13.6",
6668
+ "integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==",
6602
6669
  "dev": true,
6603
6670
  "license": "MIT",
6604
6671
  "dependencies": {
@@ -6611,7 +6678,7 @@
6611
6678
  "node_modules/glob": {
6612
6679
  "version": "7.2.3",
6613
6680
  "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
6614
- "deprecated": "Glob versions prior to v9 are no longer supported",
6681
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
6615
6682
  "dev": true,
6616
6683
  "license": "ISC",
6617
6684
  "dependencies": {
@@ -6644,6 +6711,7 @@
6644
6711
  "node_modules/globals": {
6645
6712
  "version": "14.0.0",
6646
6713
  "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
6714
+ "dev": true,
6647
6715
  "license": "MIT",
6648
6716
  "engines": {
6649
6717
  "node": ">=18"
@@ -6685,12 +6753,6 @@
6685
6753
  "dev": true,
6686
6754
  "license": "ISC"
6687
6755
  },
6688
- "node_modules/graphemer": {
6689
- "version": "1.4.0",
6690
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
6691
- "dev": true,
6692
- "license": "MIT"
6693
- },
6694
6756
  "node_modules/has-bigints": {
6695
6757
  "version": "1.1.0",
6696
6758
  "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
@@ -6706,6 +6768,7 @@
6706
6768
  "node_modules/has-flag": {
6707
6769
  "version": "4.0.0",
6708
6770
  "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
6771
+ "dev": true,
6709
6772
  "license": "MIT",
6710
6773
  "engines": {
6711
6774
  "node": ">=8"
@@ -6821,14 +6884,15 @@
6821
6884
  "node_modules/ignore": {
6822
6885
  "version": "5.3.2",
6823
6886
  "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
6887
+ "dev": true,
6824
6888
  "license": "MIT",
6825
6889
  "engines": {
6826
6890
  "node": ">= 4"
6827
6891
  }
6828
6892
  },
6829
6893
  "node_modules/immer": {
6830
- "version": "11.0.0",
6831
- "integrity": "sha512-XtRG4SINt4dpqlnJvs70O2j6hH7H0X8fUzFsjMn1rwnETaxwp83HLNimXBjZ78MrKl3/d3/pkzDH0o0Lkxm37Q==",
6894
+ "version": "10.2.0",
6895
+ "integrity": "sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==",
6832
6896
  "license": "MIT",
6833
6897
  "funding": {
6834
6898
  "type": "opencollective",
@@ -6853,6 +6917,7 @@
6853
6917
  "node_modules/imurmurhash": {
6854
6918
  "version": "0.1.4",
6855
6919
  "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
6920
+ "dev": true,
6856
6921
  "license": "MIT",
6857
6922
  "engines": {
6858
6923
  "node": ">=0.8.19"
@@ -7003,8 +7068,8 @@
7003
7068
  }
7004
7069
  },
7005
7070
  "node_modules/is-bun-module/node_modules/semver": {
7006
- "version": "7.7.3",
7007
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
7071
+ "version": "7.7.4",
7072
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
7008
7073
  "dev": true,
7009
7074
  "license": "ISC",
7010
7075
  "bin": {
@@ -7076,6 +7141,7 @@
7076
7141
  "node_modules/is-extglob": {
7077
7142
  "version": "2.1.1",
7078
7143
  "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
7144
+ "dev": true,
7079
7145
  "license": "MIT",
7080
7146
  "engines": {
7081
7147
  "node": ">=0.10.0"
@@ -7132,6 +7198,7 @@
7132
7198
  "node_modules/is-glob": {
7133
7199
  "version": "4.0.3",
7134
7200
  "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
7201
+ "dev": true,
7135
7202
  "license": "MIT",
7136
7203
  "dependencies": {
7137
7204
  "is-extglob": "^2.1.1"
@@ -7386,16 +7453,16 @@
7386
7453
  }
7387
7454
  },
7388
7455
  "node_modules/jodit": {
7389
- "version": "4.7.9",
7390
- "integrity": "sha512-dPlewnu2+vVXELh9BEJTNQoSBL3Cf2E0fNh30yjSEgUtJHYSUYToDjMDEqr0T/L9iNpqPTODy2b4pzyGpPRUog==",
7456
+ "version": "4.9.14",
7457
+ "integrity": "sha512-fnQaBl4dqdLOl2OJshvkdi7/fz0DailBoLzqmRg10TR2iLkipjj3ldWRbQm+xYqnFKrJkTR466ilUxzN/QWa+w==",
7391
7458
  "license": "MIT"
7392
7459
  },
7393
7460
  "node_modules/jodit-react": {
7394
- "version": "5.2.38",
7395
- "integrity": "sha512-k98vjch0JWX13Dlf7tWv3wPo6dgO9bpi0NUBC6YrpGLYtRJx8d5Ttz5TLWuydEReedWWyNKobSGIGYQDihP8Vw==",
7461
+ "version": "5.3.21",
7462
+ "integrity": "sha512-dSFVKkrDVbhVwKDjuFMJ3HhPdqeEz/Yz5MhJf9v9B3Gg29CnelKCZ00h6MxXzlhglF3qvtvUTc2HSKrSB15khw==",
7396
7463
  "license": "MIT",
7397
7464
  "dependencies": {
7398
- "jodit": "^4.7.9"
7465
+ "jodit": "^4.9.4"
7399
7466
  },
7400
7467
  "peerDependencies": {
7401
7468
  "react": "~0.14 || ^15 || ^16 || ^17 || ^18 || ^19",
@@ -7418,6 +7485,7 @@
7418
7485
  "node_modules/js-yaml": {
7419
7486
  "version": "4.1.1",
7420
7487
  "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
7488
+ "dev": true,
7421
7489
  "license": "MIT",
7422
7490
  "dependencies": {
7423
7491
  "argparse": "^2.0.1"
@@ -7440,6 +7508,7 @@
7440
7508
  "node_modules/json-buffer": {
7441
7509
  "version": "3.0.1",
7442
7510
  "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
7511
+ "dev": true,
7443
7512
  "license": "MIT"
7444
7513
  },
7445
7514
  "node_modules/json-parse-even-better-errors": {
@@ -7450,11 +7519,13 @@
7450
7519
  "node_modules/json-schema-traverse": {
7451
7520
  "version": "0.4.1",
7452
7521
  "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
7522
+ "dev": true,
7453
7523
  "license": "MIT"
7454
7524
  },
7455
7525
  "node_modules/json-stable-stringify-without-jsonify": {
7456
7526
  "version": "1.0.1",
7457
7527
  "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
7528
+ "dev": true,
7458
7529
  "license": "MIT"
7459
7530
  },
7460
7531
  "node_modules/json5": {
@@ -7499,6 +7570,7 @@
7499
7570
  "node_modules/keyv": {
7500
7571
  "version": "4.5.4",
7501
7572
  "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
7573
+ "dev": true,
7502
7574
  "license": "MIT",
7503
7575
  "dependencies": {
7504
7576
  "json-buffer": "3.0.1"
@@ -7525,6 +7597,7 @@
7525
7597
  "node_modules/levn": {
7526
7598
  "version": "0.4.1",
7527
7599
  "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
7600
+ "dev": true,
7528
7601
  "license": "MIT",
7529
7602
  "dependencies": {
7530
7603
  "prelude-ls": "^1.2.1",
@@ -7540,17 +7613,16 @@
7540
7613
  "license": "MIT"
7541
7614
  },
7542
7615
  "node_modules/lint-staged": {
7543
- "version": "16.2.7",
7544
- "integrity": "sha512-lDIj4RnYmK7/kXMya+qJsmkRFkGolciXjrsZ6PC25GdTfWOAWetR0ZbsNXRAj1EHHImRSalc+whZFg56F5DVow==",
7616
+ "version": "16.3.2",
7617
+ "integrity": "sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg==",
7545
7618
  "license": "MIT",
7546
7619
  "dependencies": {
7547
- "commander": "^14.0.2",
7620
+ "commander": "^14.0.3",
7548
7621
  "listr2": "^9.0.5",
7549
7622
  "micromatch": "^4.0.8",
7550
- "nano-spawn": "^2.0.0",
7551
- "pidtree": "^0.6.0",
7552
7623
  "string-argv": "^0.3.2",
7553
- "yaml": "^2.8.1"
7624
+ "tinyexec": "^1.0.2",
7625
+ "yaml": "^2.8.2"
7554
7626
  },
7555
7627
  "bin": {
7556
7628
  "lint-staged": "bin/lint-staged.js"
@@ -7563,22 +7635,25 @@
7563
7635
  }
7564
7636
  },
7565
7637
  "node_modules/lint-staged/node_modules/commander": {
7566
- "version": "14.0.2",
7567
- "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
7638
+ "version": "14.0.3",
7639
+ "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
7568
7640
  "license": "MIT",
7569
7641
  "engines": {
7570
7642
  "node": ">=20"
7571
7643
  }
7572
7644
  },
7573
7645
  "node_modules/lint-staged/node_modules/yaml": {
7574
- "version": "2.8.1",
7575
- "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
7646
+ "version": "2.8.2",
7647
+ "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
7576
7648
  "license": "ISC",
7577
7649
  "bin": {
7578
7650
  "yaml": "bin.mjs"
7579
7651
  },
7580
7652
  "engines": {
7581
7653
  "node": ">= 14.6"
7654
+ },
7655
+ "funding": {
7656
+ "url": "https://github.com/sponsors/eemeli"
7582
7657
  }
7583
7658
  },
7584
7659
  "node_modules/listr2": {
@@ -7600,6 +7675,7 @@
7600
7675
  "node_modules/locate-path": {
7601
7676
  "version": "6.0.0",
7602
7677
  "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
7678
+ "dev": true,
7603
7679
  "license": "MIT",
7604
7680
  "dependencies": {
7605
7681
  "p-locate": "^5.0.0"
@@ -7612,13 +7688,13 @@
7612
7688
  }
7613
7689
  },
7614
7690
  "node_modules/lodash": {
7615
- "version": "4.17.21",
7616
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
7691
+ "version": "4.17.23",
7692
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
7617
7693
  "license": "MIT"
7618
7694
  },
7619
7695
  "node_modules/lodash-es": {
7620
- "version": "4.17.21",
7621
- "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
7696
+ "version": "4.17.23",
7697
+ "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
7622
7698
  "license": "MIT"
7623
7699
  },
7624
7700
  "node_modules/lodash.debounce": {
@@ -7630,6 +7706,7 @@
7630
7706
  "node_modules/lodash.merge": {
7631
7707
  "version": "4.6.2",
7632
7708
  "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
7709
+ "dev": true,
7633
7710
  "license": "MIT"
7634
7711
  },
7635
7712
  "node_modules/log-update": {
@@ -7650,6 +7727,32 @@
7650
7727
  "url": "https://github.com/sponsors/sindresorhus"
7651
7728
  }
7652
7729
  },
7730
+ "node_modules/log-update/node_modules/ansi-styles": {
7731
+ "version": "6.2.3",
7732
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
7733
+ "license": "MIT",
7734
+ "engines": {
7735
+ "node": ">=12"
7736
+ },
7737
+ "funding": {
7738
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7739
+ }
7740
+ },
7741
+ "node_modules/log-update/node_modules/slice-ansi": {
7742
+ "version": "7.1.2",
7743
+ "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
7744
+ "license": "MIT",
7745
+ "dependencies": {
7746
+ "ansi-styles": "^6.2.1",
7747
+ "is-fullwidth-code-point": "^5.0.0"
7748
+ },
7749
+ "engines": {
7750
+ "node": ">=18"
7751
+ },
7752
+ "funding": {
7753
+ "url": "https://github.com/chalk/slice-ansi?sponsor=1"
7754
+ }
7755
+ },
7653
7756
  "node_modules/loose-envify": {
7654
7757
  "version": "1.4.0",
7655
7758
  "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
@@ -7757,8 +7860,9 @@
7757
7860
  }
7758
7861
  },
7759
7862
  "node_modules/minimatch": {
7760
- "version": "3.1.2",
7761
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
7863
+ "version": "3.1.5",
7864
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
7865
+ "dev": true,
7762
7866
  "license": "ISC",
7763
7867
  "dependencies": {
7764
7868
  "brace-expansion": "^1.1.7"
@@ -7809,17 +7913,6 @@
7809
7913
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
7810
7914
  "license": "MIT"
7811
7915
  },
7812
- "node_modules/nano-spawn": {
7813
- "version": "2.0.0",
7814
- "integrity": "sha512-tacvGzUY5o2D8CBh2rrwxyNojUsZNU2zjNTzKQrkgGJQTbGAfArVWXSKMBokBeeg6C7OLRGUEyoFlYbfeWQIqw==",
7815
- "license": "MIT",
7816
- "engines": {
7817
- "node": ">=20.17"
7818
- },
7819
- "funding": {
7820
- "url": "https://github.com/sindresorhus/nano-spawn?sponsor=1"
7821
- }
7822
- },
7823
7916
  "node_modules/nanoid": {
7824
7917
  "version": "3.3.11",
7825
7918
  "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
@@ -7855,11 +7948,13 @@
7855
7948
  "node_modules/natural-compare": {
7856
7949
  "version": "1.4.0",
7857
7950
  "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
7951
+ "dev": true,
7858
7952
  "license": "MIT"
7859
7953
  },
7860
7954
  "node_modules/next": {
7861
7955
  "version": "15.1.4",
7862
7956
  "integrity": "sha512-mTaq9dwaSuwwOrcu3ebjDYObekkxRnXpuVL21zotM8qE2W0HBOdVIdg2Li9QjMEZrj73LN96LcWcz62V19FjAg==",
7957
+ "deprecated": "This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/CVE-2025-66478 for more details.",
7863
7958
  "license": "MIT",
7864
7959
  "dependencies": {
7865
7960
  "@next/env": "15.1.4",
@@ -7918,9 +8013,27 @@
7918
8013
  "tslib": "^2.8.0"
7919
8014
  }
7920
8015
  },
8016
+ "node_modules/node-exports-info": {
8017
+ "version": "1.6.0",
8018
+ "integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==",
8019
+ "dev": true,
8020
+ "license": "MIT",
8021
+ "dependencies": {
8022
+ "array.prototype.flatmap": "^1.3.3",
8023
+ "es-errors": "^1.3.0",
8024
+ "object.entries": "^1.1.9",
8025
+ "semver": "^6.3.1"
8026
+ },
8027
+ "engines": {
8028
+ "node": ">= 0.4"
8029
+ },
8030
+ "funding": {
8031
+ "url": "https://github.com/sponsors/ljharb"
8032
+ }
8033
+ },
7921
8034
  "node_modules/node-releases": {
7922
- "version": "2.0.27",
7923
- "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
8035
+ "version": "2.0.36",
8036
+ "integrity": "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==",
7924
8037
  "dev": true,
7925
8038
  "license": "MIT"
7926
8039
  },
@@ -8100,6 +8213,7 @@
8100
8213
  "node_modules/optionator": {
8101
8214
  "version": "0.9.4",
8102
8215
  "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
8216
+ "dev": true,
8103
8217
  "license": "MIT",
8104
8218
  "dependencies": {
8105
8219
  "deep-is": "^0.1.3",
@@ -8133,6 +8247,7 @@
8133
8247
  "node_modules/p-limit": {
8134
8248
  "version": "3.1.0",
8135
8249
  "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
8250
+ "dev": true,
8136
8251
  "license": "MIT",
8137
8252
  "dependencies": {
8138
8253
  "yocto-queue": "^0.1.0"
@@ -8147,6 +8262,7 @@
8147
8262
  "node_modules/p-locate": {
8148
8263
  "version": "5.0.0",
8149
8264
  "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
8265
+ "dev": true,
8150
8266
  "license": "MIT",
8151
8267
  "dependencies": {
8152
8268
  "p-limit": "^3.0.2"
@@ -8209,6 +8325,7 @@
8209
8325
  "node_modules/path-exists": {
8210
8326
  "version": "4.0.0",
8211
8327
  "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
8328
+ "dev": true,
8212
8329
  "license": "MIT",
8213
8330
  "engines": {
8214
8331
  "node": ">=8"
@@ -8259,10 +8376,10 @@
8259
8376
  "license": "ISC"
8260
8377
  },
8261
8378
  "node_modules/path-scurry/node_modules/minipass": {
8262
- "version": "7.1.2",
8263
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
8379
+ "version": "7.1.3",
8380
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
8264
8381
  "dev": true,
8265
- "license": "ISC",
8382
+ "license": "BlueOak-1.0.0",
8266
8383
  "engines": {
8267
8384
  "node": ">=16 || 14 >=14.17"
8268
8385
  }
@@ -8291,17 +8408,6 @@
8291
8408
  "url": "https://github.com/sponsors/jonschlinkert"
8292
8409
  }
8293
8410
  },
8294
- "node_modules/pidtree": {
8295
- "version": "0.6.0",
8296
- "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
8297
- "license": "MIT",
8298
- "bin": {
8299
- "pidtree": "bin/pidtree.js"
8300
- },
8301
- "engines": {
8302
- "node": ">=0.10"
8303
- }
8304
- },
8305
8411
  "node_modules/pify": {
8306
8412
  "version": "4.0.1",
8307
8413
  "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
@@ -8432,14 +8538,15 @@
8432
8538
  "node_modules/prelude-ls": {
8433
8539
  "version": "1.2.1",
8434
8540
  "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
8541
+ "dev": true,
8435
8542
  "license": "MIT",
8436
8543
  "engines": {
8437
8544
  "node": ">= 0.8.0"
8438
8545
  }
8439
8546
  },
8440
8547
  "node_modules/prettier": {
8441
- "version": "3.6.2",
8442
- "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
8548
+ "version": "3.8.1",
8549
+ "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
8443
8550
  "dev": true,
8444
8551
  "license": "MIT",
8445
8552
  "bin": {
@@ -8489,6 +8596,7 @@
8489
8596
  "node_modules/punycode": {
8490
8597
  "version": "2.3.1",
8491
8598
  "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
8599
+ "dev": true,
8492
8600
  "license": "MIT",
8493
8601
  "engines": {
8494
8602
  "node": ">=6"
@@ -8520,8 +8628,8 @@
8520
8628
  "license": "MIT"
8521
8629
  },
8522
8630
  "node_modules/react": {
8523
- "version": "19.2.0",
8524
- "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
8631
+ "version": "19.2.4",
8632
+ "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
8525
8633
  "license": "MIT",
8526
8634
  "engines": {
8527
8635
  "node": ">=0.10.0"
@@ -8545,19 +8653,19 @@
8545
8653
  }
8546
8654
  },
8547
8655
  "node_modules/react-dom": {
8548
- "version": "19.2.0",
8549
- "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
8656
+ "version": "19.2.4",
8657
+ "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
8550
8658
  "license": "MIT",
8551
8659
  "dependencies": {
8552
8660
  "scheduler": "^0.27.0"
8553
8661
  },
8554
8662
  "peerDependencies": {
8555
- "react": "^19.2.0"
8663
+ "react": "^19.2.4"
8556
8664
  }
8557
8665
  },
8558
8666
  "node_modules/react-hook-form": {
8559
- "version": "7.66.1",
8560
- "integrity": "sha512-2KnjpgG2Rhbi+CIiIBQQ9Df6sMGH5ExNyFl4Hw9qO7pIqMBR8Bvu9RQyjl3JM4vehzCh9soiNUM/xYMswb2EiA==",
8667
+ "version": "7.71.2",
8668
+ "integrity": "sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==",
8561
8669
  "license": "MIT",
8562
8670
  "engines": {
8563
8671
  "node": ">=18.0.0"
@@ -8571,8 +8679,8 @@
8571
8679
  }
8572
8680
  },
8573
8681
  "node_modules/react-is": {
8574
- "version": "19.2.0",
8575
- "integrity": "sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA==",
8682
+ "version": "19.2.4",
8683
+ "integrity": "sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA==",
8576
8684
  "license": "MIT"
8577
8685
  },
8578
8686
  "node_modules/react-redux": {
@@ -8634,8 +8742,8 @@
8634
8742
  }
8635
8743
  },
8636
8744
  "node_modules/recharts": {
8637
- "version": "3.5.0",
8638
- "integrity": "sha512-jWqBtu8L3VICXWa3g/y+bKjL8DDHSRme7DHD/70LQ/Tk0di1h11Y0kKC0nPh6YJ2oaa0k6anIFNhg6SfzHWdEA==",
8745
+ "version": "3.7.0",
8746
+ "integrity": "sha512-l2VCsy3XXeraxIID9fx23eCb6iCBsxUQDnE8tWm6DFdszVAO7WVY/ChAD9wVit01y6B2PMupYiMmQwhgPHc9Ew==",
8639
8747
  "license": "MIT",
8640
8748
  "workspaces": [
8641
8749
  "www"
@@ -8645,7 +8753,6 @@
8645
8753
  "clsx": "^2.1.1",
8646
8754
  "decimal.js-light": "^2.5.1",
8647
8755
  "es-toolkit": "^1.39.3",
8648
- "eslint-plugin-react-perf": "^3.3.3",
8649
8756
  "eventemitter3": "^5.0.1",
8650
8757
  "immer": "^10.1.1",
8651
8758
  "react-redux": "8.x.x || 9.x.x",
@@ -8663,15 +8770,6 @@
8663
8770
  "react-is": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
8664
8771
  }
8665
8772
  },
8666
- "node_modules/recharts/node_modules/immer": {
8667
- "version": "10.2.0",
8668
- "integrity": "sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==",
8669
- "license": "MIT",
8670
- "funding": {
8671
- "type": "opencollective",
8672
- "url": "https://opencollective.com/immer"
8673
- }
8674
- },
8675
8773
  "node_modules/redux": {
8676
8774
  "version": "5.0.1",
8677
8775
  "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==",
@@ -9026,8 +9124,8 @@
9026
9124
  }
9027
9125
  },
9028
9126
  "node_modules/sharp/node_modules/semver": {
9029
- "version": "7.7.3",
9030
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
9127
+ "version": "7.7.4",
9128
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
9031
9129
  "license": "ISC",
9032
9130
  "optional": true,
9033
9131
  "bin": {
@@ -9164,15 +9262,15 @@
9164
9262
  }
9165
9263
  },
9166
9264
  "node_modules/slice-ansi": {
9167
- "version": "7.1.2",
9168
- "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
9265
+ "version": "8.0.0",
9266
+ "integrity": "sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==",
9169
9267
  "license": "MIT",
9170
9268
  "dependencies": {
9171
- "ansi-styles": "^6.2.1",
9172
- "is-fullwidth-code-point": "^5.0.0"
9269
+ "ansi-styles": "^6.2.3",
9270
+ "is-fullwidth-code-point": "^5.1.0"
9173
9271
  },
9174
9272
  "engines": {
9175
- "node": ">=18"
9273
+ "node": ">=20"
9176
9274
  },
9177
9275
  "funding": {
9178
9276
  "url": "https://github.com/chalk/slice-ansi?sponsor=1"
@@ -9240,12 +9338,12 @@
9240
9338
  }
9241
9339
  },
9242
9340
  "node_modules/string-width": {
9243
- "version": "8.1.0",
9244
- "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==",
9341
+ "version": "8.2.0",
9342
+ "integrity": "sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==",
9245
9343
  "license": "MIT",
9246
9344
  "dependencies": {
9247
- "get-east-asian-width": "^1.3.0",
9248
- "strip-ansi": "^7.1.0"
9345
+ "get-east-asian-width": "^1.5.0",
9346
+ "strip-ansi": "^7.1.2"
9249
9347
  },
9250
9348
  "engines": {
9251
9349
  "node": ">=20"
@@ -9362,11 +9460,11 @@
9362
9460
  }
9363
9461
  },
9364
9462
  "node_modules/strip-ansi": {
9365
- "version": "7.1.2",
9366
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
9463
+ "version": "7.2.0",
9464
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
9367
9465
  "license": "MIT",
9368
9466
  "dependencies": {
9369
- "ansi-regex": "^6.0.1"
9467
+ "ansi-regex": "^6.2.2"
9370
9468
  },
9371
9469
  "engines": {
9372
9470
  "node": ">=12"
@@ -9398,6 +9496,7 @@
9398
9496
  "node_modules/strip-json-comments": {
9399
9497
  "version": "3.1.1",
9400
9498
  "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
9499
+ "dev": true,
9401
9500
  "license": "MIT",
9402
9501
  "engines": {
9403
9502
  "node": ">=8"
@@ -9436,6 +9535,7 @@
9436
9535
  "node_modules/supports-color": {
9437
9536
  "version": "7.2.0",
9438
9537
  "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
9538
+ "dev": true,
9439
9539
  "license": "MIT",
9440
9540
  "dependencies": {
9441
9541
  "has-flag": "^4.0.0"
@@ -9456,8 +9556,8 @@
9456
9556
  }
9457
9557
  },
9458
9558
  "node_modules/tabbable": {
9459
- "version": "6.3.0",
9460
- "integrity": "sha512-EIHvdY5bPLuWForiR/AN2Bxngzpuwn1is4asboytXtpTgsArc+WmSJKVLlhdh71u7jFcryDqB2A8lQvj78MkyQ==",
9559
+ "version": "6.4.0",
9560
+ "integrity": "sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==",
9461
9561
  "license": "MIT"
9462
9562
  },
9463
9563
  "node_modules/tiny-invariant": {
@@ -9470,6 +9570,14 @@
9470
9570
  "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
9471
9571
  "license": "MIT"
9472
9572
  },
9573
+ "node_modules/tinyexec": {
9574
+ "version": "1.0.2",
9575
+ "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==",
9576
+ "license": "MIT",
9577
+ "engines": {
9578
+ "node": ">=18"
9579
+ }
9580
+ },
9473
9581
  "node_modules/tinyglobby": {
9474
9582
  "version": "0.2.15",
9475
9583
  "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
@@ -9527,8 +9635,8 @@
9527
9635
  }
9528
9636
  },
9529
9637
  "node_modules/ts-api-utils": {
9530
- "version": "2.1.0",
9531
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
9638
+ "version": "2.4.0",
9639
+ "integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==",
9532
9640
  "dev": true,
9533
9641
  "license": "MIT",
9534
9642
  "engines": {
@@ -9570,6 +9678,7 @@
9570
9678
  "node_modules/type-check": {
9571
9679
  "version": "0.4.0",
9572
9680
  "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
9681
+ "dev": true,
9573
9682
  "license": "MIT",
9574
9683
  "dependencies": {
9575
9684
  "prelude-ls": "^1.2.1"
@@ -9784,8 +9893,8 @@
9784
9893
  }
9785
9894
  },
9786
9895
  "node_modules/update-browserslist-db": {
9787
- "version": "1.1.4",
9788
- "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
9896
+ "version": "1.2.3",
9897
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
9789
9898
  "dev": true,
9790
9899
  "funding": [
9791
9900
  {
@@ -9816,6 +9925,7 @@
9816
9925
  "node_modules/uri-js": {
9817
9926
  "version": "4.4.1",
9818
9927
  "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
9928
+ "dev": true,
9819
9929
  "license": "BSD-2-Clause",
9820
9930
  "dependencies": {
9821
9931
  "punycode": "^2.1.0"
@@ -9929,8 +10039,8 @@
9929
10039
  }
9930
10040
  },
9931
10041
  "node_modules/which-typed-array": {
9932
- "version": "1.1.19",
9933
- "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
10042
+ "version": "1.1.20",
10043
+ "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
9934
10044
  "dev": true,
9935
10045
  "license": "MIT",
9936
10046
  "dependencies": {
@@ -9952,6 +10062,7 @@
9952
10062
  "node_modules/word-wrap": {
9953
10063
  "version": "1.2.5",
9954
10064
  "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
10065
+ "dev": true,
9955
10066
  "license": "MIT",
9956
10067
  "engines": {
9957
10068
  "node": ">=0.10.0"
@@ -10095,6 +10206,7 @@
10095
10206
  "node_modules/yocto-queue": {
10096
10207
  "version": "0.1.0",
10097
10208
  "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
10209
+ "dev": true,
10098
10210
  "license": "MIT",
10099
10211
  "engines": {
10100
10212
  "node": ">=10"