@wavemaker/app-rn-runtime 11.11.0-next.27920 → 11.11.0-rc.209
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/actions/notification-action.js +3 -1
- package/actions/notification-action.js.map +1 -1
- package/components/basic/label/label.component.js +78 -33
- package/components/basic/label/label.component.js.map +1 -1
- package/components/basic/message/message.component.js +1 -1
- package/components/basic/message/message.component.js.map +1 -1
- package/components/basic/message/message.props.js +1 -0
- package/components/basic/message/message.props.js.map +1 -1
- package/components/basic/search/search.component.js +49 -28
- package/components/basic/search/search.component.js.map +1 -1
- package/components/basic/search/search.props.js +1 -0
- package/components/basic/search/search.props.js.map +1 -1
- package/components/chart/basechart.component.js +3 -0
- package/components/chart/basechart.component.js.map +1 -1
- package/components/chart/basechart.props.js +1 -1
- package/components/chart/basechart.props.js.map +1 -1
- package/components/data/list/list.component.js +16 -2
- package/components/data/list/list.component.js.map +1 -1
- package/components/navigation/appnavbar/appnavbar.component.js +63 -8
- package/components/navigation/appnavbar/appnavbar.component.js.map +1 -1
- package/components/navigation/appnavbar/appnavbar.props.js +1 -1
- package/components/navigation/appnavbar/appnavbar.props.js.map +1 -1
- package/components/page/left-panel/left-panel.component.js +3 -2
- package/components/page/left-panel/left-panel.component.js.map +1 -1
- package/components/page/page-content/page-content.component.js +12 -24
- package/components/page/page-content/page-content.component.js.map +1 -1
- package/components/page/page.component.js +10 -5
- package/components/page/page.component.js.map +1 -1
- package/components/page/tabbar/tabbar.component.js +15 -10
- package/components/page/tabbar/tabbar.component.js.map +1 -1
- package/core/AppConfig.js.map +1 -1
- package/core/base.component.js +24 -15
- package/core/base.component.js.map +1 -1
- package/core/sticky-container.component.js +34 -27
- package/core/sticky-container.component.js.map +1 -1
- package/core/toast.service.js.map +1 -1
- package/core/utils.js +51 -5
- package/core/utils.js.map +1 -1
- package/npm-shrinkwrap.json +68 -102
- package/package-lock.json +68 -102
- package/package.json +5 -5
- package/runtime/App.js +48 -8
- package/runtime/App.js.map +1 -1
- package/runtime/base-fragment.component.js +2 -1
- package/runtime/base-fragment.component.js.map +1 -1
- package/runtime/services/app-toast.service.js +4 -0
- package/runtime/services/app-toast.service.js.map +1 -1
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
3
|
-
"version": "11.11.0-
|
3
|
+
"version": "11.11.0-rc.209",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
9
|
-
"version": "11.11.0-
|
9
|
+
"version": "11.11.0-rc.209",
|
10
10
|
"license": "MIT",
|
11
11
|
"dependencies": {
|
12
12
|
"@expo/vector-icons": "14.0.2",
|
@@ -20,17 +20,19 @@
|
|
20
20
|
"@react-navigation/drawer": "6.6.3",
|
21
21
|
"@react-navigation/native": "6.1.7",
|
22
22
|
"@react-navigation/stack": "6.3.29",
|
23
|
-
"@wavemaker/variables": "11.11.0-
|
23
|
+
"@wavemaker/variables": "11.11.0-rc.209",
|
24
24
|
"axios": "1.6.8",
|
25
25
|
"color": "4.2.3",
|
26
26
|
"cross-env": "7.0.3",
|
27
27
|
"css-mediaquery": "0.1.2",
|
28
28
|
"d3-shape": "3.2.0",
|
29
29
|
"expo-application": "6.0.1",
|
30
|
+
"expo-blur": "14.0.3",
|
30
31
|
"expo-font": "13.0.1",
|
31
32
|
"expo-image": "2.0.3",
|
32
33
|
"expo-linear-gradient": "13.0.2",
|
33
34
|
"expo-modules-core": "2.1.1",
|
35
|
+
"expo-navigation-bar": "4.0.8",
|
34
36
|
"expo-video": "2.0.2",
|
35
37
|
"fast-xml-parser": "4.3.6",
|
36
38
|
"imask": "7.6.1",
|
@@ -81,7 +83,6 @@
|
|
81
83
|
"eslint-plugin-prettier": "5.1.3",
|
82
84
|
"execa": "5.0.0",
|
83
85
|
"expo-av": "15.0.1",
|
84
|
-
"expo-blur": "14.0.3",
|
85
86
|
"expo-calendar": "14.0.4",
|
86
87
|
"expo-camera": "16.0.9",
|
87
88
|
"expo-contacts": "14.0.2",
|
@@ -89,7 +90,6 @@
|
|
89
90
|
"expo-document-picker": "13.0.1",
|
90
91
|
"expo-file-system": "18.0.4",
|
91
92
|
"expo-location": "18.0.3",
|
92
|
-
"expo-navigation-bar": "4.0.8",
|
93
93
|
"expo-network": "7.0.3",
|
94
94
|
"expo-splash-screen": "0.29.16",
|
95
95
|
"expo-web-browser": "14.0.1",
|
@@ -2689,8 +2689,8 @@
|
|
2689
2689
|
}
|
2690
2690
|
},
|
2691
2691
|
"node_modules/@eslint-community/eslint-utils": {
|
2692
|
-
"version": "4.
|
2693
|
-
"integrity": "sha512-
|
2692
|
+
"version": "4.6.1",
|
2693
|
+
"integrity": "sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==",
|
2694
2694
|
"dev": true,
|
2695
2695
|
"license": "MIT",
|
2696
2696
|
"dependencies": {
|
@@ -2824,8 +2824,8 @@
|
|
2824
2824
|
}
|
2825
2825
|
},
|
2826
2826
|
"node_modules/@expo/cli": {
|
2827
|
-
"version": "0.22.
|
2828
|
-
"integrity": "sha512-
|
2827
|
+
"version": "0.22.26",
|
2828
|
+
"integrity": "sha512-I689wc8Fn/AX7aUGiwrh3HnssiORMJtR2fpksX+JIe8Cj/EDleblYMSwRPd0025wrwOV9UN1KM/RuEt/QjCS3Q==",
|
2829
2829
|
"license": "MIT",
|
2830
2830
|
"peer": true,
|
2831
2831
|
"dependencies": {
|
@@ -2842,7 +2842,7 @@
|
|
2842
2842
|
"@expo/osascript": "^2.1.6",
|
2843
2843
|
"@expo/package-manager": "^1.7.2",
|
2844
2844
|
"@expo/plist": "^0.2.2",
|
2845
|
-
"@expo/prebuild-config": "
|
2845
|
+
"@expo/prebuild-config": "~8.2.0",
|
2846
2846
|
"@expo/rudder-sdk-node": "^1.1.1",
|
2847
2847
|
"@expo/spawn-async": "^1.7.2",
|
2848
2848
|
"@expo/ws-tunnel": "^1.0.1",
|
@@ -3148,23 +3148,14 @@
|
|
3148
3148
|
}
|
3149
3149
|
},
|
3150
3150
|
"node_modules/@expo/devcert": {
|
3151
|
-
"version": "1.
|
3152
|
-
"integrity": "sha512-
|
3151
|
+
"version": "1.2.0",
|
3152
|
+
"integrity": "sha512-Uilcv3xGELD5t/b0eM4cxBFEKQRIivB3v7i+VhWLV/gL98aw810unLKKJbGAxAIhY6Ipyz8ChWibFsKFXYwstA==",
|
3153
3153
|
"license": "MIT",
|
3154
3154
|
"peer": true,
|
3155
3155
|
"dependencies": {
|
3156
|
-
"
|
3157
|
-
"command-exists": "^1.2.4",
|
3156
|
+
"@expo/sudo-prompt": "^9.3.1",
|
3158
3157
|
"debug": "^3.1.0",
|
3159
|
-
"
|
3160
|
-
"get-port": "^3.2.0",
|
3161
|
-
"glob": "^10.4.2",
|
3162
|
-
"lodash": "^4.17.21",
|
3163
|
-
"mkdirp": "^0.5.1",
|
3164
|
-
"password-prompt": "^1.0.4",
|
3165
|
-
"sudo-prompt": "^8.2.0",
|
3166
|
-
"tmp": "^0.0.33",
|
3167
|
-
"tslib": "^2.4.0"
|
3158
|
+
"glob": "^10.4.2"
|
3168
3159
|
}
|
3169
3160
|
},
|
3170
3161
|
"node_modules/@expo/devcert/node_modules/debug": {
|
@@ -3659,13 +3650,6 @@
|
|
3659
3650
|
"url": "https://github.com/sponsors/sindresorhus"
|
3660
3651
|
}
|
3661
3652
|
},
|
3662
|
-
"node_modules/@expo/package-manager/node_modules/sudo-prompt": {
|
3663
|
-
"version": "9.1.1",
|
3664
|
-
"integrity": "sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==",
|
3665
|
-
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
3666
|
-
"license": "MIT",
|
3667
|
-
"peer": true
|
3668
|
-
},
|
3669
3653
|
"node_modules/@expo/plist": {
|
3670
3654
|
"version": "0.2.2",
|
3671
3655
|
"integrity": "sha512-ZZGvTO6vEWq02UAPs3LIdja+HRO18+LRI5QuDl6Hs3Ps7KX7xU6Y6kjahWKY37Rx2YjNpX07dGpBFzzC+vKa2g==",
|
@@ -3677,8 +3661,8 @@
|
|
3677
3661
|
}
|
3678
3662
|
},
|
3679
3663
|
"node_modules/@expo/prebuild-config": {
|
3680
|
-
"version": "8.0
|
3681
|
-
"integrity": "sha512-
|
3664
|
+
"version": "8.2.0",
|
3665
|
+
"integrity": "sha512-CxiPpd980s0jyxi7eyN3i/7YKu3XL+8qPjBZUCYtc0+axpGweqIkq2CslyLSKHyqVyH/zlPkbVgWdyiYavFS5Q==",
|
3682
3666
|
"license": "MIT",
|
3683
3667
|
"dependencies": {
|
3684
3668
|
"@expo/config": "~10.0.11",
|
@@ -3772,6 +3756,12 @@
|
|
3772
3756
|
"node": ">=12"
|
3773
3757
|
}
|
3774
3758
|
},
|
3759
|
+
"node_modules/@expo/sudo-prompt": {
|
3760
|
+
"version": "9.3.2",
|
3761
|
+
"integrity": "sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw==",
|
3762
|
+
"license": "MIT",
|
3763
|
+
"peer": true
|
3764
|
+
},
|
3775
3765
|
"node_modules/@expo/vector-icons": {
|
3776
3766
|
"version": "14.0.2",
|
3777
3767
|
"integrity": "sha512-70LpmXQu4xa8cMxjp1fydgRPsalefnHaXLzIwaHMEzcZhnyjw2acZz8azRrZOslPVAWlxItOa2Dd7WtD/kI+CA==",
|
@@ -6382,8 +6372,8 @@
|
|
6382
6372
|
"license": "MIT"
|
6383
6373
|
},
|
6384
6374
|
"node_modules/@types/node": {
|
6385
|
-
"version": "22.
|
6386
|
-
"integrity": "sha512-
|
6375
|
+
"version": "22.15.2",
|
6376
|
+
"integrity": "sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A==",
|
6387
6377
|
"license": "MIT",
|
6388
6378
|
"dependencies": {
|
6389
6379
|
"undici-types": "~6.21.0"
|
@@ -6676,8 +6666,8 @@
|
|
6676
6666
|
}
|
6677
6667
|
},
|
6678
6668
|
"node_modules/@wavemaker/variables": {
|
6679
|
-
"version": "11.11.0-
|
6680
|
-
"integrity": "sha512-
|
6669
|
+
"version": "11.11.0-rc.209",
|
6670
|
+
"integrity": "sha512-hVJE3ADe4f1v6aYSAqB90R62Q4xCMVRZZ8iX+4wb/DKSmk99yHAycGg8ysFEMSAA1mdqn8f0l8KezNA9UtuYPg==",
|
6681
6671
|
"license": "ISC",
|
6682
6672
|
"dependencies": {
|
6683
6673
|
"@metrichor/jmespath": "^0.3.1",
|
@@ -6932,12 +6922,12 @@
|
|
6932
6922
|
}
|
6933
6923
|
},
|
6934
6924
|
"node_modules/acorn-loose": {
|
6935
|
-
"version": "8.
|
6936
|
-
"integrity": "sha512-
|
6925
|
+
"version": "8.5.0",
|
6926
|
+
"integrity": "sha512-ppga7pybjwX2HSJv5ayHe6QG4wmNS1RQ2wjBMFTVnOj0h8Rxsmtc6fnVzINqHSSRz23sTe9IL3UAt/PU9gc4FA==",
|
6937
6927
|
"dev": true,
|
6938
6928
|
"license": "MIT",
|
6939
6929
|
"dependencies": {
|
6940
|
-
"acorn": "^8.
|
6930
|
+
"acorn": "^8.14.0"
|
6941
6931
|
},
|
6942
6932
|
"engines": {
|
6943
6933
|
"node": ">=0.4.0"
|
@@ -7127,12 +7117,6 @@
|
|
7127
7117
|
"url": "https://github.com/sponsors/jonschlinkert"
|
7128
7118
|
}
|
7129
7119
|
},
|
7130
|
-
"node_modules/application-config-path": {
|
7131
|
-
"version": "0.1.1",
|
7132
|
-
"integrity": "sha512-zy9cHePtMP0YhwG+CfHm0bgwdnga2X3gZexpdCwEj//dpb+TKajtiC8REEUJUSq6Ab4f9cgNy2l8ObXzCXFkEw==",
|
7133
|
-
"license": "MIT",
|
7134
|
-
"peer": true
|
7135
|
-
},
|
7136
7120
|
"node_modules/arg": {
|
7137
7121
|
"version": "5.0.2",
|
7138
7122
|
"integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
|
@@ -9069,8 +9053,8 @@
|
|
9069
9053
|
}
|
9070
9054
|
},
|
9071
9055
|
"node_modules/caniuse-lite": {
|
9072
|
-
"version": "1.0.
|
9073
|
-
"integrity": "sha512-
|
9056
|
+
"version": "1.0.30001715",
|
9057
|
+
"integrity": "sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==",
|
9074
9058
|
"funding": [
|
9075
9059
|
{
|
9076
9060
|
"type": "opencollective",
|
@@ -9421,12 +9405,6 @@
|
|
9421
9405
|
"node": ">= 0.8"
|
9422
9406
|
}
|
9423
9407
|
},
|
9424
|
-
"node_modules/command-exists": {
|
9425
|
-
"version": "1.2.9",
|
9426
|
-
"integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
|
9427
|
-
"license": "MIT",
|
9428
|
-
"peer": true
|
9429
|
-
},
|
9430
9408
|
"node_modules/commander": {
|
9431
9409
|
"version": "7.2.0",
|
9432
9410
|
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
|
@@ -11176,8 +11154,8 @@
|
|
11176
11154
|
"license": "MIT"
|
11177
11155
|
},
|
11178
11156
|
"node_modules/electron-to-chromium": {
|
11179
|
-
"version": "1.5.
|
11180
|
-
"integrity": "sha512-
|
11157
|
+
"version": "1.5.142",
|
11158
|
+
"integrity": "sha512-Ah2HgkTu/9RhTDNThBtzu2Wirdy4DC9b0sMT1pUhbkZQ5U/iwmE+PHZX1MpjD5IkJCc2wSghgGG/B04szAx07w==",
|
11181
11159
|
"license": "ISC"
|
11182
11160
|
},
|
11183
11161
|
"node_modules/emittery": {
|
@@ -11315,12 +11293,6 @@
|
|
11315
11293
|
"url": "https://github.com/sponsors/ljharb"
|
11316
11294
|
}
|
11317
11295
|
},
|
11318
|
-
"node_modules/eol": {
|
11319
|
-
"version": "0.9.1",
|
11320
|
-
"integrity": "sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==",
|
11321
|
-
"license": "MIT",
|
11322
|
-
"peer": true
|
11323
|
-
},
|
11324
11296
|
"node_modules/error-ex": {
|
11325
11297
|
"version": "1.3.2",
|
11326
11298
|
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
@@ -11452,8 +11424,8 @@
|
|
11452
11424
|
}
|
11453
11425
|
},
|
11454
11426
|
"node_modules/es-module-lexer": {
|
11455
|
-
"version": "1.
|
11456
|
-
"integrity": "sha512-
|
11427
|
+
"version": "1.7.0",
|
11428
|
+
"integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
|
11457
11429
|
"dev": true,
|
11458
11430
|
"license": "MIT",
|
11459
11431
|
"peer": true
|
@@ -12064,13 +12036,13 @@
|
|
12064
12036
|
}
|
12065
12037
|
},
|
12066
12038
|
"node_modules/expo": {
|
12067
|
-
"version": "52.0.
|
12068
|
-
"integrity": "sha512-
|
12039
|
+
"version": "52.0.46",
|
12040
|
+
"integrity": "sha512-JG89IVZLp7DWzgeiQb+0N43kWOF1DUm3esBvAS9cPFWZsM9x8nDXgbvtREcycDPA6E+yJsSC+086CigeUY6sVA==",
|
12069
12041
|
"license": "MIT",
|
12070
12042
|
"peer": true,
|
12071
12043
|
"dependencies": {
|
12072
12044
|
"@babel/runtime": "^7.20.0",
|
12073
|
-
"@expo/cli": "0.22.
|
12045
|
+
"@expo/cli": "0.22.26",
|
12074
12046
|
"@expo/config": "~10.0.11",
|
12075
12047
|
"@expo/config-plugins": "~9.0.17",
|
12076
12048
|
"@expo/fingerprint": "0.11.11",
|
@@ -12157,7 +12129,6 @@
|
|
12157
12129
|
"node_modules/expo-blur": {
|
12158
12130
|
"version": "14.0.3",
|
12159
12131
|
"integrity": "sha512-BL3xnqBJbYm3Hg9t/HjNjdeY7N/q8eK5tsLYxswWG1yElISWZmMvrXYekl7XaVCPfyFyz8vQeaxd7q74ZY3Wrw==",
|
12160
|
-
"dev": true,
|
12161
12132
|
"license": "MIT",
|
12162
12133
|
"peerDependencies": {
|
12163
12134
|
"expo": "*",
|
@@ -12451,7 +12422,6 @@
|
|
12451
12422
|
"node_modules/expo-navigation-bar": {
|
12452
12423
|
"version": "4.0.8",
|
12453
12424
|
"integrity": "sha512-rmQkCCwfYeR29GTPwoNuN7eWE8bYCW5UGJ/5CnZQxIaiBmOeepoDXu50AzEM5ZFPMK6J12nvyu1yj0ujbLUpsQ==",
|
12454
|
-
"dev": true,
|
12455
12425
|
"license": "MIT",
|
12456
12426
|
"dependencies": {
|
12457
12427
|
"@react-native/normalize-colors": "0.76.7",
|
@@ -12466,7 +12436,6 @@
|
|
12466
12436
|
"node_modules/expo-navigation-bar/node_modules/@react-native/normalize-colors": {
|
12467
12437
|
"version": "0.76.7",
|
12468
12438
|
"integrity": "sha512-ST1xxBuYVIXPdD81dR6+tzIgso7m3pa9+6rOBXTh5Xm7KEEFik7tnQX+GydXYMp3wr1gagJjragdXkPnxK6WNg==",
|
12469
|
-
"dev": true,
|
12470
12439
|
"license": "MIT"
|
12471
12440
|
},
|
12472
12441
|
"node_modules/expo-network": {
|
@@ -12980,8 +12949,8 @@
|
|
12980
12949
|
"license": "MIT"
|
12981
12950
|
},
|
12982
12951
|
"node_modules/flow-parser": {
|
12983
|
-
"version": "0.
|
12984
|
-
"integrity": "sha512-
|
12952
|
+
"version": "0.268.0",
|
12953
|
+
"integrity": "sha512-URZmPy/jKDDIJUHUfC+5KNwaPcfONTL3R8xltQWVEoCKLWowVebEBg89nbAnYHNo6ev8KzKWFpOROfHZdaCoxA==",
|
12985
12954
|
"license": "MIT",
|
12986
12955
|
"engines": {
|
12987
12956
|
"node": ">=0.4.0"
|
@@ -13275,15 +13244,6 @@
|
|
13275
13244
|
"xtend": "~4.0.1"
|
13276
13245
|
}
|
13277
13246
|
},
|
13278
|
-
"node_modules/get-port": {
|
13279
|
-
"version": "3.2.0",
|
13280
|
-
"integrity": "sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==",
|
13281
|
-
"license": "MIT",
|
13282
|
-
"peer": true,
|
13283
|
-
"engines": {
|
13284
|
-
"node": ">=4"
|
13285
|
-
}
|
13286
|
-
},
|
13287
13247
|
"node_modules/get-proto": {
|
13288
13248
|
"version": "1.0.1",
|
13289
13249
|
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
@@ -17397,6 +17357,7 @@
|
|
17397
17357
|
"node_modules/lodash": {
|
17398
17358
|
"version": "4.17.21",
|
17399
17359
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
17360
|
+
"dev": true,
|
17400
17361
|
"license": "MIT"
|
17401
17362
|
},
|
17402
17363
|
"node_modules/lodash-es": {
|
@@ -17688,8 +17649,8 @@
|
|
17688
17649
|
}
|
17689
17650
|
},
|
17690
17651
|
"node_modules/marky": {
|
17691
|
-
"version": "1.
|
17692
|
-
"integrity": "sha512-
|
17652
|
+
"version": "1.3.0",
|
17653
|
+
"integrity": "sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==",
|
17693
17654
|
"license": "Apache-2.0"
|
17694
17655
|
},
|
17695
17656
|
"node_modules/math-intrinsics": {
|
@@ -19341,6 +19302,7 @@
|
|
19341
19302
|
"node_modules/os-tmpdir": {
|
19342
19303
|
"version": "1.0.2",
|
19343
19304
|
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
19305
|
+
"dev": true,
|
19344
19306
|
"license": "MIT",
|
19345
19307
|
"engines": {
|
19346
19308
|
"node": ">=0.10.0"
|
@@ -19724,12 +19686,12 @@
|
|
19724
19686
|
"license": "MIT"
|
19725
19687
|
},
|
19726
19688
|
"node_modules/parse5": {
|
19727
|
-
"version": "7.
|
19728
|
-
"integrity": "sha512-
|
19689
|
+
"version": "7.3.0",
|
19690
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
19729
19691
|
"dev": true,
|
19730
19692
|
"license": "MIT",
|
19731
19693
|
"dependencies": {
|
19732
|
-
"entities": "^
|
19694
|
+
"entities": "^6.0.0"
|
19733
19695
|
},
|
19734
19696
|
"funding": {
|
19735
19697
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
@@ -19760,6 +19722,18 @@
|
|
19760
19722
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
19761
19723
|
}
|
19762
19724
|
},
|
19725
|
+
"node_modules/parse5/node_modules/entities": {
|
19726
|
+
"version": "6.0.0",
|
19727
|
+
"integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
|
19728
|
+
"dev": true,
|
19729
|
+
"license": "BSD-2-Clause",
|
19730
|
+
"engines": {
|
19731
|
+
"node": ">=0.12"
|
19732
|
+
},
|
19733
|
+
"funding": {
|
19734
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
19735
|
+
}
|
19736
|
+
},
|
19763
19737
|
"node_modules/parseurl": {
|
19764
19738
|
"version": "1.3.3",
|
19765
19739
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
@@ -19768,16 +19742,6 @@
|
|
19768
19742
|
"node": ">= 0.8"
|
19769
19743
|
}
|
19770
19744
|
},
|
19771
|
-
"node_modules/password-prompt": {
|
19772
|
-
"version": "1.1.3",
|
19773
|
-
"integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==",
|
19774
|
-
"license": "0BSD",
|
19775
|
-
"peer": true,
|
19776
|
-
"dependencies": {
|
19777
|
-
"ansi-escapes": "^4.3.2",
|
19778
|
-
"cross-spawn": "^7.0.3"
|
19779
|
-
}
|
19780
|
-
},
|
19781
19745
|
"node_modules/path-exists": {
|
19782
19746
|
"version": "4.0.0",
|
19783
19747
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
@@ -22285,8 +22249,8 @@
|
|
22285
22249
|
}
|
22286
22250
|
},
|
22287
22251
|
"node_modules/schema-utils": {
|
22288
|
-
"version": "4.3.
|
22289
|
-
"integrity": "sha512-
|
22252
|
+
"version": "4.3.2",
|
22253
|
+
"integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==",
|
22290
22254
|
"dev": true,
|
22291
22255
|
"license": "MIT",
|
22292
22256
|
"peer": true,
|
@@ -23304,8 +23268,8 @@
|
|
23304
23268
|
}
|
23305
23269
|
},
|
23306
23270
|
"node_modules/sudo-prompt": {
|
23307
|
-
"version": "
|
23308
|
-
"integrity": "sha512-
|
23271
|
+
"version": "9.1.1",
|
23272
|
+
"integrity": "sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==",
|
23309
23273
|
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
23310
23274
|
"license": "MIT",
|
23311
23275
|
"peer": true
|
@@ -23782,6 +23746,7 @@
|
|
23782
23746
|
"node_modules/tmp": {
|
23783
23747
|
"version": "0.0.33",
|
23784
23748
|
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
23749
|
+
"dev": true,
|
23785
23750
|
"license": "MIT",
|
23786
23751
|
"dependencies": {
|
23787
23752
|
"os-tmpdir": "~1.0.2"
|
@@ -25073,14 +25038,15 @@
|
|
25073
25038
|
}
|
25074
25039
|
},
|
25075
25040
|
"node_modules/webpack": {
|
25076
|
-
"version": "5.
|
25077
|
-
"integrity": "sha512-
|
25041
|
+
"version": "5.99.7",
|
25042
|
+
"integrity": "sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w==",
|
25078
25043
|
"dev": true,
|
25079
25044
|
"license": "MIT",
|
25080
25045
|
"peer": true,
|
25081
25046
|
"dependencies": {
|
25082
25047
|
"@types/eslint-scope": "^3.7.7",
|
25083
25048
|
"@types/estree": "^1.0.6",
|
25049
|
+
"@types/json-schema": "^7.0.15",
|
25084
25050
|
"@webassemblyjs/ast": "^1.14.1",
|
25085
25051
|
"@webassemblyjs/wasm-edit": "^1.14.1",
|
25086
25052
|
"@webassemblyjs/wasm-parser": "^1.14.1",
|
@@ -25097,7 +25063,7 @@
|
|
25097
25063
|
"loader-runner": "^4.2.0",
|
25098
25064
|
"mime-types": "^2.1.27",
|
25099
25065
|
"neo-async": "^2.6.2",
|
25100
|
-
"schema-utils": "^4.3.
|
25066
|
+
"schema-utils": "^4.3.2",
|
25101
25067
|
"tapable": "^2.1.1",
|
25102
25068
|
"terser-webpack-plugin": "^5.3.11",
|
25103
25069
|
"watchpack": "^2.4.1",
|