@wavemaker/react-runtime 11.15.1-rc.6451 → 11.15.2-rc.249

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 (2) hide show
  1. package/package-lock.json +280 -426
  2. package/package.json +2 -2
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/react-runtime",
3
- "version": "11.15.1-rc.6451",
3
+ "version": "11.15.2-rc.249",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/react-runtime",
9
- "version": "11.15.1-rc.6451",
9
+ "version": "11.15.2-rc.249",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@base-ui-components/react": "1.0.0-alpha.8",
@@ -59,7 +59,7 @@
59
59
  "@types/react": "^19.2.8",
60
60
  "@types/react-color": "^3.0.13",
61
61
  "@types/react-dom": "^19.2.3",
62
- "@wavemaker/variables": "11.15.1-rc.6451",
62
+ "@wavemaker/variables": "11.15.2-rc.249",
63
63
  "babel-plugin-module-resolver": "^5.0.2",
64
64
  "eslint": "^9",
65
65
  "eslint-config-next": "15.1.4",
@@ -1787,19 +1787,19 @@
1787
1787
  }
1788
1788
  },
1789
1789
  "node_modules/@emnapi/core": {
1790
- "version": "1.9.1",
1791
- "integrity": "sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==",
1790
+ "version": "1.10.0",
1791
+ "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
1792
1792
  "dev": true,
1793
1793
  "license": "MIT",
1794
1794
  "optional": true,
1795
1795
  "dependencies": {
1796
- "@emnapi/wasi-threads": "1.2.0",
1796
+ "@emnapi/wasi-threads": "1.2.1",
1797
1797
  "tslib": "^2.4.0"
1798
1798
  }
1799
1799
  },
1800
1800
  "node_modules/@emnapi/runtime": {
1801
- "version": "1.9.1",
1802
- "integrity": "sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==",
1801
+ "version": "1.10.0",
1802
+ "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
1803
1803
  "license": "MIT",
1804
1804
  "optional": true,
1805
1805
  "dependencies": {
@@ -1807,8 +1807,8 @@
1807
1807
  }
1808
1808
  },
1809
1809
  "node_modules/@emnapi/wasi-threads": {
1810
- "version": "1.2.0",
1811
- "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==",
1810
+ "version": "1.2.1",
1811
+ "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
1812
1812
  "dev": true,
1813
1813
  "license": "MIT",
1814
1814
  "optional": true,
@@ -2136,52 +2136,6 @@
2136
2136
  "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
2137
2137
  "license": "MIT"
2138
2138
  },
2139
- "node_modules/@formatjs/ecma402-abstract": {
2140
- "version": "2.3.6",
2141
- "integrity": "sha512-HJnTFeRM2kVFVr5gr5kH1XP6K0JcJtE7Lzvtr3FS/so5f1kpsqqqxy5JF+FRaO6H2qmcMfAUIox7AJteieRtVw==",
2142
- "license": "MIT",
2143
- "dependencies": {
2144
- "@formatjs/fast-memoize": "2.2.7",
2145
- "@formatjs/intl-localematcher": "0.6.2",
2146
- "decimal.js": "^10.4.3",
2147
- "tslib": "^2.8.0"
2148
- }
2149
- },
2150
- "node_modules/@formatjs/fast-memoize": {
2151
- "version": "2.2.7",
2152
- "integrity": "sha512-Yabmi9nSvyOMrlSeGGWDiH7rf3a7sIwplbvo/dlz9WCIjzIQAfy1RMf4S0X3yG724n5Ghu2GmEl5NJIV6O9sZQ==",
2153
- "license": "MIT",
2154
- "dependencies": {
2155
- "tslib": "^2.8.0"
2156
- }
2157
- },
2158
- "node_modules/@formatjs/icu-messageformat-parser": {
2159
- "version": "2.11.4",
2160
- "integrity": "sha512-7kR78cRrPNB4fjGFZg3Rmj5aah8rQj9KPzuLsmcSn4ipLXQvC04keycTI1F7kJYDwIXtT2+7IDEto842CfZBtw==",
2161
- "license": "MIT",
2162
- "dependencies": {
2163
- "@formatjs/ecma402-abstract": "2.3.6",
2164
- "@formatjs/icu-skeleton-parser": "1.8.16",
2165
- "tslib": "^2.8.0"
2166
- }
2167
- },
2168
- "node_modules/@formatjs/icu-skeleton-parser": {
2169
- "version": "1.8.16",
2170
- "integrity": "sha512-H13E9Xl+PxBd8D5/6TVUluSpxGNvFSlN/b3coUp0e0JpuWXXnQDiavIpY3NnvSp4xhEMoXyyBvVfdFX8jglOHQ==",
2171
- "license": "MIT",
2172
- "dependencies": {
2173
- "@formatjs/ecma402-abstract": "2.3.6",
2174
- "tslib": "^2.8.0"
2175
- }
2176
- },
2177
- "node_modules/@formatjs/intl-localematcher": {
2178
- "version": "0.6.2",
2179
- "integrity": "sha512-XOMO2Hupl0wdd172Y06h6kLpBz6Dv+J4okPLl4LPtzbr8f66WbIoy4ev98EBuZ6ZK4h5ydTN6XneT4QVpD7cdA==",
2180
- "license": "MIT",
2181
- "dependencies": {
2182
- "tslib": "^2.8.0"
2183
- }
2184
- },
2185
2139
  "node_modules/@fullcalendar/core": {
2186
2140
  "version": "6.1.15",
2187
2141
  "integrity": "sha512-BuX7o6ALpLb84cMw1FCB9/cSgF4JbVO894cjJZ6kP74jzbUZNjtwffwRdA+Id8rrLjT30d/7TrkW90k4zbXB5Q==",
@@ -2243,27 +2197,40 @@
2243
2197
  }
2244
2198
  },
2245
2199
  "node_modules/@humanfs/core": {
2246
- "version": "0.19.1",
2247
- "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
2200
+ "version": "0.19.2",
2201
+ "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
2248
2202
  "dev": true,
2249
2203
  "license": "Apache-2.0",
2204
+ "dependencies": {
2205
+ "@humanfs/types": "^0.15.0"
2206
+ },
2250
2207
  "engines": {
2251
2208
  "node": ">=18.18.0"
2252
2209
  }
2253
2210
  },
2254
2211
  "node_modules/@humanfs/node": {
2255
- "version": "0.16.7",
2256
- "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
2212
+ "version": "0.16.8",
2213
+ "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
2257
2214
  "dev": true,
2258
2215
  "license": "Apache-2.0",
2259
2216
  "dependencies": {
2260
- "@humanfs/core": "^0.19.1",
2217
+ "@humanfs/core": "^0.19.2",
2218
+ "@humanfs/types": "^0.15.0",
2261
2219
  "@humanwhocodes/retry": "^0.4.0"
2262
2220
  },
2263
2221
  "engines": {
2264
2222
  "node": ">=18.18.0"
2265
2223
  }
2266
2224
  },
2225
+ "node_modules/@humanfs/types": {
2226
+ "version": "0.15.0",
2227
+ "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
2228
+ "dev": true,
2229
+ "license": "Apache-2.0",
2230
+ "engines": {
2231
+ "node": ">=18.18.0"
2232
+ }
2233
+ },
2267
2234
  "node_modules/@humanwhocodes/module-importer": {
2268
2235
  "version": "1.0.1",
2269
2236
  "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
@@ -2740,33 +2707,24 @@
2740
2707
  }
2741
2708
  },
2742
2709
  "node_modules/@internationalized/date": {
2743
- "version": "3.12.0",
2744
- "integrity": "sha512-/PyIMzK29jtXaGU23qTvNZxvBXRtKbNnGDFD+PY6CZw/Y8Ex8pFUzkuCJCG9aOqmShjqhS9mPqP6Dk5onQY8rQ==",
2710
+ "version": "3.12.1",
2711
+ "integrity": "sha512-6IedsVWXyq4P9Tj+TxuU8WGWM70hYLl12nbYU8jkikVpa6WXapFazPUcHUMDMoWftIDE2ILDkFFte6W2nFCkRQ==",
2745
2712
  "license": "Apache-2.0",
2746
2713
  "dependencies": {
2747
2714
  "@swc/helpers": "^0.5.0"
2748
2715
  }
2749
2716
  },
