@wavemaker/react-runtime 11.14.1-19.6462 → 11.14.1-21.64731
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.
- package/package-lock.json +228 -390
- 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.14.1-
|
|
3
|
+
"version": "11.14.1-21.64731",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/react-runtime",
|
|
9
|
-
"version": "11.14.1-
|
|
9
|
+
"version": "11.14.1-21.64731",
|
|
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",
|
|
60
60
|
"@types/react-color": "^3.0.13",
|
|
61
61
|
"@types/react-dom": "^19",
|
|
62
|
-
"@wavemaker/variables": "11.14.1-
|
|
62
|
+
"@wavemaker/variables": "11.14.1-21.64731",
|
|
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.
|
|
1791
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
1802
|
-
"integrity": "sha512-
|
|
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.
|
|
1811
|
-
"integrity": "sha512-
|
|
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==",
|
|
@@ -2641,33 +2595,24 @@
|
|
|
2641
2595
|
}
|
|
2642
2596
|
},
|
|
2643
2597
|
"node_modules/@internationalized/date": {
|
|
2644
|
-
"version": "3.12.
|
|
2645
|
-
"integrity": "sha512
|
|
2598
|
+
"version": "3.12.1",
|
|
2599
|
+
"integrity": "sha512-6IedsVWXyq4P9Tj+TxuU8WGWM70hYLl12nbYU8jkikVpa6WXapFazPUcHUMDMoWftIDE2ILDkFFte6W2nFCkRQ==",
|
|
2646
2600
|
"license": "Apache-2.0",
|
|
2647
2601
|
"dependencies": {
|
|
2648
2602
|
"@swc/helpers": "^0.5.0"
|
|
2649
2603
|
}
|
|
2650
2604
|
},
|
|
2651
|
-
"node_modules/@internationalized/message": {
|
|
2652
|
-
"version": "3.1.8",
|
|
2653
|
-
"integrity": "sha512-Rwk3j/TlYZhn3HQ6PyXUV0XP9Uv42jqZGNegt0BXlxjE6G3+LwHjbQZAGHhCnCPdaA6Tvd3ma/7QzLlLkJxAWA==",
|
|
2654
|
-
"license": "Apache-2.0",
|
|
2655
|
-
"dependencies": {
|
|
2656
|
-
"@swc/helpers": "^0.5.0",
|
|
2657
|
-
"intl-messageformat": "^10.1.0"
|
|
2658
|
-
}
|
|
2659
|
-
},
|
|
2660
2605
|
"node_modules/@internationalized/number": {
|
|
2661
|
-
"version": "3.6.
|
|
2662
|
-
"integrity": "sha512-
|
|
2606
|
+
"version": "3.6.6",
|
|
2607
|
+
"integrity": "sha512-iFgmQaXHE0vytNfpLZWOC2mEJCBRzcUxt53Xf/yCXG93lRvqas237i3r7X4RKMwO3txiyZD4mQjKAByFv6UGSQ==",
|
|
2663
2608
|
"license": "Apache-2.0",
|
|
2664
2609
|
"dependencies": {
|
|
2665
2610
|
"@swc/helpers": "^0.5.0"
|
|
2666
2611
|
}
|
|
2667
2612
|
},
|
|
2668
2613
|
"node_modules/@internationalized/string": {
|
|
2669
|
-
"version": "3.2.
|
|
2670
|
-
"integrity": "sha512-
|
|
2614
|
+
"version": "3.2.8",
|
|
2615
|
+
"integrity": "sha512-NdbMQUSfXLYIQol5VyMtinm9pZDciiMfN7RtmSuSB78io1hqwJ0naYfxyW6vgxWBkzWymQa/3uLDlbfmshtCaA==",
|
|
2671
2616
|
"license": "Apache-2.0",
|
|
2672
2617
|
"dependencies": {
|
|
2673
2618
|
"@swc/helpers": "^0.5.0"
|
|
@@ -2918,13 +2863,13 @@
|
|
|
2918
2863
|
}
|
|
2919
2864
|
},
|
|
2920
2865
|
"node_modules/@mui/private-theming": {
|
|
2921
|
-
"version": "7.3.
|
|
2922
|
-
"integrity": "sha512-
|
|
2866
|
+
"version": "7.3.10",
|
|
2867
|
+
"integrity": "sha512-j3EZN+zOctxUISvJSmsEPo5o2F8zse4l5vRkBY+ps6UtnL6J7o14kUaI4w7gwo73id9e3cDNMVQK/9BVaMHVBw==",
|
|
2923
2868
|
"license": "MIT",
|
|
2924
2869
|
"peer": true,
|
|
2925
2870
|
"dependencies": {
|
|
2926
2871
|
"@babel/runtime": "^7.28.6",
|
|
2927
|
-
"@mui/utils": "^7.3.
|
|
2872
|
+
"@mui/utils": "^7.3.10",
|
|
2928
2873
|
"prop-types": "^15.8.1"
|
|
2929
2874
|
},
|
|
2930
2875
|
"engines": {
|
|
@@ -2945,8 +2890,8 @@
|
|
|
2945
2890
|
}
|
|
2946
2891
|
},
|
|
2947
2892
|
"node_modules/@mui/private-theming/node_modules/@mui/utils": {
|
|
2948
|
-
"version": "7.3.
|
|
2949
|
-
"integrity": "sha512-
|
|
2893
|
+
"version": "7.3.10",
|
|
2894
|
+
"integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
|
|
2950
2895
|
"license": "MIT",
|
|
2951
2896
|
"peer": true,
|
|
2952
2897
|
"dependencies": {
|
|
@@ -2975,8 +2920,8 @@
|
|
|
2975
2920
|
}
|
|
2976
2921
|
},
|
|
2977
2922
|
"node_modules/@mui/styled-engine": {
|
|
2978
|
-
"version": "7.3.
|
|
2979
|
-
"integrity": "sha512-
|
|
2923
|
+
"version": "7.3.10",
|
|
2924
|
+
"integrity": "sha512-WxE9SiF8xskAQqGjsp0poXCkCqsoXFEsSr0HBXfApmGHR+DBnXRp+z46Vsltg4gpPM4Z96DeAQRpeAOnhNg7Ng==",
|
|
2980
2925
|
"license": "MIT",
|
|
2981
2926
|
"peer": true,
|
|
2982
2927
|
"dependencies": {
|
|
@@ -3009,16 +2954,16 @@
|
|
|
3009
2954
|
}
|
|
3010
2955
|
},
|
|
3011
2956
|
"node_modules/@mui/system": {
|
|
3012
|
-
"version": "7.3.
|
|
3013
|
-
"integrity": "sha512
|
|
2957
|
+
"version": "7.3.10",
|
|
2958
|
+
"integrity": "sha512-/sfPpdpJaQn7BSF+avjIdHSYmxHp0UOBYNxSG9QGKfMOD6sLANCpRPCnanq1Pe0lFf0NHkO2iUk0TNzdWC1USQ==",
|
|
3014
2959
|
"license": "MIT",
|
|
3015
2960
|
"peer": true,
|
|
3016
2961
|
"dependencies": {
|
|
3017
2962
|
"@babel/runtime": "^7.28.6",
|
|
3018
|
-
"@mui/private-theming": "^7.3.
|
|
3019
|
-
"@mui/styled-engine": "^7.3.
|
|
2963
|
+
"@mui/private-theming": "^7.3.10",
|
|
2964
|
+
"@mui/styled-engine": "^7.3.10",
|
|
3020
2965
|
"@mui/types": "^7.4.12",
|
|
3021
|
-
"@mui/utils": "^7.3.
|
|
2966
|
+
"@mui/utils": "^7.3.10",
|
|
3022
2967
|
"clsx": "^2.1.1",
|
|
3023
2968
|
"csstype": "^3.2.3",
|
|
3024
2969
|
"prop-types": "^15.8.1"
|
|
@@ -3049,8 +2994,8 @@
|
|
|
3049
2994
|
}
|
|
3050
2995
|
},
|
|
3051
2996
|
"node_modules/@mui/system/node_modules/@mui/utils": {
|
|
3052
|
-
"version": "7.3.
|
|
3053
|
-
"integrity": "sha512-
|
|
2997
|
+
"version": "7.3.10",
|
|
2998
|
+
"integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
|
|
3054
2999
|
"license": "MIT",
|
|
3055
3000
|
"peer": true,
|
|
3056
3001
|
"dependencies": {
|
|
@@ -3137,8 +3082,8 @@
|
|
|
3137
3082
|
}
|
|
3138
3083
|
},
|
|
3139
3084
|
"node_modules/@mui/x-date-pickers": {
|
|
3140
|
-
"version": "8.
|
|
3141
|
-
"integrity": "sha512-
|
|
3085
|
+
"version": "8.28.3",
|
|
3086
|
+
"integrity": "sha512-YaNZR0/bAniPeOuZETZvFMrCVmyo/WxGhdgogUdX6kh0NBWrLe8oPoxJFrL6eqO0khD9gZ6JoJaHrrNwT2nsLg==",
|
|
3142
3087
|
"license": "MIT",
|
|
3143
3088
|
"dependencies": {
|
|
3144
3089
|
"@babel/runtime": "^7.28.4",
|
|
@@ -3202,8 +3147,8 @@
|
|
|
3202
3147
|
}
|
|
3203
3148
|
},
|
|
3204
3149
|
"node_modules/@mui/x-date-pickers/node_modules/@mui/utils": {
|
|
3205
|
-
"version": "7.3.
|
|
3206
|
-
"integrity": "sha512-
|
|
3150
|
+
"version": "7.3.10",
|
|
3151
|
+
"integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
|
|
3207
3152
|
"license": "MIT",
|
|
3208
3153
|
"dependencies": {
|
|
3209
3154
|
"@babel/runtime": "^7.28.6",
|
|
@@ -3252,8 +3197,8 @@
|
|
|
3252
3197
|
}
|
|
3253
3198
|
},
|
|
3254
3199
|
"node_modules/@mui/x-internals/node_modules/@mui/utils": {
|
|
3255
|
-
"version": "7.3.
|
|
3256
|
-
"integrity": "sha512-
|
|
3200
|
+
"version": "7.3.10",
|
|
3201
|
+
"integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
|
|
3257
3202
|
"license": "MIT",
|
|
3258
3203
|
"dependencies": {
|
|
3259
3204
|
"@babel/runtime": "^7.28.6",
|
|
@@ -3486,183 +3431,22 @@
|
|
|
3486
3431
|
"url": "https://opencollective.com/popperjs"
|
|
3487
3432
|
}
|
|
3488
3433
|
},
|
|
3489
|
-
"node_modules/@react-aria/focus": {
|
|
3490
|
-
"version": "3.21.5",
|
|
3491
|
-
"integrity": "sha512-V18fwCyf8zqgJdpLQeDU5ZRNd9TeOfBbhLgmX77Zr5ae9XwaoJ1R3SFJG1wCJX60t34AW+aLZSEEK+saQElf3Q==",
|
|
3492
|
-
"license": "Apache-2.0",
|
|
3493
|
-
"dependencies": {
|
|
3494
|
-
"@react-aria/interactions": "^3.27.1",
|
|
3495
|
-
"@react-aria/utils": "^3.33.1",
|
|
3496
|
-
"@react-types/shared": "^3.33.1",
|
|
3497
|
-
"@swc/helpers": "^0.5.0",
|
|
3498
|
-
"clsx": "^2.0.0"
|
|
3499
|
-
},
|
|
3500
|
-
"peerDependencies": {
|
|
3501
|
-
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
3502
|
-
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3503
|
-
}
|
|
3504
|
-
},
|
|
3505
|
-
"node_modules/@react-aria/i18n": {
|
|
3506
|
-
"version": "3.12.16",
|
|
3507
|
-
"integrity": "sha512-Km2CAz6MFQOUEaattaW+2jBdWOHUF8WX7VQoNbjlqElCP58nSaqi9yxTWUDRhAcn8/xFUnkFh4MFweNgtrHuEA==",
|
|
3508
|
-
"license": "Apache-2.0",
|
|
3509
|
-
"dependencies": {
|
|
3510
|
-
"@internationalized/date": "^3.12.0",
|
|
3511
|
-
"@internationalized/message": "^3.1.8",
|
|
3512
|
-
"@internationalized/number": "^3.6.5",
|
|
3513
|
-
"@internationalized/string": "^3.2.7",
|
|
3514
|
-
"@react-aria/ssr": "^3.9.10",
|
|
3515
|
-
"@react-aria/utils": "^3.33.1",
|
|
3516
|
-
"@react-types/shared": "^3.33.1",
|
|
3517
|
-
"@swc/helpers": "^0.5.0"
|
|
3518
|
-
},
|
|
3519
|
-
"peerDependencies": {
|
|
3520
|
-
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
3521
|
-
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3522
|
-
}
|
|
3523
|
-
},
|
|
3524
|
-
"node_modules/@react-aria/interactions": {
|
|
3525
|
-
"version": "3.27.1",
|
|
3526
|
-
"integrity": "sha512-M3wLpTTmDflI0QGNK0PJNUaBXXfeBXue8ZxLMngfc1piHNiH4G5lUvWd9W14XVbqrSCVY8i8DfGrNYpyyZu0tw==",
|
|
3527
|
-
"license": "Apache-2.0",
|
|
3528
|
-
"dependencies": {
|
|
3529
|
-
"@react-aria/ssr": "^3.9.10",
|
|
3530
|
-
"@react-aria/utils": "^3.33.1",
|
|
3531
|
-
"@react-stately/flags": "^3.1.2",
|
|
3532
|
-
"@react-types/shared": "^3.33.1",
|
|
3533
|
-
"@swc/helpers": "^0.5.0"
|
|
3534
|
-
},
|
|
3535
|
-
"peerDependencies": {
|
|
3536
|
-
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
3537
|
-
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
3434
|
"node_modules/@react-aria/overlays": {
|
|
3541
|
-
"version": "3.
|
|
3542
|
-
"integrity": "sha512-
|
|
3543
|
-
"license": "Apache-2.0",
|
|
3544
|
-
"dependencies": {
|
|
3545
|
-
"@react-aria/focus": "^3.21.5",
|
|
3546
|
-
"@react-aria/i18n": "^3.12.16",
|
|
3547
|
-
"@react-aria/interactions": "^3.27.1",
|
|
3548
|
-
"@react-aria/ssr": "^3.9.10",
|
|
3549
|
-
"@react-aria/utils": "^3.33.1",
|
|
3550
|
-
"@react-aria/visually-hidden": "^3.8.31",
|
|
3551
|
-
"@react-stately/flags": "^3.1.2",
|
|
3552
|
-
"@react-stately/overlays": "^3.6.23",
|
|
3553
|
-
"@react-types/button": "^3.15.1",
|
|
3554
|
-
"@react-types/overlays": "^3.9.4",
|
|
3555
|
-
"@react-types/shared": "^3.33.1",
|
|
3556
|
-
"@swc/helpers": "^0.5.0"
|
|
3557
|
-
},
|
|
3558
|
-
"peerDependencies": {
|
|
3559
|
-
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
3560
|
-
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3561
|
-
}
|
|
3562
|
-
},
|
|
3563
|
-
"node_modules/@react-aria/ssr": {
|
|
3564
|
-
"version": "3.9.10",
|
|
3565
|
-
"integrity": "sha512-hvTm77Pf+pMBhuBm760Li0BVIO38jv1IBws1xFm1NoL26PU+fe+FMW5+VZWyANR6nYL65joaJKZqOdTQMkO9IQ==",
|
|
3435
|
+
"version": "3.32.0",
|
|
3436
|
+
"integrity": "sha512-H9meBB14/M0bDwk8gZl8Fu8bwZN2El9LDlk5cNkgAozbEiRuQvTFOeE3RoP6XI6bwEnSBvb0ovPmx3/kNyOehQ==",
|
|
3566
3437
|
"license": "Apache-2.0",
|
|
3567
3438
|
"dependencies": {
|
|
3568
|
-
"@swc/helpers": "^0.5.0"
|
|
3569
|
-
},
|
|
3570
|
-
"engines": {
|
|
3571
|
-
"node": ">= 12"
|
|
3572
|
-
},
|
|
3573
|
-
"peerDependencies": {
|
|
3574
|
-
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3575
|
-
}
|
|
3576
|
-
},
|
|
3577
|
-
"node_modules/@react-aria/utils": {
|
|
3578
|
-
"version": "3.33.1",
|
|
3579
|
-
"integrity": "sha512-kIx1Sj6bbAT0pdqCegHuPanR9zrLn5zMRiM7LN12rgRf55S19ptd9g3ncahArifYTRkfEU9VIn+q0HjfMqS9/w==",
|
|
3580
|
-
"license": "Apache-2.0",
|
|
3581
|
-
"dependencies": {
|
|
3582
|
-
"@react-aria/ssr": "^3.9.10",
|
|
3583
|
-
"@react-stately/flags": "^3.1.2",
|
|
3584
|
-
"@react-stately/utils": "^3.11.0",
|
|
3585
|
-
"@react-types/shared": "^3.33.1",
|
|
3586
3439
|
"@swc/helpers": "^0.5.0",
|
|
3587
|
-
"
|
|
3588
|
-
},
|
|
3589
|
-
"peerDependencies": {
|
|
3590
|
-
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
3591
|
-
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3592
|
-
}
|
|
3593
|
-
},
|
|
3594
|
-
"node_modules/@react-aria/visually-hidden": {
|
|
3595
|
-
"version": "3.8.31",
|
|
3596
|
-
"integrity": "sha512-RTOHHa4n56a9A3criThqFHBifvZoV71+MCkSuNP2cKO662SUWjqKkd0tJt/mBRMEJPkys8K7Eirp6T8Wt5FFRA==",
|
|
3597
|
-
"license": "Apache-2.0",
|
|
3598
|
-
"dependencies": {
|
|
3599
|
-
"@react-aria/interactions": "^3.27.1",
|
|
3600
|
-
"@react-aria/utils": "^3.33.1",
|
|
3601
|
-
"@react-types/shared": "^3.33.1",
|
|
3602
|
-
"@swc/helpers": "^0.5.0"
|
|
3440
|
+
"react-aria": "3.48.0"
|
|
3603
3441
|
},
|
|
3604
3442
|
"peerDependencies": {
|
|
3605
3443
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
3606
3444
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3607
3445
|
}
|
|
3608
3446
|
},
|
|
3609
|
-
"node_modules/@react-stately/flags": {
|
|
3610
|
-
"version": "3.1.2",
|
|
3611
|
-
"integrity": "sha512-2HjFcZx1MyQXoPqcBGALwWWmgFVUk2TuKVIQxCbRq7fPyWXIl6VHcakCLurdtYC2Iks7zizvz0Idv48MQ38DWg==",
|
|
3612
|
-
"license": "Apache-2.0",
|
|
3613
|
-
"dependencies": {
|
|
3614
|
-
"@swc/helpers": "^0.5.0"
|
|
3615
|
-
}
|
|
3616
|
-
},
|
|
3617
|
-
"node_modules/@react-stately/overlays": {
|
|
3618
|
-
"version": "3.6.23",
|
|
3619
|
-
"integrity": "sha512-RzWxots9A6gAzQMP4s8hOAHV7SbJRTFSlQbb6ly1nkWQXacOSZSFNGsKOaS0eIatfNPlNnW4NIkgtGws5UYzfw==",
|
|
3620
|
-
"license": "Apache-2.0",
|
|
3621
|
-
"dependencies": {
|
|
3622
|
-
"@react-stately/utils": "^3.11.0",
|
|
3623
|
-
"@react-types/overlays": "^3.9.4",
|
|
3624
|
-
"@swc/helpers": "^0.5.0"
|
|
3625
|
-
},
|
|
3626
|
-
"peerDependencies": {
|
|
3627
|
-
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3628
|
-
}
|
|
3629
|
-
},
|
|
3630
|
-
"node_modules/@react-stately/utils": {
|
|
3631
|
-
"version": "3.11.0",
|
|
3632
|
-
"integrity": "sha512-8LZpYowJ9eZmmYLpudbo/eclIRnbhWIJZ994ncmlKlouNzKohtM8qTC6B1w1pwUbiwGdUoyzLuQbeaIor5Dvcw==",
|
|
3633
|
-
"license": "Apache-2.0",
|
|
3634
|
-
"dependencies": {
|
|
3635
|
-
"@swc/helpers": "^0.5.0"
|
|
3636
|
-
},
|
|
3637
|
-
"peerDependencies": {
|
|
3638
|
-
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3639
|
-
}
|
|
3640
|
-
},
|
|
3641
|
-
"node_modules/@react-types/button": {
|
|
3642
|
-
"version": "3.15.1",
|
|
3643
|
-
"integrity": "sha512-M1HtsKreJkigCnqceuIT22hDJBSStbPimnpmQmsl7SNyqCFY3+DHS7y/Sl3GvqCkzxF7j9UTL0dG38lGQ3K4xQ==",
|
|
3644
|
-
"license": "Apache-2.0",
|
|
3645
|
-
"dependencies": {
|
|
3646
|
-
"@react-types/shared": "^3.33.1"
|
|
3647
|
-
},
|
|
3648
|
-
"peerDependencies": {
|
|
3649
|
-
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3650
|
-
}
|
|
3651
|
-
},
|
|
3652
|
-
"node_modules/@react-types/overlays": {
|
|
3653
|
-
"version": "3.9.4",
|
|
3654
|
-
"integrity": "sha512-7Z9HaebMFyYBqtv3XVNHEmVkm7AiYviV7gv0c98elEN2Co+eQcKFGvwBM9Gy/lV57zlTqFX1EX/SAqkMEbCLOA==",
|
|
3655
|
-
"license": "Apache-2.0",
|
|
3656
|
-
"dependencies": {
|
|
3657
|
-
"@react-types/shared": "^3.33.1"
|
|
3658
|
-
},
|
|
3659
|
-
"peerDependencies": {
|
|
3660
|
-
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
3661
|
-
}
|
|
3662
|
-
},
|
|
3663
3447
|
"node_modules/@react-types/shared": {
|
|
3664
|
-
"version": "3.
|
|
3665
|
-
"integrity": "sha512-
|
|
3448
|
+
"version": "3.34.0",
|
|
3449
|
+
"integrity": "sha512-gp6xo/s2lX54AlTjOiqwDnxA7UW79BNvI9dB9pr3LZTzRKCd1ZA+ZbgKw/ReIiWuvvVw/8QFJpnqeeFyLocMcQ==",
|
|
3666
3450
|
"license": "Apache-2.0",
|
|
3667
3451
|
"peerDependencies": {
|
|
3668
3452
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
@@ -3737,8 +3521,8 @@
|
|
|
3737
3521
|
"license": "Apache-2.0"
|
|
3738
3522
|
},
|
|
3739
3523
|
"node_modules/@swc/helpers": {
|
|
3740
|
-
"version": "0.5.
|
|
3741
|
-
"integrity": "sha512-
|
|
3524
|
+
"version": "0.5.21",
|
|
3525
|
+
"integrity": "sha512-jI/VAmtdjB/RnI8GTnokyX7Ug8c+g+ffD6QRLa6XQewtnGyukKkKSk3wLTM3b5cjt1jNh9x0jfVlagdN2gDKQg==",
|
|
3742
3526
|
"license": "Apache-2.0",
|
|
3743
3527
|
"dependencies": {
|
|
3744
3528
|
"tslib": "^2.8.0"
|
|
@@ -3879,8 +3663,8 @@
|
|
|
3879
3663
|
}
|
|
3880
3664
|
},
|
|
3881
3665
|
"node_modules/@types/node": {
|
|
3882
|
-
"version": "20.19.
|
|
3883
|
-
"integrity": "sha512-
|
|
3666
|
+
"version": "20.19.39",
|
|
3667
|
+
"integrity": "sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==",
|
|
3884
3668
|
"dev": true,
|
|
3885
3669
|
"license": "MIT",
|
|
3886
3670
|
"dependencies": {
|
|
@@ -3955,16 +3739,16 @@
|
|
|
3955
3739
|
"license": "MIT"
|
|
3956
3740
|
},
|
|
3957
3741
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
3958
|
-
"version": "8.58.
|
|
3959
|
-
"integrity": "sha512-
|
|
3742
|
+
"version": "8.58.2",
|
|
3743
|
+
"integrity": "sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==",
|
|
3960
3744
|
"dev": true,
|
|
3961
3745
|
"license": "MIT",
|
|
3962
3746
|
"dependencies": {
|
|
3963
3747
|
"@eslint-community/regexpp": "^4.12.2",
|
|
3964
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
3965
|
-
"@typescript-eslint/type-utils": "8.58.
|
|
3966
|
-
"@typescript-eslint/utils": "8.58.
|
|
3967
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
3748
|
+
"@typescript-eslint/scope-manager": "8.58.2",
|
|
3749
|
+
"@typescript-eslint/type-utils": "8.58.2",
|
|
3750
|
+
"@typescript-eslint/utils": "8.58.2",
|
|
3751
|
+
"@typescript-eslint/visitor-keys": "8.58.2",
|
|
3968
3752
|
"ignore": "^7.0.5",
|
|
3969
3753
|
"natural-compare": "^1.4.0",
|
|
3970
3754
|
"ts-api-utils": "^2.5.0"
|
|
@@ -3977,7 +3761,7 @@
|
|
|
3977
3761
|
"url": "https://opencollective.com/typescript-eslint"
|
|
3978
3762
|
},
|
|
3979
3763
|
"peerDependencies": {
|
|
3980
|
-
"@typescript-eslint/parser": "^8.58.
|
|
3764
|
+
"@typescript-eslint/parser": "^8.58.2",
|
|
3981
3765
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
3982
3766
|
"typescript": ">=4.8.4 <6.1.0"
|
|
3983
3767
|
}
|
|
@@ -3992,15 +3776,15 @@
|
|
|
3992
3776
|
}
|
|
3993
3777
|
},
|
|
3994
3778
|
"node_modules/@typescript-eslint/parser": {
|
|
3995
|
-
"version": "8.58.
|
|
3996
|
-
"integrity": "sha512
|
|
3779
|
+
"version": "8.58.2",
|
|
3780
|
+
"integrity": "sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==",
|
|
3997
3781
|
"dev": true,
|
|
3998
3782
|
"license": "MIT",
|
|
3999
3783
|
"dependencies": {
|
|
4000
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
4001
|
-
"@typescript-eslint/types": "8.58.
|
|
4002
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
4003
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
3784
|
+
"@typescript-eslint/scope-manager": "8.58.2",
|
|
3785
|
+
"@typescript-eslint/types": "8.58.2",
|
|
3786
|
+
"@typescript-eslint/typescript-estree": "8.58.2",
|
|
3787
|
+
"@typescript-eslint/visitor-keys": "8.58.2",
|
|
4004
3788
|
"debug": "^4.4.3"
|
|
4005
3789
|
},
|
|
4006
3790
|
"engines": {
|
|
@@ -4016,13 +3800,13 @@
|
|
|
4016
3800
|
}
|
|
4017
3801
|
},
|
|
4018
3802
|
"node_modules/@typescript-eslint/project-service": {
|
|
4019
|
-
"version": "8.58.
|
|
4020
|
-
"integrity": "sha512-
|
|
3803
|
+
"version": "8.58.2",
|
|
3804
|
+
"integrity": "sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==",
|
|
4021
3805
|
"dev": true,
|
|
4022
3806
|
"license": "MIT",
|
|
4023
3807
|
"dependencies": {
|
|
4024
|
-
"@typescript-eslint/tsconfig-utils": "^8.58.
|
|
4025
|
-
"@typescript-eslint/types": "^8.58.
|
|
3808
|
+
"@typescript-eslint/tsconfig-utils": "^8.58.2",
|
|
3809
|
+
"@typescript-eslint/types": "^8.58.2",
|
|
4026
3810
|
"debug": "^4.4.3"
|
|
4027
3811
|
},
|
|
4028
3812
|
"engines": {
|
|
@@ -4037,13 +3821,13 @@
|
|
|
4037
3821
|
}
|
|
4038
3822
|
},
|
|
4039
3823
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
4040
|
-
"version": "8.58.
|
|
4041
|
-
"integrity": "sha512-
|
|
3824
|
+
"version": "8.58.2",
|
|
3825
|
+
"integrity": "sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==",
|
|
4042
3826
|
"dev": true,
|
|
4043
3827
|
"license": "MIT",
|
|
4044
3828
|
"dependencies": {
|
|
4045
|
-
"@typescript-eslint/types": "8.58.
|
|
4046
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
3829
|
+
"@typescript-eslint/types": "8.58.2",
|
|
3830
|
+
"@typescript-eslint/visitor-keys": "8.58.2"
|
|
4047
3831
|
},
|
|
4048
3832
|
"engines": {
|
|
4049
3833
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4054,8 +3838,8 @@
|
|
|
4054
3838
|
}
|
|
4055
3839
|
},
|
|
4056
3840
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
4057
|
-
"version": "8.58.
|
|
4058
|
-
"integrity": "sha512-
|
|
3841
|
+
"version": "8.58.2",
|
|
3842
|
+
"integrity": "sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==",
|
|
4059
3843
|
"dev": true,
|
|
4060
3844
|
"license": "MIT",
|
|
4061
3845
|
"engines": {
|
|
@@ -4070,14 +3854,14 @@
|
|
|
4070
3854
|
}
|
|
4071
3855
|
},
|
|
4072
3856
|
"node_modules/@typescript-eslint/type-utils": {
|
|
4073
|
-
"version": "8.58.
|
|
4074
|
-
"integrity": "sha512-
|
|
3857
|
+
"version": "8.58.2",
|
|
3858
|
+
"integrity": "sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==",
|
|
4075
3859
|
"dev": true,
|
|
4076
3860
|
"license": "MIT",
|
|
4077
3861
|
"dependencies": {
|
|
4078
|
-
"@typescript-eslint/types": "8.58.
|
|
4079
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
4080
|
-
"@typescript-eslint/utils": "8.58.
|
|
3862
|
+
"@typescript-eslint/types": "8.58.2",
|
|
3863
|
+
"@typescript-eslint/typescript-estree": "8.58.2",
|
|
3864
|
+
"@typescript-eslint/utils": "8.58.2",
|
|
4081
3865
|
"debug": "^4.4.3",
|
|
4082
3866
|
"ts-api-utils": "^2.5.0"
|
|
4083
3867
|
},
|
|
@@ -4094,8 +3878,8 @@
|
|
|
4094
3878
|
}
|
|
4095
3879
|
},
|
|
4096
3880
|
"node_modules/@typescript-eslint/types": {
|
|
4097
|
-
"version": "8.58.
|
|
4098
|
-
"integrity": "sha512-
|
|
3881
|
+
"version": "8.58.2",
|
|
3882
|
+
"integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
|
|
4099
3883
|
"dev": true,
|
|
4100
3884
|
"license": "MIT",
|
|
4101
3885
|
"engines": {
|
|
@@ -4107,15 +3891,15 @@
|
|
|
4107
3891
|
}
|
|
4108
3892
|
},
|
|
4109
3893
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
4110
|
-
"version": "8.58.
|
|
4111
|
-
"integrity": "sha512-
|
|
3894
|
+
"version": "8.58.2",
|
|
3895
|
+
"integrity": "sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==",
|
|
4112
3896
|
"dev": true,
|
|
4113
3897
|
"license": "MIT",
|
|
4114
3898
|
"dependencies": {
|
|
4115
|
-
"@typescript-eslint/project-service": "8.58.
|
|
4116
|
-
"@typescript-eslint/tsconfig-utils": "8.58.
|
|
4117
|
-
"@typescript-eslint/types": "8.58.
|
|
4118
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
3899
|
+
"@typescript-eslint/project-service": "8.58.2",
|
|
3900
|
+
"@typescript-eslint/tsconfig-utils": "8.58.2",
|
|
3901
|
+
"@typescript-eslint/types": "8.58.2",
|
|
3902
|
+
"@typescript-eslint/visitor-keys": "8.58.2",
|
|
4119
3903
|
"debug": "^4.4.3",
|
|
4120
3904
|
"minimatch": "^10.2.2",
|
|
4121
3905
|
"semver": "^7.7.3",
|
|
@@ -4182,15 +3966,15 @@
|
|
|
4182
3966
|
}
|
|
4183
3967
|
},
|
|
4184
3968
|
"node_modules/@typescript-eslint/utils": {
|
|
4185
|
-
"version": "8.58.
|
|
4186
|
-
"integrity": "sha512-
|
|
3969
|
+
"version": "8.58.2",
|
|
3970
|
+
"integrity": "sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==",
|
|
4187
3971
|
"dev": true,
|
|
4188
3972
|
"license": "MIT",
|
|
4189
3973
|
"dependencies": {
|
|
4190
3974
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
4191
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
4192
|
-
"@typescript-eslint/types": "8.58.
|
|
4193
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
3975
|
+
"@typescript-eslint/scope-manager": "8.58.2",
|
|
3976
|
+
"@typescript-eslint/types": "8.58.2",
|
|
3977
|
+
"@typescript-eslint/typescript-estree": "8.58.2"
|
|
4194
3978
|
},
|
|
4195
3979
|
"engines": {
|
|
4196
3980
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4205,12 +3989,12 @@
|
|
|
4205
3989
|
}
|
|
4206
3990
|
},
|
|
4207
3991
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
4208
|
-
"version": "8.58.
|
|
4209
|
-
"integrity": "sha512-
|
|
3992
|
+
"version": "8.58.2",
|
|
3993
|
+
"integrity": "sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==",
|
|
4210
3994
|
"dev": true,
|
|
4211
3995
|
"license": "MIT",
|
|
4212
3996
|
"dependencies": {
|
|
4213
|
-
"@typescript-eslint/types": "8.58.
|
|
3997
|
+
"@typescript-eslint/types": "8.58.2",
|
|
4214
3998
|
"eslint-visitor-keys": "^5.0.0"
|
|
4215
3999
|
},
|
|
4216
4000
|
"engines": {
|
|
@@ -4484,14 +4268,14 @@
|
|
|
4484
4268
|
]
|
|
4485
4269
|
},
|
|
4486
4270
|
"node_modules/@wavemaker/variables": {
|
|
4487
|
-
"version": "11.14.1-
|
|
4488
|
-
"integrity": "sha512-
|
|
4271
|
+
"version": "11.14.1-21.64731",
|
|
4272
|
+
"integrity": "sha512-Gcba+zbbroEeZ/4a3vcMwm/V8weywmxU+hFt81G6gFbjzYl+k8kGoVfaMr9niEfB6Bui05zCvZY6QuznthtPwQ==",
|
|
4489
4273
|
"dev": true,
|
|
4490
4274
|
"license": "ISC",
|
|
4491
4275
|
"dependencies": {
|
|
4492
4276
|
"@metrichor/jmespath": "^0.3.1",
|
|
4493
4277
|
"he": "^1.2.0",
|
|
4494
|
-
"lodash-es": "
|
|
4278
|
+
"lodash-es": "4.18.1",
|
|
4495
4279
|
"moment": "^2.29.4",
|
|
4496
4280
|
"x2js": "^3.4.3"
|
|
4497
4281
|
}
|
|
@@ -4602,6 +4386,17 @@
|
|
|
4602
4386
|
"dev": true,
|
|
4603
4387
|
"license": "Python-2.0"
|
|
4604
4388
|
},
|
|
4389
|
+
"node_modules/aria-hidden": {
|
|
4390
|
+
"version": "1.2.6",
|
|
4391
|
+
"integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
|
|
4392
|
+
"license": "MIT",
|
|
4393
|
+
"dependencies": {
|
|
4394
|
+
"tslib": "^2.0.0"
|
|
4395
|
+
},
|
|
4396
|
+
"engines": {
|
|
4397
|
+
"node": ">=10"
|
|
4398
|
+
}
|
|
4399
|
+
},
|
|
4605
4400
|
"node_modules/aria-query": {
|
|
4606
4401
|
"version": "5.3.2",
|
|
4607
4402
|
"integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
|
|
@@ -4799,8 +4594,8 @@
|
|
|
4799
4594
|
}
|
|
4800
4595
|
},
|
|
4801
4596
|
"node_modules/axe-core": {
|
|
4802
|
-
"version": "4.11.
|
|
4803
|
-
"integrity": "sha512-
|
|
4597
|
+
"version": "4.11.3",
|
|
4598
|
+
"integrity": "sha512-zBQouZixDTbo3jMGqHKyePxYxr1e5W8UdTmBQ7sNtaA9M2bE32daxxPLS/jojhKOHxQ7LWwPjfiwf/fhaJWzlg==",
|
|
4804
4599
|
"dev": true,
|
|
4805
4600
|
"license": "MPL-2.0",
|
|
4806
4601
|
"engines": {
|
|
@@ -4808,8 +4603,8 @@
|
|
|
4808
4603
|
}
|
|
4809
4604
|
},
|
|
4810
4605
|
"node_modules/axios": {
|
|
4811
|
-
"version": "1.
|
|
4812
|
-
"integrity": "sha512-
|
|
4606
|
+
"version": "1.15.0",
|
|
4607
|
+
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
4813
4608
|
"license": "MIT",
|
|
4814
4609
|
"dependencies": {
|
|
4815
4610
|
"follow-redirects": "^1.15.11",
|
|
@@ -4854,8 +4649,8 @@
|
|
|
4854
4649
|
}
|
|
4855
4650
|
},
|
|
4856
4651
|
"node_modules/babel-plugin-module-resolver/node_modules/brace-expansion": {
|
|
4857
|
-
"version": "2.0
|
|
4858
|
-
"integrity": "sha512-
|
|
4652
|
+
"version": "2.1.0",
|
|
4653
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
4859
4654
|
"dev": true,
|
|
4860
4655
|
"license": "MIT",
|
|
4861
4656
|
"dependencies": {
|
|
@@ -4948,8 +4743,8 @@
|
|
|
4948
4743
|
"license": "MIT"
|
|
4949
4744
|
},
|
|
4950
4745
|
"node_modules/baseline-browser-mapping": {
|
|
4951
|
-
"version": "2.10.
|
|
4952
|
-
"integrity": "sha512-
|
|
4746
|
+
"version": "2.10.19",
|
|
4747
|
+
"integrity": "sha512-qCkNLi2sfBOn8XhZQ0FXsT1Ki/Yo5P90hrkRamVFRS7/KV9hpfA4HkoWNU152+8w0zPjnxo5psx5NL3PSGgv5g==",
|
|
4953
4748
|
"dev": true,
|
|
4954
4749
|
"license": "Apache-2.0",
|
|
4955
4750
|
"bin": {
|
|
@@ -4973,8 +4768,8 @@
|
|
|
4973
4768
|
}
|
|
4974
4769
|
},
|
|
4975
4770
|
"node_modules/brace-expansion": {
|
|
4976
|
-
"version": "1.1.
|
|
4977
|
-
"integrity": "sha512-
|
|
4771
|
+
"version": "1.1.14",
|
|
4772
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
4978
4773
|
"dev": true,
|
|
4979
4774
|
"license": "MIT",
|
|
4980
4775
|
"dependencies": {
|
|
@@ -5038,14 +4833,14 @@
|
|
|
5038
4833
|
}
|
|
5039
4834
|
},
|
|
5040
4835
|
"node_modules/call-bind": {
|
|
5041
|
-
"version": "1.0.
|
|
5042
|
-
"integrity": "sha512-
|
|
4836
|
+
"version": "1.0.9",
|
|
4837
|
+
"integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
|
|
5043
4838
|
"dev": true,
|
|
5044
4839
|
"license": "MIT",
|
|
5045
4840
|
"dependencies": {
|
|
5046
|
-
"call-bind-apply-helpers": "^1.0.
|
|
5047
|
-
"es-define-property": "^1.0.
|
|
5048
|
-
"get-intrinsic": "^1.
|
|
4841
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
4842
|
+
"es-define-property": "^1.0.1",
|
|
4843
|
+
"get-intrinsic": "^1.3.0",
|
|
5049
4844
|
"set-function-length": "^1.2.2"
|
|
5050
4845
|
},
|
|
5051
4846
|
"engines": {
|
|
@@ -5092,8 +4887,8 @@
|
|
|
5092
4887
|
}
|
|
5093
4888
|
},
|
|
5094
4889
|
"node_modules/caniuse-lite": {
|
|
5095
|
-
"version": "1.0.
|
|
5096
|
-
"integrity": "sha512-
|
|
4890
|
+
"version": "1.0.30001788",
|
|
4891
|
+
"integrity": "sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==",
|
|
5097
4892
|
"funding": [
|
|
5098
4893
|
{
|
|
5099
4894
|
"type": "opencollective",
|
|
@@ -5537,11 +5332,6 @@
|
|
|
5537
5332
|
}
|
|
5538
5333
|
}
|
|
5539
5334
|
},
|
|
5540
|
-
"node_modules/decimal.js": {
|
|
5541
|
-
"version": "10.6.0",
|
|
5542
|
-
"integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
|
|
5543
|
-
"license": "MIT"
|
|
5544
|
-
},
|
|
5545
5335
|
"node_modules/decimal.js-light": {
|
|
5546
5336
|
"version": "2.5.1",
|
|
5547
5337
|
"integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
|
|
@@ -5626,8 +5416,8 @@
|
|
|
5626
5416
|
}
|
|
5627
5417
|
},
|
|
5628
5418
|
"node_modules/dompurify": {
|
|
5629
|
-
"version": "3.
|
|
5630
|
-
"integrity": "sha512-
|
|
5419
|
+
"version": "3.4.0",
|
|
5420
|
+
"integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==",
|
|
5631
5421
|
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
5632
5422
|
"optionalDependencies": {
|
|
5633
5423
|
"@types/trusted-types": "^2.0.7"
|
|
@@ -5647,8 +5437,8 @@
|
|
|
5647
5437
|
}
|
|
5648
5438
|
},
|
|
5649
5439
|
"node_modules/electron-to-chromium": {
|
|
5650
|
-
"version": "1.5.
|
|
5651
|
-
"integrity": "sha512-
|
|
5440
|
+
"version": "1.5.339",
|
|
5441
|
+
"integrity": "sha512-Is+0BBHJ4NrdpAYiperrmp53pLywG/yV/6lIMTAnhxvzj/Cmn5Q/ogSHC6AKe7X+8kPLxxFk0cs5oc/3j/fxIg==",
|
|
5652
5442
|
"dev": true,
|
|
5653
5443
|
"license": "ISC"
|
|
5654
5444
|
},
|
|
@@ -5678,8 +5468,8 @@
|
|
|
5678
5468
|
}
|
|
5679
5469
|
},
|
|
5680
5470
|
"node_modules/es-abstract": {
|
|
5681
|
-
"version": "1.24.
|
|
5682
|
-
"integrity": "sha512-
|
|
5471
|
+
"version": "1.24.2",
|
|
5472
|
+
"integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==",
|
|
5683
5473
|
"dev": true,
|
|
5684
5474
|
"license": "MIT",
|
|
5685
5475
|
"dependencies": {
|
|
@@ -5762,15 +5552,15 @@
|
|
|
5762
5552
|
}
|
|
5763
5553
|
},
|
|
5764
5554
|
"node_modules/es-iterator-helpers": {
|
|
5765
|
-
"version": "1.3.
|
|
5766
|
-
"integrity": "sha512-
|
|
5555
|
+
"version": "1.3.2",
|
|
5556
|
+
"integrity": "sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==",
|
|
5767
5557
|
"dev": true,
|
|
5768
5558
|
"license": "MIT",
|
|
5769
5559
|
"dependencies": {
|
|
5770
|
-
"call-bind": "^1.0.
|
|
5560
|
+
"call-bind": "^1.0.9",
|
|
5771
5561
|
"call-bound": "^1.0.4",
|
|
5772
5562
|
"define-properties": "^1.2.1",
|
|
5773
|
-
"es-abstract": "^1.24.
|
|
5563
|
+
"es-abstract": "^1.24.2",
|
|
5774
5564
|
"es-errors": "^1.3.0",
|
|
5775
5565
|
"es-set-tostringtag": "^2.1.0",
|
|
5776
5566
|
"function-bind": "^1.1.2",
|
|
@@ -5782,8 +5572,7 @@
|
|
|
5782
5572
|
"has-symbols": "^1.1.0",
|
|
5783
5573
|
"internal-slot": "^1.1.0",
|
|
5784
5574
|
"iterator.prototype": "^1.1.5",
|
|
5785
|
-
"math-intrinsics": "^1.1.0"
|
|
5786
|
-
"safe-array-concat": "^1.1.3"
|
|
5575
|
+
"math-intrinsics": "^1.1.0"
|
|
5787
5576
|
},
|
|
5788
5577
|
"engines": {
|
|
5789
5578
|
"node": ">= 0.4"
|
|
@@ -5959,14 +5748,14 @@
|
|
|
5959
5748
|
}
|
|
5960
5749
|
},
|
|
5961
5750
|
"node_modules/eslint-import-resolver-node": {
|
|
5962
|
-
"version": "0.3.
|
|
5963
|
-
"integrity": "sha512-
|
|
5751
|
+
"version": "0.3.10",
|
|
5752
|
+
"integrity": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==",
|
|
5964
5753
|
"dev": true,
|
|
5965
5754
|
"license": "MIT",
|
|
5966
5755
|
"dependencies": {
|
|
5967
5756
|
"debug": "^3.2.7",
|
|
5968
|
-
"is-core-module": "^2.
|
|
5969
|
-
"resolve": "^
|
|
5757
|
+
"is-core-module": "^2.16.1",
|
|
5758
|
+
"resolve": "^2.0.0-next.6"
|
|
5970
5759
|
}
|
|
5971
5760
|
},
|
|
5972
5761
|
"node_modules/eslint-import-resolver-node/node_modules/debug": {
|
|
@@ -5978,6 +5767,29 @@
|
|
|
5978
5767
|
"ms": "^2.1.1"
|
|
5979
5768
|
}
|
|
5980
5769
|
},
|
|
5770
|
+
"node_modules/eslint-import-resolver-node/node_modules/resolve": {
|
|
5771
|
+
"version": "2.0.0-next.6",
|
|
5772
|
+
"integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
|
|
5773
|
+
"dev": true,
|
|
5774
|
+
"license": "MIT",
|
|
5775
|
+
"dependencies": {
|
|
5776
|
+
"es-errors": "^1.3.0",
|
|
5777
|
+
"is-core-module": "^2.16.1",
|
|
5778
|
+
"node-exports-info": "^1.6.0",
|
|
5779
|
+
"object-keys": "^1.1.1",
|
|
5780
|
+
"path-parse": "^1.0.7",
|
|
5781
|
+
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
5782
|
+
},
|
|
5783
|
+
"bin": {
|
|
5784
|
+
"resolve": "bin/resolve"
|
|
5785
|
+
},
|
|
5786
|
+
"engines": {
|
|
5787
|
+
"node": ">= 0.4"
|
|
5788
|
+
},
|
|
5789
|
+
"funding": {
|
|
5790
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
5791
|
+
}
|
|
5792
|
+
},
|
|
5981
5793
|
"node_modules/eslint-import-resolver-typescript": {
|
|
5982
5794
|
"version": "3.10.1",
|
|
5983
5795
|
"integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
|
|
@@ -6436,8 +6248,8 @@
|
|
|
6436
6248
|
"license": "ISC"
|
|
6437
6249
|
},
|
|
6438
6250
|
"node_modules/follow-redirects": {
|
|
6439
|
-
"version": "1.
|
|
6440
|
-
"integrity": "sha512-
|
|
6251
|
+
"version": "1.16.0",
|
|
6252
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
6441
6253
|
"funding": [
|
|
6442
6254
|
{
|
|
6443
6255
|
"type": "individual",
|
|
@@ -6668,8 +6480,8 @@
|
|
|
6668
6480
|
}
|
|
6669
6481
|
},
|
|
6670
6482
|
"node_modules/get-tsconfig": {
|
|
6671
|
-
"version": "4.
|
|
6672
|
-
"integrity": "sha512-
|
|
6483
|
+
"version": "4.14.0",
|
|
6484
|
+
"integrity": "sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==",
|
|
6673
6485
|
"dev": true,
|
|
6674
6486
|
"license": "MIT",
|
|
6675
6487
|
"dependencies": {
|
|
@@ -6966,17 +6778,6 @@
|
|
|
6966
6778
|
"node": ">=12"
|
|
6967
6779
|
}
|
|
6968
6780
|
},
|
|
6969
|
-
"node_modules/intl-messageformat": {
|
|
6970
|
-
"version": "10.7.18",
|
|
6971
|
-
"integrity": "sha512-m3Ofv/X/tV8Y3tHXLohcuVuhWKo7BBq62cqY15etqmLxg2DZ34AGGgQDeR+SCta2+zICb1NX83af0GJmbQ1++g==",
|
|
6972
|
-
"license": "BSD-3-Clause",
|
|
6973
|
-
"dependencies": {
|
|
6974
|
-
"@formatjs/ecma402-abstract": "2.3.6",
|
|
6975
|
-
"@formatjs/fast-memoize": "2.2.7",
|
|
6976
|
-
"@formatjs/icu-messageformat-parser": "2.11.4",
|
|
6977
|
-
"tslib": "^2.8.0"
|
|
6978
|
-
}
|
|
6979
|
-
},
|
|
6980
6781
|
"node_modules/is-array-buffer": {
|
|
6981
6782
|
"version": "3.0.5",
|
|
6982
6783
|
"integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
|
|
@@ -7704,13 +7505,13 @@
|
|
|
7704
7505
|
}
|
|
7705
7506
|
},
|
|
7706
7507
|
"node_modules/lodash": {
|
|
7707
|
-
"version": "4.
|
|
7708
|
-
"integrity": "sha512-
|
|
7508
|
+
"version": "4.18.1",
|
|
7509
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
7709
7510
|
"license": "MIT"
|
|
7710
7511
|
},
|
|
7711
7512
|
"node_modules/lodash-es": {
|
|
7712
|
-
"version": "4.
|
|
7713
|
-
"integrity": "sha512-
|
|
7513
|
+
"version": "4.18.1",
|
|
7514
|
+
"integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
|
|
7714
7515
|
"license": "MIT"
|
|
7715
7516
|
},
|
|
7716
7517
|
"node_modules/lodash.debounce": {
|
|
@@ -8049,8 +7850,8 @@
|
|
|
8049
7850
|
}
|
|
8050
7851
|
},
|
|
8051
7852
|
"node_modules/node-releases": {
|
|
8052
|
-
"version": "2.0.
|
|
8053
|
-
"integrity": "sha512-
|
|
7853
|
+
"version": "2.0.37",
|
|
7854
|
+
"integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
|
|
8054
7855
|
"dev": true,
|
|
8055
7856
|
"license": "MIT"
|
|
8056
7857
|
},
|
|
@@ -8563,8 +8364,8 @@
|
|
|
8563
8364
|
}
|
|
8564
8365
|
},
|
|
8565
8366
|
"node_modules/prettier": {
|
|
8566
|
-
"version": "3.8.
|
|
8567
|
-
"integrity": "sha512-
|
|
8367
|
+
"version": "3.8.3",
|
|
8368
|
+
"integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==",
|
|
8568
8369
|
"dev": true,
|
|
8569
8370
|
"license": "MIT",
|
|
8570
8371
|
"bin": {
|
|
@@ -8649,13 +8450,33 @@
|
|
|
8649
8450
|
"license": "MIT"
|
|
8650
8451
|
},
|
|
8651
8452
|
"node_modules/react": {
|
|
8652
|
-
"version": "19.2.
|
|
8653
|
-
"integrity": "sha512-
|
|
8453
|
+
"version": "19.2.5",
|
|
8454
|
+
"integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==",
|
|
8654
8455
|
"license": "MIT",
|
|
8655
8456
|
"engines": {
|
|
8656
8457
|
"node": ">=0.10.0"
|
|
8657
8458
|
}
|
|
8658
8459
|
},
|
|
8460
|
+
"node_modules/react-aria": {
|
|
8461
|
+
"version": "3.48.0",
|
|
8462
|
+
"integrity": "sha512-jQjd4rBEIMqecBaAKYJbVGK6EqIHLa5znVQ7jwFyK5vCyljoj6KhgtiahmcIPsG5vG5vEDLw+ba+bEWn6A2P4w==",
|
|
8463
|
+
"license": "Apache-2.0",
|
|
8464
|
+
"dependencies": {
|
|
8465
|
+
"@internationalized/date": "^3.12.1",
|
|
8466
|
+
"@internationalized/number": "^3.6.6",
|
|
8467
|
+
"@internationalized/string": "^3.2.8",
|
|
8468
|
+
"@react-types/shared": "^3.34.0",
|
|
8469
|
+
"@swc/helpers": "^0.5.0",
|
|
8470
|
+
"aria-hidden": "^1.2.3",
|
|
8471
|
+
"clsx": "^2.0.0",
|
|
8472
|
+
"react-stately": "3.46.0",
|
|
8473
|
+
"use-sync-external-store": "^1.6.0"
|
|
8474
|
+
},
|
|
8475
|
+
"peerDependencies": {
|
|
8476
|
+
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
8477
|
+
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
8478
|
+
}
|
|
8479
|
+
},
|
|
8659
8480
|
"node_modules/react-color": {
|
|
8660
8481
|
"version": "2.19.3",
|
|
8661
8482
|
"integrity": "sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA==",
|
|
@@ -8674,19 +8495,19 @@
|
|
|
8674
8495
|
}
|
|
8675
8496
|
},
|
|
8676
8497
|
"node_modules/react-dom": {
|
|
8677
|
-
"version": "19.2.
|
|
8678
|
-
"integrity": "sha512-
|
|
8498
|
+
"version": "19.2.5",
|
|
8499
|
+
"integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==",
|
|
8679
8500
|
"license": "MIT",
|
|
8680
8501
|
"dependencies": {
|
|
8681
8502
|
"scheduler": "^0.27.0"
|
|
8682
8503
|
},
|
|
8683
8504
|
"peerDependencies": {
|
|
8684
|
-
"react": "^19.2.
|
|
8505
|
+
"react": "^19.2.5"
|
|
8685
8506
|
}
|
|
8686
8507
|
},
|
|
8687
8508
|
"node_modules/react-hook-form": {
|
|
8688
|
-
"version": "7.72.
|
|
8689
|
-
"integrity": "sha512-
|
|
8509
|
+
"version": "7.72.1",
|
|
8510
|
+
"integrity": "sha512-RhwBoy2ygeVZje+C+bwJ8g0NjTdBmDlJvAUHTxRjTmSUKPYsKfMphkS2sgEMotsY03bP358yEYlnUeZy//D9Ig==",
|
|
8690
8511
|
"license": "MIT",
|
|
8691
8512
|
"engines": {
|
|
8692
8513
|
"node": ">=18.0.0"
|
|
@@ -8700,8 +8521,8 @@
|
|
|
8700
8521
|
}
|
|
8701
8522
|
},
|
|
8702
8523
|
"node_modules/react-is": {
|
|
8703
|
-
"version": "19.2.
|
|
8704
|
-
"integrity": "sha512-
|
|
8524
|
+
"version": "19.2.5",
|
|
8525
|
+
"integrity": "sha512-Dn0t8IQhCmeIT3wu+Apm1/YVsJXsGWi6k4sPdnBIdqMVtHtv0IGi6dcpNpNkNac0zB2uUAqNX3MHzN8c+z2rwQ==",
|
|
8705
8526
|
"license": "MIT"
|
|
8706
8527
|
},
|
|
8707
8528
|
"node_modules/react-redux": {
|
|
@@ -8726,6 +8547,22 @@
|
|
|
8726
8547
|
}
|
|
8727
8548
|
}
|
|
8728
8549
|
},
|
|
8550
|
+
"node_modules/react-stately": {
|
|
8551
|
+
"version": "3.46.0",
|
|
8552
|
+
"integrity": "sha512-OdxhWvHgs2L4OJGIs7hnuTr5WjjMM6enhNEAMRqiekhF8+ITvA2LRwNftOZwcogaoCslGYq5S2VQTQwnm0GbCA==",
|
|
8553
|
+
"license": "Apache-2.0",
|
|
8554
|
+
"dependencies": {
|
|
8555
|
+
"@internationalized/date": "^3.12.1",
|
|
8556
|
+
"@internationalized/number": "^3.6.6",
|
|
8557
|
+
"@internationalized/string": "^3.2.8",
|
|
8558
|
+
"@react-types/shared": "^3.34.0",
|
|
8559
|
+
"@swc/helpers": "^0.5.0",
|
|
8560
|
+
"use-sync-external-store": "^1.6.0"
|
|
8561
|
+
},
|
|
8562
|
+
"peerDependencies": {
|
|
8563
|
+
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
8564
|
+
}
|
|
8565
|
+
},
|
|
8729
8566
|
"node_modules/react-transition-group": {
|
|
8730
8567
|
"version": "4.4.5",
|
|
8731
8568
|
"integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
|
|
@@ -8897,8 +8734,8 @@
|
|
|
8897
8734
|
"license": "MIT"
|
|
8898
8735
|
},
|
|
8899
8736
|
"node_modules/regjsparser": {
|
|
8900
|
-
"version": "0.13.
|
|
8901
|
-
"integrity": "sha512-
|
|
8737
|
+
"version": "0.13.1",
|
|
8738
|
+
"integrity": "sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==",
|
|
8902
8739
|
"dev": true,
|
|
8903
8740
|
"license": "BSD-2-Clause",
|
|
8904
8741
|
"dependencies": {
|
|
@@ -8914,10 +8751,11 @@
|
|
|
8914
8751
|
"license": "MIT"
|
|
8915
8752
|
},
|
|
8916
8753
|
"node_modules/resolve": {
|
|
8917
|
-
"version": "1.22.
|
|
8918
|
-
"integrity": "sha512-
|
|
8754
|
+
"version": "1.22.12",
|
|
8755
|
+
"integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
|
|
8919
8756
|
"license": "MIT",
|
|
8920
8757
|
"dependencies": {
|
|
8758
|
+
"es-errors": "^1.3.0",
|
|
8921
8759
|
"is-core-module": "^2.16.1",
|
|
8922
8760
|
"path-parse": "^1.0.7",
|
|
8923
8761
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
@@ -9204,13 +9042,13 @@
|
|
|
9204
9042
|
}
|
|
9205
9043
|
},
|
|
9206
9044
|
"node_modules/side-channel-list": {
|
|
9207
|
-
"version": "1.0.
|
|
9208
|
-
"integrity": "sha512-
|
|
9045
|
+
"version": "1.0.1",
|
|
9046
|
+
"integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
|
|
9209
9047
|
"dev": true,
|
|
9210
9048
|
"license": "MIT",
|
|
9211
9049
|
"dependencies": {
|
|
9212
9050
|
"es-errors": "^1.3.0",
|
|
9213
|
-
"object-inspect": "^1.13.
|
|
9051
|
+
"object-inspect": "^1.13.4"
|
|
9214
9052
|
},
|
|
9215
9053
|
"engines": {
|
|
9216
9054
|
"node": ">= 0.4"
|
|
@@ -9601,21 +9439,21 @@
|
|
|
9601
9439
|
"license": "MIT"
|
|
9602
9440
|
},
|
|
9603
9441
|
"node_modules/tinyexec": {
|
|
9604
|
-
"version": "1.
|
|
9605
|
-
"integrity": "sha512-
|
|
9442
|
+
"version": "1.1.1",
|
|
9443
|
+
"integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
|
|
9606
9444
|
"license": "MIT",
|
|
9607
9445
|
"engines": {
|
|
9608
9446
|
"node": ">=18"
|
|
9609
9447
|
}
|
|
9610
9448
|
},
|
|
9611
9449
|
"node_modules/tinyglobby": {
|
|
9612
|
-
"version": "0.2.
|
|
9613
|
-
"integrity": "sha512-
|
|
9450
|
+
"version": "0.2.16",
|
|
9451
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
9614
9452
|
"dev": true,
|
|
9615
9453
|
"license": "MIT",
|
|
9616
9454
|
"dependencies": {
|
|
9617
9455
|
"fdir": "^6.5.0",
|
|
9618
|
-
"picomatch": "^4.0.
|
|
9456
|
+
"picomatch": "^4.0.4"
|
|
9619
9457
|
},
|
|
9620
9458
|
"engines": {
|
|
9621
9459
|
"node": ">=12.0.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/react-runtime",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-21.64731",
|
|
4
4
|
"description": "React runtime package for Wavemaker",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@types/react": "^19",
|
|
79
79
|
"@types/react-color": "^3.0.13",
|
|
80
80
|
"@types/react-dom": "^19",
|
|
81
|
-
"@wavemaker/variables": "11.14.1-
|
|
81
|
+
"@wavemaker/variables": "11.14.1-21.64731",
|
|
82
82
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
83
83
|
"eslint": "^9",
|
|
84
84
|
"eslint-config-next": "15.1.4",
|