@wavemaker/react-runtime 11.14.1-22.647453 → 11.14.1-22.647491
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 +175 -134
- 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-22.
|
|
3
|
+
"version": "11.14.1-22.647491",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/react-runtime",
|
|
9
|
-
"version": "11.14.1-22.
|
|
9
|
+
"version": "11.14.1-22.647491",
|
|
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-22.
|
|
62
|
+
"@wavemaker/variables": "11.14.1-22.647491",
|
|
63
63
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
64
64
|
"eslint": "^9",
|
|
65
65
|
"eslint-config-next": "15.1.4",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
"node_modules/@babel/compat-data": {
|
|
115
|
-
"version": "7.29.
|
|
116
|
-
"integrity": "sha512-
|
|
115
|
+
"version": "7.29.3",
|
|
116
|
+
"integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
|
|
117
117
|
"dev": true,
|
|
118
118
|
"license": "MIT",
|
|
119
119
|
"engines": {
|
|
@@ -195,8 +195,8 @@
|
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
198
|
-
"version": "7.
|
|
199
|
-
"integrity": "sha512-
|
|
198
|
+
"version": "7.29.3",
|
|
199
|
+
"integrity": "sha512-RpLYy2sb51oNLjuu1iD3bwBqCBWUzjO0ocp+iaCP/lJtb2CPLcnC2Fftw+4sAzaMELGeWTgExSKADbdo0GFVzA==",
|
|
200
200
|
"dev": true,
|
|
201
201
|
"license": "MIT",
|
|
202
202
|
"dependencies": {
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
206
206
|
"@babel/helper-replace-supers": "^7.28.6",
|
|
207
207
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
208
|
-
"@babel/traverse": "^7.
|
|
208
|
+
"@babel/traverse": "^7.29.0",
|
|
209
209
|
"semver": "^6.3.1"
|
|
210
210
|
},
|
|
211
211
|
"engines": {
|
|
@@ -420,8 +420,8 @@
|
|
|
420
420
|
}
|
|
421
421
|
},
|
|
422
422
|
"node_modules/@babel/parser": {
|
|
423
|
-
"version": "7.29.
|
|
424
|
-
"integrity": "sha512-
|
|
423
|
+
"version": "7.29.3",
|
|
424
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
425
425
|
"license": "MIT",
|
|
426
426
|
"dependencies": {
|
|
427
427
|
"@babel/types": "^7.29.0"
|
|
@@ -479,6 +479,22 @@
|
|
|
479
479
|
"@babel/core": "^7.0.0"
|
|
480
480
|
}
|
|
481
481
|
},
|
|
482
|
+
"node_modules/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": {
|
|
483
|
+
"version": "7.29.3",
|
|
484
|
+
"integrity": "sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg==",
|
|
485
|
+
"dev": true,
|
|
486
|
+
"license": "MIT",
|
|
487
|
+
"dependencies": {
|
|
488
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
489
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
490
|
+
},
|
|
491
|
+
"engines": {
|
|
492
|
+
"node": ">=6.9.0"
|
|
493
|
+
},
|
|
494
|
+
"peerDependencies": {
|
|
495
|
+
"@babel/core": "^7.0.0"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
482
498
|
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
483
499
|
"version": "7.27.1",
|
|
484
500
|
"integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
|
|
@@ -1014,8 +1030,8 @@
|
|
|
1014
1030
|
}
|
|
1015
1031
|
},
|
|
1016
1032
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
1017
|
-
"version": "7.29.
|
|
1018
|
-
"integrity": "sha512-
|
|
1033
|
+
"version": "7.29.4",
|
|
1034
|
+
"integrity": "sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==",
|
|
1019
1035
|
"dev": true,
|
|
1020
1036
|
"license": "MIT",
|
|
1021
1037
|
"dependencies": {
|
|
@@ -1507,18 +1523,19 @@
|
|
|
1507
1523
|
}
|
|
1508
1524
|
},
|
|
1509
1525
|
"node_modules/@babel/preset-env": {
|
|
1510
|
-
"version": "7.29.
|
|
1511
|
-
"integrity": "sha512
|
|
1526
|
+
"version": "7.29.5",
|
|
1527
|
+
"integrity": "sha512-/69t2aEzGKHD76DyLbHysF/QH2LJOB8iFnYO37unDTKBTubzcMRv0f3H5EiN1Q6ajOd/eB7dAInF0qdFVS06kA==",
|
|
1512
1528
|
"dev": true,
|
|
1513
1529
|
"license": "MIT",
|
|
1514
1530
|
"dependencies": {
|
|
1515
|
-
"@babel/compat-data": "^7.29.
|
|
1531
|
+
"@babel/compat-data": "^7.29.3",
|
|
1516
1532
|
"@babel/helper-compilation-targets": "^7.28.6",
|
|
1517
1533
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1518
1534
|
"@babel/helper-validator-option": "^7.27.1",
|
|
1519
1535
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
|
|
1520
1536
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
|
|
1521
1537
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
|
|
1538
|
+
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": "^7.29.3",
|
|
1522
1539
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
|
|
1523
1540
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.6",
|
|
1524
1541
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
@@ -1550,7 +1567,7 @@
|
|
|
1550
1567
|
"@babel/plugin-transform-member-expression-literals": "^7.27.1",
|
|
1551
1568
|
"@babel/plugin-transform-modules-amd": "^7.27.1",
|
|
1552
1569
|
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
|
|
1553
|
-
"@babel/plugin-transform-modules-systemjs": "^7.29.
|
|
1570
|
+
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
|
|
1554
1571
|
"@babel/plugin-transform-modules-umd": "^7.27.1",
|
|
1555
1572
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0",
|
|
1556
1573
|
"@babel/plugin-transform-new-target": "^7.27.1",
|
|
@@ -2876,13 +2893,13 @@
|
|
|
2876
2893
|
}
|
|
2877
2894
|
},
|
|
2878
2895
|
"node_modules/@mui/private-theming": {
|
|
2879
|
-
"version": "7.3.
|
|
2880
|
-
"integrity": "sha512-
|
|
2896
|
+
"version": "7.3.11",
|
|
2897
|
+
"integrity": "sha512-9B+YKms0fRHbNrqp9tOT/DNbNnU5gyvJ1o3qAGXfq8GmZcbJnE3At9x07Zr/o0pkhzg4aDdwXVqe4+AcgtOCPA==",
|
|
2881
2898
|
"license": "MIT",
|
|
2882
2899
|
"peer": true,
|
|
2883
2900
|
"dependencies": {
|
|
2884
2901
|
"@babel/runtime": "^7.28.6",
|
|
2885
|
-
"@mui/utils": "^7.3.
|
|
2902
|
+
"@mui/utils": "^7.3.11",
|
|
2886
2903
|
"prop-types": "^15.8.1"
|
|
2887
2904
|
},
|
|
2888
2905
|
"engines": {
|
|
@@ -2903,8 +2920,8 @@
|
|
|
2903
2920
|
}
|
|
2904
2921
|
},
|
|
2905
2922
|
"node_modules/@mui/private-theming/node_modules/@mui/utils": {
|
|
2906
|
-
"version": "7.3.
|
|
2907
|
-
"integrity": "sha512-
|
|
2923
|
+
"version": "7.3.11",
|
|
2924
|
+
"integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
|
|
2908
2925
|
"license": "MIT",
|
|
2909
2926
|
"peer": true,
|
|
2910
2927
|
"dependencies": {
|
|
@@ -2967,16 +2984,16 @@
|
|
|
2967
2984
|
}
|
|
2968
2985
|
},
|
|
2969
2986
|
"node_modules/@mui/system": {
|
|
2970
|
-
"version": "7.3.
|
|
2971
|
-
"integrity": "sha512
|
|
2987
|
+
"version": "7.3.11",
|
|
2988
|
+
"integrity": "sha512-7izwGWdNawAKpBKcRlx7f2gFnAAjmASBWvMcyX4YYEeLOFsbfGRbUYGInvnAcUeql3rPxI7F9Ft4oY2OLRz44g==",
|
|
2972
2989
|
"license": "MIT",
|
|
2973
2990
|
"peer": true,
|
|
2974
2991
|
"dependencies": {
|
|
2975
2992
|
"@babel/runtime": "^7.28.6",
|
|
2976
|
-
"@mui/private-theming": "^7.3.
|
|
2993
|
+
"@mui/private-theming": "^7.3.11",
|
|
2977
2994
|
"@mui/styled-engine": "^7.3.10",
|
|
2978
2995
|
"@mui/types": "^7.4.12",
|
|
2979
|
-
"@mui/utils": "^7.3.
|
|
2996
|
+
"@mui/utils": "^7.3.11",
|
|
2980
2997
|
"clsx": "^2.1.1",
|
|
2981
2998
|
"csstype": "^3.2.3",
|
|
2982
2999
|
"prop-types": "^15.8.1"
|
|
@@ -3007,8 +3024,8 @@
|
|
|
3007
3024
|
}
|
|
3008
3025
|
},
|
|
3009
3026
|
"node_modules/@mui/system/node_modules/@mui/utils": {
|
|
3010
|
-
"version": "7.3.
|
|
3011
|
-
"integrity": "sha512-
|
|
3027
|
+
"version": "7.3.11",
|
|
3028
|
+
"integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
|
|
3012
3029
|
"license": "MIT",
|
|
3013
3030
|
"peer": true,
|
|
3014
3031
|
"dependencies": {
|
|
@@ -3095,8 +3112,8 @@
|
|
|
3095
3112
|
}
|
|
3096
3113
|
},
|
|
3097
3114
|
"node_modules/@mui/x-date-pickers": {
|
|
3098
|
-
"version": "8.28.
|
|
3099
|
-
"integrity": "sha512-
|
|
3115
|
+
"version": "8.28.5",
|
|
3116
|
+
"integrity": "sha512-cjjJAe1cbg3tAJsCBokExqkr6aWLA8orEjPy7xFm7PDMOPp7Fi/kjwLZre0BE9s/0dMKeIlqvyICOjrKZAsqpA==",
|
|
3100
3117
|
"license": "MIT",
|
|
3101
3118
|
"dependencies": {
|
|
3102
3119
|
"@babel/runtime": "^7.28.4",
|
|
@@ -3160,8 +3177,8 @@
|
|
|
3160
3177
|
}
|
|
3161
3178
|
},
|
|
3162
3179
|
"node_modules/@mui/x-date-pickers/node_modules/@mui/utils": {
|
|
3163
|
-
"version": "7.3.
|
|
3164
|
-
"integrity": "sha512-
|
|
3180
|
+
"version": "7.3.11",
|
|
3181
|
+
"integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
|
|
3165
3182
|
"license": "MIT",
|
|
3166
3183
|
"dependencies": {
|
|
3167
3184
|
"@babel/runtime": "^7.28.6",
|
|
@@ -3210,8 +3227,8 @@
|
|
|
3210
3227
|
}
|
|
3211
3228
|
},
|
|
3212
3229
|
"node_modules/@mui/x-internals/node_modules/@mui/utils": {
|
|
3213
|
-
"version": "7.3.
|
|
3214
|
-
"integrity": "sha512-
|
|
3230
|
+
"version": "7.3.11",
|
|
3231
|
+
"integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
|
|
3215
3232
|
"license": "MIT",
|
|
3216
3233
|
"dependencies": {
|
|
3217
3234
|
"@babel/runtime": "^7.28.6",
|
|
@@ -3573,8 +3590,8 @@
|
|
|
3573
3590
|
}
|
|
3574
3591
|
},
|
|
3575
3592
|
"node_modules/@tybys/wasm-util": {
|
|
3576
|
-
"version": "0.10.
|
|
3577
|
-
"integrity": "sha512-
|
|
3593
|
+
"version": "0.10.2",
|
|
3594
|
+
"integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
|
|
3578
3595
|
"dev": true,
|
|
3579
3596
|
"license": "MIT",
|
|
3580
3597
|
"optional": true,
|
|
@@ -3637,8 +3654,8 @@
|
|
|
3637
3654
|
"license": "MIT"
|
|
3638
3655
|
},
|
|
3639
3656
|
"node_modules/@types/estree": {
|
|
3640
|
-
"version": "1.0.
|
|
3641
|
-
"integrity": "sha512-
|
|
3657
|
+
"version": "1.0.9",
|
|
3658
|
+
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
3642
3659
|
"dev": true,
|
|
3643
3660
|
"license": "MIT"
|
|
3644
3661
|
},
|
|
@@ -3676,8 +3693,8 @@
|
|
|
3676
3693
|
}
|
|
3677
3694
|
},
|
|
3678
3695
|
"node_modules/@types/node": {
|
|
3679
|
-
"version": "20.19.
|
|
3680
|
-
"integrity": "sha512-
|
|
3696
|
+
"version": "20.19.41",
|
|
3697
|
+
"integrity": "sha512-ECymXOukMnOoVkC2bb1Vc/w/836DXncOg5m8Xj1RH7xSHZJWNYY6Zh7EH477vcnD5egKNNfy2RpNOmuChhFPgQ==",
|
|
3681
3698
|
"dev": true,
|
|
3682
3699
|
"license": "MIT",
|
|
3683
3700
|
"dependencies": {
|
|
@@ -3752,16 +3769,16 @@
|
|
|
3752
3769
|
"license": "MIT"
|
|
3753
3770
|
},
|
|
3754
3771
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
3755
|
-
"version": "8.59.
|
|
3756
|
-
"integrity": "sha512-
|
|
3772
|
+
"version": "8.59.3",
|
|
3773
|
+
"integrity": "sha512-PwFvSKsXGShKGW6n5bZOhGHEcCZXM8HofLK9fNsEwZXzFRjoY+XT1Vsf1zgyXdwTr0ZYz1/2tkZ0DBTT9jZjhw==",
|
|
3757
3774
|
"dev": true,
|
|
3758
3775
|
"license": "MIT",
|
|
3759
3776
|
"dependencies": {
|
|
3760
3777
|
"@eslint-community/regexpp": "^4.12.2",
|
|
3761
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
3762
|
-
"@typescript-eslint/type-utils": "8.59.
|
|
3763
|
-
"@typescript-eslint/utils": "8.59.
|
|
3764
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
3778
|
+
"@typescript-eslint/scope-manager": "8.59.3",
|
|
3779
|
+
"@typescript-eslint/type-utils": "8.59.3",
|
|
3780
|
+
"@typescript-eslint/utils": "8.59.3",
|
|
3781
|
+
"@typescript-eslint/visitor-keys": "8.59.3",
|
|
3765
3782
|
"ignore": "^7.0.5",
|
|
3766
3783
|
"natural-compare": "^1.4.0",
|
|
3767
3784
|
"ts-api-utils": "^2.5.0"
|
|
@@ -3774,7 +3791,7 @@
|
|
|
3774
3791
|
"url": "https://opencollective.com/typescript-eslint"
|
|
3775
3792
|
},
|
|
3776
3793
|
"peerDependencies": {
|
|
3777
|
-
"@typescript-eslint/parser": "^8.59.
|
|
3794
|
+
"@typescript-eslint/parser": "^8.59.3",
|
|
3778
3795
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
3779
3796
|
"typescript": ">=4.8.4 <6.1.0"
|
|
3780
3797
|
}
|
|
@@ -3789,15 +3806,15 @@
|
|
|
3789
3806
|
}
|
|
3790
3807
|
},
|
|
3791
3808
|
"node_modules/@typescript-eslint/parser": {
|
|
3792
|
-
"version": "8.59.
|
|
3793
|
-
"integrity": "sha512-
|
|
3809
|
+
"version": "8.59.3",
|
|
3810
|
+
"integrity": "sha512-HPwA+hVkfcriajbNvTmZv4VRauibay+cWArYUYq7u7W7PmGShMxbPxLvrwDme55a6d5alG3nrYfhyJ/G28XlLg==",
|
|
3794
3811
|
"dev": true,
|
|
3795
3812
|
"license": "MIT",
|
|
3796
3813
|
"dependencies": {
|
|
3797
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
3798
|
-
"@typescript-eslint/types": "8.59.
|
|
3799
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
3800
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
3814
|
+
"@typescript-eslint/scope-manager": "8.59.3",
|
|
3815
|
+
"@typescript-eslint/types": "8.59.3",
|
|
3816
|
+
"@typescript-eslint/typescript-estree": "8.59.3",
|
|
3817
|
+
"@typescript-eslint/visitor-keys": "8.59.3",
|
|
3801
3818
|
"debug": "^4.4.3"
|
|
3802
3819
|
},
|
|
3803
3820
|
"engines": {
|
|
@@ -3813,13 +3830,13 @@
|
|
|
3813
3830
|
}
|
|
3814
3831
|
},
|
|
3815
3832
|
"node_modules/@typescript-eslint/project-service": {
|
|
3816
|
-
"version": "8.59.
|
|
3817
|
-
"integrity": "sha512
|
|
3833
|
+
"version": "8.59.3",
|
|
3834
|
+
"integrity": "sha512-ECiUWa/KYRGDFUqTNehaRgzDshnJfkTABJxVemHk4ko22gcr0ukloKjWvyQ64g8YCV/UI47kN1dbmjf/GaQYng==",
|
|
3818
3835
|
"dev": true,
|
|
3819
3836
|
"license": "MIT",
|
|
3820
3837
|
"dependencies": {
|
|
3821
|
-
"@typescript-eslint/tsconfig-utils": "^8.59.
|
|
3822
|
-
"@typescript-eslint/types": "^8.59.
|
|
3838
|
+
"@typescript-eslint/tsconfig-utils": "^8.59.3",
|
|
3839
|
+
"@typescript-eslint/types": "^8.59.3",
|
|
3823
3840
|
"debug": "^4.4.3"
|
|
3824
3841
|
},
|
|
3825
3842
|
"engines": {
|
|
@@ -3834,13 +3851,13 @@
|
|
|
3834
3851
|
}
|
|
3835
3852
|
},
|
|
3836
3853
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
3837
|
-
"version": "8.59.
|
|
3838
|
-
"integrity": "sha512-
|
|
3854
|
+
"version": "8.59.3",
|
|
3855
|
+
"integrity": "sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==",
|
|
3839
3856
|
"dev": true,
|
|
3840
3857
|
"license": "MIT",
|
|
3841
3858
|
"dependencies": {
|
|
3842
|
-
"@typescript-eslint/types": "8.59.
|
|
3843
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
3859
|
+
"@typescript-eslint/types": "8.59.3",
|
|
3860
|
+
"@typescript-eslint/visitor-keys": "8.59.3"
|
|
3844
3861
|
},
|
|
3845
3862
|
"engines": {
|
|
3846
3863
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -3851,8 +3868,8 @@
|
|
|
3851
3868
|
}
|
|
3852
3869
|
},
|
|
3853
3870
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
3854
|
-
"version": "8.59.
|
|
3855
|
-
"integrity": "sha512
|
|
3871
|
+
"version": "8.59.3",
|
|
3872
|
+
"integrity": "sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==",
|
|
3856
3873
|
"dev": true,
|
|
3857
3874
|
"license": "MIT",
|
|
3858
3875
|
"engines": {
|
|
@@ -3867,14 +3884,14 @@
|
|
|
3867
3884
|
}
|
|
3868
3885
|
},
|
|
3869
3886
|
"node_modules/@typescript-eslint/type-utils": {
|
|
3870
|
-
"version": "8.59.
|
|
3871
|
-
"integrity": "sha512-
|
|
3887
|
+
"version": "8.59.3",
|
|
3888
|
+
"integrity": "sha512-g71d8QD8UaiHGvrJwyIS1hCX5r63w6Jll+4VEYhEAHXTDIqX1JgxhTAbEHtKntL9kuc4jRo7/GWw5xfCepSccQ==",
|
|
3872
3889
|
"dev": true,
|
|
3873
3890
|
"license": "MIT",
|
|
3874
3891
|
"dependencies": {
|
|
3875
|
-
"@typescript-eslint/types": "8.59.
|
|
3876
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
3877
|
-
"@typescript-eslint/utils": "8.59.
|
|
3892
|
+
"@typescript-eslint/types": "8.59.3",
|
|
3893
|
+
"@typescript-eslint/typescript-estree": "8.59.3",
|
|
3894
|
+
"@typescript-eslint/utils": "8.59.3",
|
|
3878
3895
|
"debug": "^4.4.3",
|
|
3879
3896
|
"ts-api-utils": "^2.5.0"
|
|
3880
3897
|
},
|
|
@@ -3891,8 +3908,8 @@
|
|
|
3891
3908
|
}
|
|
3892
3909
|
},
|
|
3893
3910
|
"node_modules/@typescript-eslint/types": {
|
|
3894
|
-
"version": "8.59.
|
|
3895
|
-
"integrity": "sha512-
|
|
3911
|
+
"version": "8.59.3",
|
|
3912
|
+
"integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==",
|
|
3896
3913
|
"dev": true,
|
|
3897
3914
|
"license": "MIT",
|
|
3898
3915
|
"engines": {
|
|
@@ -3904,15 +3921,15 @@
|
|
|
3904
3921
|
}
|
|
3905
3922
|
},
|
|
3906
3923
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
3907
|
-
"version": "8.59.
|
|
3908
|
-
"integrity": "sha512-
|
|
3924
|
+
"version": "8.59.3",
|
|
3925
|
+
"integrity": "sha512-CbRjVRAf7Lr9Kr8RopKcbY45p2VfmmHrm0ygOCYFi7oU8q19m0Fs/6iHS7kNOmwpp+ob07ZVcAqlxUod9lYdmg==",
|
|
3909
3926
|
"dev": true,
|
|
3910
3927
|
"license": "MIT",
|
|
3911
3928
|
"dependencies": {
|
|
3912
|
-
"@typescript-eslint/project-service": "8.59.
|
|
3913
|
-
"@typescript-eslint/tsconfig-utils": "8.59.
|
|
3914
|
-
"@typescript-eslint/types": "8.59.
|
|
3915
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
3929
|
+
"@typescript-eslint/project-service": "8.59.3",
|
|
3930
|
+
"@typescript-eslint/tsconfig-utils": "8.59.3",
|
|
3931
|
+
"@typescript-eslint/types": "8.59.3",
|
|
3932
|
+
"@typescript-eslint/visitor-keys": "8.59.3",
|
|
3916
3933
|
"debug": "^4.4.3",
|
|
3917
3934
|
"minimatch": "^10.2.2",
|
|
3918
3935
|
"semver": "^7.7.3",
|
|
@@ -3940,8 +3957,8 @@
|
|
|
3940
3957
|
}
|
|
3941
3958
|
},
|
|
3942
3959
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
3943
|
-
"version": "5.0.
|
|
3944
|
-
"integrity": "sha512-
|
|
3960
|
+
"version": "5.0.6",
|
|
3961
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
3945
3962
|
"dev": true,
|
|
3946
3963
|
"license": "MIT",
|
|
3947
3964
|
"dependencies": {
|
|
@@ -3967,8 +3984,8 @@
|
|
|
3967
3984
|
}
|
|
3968
3985
|
},
|
|
3969
3986
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
3970
|
-
"version": "7.
|
|
3971
|
-
"integrity": "sha512-
|
|
3987
|
+
"version": "7.8.0",
|
|
3988
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
3972
3989
|
"dev": true,
|
|
3973
3990
|
"license": "ISC",
|
|
3974
3991
|
"bin": {
|
|
@@ -3979,15 +3996,15 @@
|
|
|
3979
3996
|
}
|
|
3980
3997
|
},
|
|
3981
3998
|
"node_modules/@typescript-eslint/utils": {
|
|
3982
|
-
"version": "8.59.
|
|
3983
|
-
"integrity": "sha512-
|
|
3999
|
+
"version": "8.59.3",
|
|
4000
|
+
"integrity": "sha512-JAvT14goBzRzzzZyqq3P9BLArIxTtQURUtFgQ/V7FO+eU+Gg6ES+5ymOPP1wRxXcxAYeivCk4uS3jCKWI1K8Zg==",
|
|
3984
4001
|
"dev": true,
|
|
3985
4002
|
"license": "MIT",
|
|
3986
4003
|
"dependencies": {
|
|
3987
4004
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
3988
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
3989
|
-
"@typescript-eslint/types": "8.59.
|
|
3990
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
4005
|
+
"@typescript-eslint/scope-manager": "8.59.3",
|
|
4006
|
+
"@typescript-eslint/types": "8.59.3",
|
|
4007
|
+
"@typescript-eslint/typescript-estree": "8.59.3"
|
|
3991
4008
|
},
|
|
3992
4009
|
"engines": {
|
|
3993
4010
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4002,12 +4019,12 @@
|
|
|
4002
4019
|
}
|
|
4003
4020
|
},
|
|
4004
4021
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
4005
|
-
"version": "8.59.
|
|
4006
|
-
"integrity": "sha512-
|
|
4022
|
+
"version": "8.59.3",
|
|
4023
|
+
"integrity": "sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==",
|
|
4007
4024
|
"dev": true,
|
|
4008
4025
|
"license": "MIT",
|
|
4009
4026
|
"dependencies": {
|
|
4010
|
-
"@typescript-eslint/types": "8.59.
|
|
4027
|
+
"@typescript-eslint/types": "8.59.3",
|
|
4011
4028
|
"eslint-visitor-keys": "^5.0.0"
|
|
4012
4029
|
},
|
|
4013
4030
|
"engines": {
|
|
@@ -4281,8 +4298,8 @@
|
|
|
4281
4298
|
]
|
|
4282
4299
|
},
|
|
4283
4300
|
"node_modules/@wavemaker/variables": {
|
|
4284
|
-
"version": "11.14.1-22.
|
|
4285
|
-
"integrity": "sha512-
|
|
4301
|
+
"version": "11.14.1-22.647491",
|
|
4302
|
+
"integrity": "sha512-6fVwxFfRw6I6Geqc2jlVQLTJRJVbgtQnSYtG4UCnHY9/XgPHKEcd+AMDM+Jy6bfJpFJG0rgK8G5b4pZDViFM5A==",
|
|
4286
4303
|
"dev": true,
|
|
4287
4304
|
"license": "ISC",
|
|
4288
4305
|
"dependencies": {
|
|
@@ -4323,6 +4340,17 @@
|
|
|
4323
4340
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
4324
4341
|
}
|
|
4325
4342
|
},
|
|
4343
|
+
"node_modules/agent-base": {
|
|
4344
|
+
"version": "6.0.2",
|
|
4345
|
+
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
4346
|
+
"license": "MIT",
|
|
4347
|
+
"dependencies": {
|
|
4348
|
+
"debug": "4"
|
|
4349
|
+
},
|
|
4350
|
+
"engines": {
|
|
4351
|
+
"node": ">= 6.0.0"
|
|
4352
|
+
}
|
|
4353
|
+
},
|
|
4326
4354
|
"node_modules/ajv": {
|
|
4327
4355
|
"version": "6.15.0",
|
|
4328
4356
|
"integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
|
|
@@ -4607,8 +4635,8 @@
|
|
|
4607
4635
|
}
|
|
4608
4636
|
},
|
|
4609
4637
|
"node_modules/axe-core": {
|
|
4610
|
-
"version": "4.11.
|
|
4611
|
-
"integrity": "sha512-
|
|
4638
|
+
"version": "4.11.4",
|
|
4639
|
+
"integrity": "sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==",
|
|
4612
4640
|
"dev": true,
|
|
4613
4641
|
"license": "MPL-2.0",
|
|
4614
4642
|
"engines": {
|
|
@@ -4616,12 +4644,13 @@
|
|
|
4616
4644
|
}
|
|
4617
4645
|
},
|
|
4618
4646
|
"node_modules/axios": {
|
|
4619
|
-
"version": "1.
|
|
4620
|
-
"integrity": "sha512-
|
|
4647
|
+
"version": "1.16.1",
|
|
4648
|
+
"integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==",
|
|
4621
4649
|
"license": "MIT",
|
|
4622
4650
|
"dependencies": {
|
|
4623
|
-
"follow-redirects": "^1.
|
|
4651
|
+
"follow-redirects": "^1.16.0",
|
|
4624
4652
|
"form-data": "^4.0.5",
|
|
4653
|
+
"https-proxy-agent": "^5.0.1",
|
|
4625
4654
|
"proxy-from-env": "^2.1.0"
|
|
4626
4655
|
}
|
|
4627
4656
|
},
|
|
@@ -4756,8 +4785,8 @@
|
|
|
4756
4785
|
"license": "MIT"
|
|
4757
4786
|
},
|
|
4758
4787
|
"node_modules/baseline-browser-mapping": {
|
|
4759
|
-
"version": "2.10.
|
|
4760
|
-
"integrity": "sha512-
|
|
4788
|
+
"version": "2.10.29",
|
|
4789
|
+
"integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==",
|
|
4761
4790
|
"dev": true,
|
|
4762
4791
|
"license": "Apache-2.0",
|
|
4763
4792
|
"bin": {
|
|
@@ -4900,8 +4929,8 @@
|
|
|
4900
4929
|
}
|
|
4901
4930
|
},
|
|
4902
4931
|
"node_modules/caniuse-lite": {
|
|
4903
|
-
"version": "1.0.
|
|
4904
|
-
"integrity": "sha512-
|
|
4932
|
+
"version": "1.0.30001792",
|
|
4933
|
+
"integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==",
|
|
4905
4934
|
"funding": [
|
|
4906
4935
|
{
|
|
4907
4936
|
"type": "opencollective",
|
|
@@ -5429,8 +5458,8 @@
|
|
|
5429
5458
|
}
|
|
5430
5459
|
},
|
|
5431
5460
|
"node_modules/dompurify": {
|
|
5432
|
-
"version": "3.4.
|
|
5433
|
-
"integrity": "sha512-
|
|
5461
|
+
"version": "3.4.3",
|
|
5462
|
+
"integrity": "sha512-VVwJidIJcp1hpg2OMXML3ZVRPYSZiq4aX7qBh83BSIpOaRDqI+qxhXjjIWnpzkOXhmp0L81lnoME1mnCc9H48A==",
|
|
5434
5463
|
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
5435
5464
|
"optionalDependencies": {
|
|
5436
5465
|
"@types/trusted-types": "^2.0.7"
|
|
@@ -5450,8 +5479,8 @@
|
|
|
5450
5479
|
}
|
|
5451
5480
|
},
|
|
5452
5481
|
"node_modules/electron-to-chromium": {
|
|
5453
|
-
"version": "1.5.
|
|
5454
|
-
"integrity": "sha512-
|
|
5482
|
+
"version": "1.5.355",
|
|
5483
|
+
"integrity": "sha512-LUPZhKzZPYSPme1jEYohpkA+ybYCJztr1quAdBd7E7h3+VOBVcKkwwtBJu41nrjawrRzfb8mtMfzWozoaK0ZIQ==",
|
|
5455
5484
|
"dev": true,
|
|
5456
5485
|
"license": "ISC"
|
|
5457
5486
|
},
|
|
@@ -5646,8 +5675,8 @@
|
|
|
5646
5675
|
}
|
|
5647
5676
|
},
|
|
5648
5677
|
"node_modules/es-toolkit": {
|
|
5649
|
-
"version": "1.46.
|
|
5650
|
-
"integrity": "sha512-
|
|
5678
|
+
"version": "1.46.1",
|
|
5679
|
+
"integrity": "sha512-5eNtXOs3tbfxXOj04tjjseeWkRWaoCjdEI+96DgwzZoe6c9juL49pXlzAFTI72aWC9Y8p7168g6XIKjh7k6pyQ==",
|
|
5651
5680
|
"license": "MIT",
|
|
5652
5681
|
"workspaces": [
|
|
5653
5682
|
"docs",
|
|
@@ -6310,8 +6339,8 @@
|
|
|
6310
6339
|
}
|
|
6311
6340
|
},
|
|
6312
6341
|
"node_modules/fs-extra": {
|
|
6313
|
-
"version": "11.3.
|
|
6314
|
-
"integrity": "sha512-
|
|
6342
|
+
"version": "11.3.5",
|
|
6343
|
+
"integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
|
|
6315
6344
|
"dev": true,
|
|
6316
6345
|
"license": "MIT",
|
|
6317
6346
|
"dependencies": {
|
|
@@ -6415,8 +6444,8 @@
|
|
|
6415
6444
|
}
|
|
6416
6445
|
},
|
|
6417
6446
|
"node_modules/get-east-asian-width": {
|
|
6418
|
-
"version": "1.
|
|
6419
|
-
"integrity": "sha512-
|
|
6447
|
+
"version": "1.6.0",
|
|
6448
|
+
"integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
|
|
6420
6449
|
"license": "MIT",
|
|
6421
6450
|
"engines": {
|
|
6422
6451
|
"node": ">=18"
|
|
@@ -6688,6 +6717,18 @@
|
|
|
6688
6717
|
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
|
|
6689
6718
|
"license": "MIT"
|
|
6690
6719
|
},
|
|
6720
|
+
"node_modules/https-proxy-agent": {
|
|
6721
|
+
"version": "5.0.1",
|
|
6722
|
+
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
6723
|
+
"license": "MIT",
|
|
6724
|
+
"dependencies": {
|
|
6725
|
+
"agent-base": "6",
|
|
6726
|
+
"debug": "4"
|
|
6727
|
+
},
|
|
6728
|
+
"engines": {
|
|
6729
|
+
"node": ">= 6"
|
|
6730
|
+
}
|
|
6731
|
+
},
|
|
6691
6732
|
"node_modules/human-signals": {
|
|
6692
6733
|
"version": "8.0.1",
|
|
6693
6734
|
"integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
|
|
@@ -6720,8 +6761,8 @@
|
|
|
6720
6761
|
}
|
|
6721
6762
|
},
|
|
6722
6763
|
"node_modules/immer": {
|
|
6723
|
-
"version": "11.1.
|
|
6724
|
-
"integrity": "sha512
|
|
6764
|
+
"version": "11.1.8",
|
|
6765
|
+
"integrity": "sha512-/tbkHMW7y10Lx6i1crLjD4/OhNkRG+Fo7byZHtah0547nIeXYcpIXaUh0IAQY6gO5459qpGGYapcEOHtFXkIuA==",
|
|
6725
6766
|
"license": "MIT",
|
|
6726
6767
|
"funding": {
|
|
6727
6768
|
"type": "opencollective",
|
|
@@ -6886,8 +6927,8 @@
|
|
|
6886
6927
|
}
|
|
6887
6928
|
},
|
|
6888
6929
|
"node_modules/is-bun-module/node_modules/semver": {
|
|
6889
|
-
"version": "7.
|
|
6890
|
-
"integrity": "sha512-
|
|
6930
|
+
"version": "7.8.0",
|
|
6931
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
6891
6932
|
"dev": true,
|
|
6892
6933
|
"license": "ISC",
|
|
6893
6934
|
"bin": {
|
|
@@ -6910,11 +6951,11 @@
|
|
|
6910
6951
|
}
|
|
6911
6952
|
},
|
|
6912
6953
|
"node_modules/is-core-module": {
|
|
6913
|
-
"version": "2.16.
|
|
6914
|
-
"integrity": "sha512-
|
|
6954
|
+
"version": "2.16.2",
|
|
6955
|
+
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
|
|
6915
6956
|
"license": "MIT",
|
|
6916
6957
|
"dependencies": {
|
|
6917
|
-
"hasown": "^2.0.
|
|
6958
|
+
"hasown": "^2.0.3"
|
|
6918
6959
|
},
|
|
6919
6960
|
"engines": {
|
|
6920
6961
|
"node": ">= 0.4"
|
|
@@ -7473,8 +7514,8 @@
|
|
|
7473
7514
|
}
|
|
7474
7515
|
},
|
|
7475
7516
|
"node_modules/lint-staged/node_modules/yaml": {
|
|
7476
|
-
"version": "2.
|
|
7477
|
-
"integrity": "sha512-
|
|
7517
|
+
"version": "2.9.0",
|
|
7518
|
+
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
|
7478
7519
|
"license": "ISC",
|
|
7479
7520
|
"bin": {
|
|
7480
7521
|
"yaml": "bin.mjs"
|
|
@@ -7745,8 +7786,8 @@
|
|
|
7745
7786
|
"license": "MIT"
|
|
7746
7787
|
},
|
|
7747
7788
|
"node_modules/nanoid": {
|
|
7748
|
-
"version": "3.3.
|
|
7749
|
-
"integrity": "sha512-
|
|
7789
|
+
"version": "3.3.12",
|
|
7790
|
+
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
|
|
7750
7791
|
"funding": [
|
|
7751
7792
|
{
|
|
7752
7793
|
"type": "github",
|
|
@@ -7863,8 +7904,8 @@
|
|
|
7863
7904
|
}
|
|
7864
7905
|
},
|
|
7865
7906
|
"node_modules/node-releases": {
|
|
7866
|
-
"version": "2.0.
|
|
7867
|
-
"integrity": "sha512-
|
|
7907
|
+
"version": "2.0.44",
|
|
7908
|
+
"integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==",
|
|
7868
7909
|
"dev": true,
|
|
7869
7910
|
"license": "MIT"
|
|
7870
7911
|
},
|
|
@@ -8463,8 +8504,8 @@
|
|
|
8463
8504
|
"license": "MIT"
|
|
8464
8505
|
},
|
|
8465
8506
|
"node_modules/react": {
|
|
8466
|
-
"version": "19.2.
|
|
8467
|
-
"integrity": "sha512-
|
|
8507
|
+
"version": "19.2.6",
|
|
8508
|
+
"integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==",
|
|
8468
8509
|
"license": "MIT",
|
|
8469
8510
|
"engines": {
|
|
8470
8511
|
"node": ">=0.10.0"
|
|
@@ -8508,19 +8549,19 @@
|
|
|
8508
8549
|
}
|
|
8509
8550
|
},
|
|
8510
8551
|
"node_modules/react-dom": {
|
|
8511
|
-
"version": "19.2.
|
|
8512
|
-
"integrity": "sha512-
|
|
8552
|
+
"version": "19.2.6",
|
|
8553
|
+
"integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==",
|
|
8513
8554
|
"license": "MIT",
|
|
8514
8555
|
"dependencies": {
|
|
8515
8556
|
"scheduler": "^0.27.0"
|
|
8516
8557
|
},
|
|
8517
8558
|
"peerDependencies": {
|
|
8518
|
-
"react": "^19.2.
|
|
8559
|
+
"react": "^19.2.6"
|
|
8519
8560
|
}
|
|
8520
8561
|
},
|
|
8521
8562
|
"node_modules/react-hook-form": {
|
|
8522
|
-
"version": "7.
|
|
8523
|
-
"integrity": "sha512-
|
|
8563
|
+
"version": "7.75.0",
|
|
8564
|
+
"integrity": "sha512-Ovv94H+0p3sJ7B9B5QxPuCP1u8V/cHuVGyH55cSwodYDtoJwK+fqk3vjfIgSX59I2U/bU4z0nRJ9HMLpNiWEmw==",
|
|
8524
8565
|
"license": "MIT",
|
|
8525
8566
|
"engines": {
|
|
8526
8567
|
"node": ">=18.0.0"
|
|
@@ -8534,8 +8575,8 @@
|
|
|
8534
8575
|
}
|
|
8535
8576
|
},
|
|
8536
8577
|
"node_modules/react-is": {
|
|
8537
|
-
"version": "19.2.
|
|
8538
|
-
"integrity": "sha512-
|
|
8578
|
+
"version": "19.2.6",
|
|
8579
|
+
"integrity": "sha512-XjBR15BhXuylgWGuslhDKqlSayuqvqBX91BP8pauG8kd1zY8kotkNWbXksTCNRarse4kuGbe2kIY05ARtwNIvw==",
|
|
8539
8580
|
"license": "MIT"
|
|
8540
8581
|
},
|
|
8541
8582
|
"node_modules/react-redux": {
|
|
@@ -9005,8 +9046,8 @@
|
|
|
9005
9046
|
}
|
|
9006
9047
|
},
|
|
9007
9048
|
"node_modules/sharp/node_modules/semver": {
|
|
9008
|
-
"version": "7.
|
|
9009
|
-
"integrity": "sha512-
|
|
9049
|
+
"version": "7.8.0",
|
|
9050
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
9010
9051
|
"license": "ISC",
|
|
9011
9052
|
"optional": true,
|
|
9012
9053
|
"bin": {
|
|
@@ -9452,8 +9493,8 @@
|
|
|
9452
9493
|
"license": "MIT"
|
|
9453
9494
|
},
|
|
9454
9495
|
"node_modules/tinyexec": {
|
|
9455
|
-
"version": "1.1.
|
|
9456
|
-
"integrity": "sha512-
|
|
9496
|
+
"version": "1.1.2",
|
|
9497
|
+
"integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
|
|
9457
9498
|
"license": "MIT",
|
|
9458
9499
|
"engines": {
|
|
9459
9500
|
"node": ">=18"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/react-runtime",
|
|
3
|
-
"version": "11.14.1-22.
|
|
3
|
+
"version": "11.14.1-22.647491",
|
|
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-22.
|
|
81
|
+
"@wavemaker/variables": "11.14.1-22.647491",
|
|
82
82
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
83
83
|
"eslint": "^9",
|
|
84
84
|
"eslint-config-next": "15.1.4",
|