2750
- "node_modules/@internationalized/message": {
2751
- "version": "3.1.8",
2752
- "integrity": "sha512-Rwk3j/TlYZhn3HQ6PyXUV0XP9Uv42jqZGNegt0BXlxjE6G3+LwHjbQZAGHhCnCPdaA6Tvd3ma/7QzLlLkJxAWA==",
2753
- "license": "Apache-2.0",
2754
- "dependencies": {
2755
- "@swc/helpers": "^0.5.0",
2756
- "intl-messageformat": "^10.1.0"
2757
- }
2758
- },
2759
2717
  "node_modules/@internationalized/number": {
2760
- "version": "3.6.5",
2761
- "integrity": "sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==",
2718
+ "version": "3.6.6",
2719
+ "integrity": "sha512-iFgmQaXHE0vytNfpLZWOC2mEJCBRzcUxt53Xf/yCXG93lRvqas237i3r7X4RKMwO3txiyZD4mQjKAByFv6UGSQ==",
2762
2720
  "license": "Apache-2.0",
2763
2721
  "dependencies": {
2764
2722
  "@swc/helpers": "^0.5.0"
2765
2723
  }
2766
2724
  },
2767
2725
  "node_modules/@internationalized/string": {
2768
- "version": "3.2.7",
2769
- "integrity": "sha512-D4OHBjrinH+PFZPvfCXvG28n2LSykWcJ7GIioQL+ok0LON15SdfoUssoHzzOUmVZLbRoREsQXVzA6r8JKsbP6A==",
2726
+ "version": "3.2.8",
2727
+ "integrity": "sha512-NdbMQUSfXLYIQol5VyMtinm9pZDciiMfN7RtmSuSB78io1hqwJ0naYfxyW6vgxWBkzWymQa/3uLDlbfmshtCaA==",
2770
2728
  "license": "Apache-2.0",
2771
2729
  "dependencies": {
2772
2730
  "@swc/helpers": "^0.5.0"
@@ -3017,13 +2975,13 @@
3017
2975
  }
3018
2976
  },
3019
2977
  "node_modules/@mui/private-theming": {
3020
- "version": "7.3.9",
3021
- "integrity": "sha512-ErIyRQvsiQEq7Yvcvfw9UDHngaqjMy9P3JDPnRAaKG5qhpl2C4tX/W1S4zJvpu+feihmZJStjIyvnv6KDbIrlw==",
2978
+ "version": "7.3.10",
2979
+ "integrity": "sha512-j3EZN+zOctxUISvJSmsEPo5o2F8zse4l5vRkBY+ps6UtnL6J7o14kUaI4w7gwo73id9e3cDNMVQK/9BVaMHVBw==",
3022
2980
  "license": "MIT",
3023
2981
  "peer": true,
3024
2982
  "dependencies": {
3025
2983
  "@babel/runtime": "^7.28.6",
3026
- "@mui/utils": "^7.3.9",
2984
+ "@mui/utils": "^7.3.10",
3027
2985
  "prop-types": "^15.8.1"
3028
2986
  },
3029
2987
  "engines": {
@@ -3044,8 +3002,8 @@
3044
3002
  }
3045
3003
  },
3046
3004
  "node_modules/@mui/private-theming/node_modules/@mui/utils": {
3047
- "version": "7.3.9",
3048
- "integrity": "sha512-U6SdZaGbfb65fqTsH3V5oJdFj9uYwyLE2WVuNvmbggTSDBb8QHrFsqY8BN3taK9t3yJ8/BPHD/kNvLNyjwM7Yw==",
3005
+ "version": "7.3.10",
3006
+ "integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
3049
3007
  "license": "MIT",
3050
3008
  "peer": true,
3051
3009
  "dependencies": {
@@ -3074,8 +3032,8 @@
3074
3032
  }
3075
3033
  },
3076
3034
  "node_modules/@mui/styled-engine": {
3077
- "version": "7.3.9",
3078
- "integrity": "sha512-JqujWt5bX4okjUPGpVof/7pvgClqh7HvIbsIBIOOlCh2u3wG/Bwp4+E1bc1dXSwkrkp9WUAoNdI5HEC+5HKvMw==",
3035
+ "version": "7.3.10",
3036
+ "integrity": "sha512-WxE9SiF8xskAQqGjsp0poXCkCqsoXFEsSr0HBXfApmGHR+DBnXRp+z46Vsltg4gpPM4Z96DeAQRpeAOnhNg7Ng==",
3079
3037
  "license": "MIT",
3080
3038
  "peer": true,
3081
3039
  "dependencies": {
@@ -3108,16 +3066,16 @@
3108
3066
  }
3109
3067
  },
3110
3068
  "node_modules/@mui/system": {
3111
- "version": "7.3.9",
3112
- "integrity": "sha512-aL1q9am8XpRrSabv9qWf5RHhJICJql34wnrc1nz0MuOglPRYF/liN+c8VqZdTvUn9qg+ZjRVbKf4sJVFfIDtmg==",
3069
+ "version": "7.3.10",
3070
+ "integrity": "sha512-/sfPpdpJaQn7BSF+avjIdHSYmxHp0UOBYNxSG9QGKfMOD6sLANCpRPCnanq1Pe0lFf0NHkO2iUk0TNzdWC1USQ==",
3113
3071
  "license": "MIT",
3114
3072
  "peer": true,
3115
3073
  "dependencies": {
3116
3074
  "@babel/runtime": "^7.28.6",
3117
- "@mui/private-theming": "^7.3.9",
3118
- "@mui/styled-engine": "^7.3.9",
3075
+ "@mui/private-theming": "^7.3.10",
3076
+ "@mui/styled-engine": "^7.3.10",
3119
3077
  "@mui/types": "^7.4.12",
3120
- "@mui/utils": "^7.3.9",
3078
+ "@mui/utils": "^7.3.10",
3121
3079
  "clsx": "^2.1.1",
3122
3080
  "csstype": "^3.2.3",
3123
3081
  "prop-types": "^15.8.1"
@@ -3148,8 +3106,8 @@
3148
3106
  }
3149
3107
  },
3150
3108
  "node_modules/@mui/system/node_modules/@mui/utils": {
3151
- "version": "7.3.9",
3152
- "integrity": "sha512-U6SdZaGbfb65fqTsH3V5oJdFj9uYwyLE2WVuNvmbggTSDBb8QHrFsqY8BN3taK9t3yJ8/BPHD/kNvLNyjwM7Yw==",
3109
+ "version": "7.3.10",
3110
+ "integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
3153
3111
  "license": "MIT",
3154
3112
  "peer": true,
3155
3113
  "dependencies": {
@@ -3236,8 +3194,8 @@
3236
3194
  }
3237
3195
  },
3238
3196
  "node_modules/@mui/x-date-pickers": {
3239
- "version": "8.27.2",
3240
- "integrity": "sha512-06LFkHFRXJ2O9DMXtWAA3kY0jpbL7XH8iqa8L5cBlN+8bRx/UVLKlZYlhGv06C88jF9kuZWY1bUgrv/EoY/2Ww==",
3197
+ "version": "8.28.3",
3198
+ "integrity": "sha512-YaNZR0/bAniPeOuZETZvFMrCVmyo/WxGhdgogUdX6kh0NBWrLe8oPoxJFrL6eqO0khD9gZ6JoJaHrrNwT2nsLg==",
3241
3199
  "license": "MIT",
3242
3200
  "dependencies": {
3243
3201
  "@babel/runtime": "^7.28.4",
@@ -3301,8 +3259,8 @@
3301
3259
  }
3302
3260
  },
3303
3261
  "node_modules/@mui/x-date-pickers/node_modules/@mui/utils": {
3304
- "version": "7.3.9",
3305
- "integrity": "sha512-U6SdZaGbfb65fqTsH3V5oJdFj9uYwyLE2WVuNvmbggTSDBb8QHrFsqY8BN3taK9t3yJ8/BPHD/kNvLNyjwM7Yw==",
3262
+ "version": "7.3.10",
3263
+ "integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
3306
3264
  "license": "MIT",
3307
3265
  "dependencies": {
3308
3266
  "@babel/runtime": "^7.28.6",
@@ -3351,8 +3309,8 @@
3351
3309
  }
3352
3310
  },
3353
3311
  "node_modules/@mui/x-internals/node_modules/@mui/utils": {
3354
- "version": "7.3.9",
3355
- "integrity": "sha512-U6SdZaGbfb65fqTsH3V5oJdFj9uYwyLE2WVuNvmbggTSDBb8QHrFsqY8BN3taK9t3yJ8/BPHD/kNvLNyjwM7Yw==",
3312
+ "version": "7.3.10",
3313
+ "integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
3356
3314
  "license": "MIT",
3357
3315
  "dependencies": {
3358
3316
  "@babel/runtime": "^7.28.6",
@@ -3585,183 +3543,22 @@
3585
3543
  "url": "https://opencollective.com/popperjs"
3586
3544
  }
3587
3545
  },
3588
- "node_modules/@react-aria/focus": {
3589
- "version": "3.21.5",
3590
- "integrity": "sha512-V18fwCyf8zqgJdpLQeDU5ZRNd9TeOfBbhLgmX77Zr5ae9XwaoJ1R3SFJG1wCJX60t34AW+aLZSEEK+saQElf3Q==",
3591
- "license": "Apache-2.0",
3592
- "dependencies": {
3593
- "@react-aria/interactions": "^3.27.1",
3594
- "@react-aria/utils": "^3.33.1",
3595
- "@react-types/shared": "^3.33.1",
3596
- "@swc/helpers": "^0.5.0",
3597
- "clsx": "^2.0.0"
3598
- },
3599
- "peerDependencies": {
3600
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
3601
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3602
- }
3603
- },
3604
- "node_modules/@react-aria/i18n": {
3605
- "version": "3.12.16",
3606
- "integrity": "sha512-Km2CAz6MFQOUEaattaW+2jBdWOHUF8WX7VQoNbjlqElCP58nSaqi9yxTWUDRhAcn8/xFUnkFh4MFweNgtrHuEA==",
3607
- "license": "Apache-2.0",
3608
- "dependencies": {
3609
- "@internationalized/date": "^3.12.0",
3610
- "@internationalized/message": "^3.1.8",
3611
- "@internationalized/number": "^3.6.5",
3612
- "@internationalized/string": "^3.2.7",
3613
- "@react-aria/ssr": "^3.9.10",
3614
- "@react-aria/utils": "^3.33.1",
3615
- "@react-types/shared": "^3.33.1",
3616
- "@swc/helpers": "^0.5.0"
3617
- },
3618
- "peerDependencies": {
3619
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
3620
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3621
- }
3622
- },
3623
- "node_modules/@react-aria/interactions": {
3624
- "version": "3.27.1",
3625
- "integrity": "sha512-M3wLpTTmDflI0QGNK0PJNUaBXXfeBXue8ZxLMngfc1piHNiH4G5lUvWd9W14XVbqrSCVY8i8DfGrNYpyyZu0tw==",
3626
- "license": "Apache-2.0",
3627
- "dependencies": {
3628
- "@react-aria/ssr": "^3.9.10",
3629
- "@react-aria/utils": "^3.33.1",
3630
- "@react-stately/flags": "^3.1.2",
3631
- "@react-types/shared": "^3.33.1",
3632
- "@swc/helpers": "^0.5.0"
3633
- },
3634
- "peerDependencies": {
3635
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
3636
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3637
- }
3638
- },
3639
3546
  "node_modules/@react-aria/overlays": {
3640
- "version": "3.31.2",
3641
- "integrity": "sha512-78HYI08r6LvcfD34gyv19ArRIjy1qxOKuXl/jYnjLDyQzD4pVb634IQWcm0zt10RdKgyuH6HTqvuDOgZTLet7Q==",
3642
- "license": "Apache-2.0",
3643
- "dependencies": {
3644
- "@react-aria/focus": "^3.21.5",
3645
- "@react-aria/i18n": "^3.12.16",
3646
- "@react-aria/interactions": "^3.27.1",
3647
- "@react-aria/ssr": "^3.9.10",
3648
- "@react-aria/utils": "^3.33.1",
3649
- "@react-aria/visually-hidden": "^3.8.31",
3650
- "@react-stately/flags": "^3.1.2",
3651
- "@react-stately/overlays": "^3.6.23",
3652
- "@react-types/button": "^3.15.1",
3653
- "@react-types/overlays": "^3.9.4",
3654
- "@react-types/shared": "^3.33.1",
3655
- "@swc/helpers": "^0.5.0"
3656
- },
3657
- "peerDependencies": {
3658
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
3659
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3660
- }
3661
- },
3662
- "node_modules/@react-aria/ssr": {
3663
- "version": "3.9.10",
3664
- "integrity": "sha512-hvTm77Pf+pMBhuBm760Li0BVIO38jv1IBws1xFm1NoL26PU+fe+FMW5+VZWyANR6nYL65joaJKZqOdTQMkO9IQ==",
3547
+ "version": "3.32.0",
3548
+ "integrity": "sha512-H9meBB14/M0bDwk8gZl8Fu8bwZN2El9LDlk5cNkgAozbEiRuQvTFOeE3RoP6XI6bwEnSBvb0ovPmx3/kNyOehQ==",
3665
3549
  "license": "Apache-2.0",
3666
3550
  "dependencies": {
3667
- "@swc/helpers": "^0.5.0"
3668
- },
3669
- "engines": {
3670
- "node": ">= 12"
3671
- },
3672
- "peerDependencies": {
3673
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3674
- }
3675
- },
3676
- "node_modules/@react-aria/utils": {
3677
- "version": "3.33.1",
3678
- "integrity": "sha512-kIx1Sj6bbAT0pdqCegHuPanR9zrLn5zMRiM7LN12rgRf55S19ptd9g3ncahArifYTRkfEU9VIn+q0HjfMqS9/w==",
3679
- "license": "Apache-2.0",
3680
- "dependencies": {
3681
- "@react-aria/ssr": "^3.9.10",
3682
- "@react-stately/flags": "^3.1.2",
3683
- "@react-stately/utils": "^3.11.0",
3684
- "@react-types/shared": "^3.33.1",
3685
3551
  "@swc/helpers": "^0.5.0",
3686
- "clsx": "^2.0.0"
3687
- },
3688
- "peerDependencies": {
3689
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
3690
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3691
- }
3692
- },
3693
- "node_modules/@react-aria/visually-hidden": {
3694
- "version": "3.8.31",
3695
- "integrity": "sha512-RTOHHa4n56a9A3criThqFHBifvZoV71+MCkSuNP2cKO662SUWjqKkd0tJt/mBRMEJPkys8K7Eirp6T8Wt5FFRA==",
3696
- "license": "Apache-2.0",
3697
- "dependencies": {
3698
- "@react-aria/interactions": "^3.27.1",
3699
- "@react-aria/utils": "^3.33.1",
3700
- "@react-types/shared": "^3.33.1",
3701
- "@swc/helpers": "^0.5.0"
3552
+ "react-aria": "3.48.0"
3702
3553
  },
3703
3554
  "peerDependencies": {
3704
3555
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
3705
3556
  "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3706
3557
  }
3707
3558
  },
3708
- "node_modules/@react-stately/flags": {
3709
- "version": "3.1.2",
3710
- "integrity": "sha512-2HjFcZx1MyQXoPqcBGALwWWmgFVUk2TuKVIQxCbRq7fPyWXIl6VHcakCLurdtYC2Iks7zizvz0Idv48MQ38DWg==",
3711
- "license": "Apache-2.0",
3712
- "dependencies": {
3713
- "@swc/helpers": "^0.5.0"
3714
- }
3715
- },
3716
- "node_modules/@react-stately/overlays": {
3717
- "version": "3.6.23",
3718
- "integrity": "sha512-RzWxots9A6gAzQMP4s8hOAHV7SbJRTFSlQbb6ly1nkWQXacOSZSFNGsKOaS0eIatfNPlNnW4NIkgtGws5UYzfw==",
3719
- "license": "Apache-2.0",
3720
- "dependencies": {
3721
- "@react-stately/utils": "^3.11.0",
3722
- "@react-types/overlays": "^3.9.4",
3723
- "@swc/helpers": "^0.5.0"
3724
- },
3725
- "peerDependencies": {
3726
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3727
- }
3728
- },
3729
- "node_modules/@react-stately/utils": {
3730
- "version": "3.11.0",
3731
- "integrity": "sha512-8LZpYowJ9eZmmYLpudbo/eclIRnbhWIJZ994ncmlKlouNzKohtM8qTC6B1w1pwUbiwGdUoyzLuQbeaIor5Dvcw==",
3732
- "license": "Apache-2.0",
3733
- "dependencies": {
3734
- "@swc/helpers": "^0.5.0"
3735
- },
3736
- "peerDependencies": {
3737
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3738
- }
3739
- },
3740
- "node_modules/@react-types/button": {
3741
- "version": "3.15.1",
3742
- "integrity": "sha512-M1HtsKreJkigCnqceuIT22hDJBSStbPimnpmQmsl7SNyqCFY3+DHS7y/Sl3GvqCkzxF7j9UTL0dG38lGQ3K4xQ==",
3743
- "license": "Apache-2.0",
3744
- "dependencies": {
3745
- "@react-types/shared": "^3.33.1"
3746
- },
3747
- "peerDependencies": {
3748
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3749
- }
3750
- },
3751
- "node_modules/@react-types/overlays": {
3752
- "version": "3.9.4",
3753
- "integrity": "sha512-7Z9HaebMFyYBqtv3XVNHEmVkm7AiYviV7gv0c98elEN2Co+eQcKFGvwBM9Gy/lV57zlTqFX1EX/SAqkMEbCLOA==",
3754
- "license": "Apache-2.0",
3755
- "dependencies": {
3756
- "@react-types/shared": "^3.33.1"
3757
- },
3758
- "peerDependencies": {
3759
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
3760
- }
3761
- },
3762
3559
  "node_modules/@react-types/shared": {
3763
- "version": "3.33.1",
3764
- "integrity": "sha512-oJHtjvLG43VjwemQDadlR5g/8VepK56B/xKO2XORPHt9zlW6IZs3tZrYlvH29BMvoqC7RtE7E5UjgbnbFtDGag==",
3560
+ "version": "3.34.0",
3561
+ "integrity": "sha512-gp6xo/s2lX54AlTjOiqwDnxA7UW79BNvI9dB9pr3LZTzRKCd1ZA+ZbgKw/ReIiWuvvVw/8QFJpnqeeFyLocMcQ==",
3765
3562
  "license": "Apache-2.0",
3766
3563
  "peerDependencies": {
3767
3564
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
@@ -3831,8 +3628,8 @@
3831
3628
  "license": "MIT"
3832
3629
  },
3833
3630
  "node_modules/@swc/helpers": {
3834
- "version": "0.5.19",
3835
- "integrity": "sha512-QamiFeIK3txNjgUTNppE6MiG3p7TdninpZu0E0PbqVh1a9FNLT2FRhisaa4NcaX52XVhA5l7Pk58Ft7Sqi/2sA==",
3631
+ "version": "0.5.21",
3632
+ "integrity": "sha512-jI/VAmtdjB/RnI8GTnokyX7Ug8c+g+ffD6QRLa6XQewtnGyukKkKSk3wLTM3b5cjt1jNh9x0jfVlagdN2gDKQg==",
3836
3633
  "license": "Apache-2.0",
3837
3634
  "dependencies": {
3838
3635
  "tslib": "^2.8.0"
@@ -3973,8 +3770,8 @@
3973
3770
  }
3974
3771
  },
3975
3772
  "node_modules/@types/node": {
3976
- "version": "20.19.37",
3977
- "integrity": "sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==",
3773
+ "version": "20.19.39",
3774
+ "integrity": "sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==",
3978
3775
  "dev": true,
3979
3776
  "license": "MIT",
3980
3777
  "dependencies": {
@@ -4049,19 +3846,19 @@
4049
3846
  "license": "MIT"
4050
3847
  },
4051
3848
  "node_modules/@typescript-eslint/eslint-plugin": {
4052
- "version": "8.57.2",
4053
- "integrity": "sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==",
3849
+ "version": "8.58.2",
3850
+ "integrity": "sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==",
4054
3851
  "dev": true,
4055
3852
  "license": "MIT",
4056
3853
  "dependencies": {
4057
3854
  "@eslint-community/regexpp": "^4.12.2",
4058
- "@typescript-eslint/scope-manager": "8.57.2",
4059
- "@typescript-eslint/type-utils": "8.57.2",
4060
- "@typescript-eslint/utils": "8.57.2",
4061
- "@typescript-eslint/visitor-keys": "8.57.2",
3855
+ "@typescript-eslint/scope-manager": "8.58.2",
3856
+ "@typescript-eslint/type-utils": "8.58.2",
3857
+ "@typescript-eslint/utils": "8.58.2",
3858
+ "@typescript-eslint/visitor-keys": "8.58.2",
4062
3859
  "ignore": "^7.0.5",
4063
3860
  "natural-compare": "^1.4.0",
4064
- "ts-api-utils": "^2.4.0"
3861
+ "ts-api-utils": "^2.5.0"
4065
3862
  },
4066
3863
  "engines": {
4067
3864
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4071,9 +3868,9 @@
4071
3868
  "url": "https://opencollective.com/typescript-eslint"
4072
3869
  },
4073
3870
  "peerDependencies": {
4074
- "@typescript-eslint/parser": "^8.57.2",
3871
+ "@typescript-eslint/parser": "^8.58.2",
4075
3872
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
4076
- "typescript": ">=4.8.4 <6.0.0"
3873
+ "typescript": ">=4.8.4 <6.1.0"
4077
3874
  }
4078
3875
  },
4079
3876
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
@@ -4086,15 +3883,15 @@
4086
3883
  }
4087
3884
  },
4088
3885
  "node_modules/@typescript-eslint/parser": {
4089
- "version": "8.57.2",
4090
- "integrity": "sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==",
3886
+ "version": "8.58.2",
3887
+ "integrity": "sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==",
4091
3888
  "dev": true,
4092
3889
  "license": "MIT",
4093
3890
  "dependencies": {
4094
- "@typescript-eslint/scope-manager": "8.57.2",
4095
- "@typescript-eslint/types": "8.57.2",
4096
- "@typescript-eslint/typescript-estree": "8.57.2",
4097
- "@typescript-eslint/visitor-keys": "8.57.2",
3891
+ "@typescript-eslint/scope-manager": "8.58.2",
3892
+ "@typescript-eslint/types": "8.58.2",
3893
+ "@typescript-eslint/typescript-estree": "8.58.2",
3894
+ "@typescript-eslint/visitor-keys": "8.58.2",
4098
3895
  "debug": "^4.4.3"
4099
3896
  },
4100
3897
  "engines": {
@@ -4106,17 +3903,17 @@
4106
3903
  },
4107
3904
  "peerDependencies": {
4108
3905
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
4109
- "typescript": ">=4.8.4 <6.0.0"
3906
+ "typescript": ">=4.8.4 <6.1.0"
4110
3907
  }
4111
3908
  },
4112
3909
  "node_modules/@typescript-eslint/project-service": {
4113
- "version": "8.57.2",
4114
- "integrity": "sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==",
3910
+ "version": "8.58.2",
3911
+ "integrity": "sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==",
4115
3912
  "dev": true,
4116
3913
  "license": "MIT",
4117
3914
  "dependencies": {
4118
- "@typescript-eslint/tsconfig-utils": "^8.57.2",
4119
- "@typescript-eslint/types": "^8.57.2",
3915
+ "@typescript-eslint/tsconfig-utils": "^8.58.2",
3916
+ "@typescript-eslint/types": "^8.58.2",
4120
3917
  "debug": "^4.4.3"
4121
3918
  },
4122
3919
  "engines": {
@@ -4127,17 +3924,17 @@
4127
3924
  "url": "https://opencollective.com/typescript-eslint"
4128
3925
  },
4129
3926
  "peerDependencies": {
4130
- "typescript": ">=4.8.4 <6.0.0"
3927
+ "typescript": ">=4.8.4 <6.1.0"
4131
3928
  }
4132
3929
  },
4133
3930
  "node_modules/@typescript-eslint/scope-manager": {
4134
- "version": "8.57.2",
4135
- "integrity": "sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==",
3931
+ "version": "8.58.2",
3932
+ "integrity": "sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==",
4136
3933
  "dev": true,
4137
3934
  "license": "MIT",
4138
3935
  "dependencies": {
4139
- "@typescript-eslint/types": "8.57.2",
4140
- "@typescript-eslint/visitor-keys": "8.57.2"
3936
+ "@typescript-eslint/types": "8.58.2",
3937
+ "@typescript-eslint/visitor-keys": "8.58.2"
4141
3938
  },
4142
3939
  "engines": {
4143
3940
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4148,8 +3945,8 @@
4148
3945
  }
4149
3946
  },
4150
3947
  "node_modules/@typescript-eslint/tsconfig-utils": {
4151
- "version": "8.57.2",
4152
- "integrity": "sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==",
3948
+ "version": "8.58.2",
3949
+ "integrity": "sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==",
4153
3950
  "dev": true,
4154
3951
  "license": "MIT",
4155
3952
  "engines": {
@@ -4160,20 +3957,20 @@
4160
3957
  "url": "https://opencollective.com/typescript-eslint"
4161
3958
  },
4162
3959
  "peerDependencies": {
4163
- "typescript": ">=4.8.4 <6.0.0"
3960
+ "typescript": ">=4.8.4 <6.1.0"
4164
3961
  }
4165
3962
  },
4166
3963
  "node_modules/@typescript-eslint/type-utils": {
4167
- "version": "8.57.2",
4168
- "integrity": "sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==",
3964
+ "version": "8.58.2",
3965
+ "integrity": "sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==",
4169
3966
  "dev": true,
4170
3967
  "license": "MIT",
4171
3968
  "dependencies": {
4172
- "@typescript-eslint/types": "8.57.2",
4173
- "@typescript-eslint/typescript-estree": "8.57.2",
4174
- "@typescript-eslint/utils": "8.57.2",
3969
+ "@typescript-eslint/types": "8.58.2",
3970
+ "@typescript-eslint/typescript-estree": "8.58.2",
3971
+ "@typescript-eslint/utils": "8.58.2",
4175
3972
  "debug": "^4.4.3",
4176
- "ts-api-utils": "^2.4.0"
3973
+ "ts-api-utils": "^2.5.0"
4177
3974
  },
4178
3975
  "engines": {
4179
3976
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4184,12 +3981,12 @@
4184
3981
  },
4185
3982
  "peerDependencies": {
4186
3983
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
4187
- "typescript": ">=4.8.4 <6.0.0"
3984
+ "typescript": ">=4.8.4 <6.1.0"
4188
3985
  }
4189
3986
  },
4190
3987
  "node_modules/@typescript-eslint/types": {
4191
- "version": "8.57.2",
4192
- "integrity": "sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==",
3988
+ "version": "8.58.2",
3989
+ "integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
4193
3990
  "dev": true,
4194
3991
  "license": "MIT",
4195
3992
  "engines": {
@@ -4201,20 +3998,20 @@
4201
3998
  }
4202
3999
  },
4203
4000
  "node_modules/@typescript-eslint/typescript-estree": {
4204
- "version": "8.57.2",
4205
- "integrity": "sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==",
4001
+ "version": "8.58.2",
4002
+ "integrity": "sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==",
4206
4003
  "dev": true,
4207
4004
  "license": "MIT",
4208
4005
  "dependencies": {
4209
- "@typescript-eslint/project-service": "8.57.2",
4210
- "@typescript-eslint/tsconfig-utils": "8.57.2",
4211
- "@typescript-eslint/types": "8.57.2",
4212
- "@typescript-eslint/visitor-keys": "8.57.2",
4006
+ "@typescript-eslint/project-service": "8.58.2",
4007
+ "@typescript-eslint/tsconfig-utils": "8.58.2",
4008
+ "@typescript-eslint/types": "8.58.2",
4009
+ "@typescript-eslint/visitor-keys": "8.58.2",
4213
4010
  "debug": "^4.4.3",
4214
4011
  "minimatch": "^10.2.2",
4215
4012
  "semver": "^7.7.3",
4216
4013
  "tinyglobby": "^0.2.15",
4217
- "ts-api-utils": "^2.4.0"
4014
+ "ts-api-utils": "^2.5.0"
4218
4015
  },
4219
4016
  "engines": {
4220
4017
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4224,7 +4021,7 @@
4224
4021
  "url": "https://opencollective.com/typescript-eslint"
4225
4022
  },
4226
4023
  "peerDependencies": {
4227
- "typescript": ">=4.8.4 <6.0.0"
4024
+ "typescript": ">=4.8.4 <6.1.0"
4228
4025
  }
4229
4026
  },
4230
4027
  "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
@@ -4249,12 +4046,12 @@
4249
4046
  }
4250
4047
  },
4251
4048
  "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
4252
- "version": "10.2.4",
4253
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
4049
+ "version": "10.2.5",
4050
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
4254
4051
  "dev": true,
4255
4052
  "license": "BlueOak-1.0.0",
4256
4053
  "dependencies": {
4257
- "brace-expansion": "^5.0.2"
4054
+ "brace-expansion": "^5.0.5"
4258
4055
  },
4259
4056
  "engines": {
4260
4057
  "node": "18 || 20 || >=22"
@@ -4276,15 +4073,15 @@
4276
4073
  }
4277
4074
  },
4278
4075
  "node_modules/@typescript-eslint/utils": {
4279
- "version": "8.57.2",
4280
- "integrity": "sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==",
4076
+ "version": "8.58.2",
4077
+ "integrity": "sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==",
4281
4078
  "dev": true,
4282
4079
  "license": "MIT",
4283
4080
  "dependencies": {
4284
4081
  "@eslint-community/eslint-utils": "^4.9.1",
4285
- "@typescript-eslint/scope-manager": "8.57.2",
4286
- "@typescript-eslint/types": "8.57.2",
4287
- "@typescript-eslint/typescript-estree": "8.57.2"
4082
+ "@typescript-eslint/scope-manager": "8.58.2",
4083
+ "@typescript-eslint/types": "8.58.2",
4084
+ "@typescript-eslint/typescript-estree": "8.58.2"
4288
4085
  },
4289
4086
  "engines": {
4290
4087
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4295,16 +4092,16 @@
4295
4092
  },
4296
4093
  "peerDependencies": {
4297
4094
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
4298
- "typescript": ">=4.8.4 <6.0.0"
4095
+ "typescript": ">=4.8.4 <6.1.0"
4299
4096
  }
4300
4097
  },
4301
4098
  "node_modules/@typescript-eslint/visitor-keys": {
4302
- "version": "8.57.2",
4303
- "integrity": "sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==",
4099
+ "version": "8.58.2",
4100
+ "integrity": "sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==",
4304
4101
  "dev": true,
4305
4102
  "license": "MIT",
4306
4103
  "dependencies": {
4307
- "@typescript-eslint/types": "8.57.2",
4104
+ "@typescript-eslint/types": "8.58.2",
4308
4105
  "eslint-visitor-keys": "^5.0.0"
4309
4106
  },
4310
4107
  "engines": {
@@ -4578,8 +4375,8 @@
4578
4375
  ]
4579
4376
  },
4580
4377
  "node_modules/@wavemaker/variables": {
4581
- "version": "11.15.1-rc.6451",
4582
- "integrity": "sha512-KHAvTb76fr9RrNG8E0I1xsApA/X6rAqr8exblCeBjdP5qKwJ0QcmMBt5yYRvDwb0KWm+UUJOrZm6qEw/rE8KLQ==",
4378
+ "version": "11.15.2-rc.249",
4379
+ "integrity": "sha512-14gP/zP8PS1DZkPgP2DtU45u4SI8yg+ZMRL9sNYre8igSUBBHsbtL/DVwsPeZSwC8RMNVL2yzmrmDeB7hacXWg==",
4583
4380
  "dev": true,
4584
4381
  "license": "ISC",
4585
4382
  "dependencies": {
@@ -4591,8 +4388,8 @@
4591
4388
  }
4592
4389
  },
4593
4390
  "node_modules/@xmldom/xmldom": {
4594
- "version": "0.8.11",
4595
- "integrity": "sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==",
4391
+ "version": "0.8.13",
4392
+ "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
4596
4393
  "dev": true,
4597
4394
  "license": "MIT",
4598
4395
  "engines": {
@@ -4696,6 +4493,17 @@
4696
4493
  "dev": true,
4697
4494
  "license": "Python-2.0"
4698
4495
  },
4496
+ "node_modules/aria-hidden": {
4497
+ "version": "1.2.6",
4498
+ "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
4499
+ "license": "MIT",
4500
+ "dependencies": {
4501
+ "tslib": "^2.0.0"
4502
+ },
4503
+ "engines": {
4504
+ "node": ">=10"
4505
+ }
4506
+ },
4699
4507
  "node_modules/aria-query": {
4700
4508
  "version": "5.3.2",
4701
4509
  "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
@@ -4893,8 +4701,8 @@
4893
4701
  }
4894
4702
  },
4895
4703
  "node_modules/axe-core": {
4896
- "version": "4.11.1",
4897
- "integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==",
4704
+ "version": "4.11.3",
4705
+ "integrity": "sha512-zBQouZixDTbo3jMGqHKyePxYxr1e5W8UdTmBQ7sNtaA9M2bE32daxxPLS/jojhKOHxQ7LWwPjfiwf/fhaJWzlg==",
4898
4706
  "dev": true,
4899
4707
  "license": "MPL-2.0",
4900
4708
  "engines": {
@@ -4902,13 +4710,13 @@
4902
4710
  }
4903
4711
  },
4904
4712
  "node_modules/axios": {
4905
- "version": "1.13.6",
4906
- "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
4713
+ "version": "1.15.0",
4714
+ "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
4907
4715
  "license": "MIT",
4908
4716
  "dependencies": {
4909
4717
  "follow-redirects": "^1.15.11",
4910
4718
  "form-data": "^4.0.5",
4911
- "proxy-from-env": "^1.1.0"
4719
+ "proxy-from-env": "^2.1.0"
4912
4720
  }
4913
4721
  },
4914
4722
  "node_modules/axobject-query": {
@@ -4948,8 +4756,8 @@
4948
4756
  }
4949
4757
  },
4950
4758
  "node_modules/babel-plugin-module-resolver/node_modules/brace-expansion": {
4951
- "version": "2.0.2",
4952
- "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
4759
+ "version": "2.1.0",
4760
+ "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
4953
4761
  "dev": true,
4954
4762
  "license": "MIT",
4955
4763
  "dependencies": {
@@ -5042,8 +4850,8 @@
5042
4850
  "license": "MIT"
5043
4851
  },
5044
4852
  "node_modules/baseline-browser-mapping": {
5045
- "version": "2.10.10",
5046
- "integrity": "sha512-sUoJ3IMxx4AyRqO4MLeHlnGDkyXRoUG0/AI9fjK+vS72ekpV0yWVY7O0BVjmBcRtkNcsAO2QDZ4tdKKGoI6YaQ==",
4853
+ "version": "2.10.20",
4854
+ "integrity": "sha512-1AaXxEPfXT+GvTBJFuy4yXVHWJBXa4OdbIebGN/wX5DlsIkU0+wzGnd2lOzokSk51d5LUmqjgBLRLlypLUqInQ==",
5047
4855
  "license": "Apache-2.0",
5048
4856
  "bin": {
5049
4857
  "baseline-browser-mapping": "dist/cli.cjs"
@@ -5066,8 +4874,8 @@
5066
4874
  }
5067
4875
  },
5068
4876
  "node_modules/brace-expansion": {
5069
- "version": "1.1.12",
5070
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
4877
+ "version": "1.1.14",
4878
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
5071
4879
  "dev": true,
5072
4880
  "license": "MIT",
5073
4881
  "dependencies": {
@@ -5088,8 +4896,8 @@
5088
4896
  }
5089
4897
  },
5090
4898
  "node_modules/browserslist": {
5091
- "version": "4.28.1",
5092
- "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
4899
+ "version": "4.28.2",
4900
+ "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
5093
4901
  "dev": true,
5094
4902
  "funding": [
5095
4903
  {
@@ -5107,11 +4915,11 @@
5107
4915
  ],
5108
4916
  "license": "MIT",
5109
4917
  "dependencies": {
5110
- "baseline-browser-mapping": "^2.9.0",
5111
- "caniuse-lite": "^1.0.30001759",
5112
- "electron-to-chromium": "^1.5.263",
5113
- "node-releases": "^2.0.27",
5114
- "update-browserslist-db": "^1.2.0"
4918
+ "baseline-browser-mapping": "^2.10.12",
4919
+ "caniuse-lite": "^1.0.30001782",
4920
+ "electron-to-chromium": "^1.5.328",
4921
+ "node-releases": "^2.0.36",
4922
+ "update-browserslist-db": "^1.2.3"
5115
4923
  },
5116
4924
  "bin": {
5117
4925
  "browserslist": "cli.js"
@@ -5121,14 +4929,14 @@
5121
4929
  }
5122
4930
  },
5123
4931
  "node_modules/call-bind": {
5124
- "version": "1.0.8",
5125
- "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
4932
+ "version": "1.0.9",
4933
+ "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
5126
4934
  "dev": true,
5127
4935
  "license": "MIT",
5128
4936
  "dependencies": {
5129
- "call-bind-apply-helpers": "^1.0.0",
5130
- "es-define-property": "^1.0.0",
5131
- "get-intrinsic": "^1.2.4",
4937
+ "call-bind-apply-helpers": "^1.0.2",
4938
+ "es-define-property": "^1.0.1",
4939
+ "get-intrinsic": "^1.3.0",
5132
4940
  "set-function-length": "^1.2.2"
5133
4941
  },
5134
4942
  "engines": {
@@ -5175,8 +4983,8 @@
5175
4983
  }
5176
4984
  },
5177
4985
  "node_modules/caniuse-lite": {
5178
- "version": "1.0.30001781",
5179
- "integrity": "sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==",
4986
+ "version": "1.0.30001788",
4987
+ "integrity": "sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==",
5180
4988
  "funding": [
5181
4989
  {
5182
4990
  "type": "opencollective",
@@ -5597,11 +5405,6 @@
5597
5405
  }
5598
5406
  }
5599
5407
  },
5600
- "node_modules/decimal.js": {
5601
- "version": "10.6.0",
5602
- "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
5603
- "license": "MIT"
5604
- },
5605
5408
  "node_modules/decimal.js-light": {
5606
5409
  "version": "2.5.1",
5607
5410
  "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
@@ -5686,8 +5489,8 @@
5686
5489
  }
5687
5490
  },
5688
5491
  "node_modules/dompurify": {
5689
- "version": "3.3.3",
5690
- "integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==",
5492
+ "version": "3.4.0",
5493
+ "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==",
5691
5494
  "license": "(MPL-2.0 OR Apache-2.0)",
5692
5495
  "optionalDependencies": {
5693
5496
  "@types/trusted-types": "^2.0.7"
@@ -5707,8 +5510,8 @@
5707
5510
  }
5708
5511
  },
5709
5512
  "node_modules/electron-to-chromium": {
5710
- "version": "1.5.322",
5711
- "integrity": "sha512-vFU34OcrvMcH66T+dYC3G4nURmgfDVewMIu6Q2urXpumAPSMmzvcn04KVVV8Opikq8Vs5nUbO/8laNhNRqSzYw==",
5513
+ "version": "1.5.340",
5514
+ "integrity": "sha512-908qahOGocRMinT2nM3ajCEM99H4iPdv84eagPP3FfZy/1ZGeOy2CZYzjhms81ckOPCXPlW7LkY4XpxD8r1DrA==",
5712
5515
  "dev": true,
5713
5516
  "license": "ISC"
5714
5517
  },
@@ -5738,8 +5541,8 @@
5738
5541
  }
5739
5542
  },
5740
5543
  "node_modules/es-abstract": {
5741
- "version": "1.24.1",
5742
- "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
5544
+ "version": "1.24.2",
5545
+ "integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==",
5743
5546
  "dev": true,
5744
5547
  "license": "MIT",
5745
5548
  "dependencies": {
@@ -5822,15 +5625,15 @@
5822
5625
  }
5823
5626
  },
5824
5627
  "node_modules/es-iterator-helpers": {
5825
- "version": "1.3.1",
5826
- "integrity": "sha512-zWwRvqWiuBPr0muUG/78cW3aHROFCNIQ3zpmYDpwdbnt2m+xlNyRWpHBpa2lJjSBit7BQ+RXA1iwbSmu5yJ/EQ==",
5628
+ "version": "1.3.2",
5629
+ "integrity": "sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==",
5827
5630
  "dev": true,
5828
5631
  "license": "MIT",
5829
5632
  "dependencies": {
5830
- "call-bind": "^1.0.8",
5633
+ "call-bind": "^1.0.9",
5831
5634
  "call-bound": "^1.0.4",
5832
5635
  "define-properties": "^1.2.1",
5833
- "es-abstract": "^1.24.1",
5636
+ "es-abstract": "^1.24.2",
5834
5637
  "es-errors": "^1.3.0",
5835
5638
  "es-set-tostringtag": "^2.1.0",
5836
5639
  "function-bind": "^1.1.2",
@@ -5842,8 +5645,7 @@
5842
5645
  "has-symbols": "^1.1.0",
5843
5646
  "internal-slot": "^1.1.0",
5844
5647
  "iterator.prototype": "^1.1.5",
5845
- "math-intrinsics": "^1.1.0",
5846
- "safe-array-concat": "^1.1.3"
5648
+ "math-intrinsics": "^1.1.0"
5847
5649
  },
5848
5650
  "engines": {
5849
5651
  "node": ">= 0.4"
@@ -6019,14 +5821,14 @@
6019
5821
  }
6020
5822
  },
6021
5823
  "node_modules/eslint-import-resolver-node": {
6022
- "version": "0.3.9",
6023
- "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
5824
+ "version": "0.3.10",
5825
+ "integrity": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==",
6024
5826
  "dev": true,
6025
5827
  "license": "MIT",
6026
5828
  "dependencies": {
6027
5829
  "debug": "^3.2.7",
6028
- "is-core-module": "^2.13.0",
6029
- "resolve": "^1.22.4"
5830
+ "is-core-module": "^2.16.1",
5831
+ "resolve": "^2.0.0-next.6"
6030
5832
  }
6031
5833
  },
6032
5834
  "node_modules/eslint-import-resolver-node/node_modules/debug": {
@@ -6038,6 +5840,29 @@
6038
5840
  "ms": "^2.1.1"
6039
5841
  }
6040
5842
  },
5843
+ "node_modules/eslint-import-resolver-node/node_modules/resolve": {
5844
+ "version": "2.0.0-next.6",
5845
+ "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
5846
+ "dev": true,
5847
+ "license": "MIT",
5848
+ "dependencies": {
5849
+ "es-errors": "^1.3.0",
5850
+ "is-core-module": "^2.16.1",
5851
+ "node-exports-info": "^1.6.0",
5852
+ "object-keys": "^1.1.1",
5853
+ "path-parse": "^1.0.7",
5854
+ "supports-preserve-symlinks-flag": "^1.0.0"
5855
+ },
5856
+ "bin": {
5857
+ "resolve": "bin/resolve"
5858
+ },
5859
+ "engines": {
5860
+ "node": ">= 0.4"
5861
+ },
5862
+ "funding": {
5863
+ "url": "https://github.com/sponsors/ljharb"
5864
+ }
5865
+ },
6041
5866
  "node_modules/eslint-import-resolver-typescript": {
6042
5867
  "version": "3.10.1",
6043
5868
  "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
@@ -6496,8 +6321,8 @@
6496
6321
  "license": "ISC"
6497
6322
  },
6498
6323
  "node_modules/follow-redirects": {
6499
- "version": "1.15.11",
6500
- "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
6324
+ "version": "1.16.0",
6325
+ "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
6501
6326
  "funding": [
6502
6327
  {
6503
6328
  "type": "individual",
@@ -6728,8 +6553,8 @@
6728
6553
  }
6729
6554
  },
6730
6555
  "node_modules/get-tsconfig": {
6731
- "version": "4.13.7",
6732
- "integrity": "sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==",
6556
+ "version": "4.14.0",
6557
+ "integrity": "sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==",
6733
6558
  "dev": true,
6734
6559
  "license": "MIT",
6735
6560
  "dependencies": {
@@ -6891,8 +6716,8 @@
6891
6716
  }
6892
6717
  },
6893
6718
  "node_modules/hasown": {
6894
- "version": "2.0.2",
6895
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
6719
+ "version": "2.0.3",
6720
+ "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
6896
6721
  "license": "MIT",
6897
6722
  "dependencies": {
6898
6723
  "function-bind": "^1.1.2"
@@ -7026,17 +6851,6 @@
7026
6851
  "node": ">=12"
7027
6852
  }
7028
6853
  },
7029
- "node_modules/intl-messageformat": {
7030
- "version": "10.7.18",
7031
- "integrity": "sha512-m3Ofv/X/tV8Y3tHXLohcuVuhWKo7BBq62cqY15etqmLxg2DZ34AGGgQDeR+SCta2+zICb1NX83af0GJmbQ1++g==",
7032
- "license": "BSD-3-Clause",
7033
- "dependencies": {
7034
- "@formatjs/ecma402-abstract": "2.3.6",
7035
- "@formatjs/fast-memoize": "2.2.7",
7036
- "@formatjs/icu-messageformat-parser": "2.11.4",
7037
- "tslib": "^2.8.0"
7038
- }
7039
- },
7040
6854
  "node_modules/is-array-buffer": {
7041
6855
  "version": "3.0.5",
7042
6856
  "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
@@ -7518,8 +7332,8 @@
7518
7332
  }
7519
7333
  },
7520
7334
  "node_modules/jodit": {
7521
- "version": "4.11.15",
7522
- "integrity": "sha512-cT/dlFsK9mCmACb85TB9MmfHXyzsIyZYKY2VO2FLUdO+Xz7wIjBhu06wMCM7nkBdsxpWFGncHEP0KKd4mPx6Ng==",
7335
+ "version": "4.12.2",
7336
+ "integrity": "sha512-SoZAH2YvL8JxPmL4muQJPbbF27rFKVzFQOiCRabjtSQcLVghm+XpIm5t9dXq+fCA4d1Z2O+8x/sORPVdLI4zbg==",
7523
7337
  "license": "MIT"
7524
7338
  },
7525
7339
  "node_modules/jodit-react": {
@@ -7764,13 +7578,13 @@
7764
7578
  }
7765
7579
  },
7766
7580
  "node_modules/lodash": {
7767
- "version": "4.17.23",
7768
- "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
7581
+ "version": "4.18.1",
7582
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
7769
7583
  "license": "MIT"
7770
7584
  },
7771
7585
  "node_modules/lodash-es": {
7772
- "version": "4.17.23",
7773
- "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
7586
+ "version": "4.18.1",
7587
+ "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
7774
7588
  "license": "MIT"
7775
7589
  },
7776
7590
  "node_modules/lodash.debounce": {
@@ -8107,8 +7921,8 @@
8107
7921
  }
8108
7922
  },
8109
7923
  "node_modules/node-releases": {
8110
- "version": "2.0.36",
8111
- "integrity": "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==",
7924
+ "version": "2.0.37",
7925
+ "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
8112
7926
  "dev": true,
8113
7927
  "license": "MIT"
8114
7928
  },
@@ -8621,8 +8435,8 @@
8621
8435
  }
8622
8436
  },
8623
8437
  "node_modules/prettier": {
8624
- "version": "3.8.1",
8625
- "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
8438
+ "version": "3.8.3",
8439
+ "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==",
8626
8440
  "dev": true,
8627
8441
  "license": "MIT",
8628
8442
  "bin": {
@@ -8665,9 +8479,12 @@
8665
8479
  "license": "MIT"
8666
8480
  },
8667
8481
  "node_modules/proxy-from-env": {
8668
- "version": "1.1.0",
8669
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
8670
- "license": "MIT"
8482
+ "version": "2.1.0",
8483
+ "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
8484
+ "license": "MIT",
8485
+ "engines": {
8486
+ "node": ">=10"
8487
+ }
8671
8488
  },
8672
8489
  "node_modules/punycode": {
8673
8490
  "version": "2.3.1",
@@ -8704,13 +8521,33 @@
8704
8521
  "license": "MIT"
8705
8522
  },
8706
8523
  "node_modules/react": {
8707
- "version": "19.2.4",
8708
- "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
8524
+ "version": "19.2.5",
8525
+ "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==",
8709
8526
  "license": "MIT",
8710
8527
  "engines": {
8711
8528
  "node": ">=0.10.0"
8712
8529
  }
8713
8530
  },
8531
+ "node_modules/react-aria": {
8532
+ "version": "3.48.0",
8533
+ "integrity": "sha512-jQjd4rBEIMqecBaAKYJbVGK6EqIHLa5znVQ7jwFyK5vCyljoj6KhgtiahmcIPsG5vG5vEDLw+ba+bEWn6A2P4w==",
8534
+ "license": "Apache-2.0",
8535
+ "dependencies": {
8536
+ "@internationalized/date": "^3.12.1",
8537
+ "@internationalized/number": "^3.6.6",
8538
+ "@internationalized/string": "^3.2.8",
8539
+ "@react-types/shared": "^3.34.0",
8540
+ "@swc/helpers": "^0.5.0",
8541
+ "aria-hidden": "^1.2.3",
8542
+ "clsx": "^2.0.0",
8543
+ "react-stately": "3.46.0",
8544
+ "use-sync-external-store": "^1.6.0"
8545
+ },
8546
+ "peerDependencies": {
8547
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
8548
+ "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
8549
+ }
8550
+ },
8714
8551
  "node_modules/react-color": {
8715
8552
  "version": "2.19.3",
8716
8553
  "integrity": "sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA==",
@@ -8729,19 +8566,19 @@
8729
8566
  }
8730
8567
  },
8731
8568
  "node_modules/react-dom": {
8732
- "version": "19.2.4",
8733
- "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
8569
+ "version": "19.2.5",
8570
+ "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==",
8734
8571
  "license": "MIT",
8735
8572
  "dependencies": {
8736
8573
  "scheduler": "^0.27.0"
8737
8574
  },
8738
8575
  "peerDependencies": {
8739
- "react": "^19.2.4"
8576
+ "react": "^19.2.5"
8740
8577
  }
8741
8578
  },
8742
8579
  "node_modules/react-hook-form": {
8743
- "version": "7.72.0",
8744
- "integrity": "sha512-V4v6jubaf6JAurEaVnT9aUPKFbNtDgohj5CIgVGyPHvT9wRx5OZHVjz31GsxnPNI278XMu+ruFz+wGOscHaLKw==",
8580
+ "version": "7.72.1",
8581
+ "integrity": "sha512-RhwBoy2ygeVZje+C+bwJ8g0NjTdBmDlJvAUHTxRjTmSUKPYsKfMphkS2sgEMotsY03bP358yEYlnUeZy//D9Ig==",
8745
8582
  "license": "MIT",
8746
8583
  "engines": {
8747
8584
  "node": ">=18.0.0"
@@ -8755,8 +8592,8 @@
8755
8592
  }
8756
8593
  },
8757
8594
  "node_modules/react-is": {
8758
- "version": "19.2.4",
8759
- "integrity": "sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA==",
8595
+ "version": "19.2.5",
8596
+ "integrity": "sha512-Dn0t8IQhCmeIT3wu+Apm1/YVsJXsGWi6k4sPdnBIdqMVtHtv0IGi6dcpNpNkNac0zB2uUAqNX3MHzN8c+z2rwQ==",
8760
8597
  "license": "MIT"
8761
8598
  },
8762
8599
  "node_modules/react-redux": {
@@ -8781,6 +8618,22 @@
8781
8618
  }
8782
8619
  }
8783
8620
  },
8621
+ "node_modules/react-stately": {
8622
+ "version": "3.46.0",
8623
+ "integrity": "sha512-OdxhWvHgs2L4OJGIs7hnuTr5WjjMM6enhNEAMRqiekhF8+ITvA2LRwNftOZwcogaoCslGYq5S2VQTQwnm0GbCA==",
8624
+ "license": "Apache-2.0",
8625
+ "dependencies": {
8626
+ "@internationalized/date": "^3.12.1",
8627
+ "@internationalized/number": "^3.6.6",
8628
+ "@internationalized/string": "^3.2.8",
8629
+ "@react-types/shared": "^3.34.0",
8630
+ "@swc/helpers": "^0.5.0",
8631
+ "use-sync-external-store": "^1.6.0"
8632
+ },
8633
+ "peerDependencies": {
8634
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
8635
+ }
8636
+ },
8784
8637
  "node_modules/react-transition-group": {
8785
8638
  "version": "4.4.5",
8786
8639
  "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
@@ -8818,8 +8671,8 @@
8818
8671
  }
8819
8672
  },
8820
8673
  "node_modules/recharts": {
8821
- "version": "3.8.0",
8822
- "integrity": "sha512-Z/m38DX3L73ExO4Tpc9/iZWHmHnlzWG4njQbxsF5aSjwqmHNDDIm0rdEBArkwsBvR8U6EirlEHiQNYWCVh9sGQ==",
8674
+ "version": "3.8.1",
8675
+ "integrity": "sha512-mwzmO1s9sFL0TduUpwndxCUNoXsBw3u3E/0+A+cLcrSfQitSG62L32N69GhqUrrT5qKcAE3pCGVINC6pqkBBQg==",
8823
8676
  "license": "MIT",
8824
8677
  "workspaces": [
8825
8678
  "www"
@@ -8943,8 +8796,8 @@
8943
8796
  "license": "MIT"
8944
8797
  },
8945
8798
  "node_modules/regjsparser": {
8946
- "version": "0.13.0",
8947
- "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==",
8799
+ "version": "0.13.1",
8800
+ "integrity": "sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==",
8948
8801
  "dev": true,
8949
8802
  "license": "BSD-2-Clause",
8950
8803
  "dependencies": {
@@ -8960,10 +8813,11 @@
8960
8813
  "license": "MIT"
8961
8814
  },
8962
8815
  "node_modules/resolve": {
8963
- "version": "1.22.11",
8964
- "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
8816
+ "version": "1.22.12",
8817
+ "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
8965
8818
  "license": "MIT",
8966
8819
  "dependencies": {
8820
+ "es-errors": "^1.3.0",
8967
8821
  "is-core-module": "^2.16.1",
8968
8822
  "path-parse": "^1.0.7",
8969
8823
  "supports-preserve-symlinks-flag": "^1.0.0"
@@ -9255,13 +9109,13 @@
9255
9109
  }
9256
9110
  },
9257
9111
  "node_modules/side-channel-list": {
9258
- "version": "1.0.0",
9259
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
9112
+ "version": "1.0.1",
9113
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
9260
9114
  "dev": true,
9261
9115
  "license": "MIT",
9262
9116
  "dependencies": {
9263
9117
  "es-errors": "^1.3.0",
9264
- "object-inspect": "^1.13.3"
9118
+ "object-inspect": "^1.13.4"
9265
9119
  },
9266
9120
  "engines": {
9267
9121
  "node": ">= 0.4"
@@ -9630,21 +9484,21 @@
9630
9484
  "license": "MIT"
9631
9485
  },
9632
9486
  "node_modules/tinyexec": {
9633
- "version": "1.0.4",
9634
- "integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==",
9487
+ "version": "1.1.1",
9488
+ "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
9635
9489
  "license": "MIT",
9636
9490
  "engines": {
9637
9491
  "node": ">=18"
9638
9492
  }
9639
9493
  },
9640
9494
  "node_modules/tinyglobby": {
9641
- "version": "0.2.15",
9642
- "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
9495
+ "version": "0.2.16",
9496
+ "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
9643
9497
  "dev": true,
9644
9498
  "license": "MIT",
9645
9499
  "dependencies": {
9646
9500
  "fdir": "^6.5.0",
9647
- "picomatch": "^4.0.3"
9501
+ "picomatch": "^4.0.4"
9648
9502
  },
9649
9503
  "engines": {
9650
9504
  "node": ">=12.0.0"