@wavemaker/app-rn-runtime 11.10.2-rc.6065 → 11.10.3-next.25128
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/components/advanced/carousel/carousel.component.js +1 -1
- package/components/advanced/carousel/carousel.component.js.map +1 -1
- package/components/advanced/carousel/carousel.props.js +1 -0
- package/components/advanced/carousel/carousel.props.js.map +1 -1
- package/components/basic/picture/picture.component.js +7 -91
- package/components/basic/picture/picture.component.js.map +1 -1
- package/components/basic/picture/picture.props.js +0 -1
- package/components/basic/picture/picture.props.js.map +1 -1
- package/components/basic/video/video.component.js +4 -34
- package/components/basic/video/video.component.js.map +1 -1
- package/components/basic/video/video.props.js +0 -1
- package/components/basic/video/video.props.js.map +1 -1
- package/components/basic/video/video.styles.js +0 -13
- package/components/basic/video/video.styles.js.map +1 -1
- package/components/data/list/list.component.js +31 -3
- package/components/data/list/list.component.js.map +1 -1
- package/components/page/page-content/page-content.component.js +3 -4
- package/components/page/page-content/page-content.component.js.map +1 -1
- package/core/AppConfig.js.map +1 -1
- package/core/base.component.js.map +1 -1
- package/core/fixed-view.component.js +3 -5
- package/core/fixed-view.component.js.map +1 -1
- package/npm-shrinkwrap.json +187 -180
- package/package-lock.json +187 -180
- package/package.json +2 -2
- package/runtime/App.js +9 -18
- package/runtime/App.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.10.
|
3
|
+
"version": "11.10.3-next.25128",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
9
|
-
"version": "11.10.
|
9
|
+
"version": "11.10.3-next.25128",
|
10
10
|
"license": "MIT",
|
11
11
|
"dependencies": {
|
12
12
|
"@expo/vector-icons": "14.0.2",
|
@@ -20,7 +20,7 @@
|
|
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.10.
|
23
|
+
"@wavemaker/variables": "11.10.3-next.25128",
|
24
24
|
"axios": "1.6.8",
|
25
25
|
"color": "4.2.3",
|
26
26
|
"cross-env": "7.0.3",
|
@@ -2713,8 +2713,8 @@
|
|
2713
2713
|
}
|
2714
2714
|
},
|
2715
2715
|
"node_modules/@eslint/eslintrc": {
|
2716
|
-
"version": "3.
|
2717
|
-
"integrity": "sha512-
|
2716
|
+
"version": "3.3.0",
|
2717
|
+
"integrity": "sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==",
|
2718
2718
|
"dev": true,
|
2719
2719
|
"license": "MIT",
|
2720
2720
|
"dependencies": {
|
@@ -2809,8 +2809,8 @@
|
|
2809
2809
|
}
|
2810
2810
|
},
|
2811
2811
|
"node_modules/@expo/cli": {
|
2812
|
-
"version": "0.22.
|
2813
|
-
"integrity": "sha512-
|
2812
|
+
"version": "0.22.18",
|
2813
|
+
"integrity": "sha512-TWGKHWTYU9xE7YETPk2zQzLPl+bldpzZCa0Cqg0QeENpu03ZEnMxUqrgHwrbWGTf7ONTYC1tODBkFCFw/qgPGA==",
|
2814
2814
|
"license": "MIT",
|
2815
2815
|
"peer": true,
|
2816
2816
|
"dependencies": {
|
@@ -2823,11 +2823,11 @@
|
|
2823
2823
|
"@expo/env": "~0.4.2",
|
2824
2824
|
"@expo/image-utils": "^0.6.5",
|
2825
2825
|
"@expo/json-file": "^9.0.2",
|
2826
|
-
"@expo/metro-config": "~0.19.
|
2826
|
+
"@expo/metro-config": "~0.19.11",
|
2827
2827
|
"@expo/osascript": "^2.1.6",
|
2828
2828
|
"@expo/package-manager": "^1.7.2",
|
2829
2829
|
"@expo/plist": "^0.2.2",
|
2830
|
-
"@expo/prebuild-config": "^8.0.
|
2830
|
+
"@expo/prebuild-config": "^8.0.28",
|
2831
2831
|
"@expo/rudder-sdk-node": "^1.1.1",
|
2832
2832
|
"@expo/spawn-async": "^1.7.2",
|
2833
2833
|
"@expo/ws-tunnel": "^1.0.1",
|
@@ -3048,13 +3048,13 @@
|
|
3048
3048
|
}
|
3049
3049
|
},
|
3050
3050
|
"node_modules/@expo/config-plugins": {
|
3051
|
-
"version": "9.0.
|
3052
|
-
"integrity": "sha512-
|
3051
|
+
"version": "9.0.16",
|
3052
|
+
"integrity": "sha512-AnJzmFB7ztM0JZBn+Ut6BQYC2WeGDzfIhBZVOIPMQbdBqvwJ7TmFEsGTGSxdwU/VqJaJK2sWxyt1zbWkpIYCEA==",
|
3053
3053
|
"license": "MIT",
|
3054
3054
|
"dependencies": {
|
3055
|
-
"@expo/config-types": "^52.0.
|
3056
|
-
"@expo/json-file": "~9.0.
|
3057
|
-
"@expo/plist": "^0.2.
|
3055
|
+
"@expo/config-types": "^52.0.5",
|
3056
|
+
"@expo/json-file": "~9.0.2",
|
3057
|
+
"@expo/plist": "^0.2.2",
|
3058
3058
|
"@expo/sdk-runtime-versions": "^1.0.0",
|
3059
3059
|
"chalk": "^4.1.2",
|
3060
3060
|
"debug": "^4.3.5",
|
@@ -3109,8 +3109,8 @@
|
|
3109
3109
|
}
|
3110
3110
|
},
|
3111
3111
|
"node_modules/@expo/config-types": {
|
3112
|
-
"version": "52.0.
|
3113
|
-
"integrity": "sha512-
|
3112
|
+
"version": "52.0.5",
|
3113
|
+
"integrity": "sha512-AMDeuDLHXXqd8W+0zSjIt7f37vUd/BP8p43k68NHpyAvQO+z8mbQZm3cNQVAMySeayK2XoPigAFB1JF2NFajaA==",
|
3114
3114
|
"license": "MIT"
|
3115
3115
|
},
|
3116
3116
|
"node_modules/@expo/config/node_modules/@babel/code-frame": {
|
@@ -3206,8 +3206,8 @@
|
|
3206
3206
|
}
|
3207
3207
|
},
|
3208
3208
|
"node_modules/@expo/fingerprint": {
|
3209
|
-
"version": "0.11.
|
3210
|
-
"integrity": "sha512-
|
3209
|
+
"version": "0.11.11",
|
3210
|
+
"integrity": "sha512-gNyn1KnAOpEa8gSNsYqXMTcq0fSwqU/vit6fP5863vLSKxHm/dNt/gm/uZJxrRZxKq71KUJWF6I7d3z8qIfq5g==",
|
3211
3211
|
"license": "MIT",
|
3212
3212
|
"peer": true,
|
3213
3213
|
"dependencies": {
|
@@ -3442,8 +3442,8 @@
|
|
3442
3442
|
}
|
3443
3443
|
},
|
3444
3444
|
"node_modules/@expo/metro-config": {
|
3445
|
-
"version": "0.19.
|
3446
|
-
"integrity": "sha512
|
3445
|
+
"version": "0.19.11",
|
3446
|
+
"integrity": "sha512-XaobHTcsoHQdKEH7PI/DIpr2QiugkQmPYolbfzkpSJMplNWfSh+cTRjrm4//mS2Sb78qohtu0u2CGJnFqFUGag==",
|
3447
3447
|
"license": "MIT",
|
3448
3448
|
"peer": true,
|
3449
3449
|
"dependencies": {
|
@@ -3451,9 +3451,9 @@
|
|
3451
3451
|
"@babel/generator": "^7.20.5",
|
3452
3452
|
"@babel/parser": "^7.20.0",
|
3453
3453
|
"@babel/types": "^7.20.0",
|
3454
|
-
"@expo/config": "~10.0.
|
3455
|
-
"@expo/env": "~0.4.
|
3456
|
-
"@expo/json-file": "~9.0.
|
3454
|
+
"@expo/config": "~10.0.10",
|
3455
|
+
"@expo/env": "~0.4.2",
|
3456
|
+
"@expo/json-file": "~9.0.2",
|
3457
3457
|
"@expo/spawn-async": "^1.7.2",
|
3458
3458
|
"chalk": "^4.1.0",
|
3459
3459
|
"debug": "^4.3.2",
|
@@ -3662,15 +3662,15 @@
|
|
3662
3662
|
}
|
3663
3663
|
},
|
3664
3664
|
"node_modules/@expo/prebuild-config": {
|
3665
|
-
"version": "8.0.
|
3666
|
-
"integrity": "sha512-
|
3665
|
+
"version": "8.0.28",
|
3666
|
+
"integrity": "sha512-SDDgCKKS1wFNNm3de2vBP8Q5bnxcabuPDE9Mnk9p7Gb4qBavhwMbAtrLcAyZB+WRb4QM+yan3z3K95vvCfI/+A==",
|
3667
3667
|
"license": "MIT",
|
3668
3668
|
"dependencies": {
|
3669
|
-
"@expo/config": "~10.0.
|
3669
|
+
"@expo/config": "~10.0.10",
|
3670
3670
|
"@expo/config-plugins": "~9.0.15",
|
3671
3671
|
"@expo/config-types": "^52.0.4",
|
3672
|
-
"@expo/image-utils": "^0.6.
|
3673
|
-
"@expo/json-file": "^9.0.
|
3672
|
+
"@expo/image-utils": "^0.6.5",
|
3673
|
+
"@expo/json-file": "^9.0.2",
|
3674
3674
|
"@react-native/normalize-colors": "0.76.7",
|
3675
3675
|
"debug": "^4.3.1",
|
3676
3676
|
"fs-extra": "^9.0.0",
|
@@ -3766,8 +3766,9 @@
|
|
3766
3766
|
}
|
3767
3767
|
},
|
3768
3768
|
"node_modules/@expo/ws-tunnel": {
|
3769
|
-
"version": "1.0.
|
3770
|
-
"integrity": "sha512-
|
3769
|
+
"version": "1.0.5",
|
3770
|
+
"integrity": "sha512-Ta9KzslHAIbw2ZoyZ7Ud7/QImucy+K4YvOqo9AhGfUfH76hQzaffQreOySzYusDfW8Y+EXh0ZNWE68dfCumFFw==",
|
3771
|
+
"license": "MIT",
|
3771
3772
|
"peer": true
|
3772
3773
|
},
|
3773
3774
|
"node_modules/@expo/xcpretty": {
|
@@ -5818,28 +5819,6 @@
|
|
5818
5819
|
"integrity": "sha512-ST1xxBuYVIXPdD81dR6+tzIgso7m3pa9+6rOBXTh5Xm7KEEFik7tnQX+GydXYMp3wr1gagJjragdXkPnxK6WNg==",
|
5819
5820
|
"license": "MIT"
|
5820
5821
|
},
|
5821
|
-
"node_modules/@react-native/virtualized-lists": {
|
5822
|
-
"version": "0.76.3",
|
5823
|
-
"integrity": "sha512-wTGv9pVh3vAOWb29xFm+J9VRe9dUcUcb9FyaMLT/Hxa88W4wqa5ZMe1V9UvrrBiA1G5DKjv8/1ZcDsJhyugVKA==",
|
5824
|
-
"license": "MIT",
|
5825
|
-
"dependencies": {
|
5826
|
-
"invariant": "^2.2.4",
|
5827
|
-
"nullthrows": "^1.1.1"
|
5828
|
-
},
|
5829
|
-
"engines": {
|
5830
|
-
"node": ">=18"
|
5831
|
-
},
|
5832
|
-
"peerDependencies": {
|
5833
|
-
"@types/react": "^18.2.6",
|
5834
|
-
"react": "*",
|
5835
|
-
"react-native": "*"
|
5836
|
-
},
|
5837
|
-
"peerDependenciesMeta": {
|
5838
|
-
"@types/react": {
|
5839
|
-
"optional": true
|
5840
|
-
}
|
5841
|
-
}
|
5842
|
-
},
|
5843
5822
|
"node_modules/@react-navigation/core": {
|
5844
5823
|
"version": "6.4.17",
|
5845
5824
|
"integrity": "sha512-Nd76EpomzChWAosGqWOYE3ItayhDzIEzzZsT7PfGcRFDgW5miHV2t4MZcq9YIK4tzxZjVVpYbIynOOQQd1e0Cg==",
|
@@ -6388,8 +6367,8 @@
|
|
6388
6367
|
"license": "MIT"
|
6389
6368
|
},
|
6390
6369
|
"node_modules/@types/node": {
|
6391
|
-
"version": "22.13.
|
6392
|
-
"integrity": "sha512
|
6370
|
+
"version": "22.13.5",
|
6371
|
+
"integrity": "sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==",
|
6393
6372
|
"license": "MIT",
|
6394
6373
|
"dependencies": {
|
6395
6374
|
"undici-types": "~6.20.0"
|
@@ -6682,8 +6661,8 @@
|
|
6682
6661
|
}
|
6683
6662
|
},
|
6684
6663
|
"node_modules/@wavemaker/variables": {
|
6685
|
-
"version": "11.10.
|
6686
|
-
"integrity": "sha512-
|
6664
|
+
"version": "11.10.3-next.25128",
|
6665
|
+
"integrity": "sha512-eYMG5GkDcmxoVW+k8bjjcnkAe0Q8/KdQDBvksF0hcw21NmrkB8ZHmGQu7ry7ZavGQKDLBCY0GGpUr0f5US1g7g==",
|
6687
6666
|
"license": "ISC",
|
6688
6667
|
"dependencies": {
|
6689
6668
|
"@metrichor/jmespath": "^0.3.1",
|
@@ -8343,8 +8322,8 @@
|
|
8343
8322
|
}
|
8344
8323
|
},
|
8345
8324
|
"node_modules/babel-preset-expo": {
|
8346
|
-
"version": "12.0.
|
8347
|
-
"integrity": "sha512-
|
8325
|
+
"version": "12.0.9",
|
8326
|
+
"integrity": "sha512-1c+ysrTavT49WgVAj0OX/TEzt1kU2mfPhDaDajstshNHXFKPenMPWSViA/DHrJKVIMwaqr+z3GbUOD9GtKgpdg==",
|
8348
8327
|
"license": "MIT",
|
8349
8328
|
"peer": true,
|
8350
8329
|
"dependencies": {
|
@@ -9075,8 +9054,8 @@
|
|
9075
9054
|
}
|
9076
9055
|
},
|
9077
9056
|
"node_modules/caniuse-lite": {
|
9078
|
-
"version": "1.0.
|
9079
|
-
"integrity": "sha512-
|
9057
|
+
"version": "1.0.30001701",
|
9058
|
+
"integrity": "sha512-faRs/AW3jA9nTwmJBSO1PQ6L/EOgsB5HMQQq4iCu5zhPgVVgO/pZRHlmatwijZKetFw8/Pr4q6dEN8sJuq8qTw==",
|
9080
9059
|
"funding": [
|
9081
9060
|
{
|
9082
9061
|
"type": "opencollective",
|
@@ -11182,8 +11161,8 @@
|
|
11182
11161
|
"license": "MIT"
|
11183
11162
|
},
|
11184
11163
|
"node_modules/electron-to-chromium": {
|
11185
|
-
"version": "1.5.
|
11186
|
-
"integrity": "sha512-
|
11164
|
+
"version": "1.5.109",
|
11165
|
+
"integrity": "sha512-AidaH9JETVRr9DIPGfp1kAarm/W6hRJTPuCnkF+2MqhF4KaAgRIcBc8nvjk+YMXZhwfISof/7WG29eS4iGxQLQ==",
|
11187
11166
|
"license": "ISC"
|
11188
11167
|
},
|
11189
11168
|
"node_modules/emittery": {
|
@@ -12070,25 +12049,25 @@
|
|
12070
12049
|
}
|
12071
12050
|
},
|
12072
12051
|
"node_modules/expo": {
|
12073
|
-
"version": "52.0.
|
12074
|
-
"integrity": "sha512-
|
12052
|
+
"version": "52.0.37",
|
12053
|
+
"integrity": "sha512-fo37ClqjNLOVInerm7BU27H8lfPfeTC7Pmu72roPzq46DnJfs+KzTxTzE34GcJ0b6hMUx9FRSSGyTQqxzo2TVQ==",
|
12075
12054
|
"license": "MIT",
|
12076
12055
|
"peer": true,
|
12077
12056
|
"dependencies": {
|
12078
12057
|
"@babel/runtime": "^7.20.0",
|
12079
|
-
"@expo/cli": "0.22.
|
12058
|
+
"@expo/cli": "0.22.18",
|
12080
12059
|
"@expo/config": "~10.0.10",
|
12081
12060
|
"@expo/config-plugins": "~9.0.15",
|
12082
|
-
"@expo/fingerprint": "0.11.
|
12083
|
-
"@expo/metro-config": "0.19.
|
12061
|
+
"@expo/fingerprint": "0.11.11",
|
12062
|
+
"@expo/metro-config": "0.19.11",
|
12084
12063
|
"@expo/vector-icons": "^14.0.0",
|
12085
|
-
"babel-preset-expo": "~12.0.
|
12086
|
-
"expo-asset": "~11.0.
|
12087
|
-
"expo-constants": "~17.0.
|
12088
|
-
"expo-file-system": "~18.0.
|
12089
|
-
"expo-font": "~13.0.
|
12090
|
-
"expo-keep-awake": "~14.0.
|
12091
|
-
"expo-modules-autolinking": "2.0.
|
12064
|
+
"babel-preset-expo": "~12.0.9",
|
12065
|
+
"expo-asset": "~11.0.4",
|
12066
|
+
"expo-constants": "~17.0.7",
|
12067
|
+
"expo-file-system": "~18.0.11",
|
12068
|
+
"expo-font": "~13.0.4",
|
12069
|
+
"expo-keep-awake": "~14.0.3",
|
12070
|
+
"expo-modules-autolinking": "2.0.8",
|
12092
12071
|
"expo-modules-core": "2.2.2",
|
12093
12072
|
"fbemitter": "^3.0.0",
|
12094
12073
|
"web-streams-polyfill": "^3.3.2",
|
@@ -12125,13 +12104,13 @@
|
|
12125
12104
|
}
|
12126
12105
|
},
|
12127
12106
|
"node_modules/expo-asset": {
|
12128
|
-
"version": "11.0.
|
12129
|
-
"integrity": "sha512-
|
12107
|
+
"version": "11.0.4",
|
12108
|
+
"integrity": "sha512-CdIywU0HrR3wsW5c3n0cT3jW9hccZdnqGsRqY+EY/RWzJbDXtDfAQVEiFHO3mDK7oveUwrP2jK/6ZRNek41/sg==",
|
12130
12109
|
"license": "MIT",
|
12131
12110
|
"peer": true,
|
12132
12111
|
"dependencies": {
|
12133
|
-
"@expo/image-utils": "^0.6.
|
12134
|
-
"expo-constants": "~17.0.
|
12112
|
+
"@expo/image-utils": "^0.6.5",
|
12113
|
+
"expo-constants": "~17.0.7",
|
12135
12114
|
"invariant": "^2.2.4",
|
12136
12115
|
"md5-file": "^3.2.3"
|
12137
12116
|
},
|
@@ -12189,13 +12168,13 @@
|
|
12189
12168
|
}
|
12190
12169
|
},
|
12191
12170
|
"node_modules/expo-constants": {
|
12192
|
-
"version": "17.0.
|
12193
|
-
"integrity": "sha512-
|
12171
|
+
"version": "17.0.7",
|
12172
|
+
"integrity": "sha512-sp5NUiV17I3JblVPIBDgoxgt7JIZS30vcyydCYHxsEoo+aKaeRYXxGYilCvb9lgI6BBwSL24sQ6ZjWsCWoF1VA==",
|
12194
12173
|
"license": "MIT",
|
12195
12174
|
"peer": true,
|
12196
12175
|
"dependencies": {
|
12197
|
-
"@expo/config": "~10.0.
|
12198
|
-
"@expo/env": "~0.4.
|
12176
|
+
"@expo/config": "~10.0.10",
|
12177
|
+
"@expo/env": "~0.4.2"
|
12199
12178
|
},
|
12200
12179
|
"peerDependencies": {
|
12201
12180
|
"expo": "*",
|
@@ -12259,8 +12238,8 @@
|
|
12259
12238
|
}
|
12260
12239
|
},
|
12261
12240
|
"node_modules/expo-keep-awake": {
|
12262
|
-
"version": "14.0.
|
12263
|
-
"integrity": "sha512-
|
12241
|
+
"version": "14.0.3",
|
12242
|
+
"integrity": "sha512-6Jh94G6NvTZfuLnm2vwIpKe3GdOiVBuISl7FI8GqN0/9UOg9E0WXXp5cDcfAG8bn80RfgLJS8P7EPUGTZyOvhg==",
|
12264
12243
|
"license": "MIT",
|
12265
12244
|
"peer": true,
|
12266
12245
|
"peerDependencies": {
|
@@ -12286,8 +12265,8 @@
|
|
12286
12265
|
}
|
12287
12266
|
},
|
12288
12267
|
"node_modules/expo-modules-autolinking": {
|
12289
|
-
"version": "2.0.
|
12290
|
-
"integrity": "sha512-
|
12268
|
+
"version": "2.0.8",
|
12269
|
+
"integrity": "sha512-DezgnEYFQYic8hKGhkbztBA3QUmSftjaNDIKNAtS2iGJmzCcNIkatjN2slFDSWjSTNo8gOvPQyMKfyHWFvLpOQ==",
|
12291
12270
|
"license": "MIT",
|
12292
12271
|
"peer": true,
|
12293
12272
|
"dependencies": {
|
@@ -12468,8 +12447,8 @@
|
|
12468
12447
|
}
|
12469
12448
|
},
|
12470
12449
|
"node_modules/expo/node_modules/expo-file-system": {
|
12471
|
-
"version": "18.0.
|
12472
|
-
"integrity": "sha512
|
12450
|
+
"version": "18.0.11",
|
12451
|
+
"integrity": "sha512-yDwYfEzWgPXsBZHJW2RJ8Q66ceiFN9Wa5D20pp3fjXVkzPBDwxnYwiPWk4pVmCa5g4X5KYMoMne1pUrsL4OEpg==",
|
12473
12452
|
"license": "MIT",
|
12474
12453
|
"peer": true,
|
12475
12454
|
"dependencies": {
|
@@ -12481,8 +12460,8 @@
|
|
12481
12460
|
}
|
12482
12461
|
},
|
12483
12462
|
"node_modules/expo/node_modules/expo-font": {
|
12484
|
-
"version": "13.0.
|
12485
|
-
"integrity": "sha512-
|
12463
|
+
"version": "13.0.4",
|
12464
|
+
"integrity": "sha512-eAP5hyBgC8gafFtprsz0HMaB795qZfgJWqTmU0NfbSin1wUuVySFMEPMOrTkTgmazU73v4Cb4x7p86jY1XXYUw==",
|
12486
12465
|
"license": "MIT",
|
12487
12466
|
"peer": true,
|
12488
12467
|
"dependencies": {
|
@@ -12624,8 +12603,8 @@
|
|
12624
12603
|
}
|
12625
12604
|
},
|
12626
12605
|
"node_modules/fastq": {
|
12627
|
-
"version": "1.19.
|
12628
|
-
"integrity": "sha512-
|
12606
|
+
"version": "1.19.1",
|
12607
|
+
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
|
12629
12608
|
"license": "ISC",
|
12630
12609
|
"dependencies": {
|
12631
12610
|
"reusify": "^1.0.4"
|
@@ -12925,8 +12904,8 @@
|
|
12925
12904
|
}
|
12926
12905
|
},
|
12927
12906
|
"node_modules/flatted": {
|
12928
|
-
"version": "3.3.
|
12929
|
-
"integrity": "sha512-
|
12907
|
+
"version": "3.3.3",
|
12908
|
+
"integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
|
12930
12909
|
"dev": true,
|
12931
12910
|
"license": "ISC"
|
12932
12911
|
},
|
@@ -12936,8 +12915,8 @@
|
|
12936
12915
|
"license": "MIT"
|
12937
12916
|
},
|
12938
12917
|
"node_modules/flow-parser": {
|
12939
|
-
"version": "0.
|
12940
|
-
"integrity": "sha512-
|
12918
|
+
"version": "0.262.0",
|
12919
|
+
"integrity": "sha512-K3asSw4s2/sRoUC4xD2OfGi04gdYCCFRgkcwEXi5JyfFhS0HrFWLcDPp55ttv95OY5970WKl4T+7hWrnuOAUMQ==",
|
12941
12920
|
"license": "MIT",
|
12942
12921
|
"engines": {
|
12943
12922
|
"node": ">=0.4.0"
|
@@ -12983,11 +12962,11 @@
|
|
12983
12962
|
}
|
12984
12963
|
},
|
12985
12964
|
"node_modules/foreground-child": {
|
12986
|
-
"version": "3.3.
|
12987
|
-
"integrity": "sha512-
|
12965
|
+
"version": "3.3.1",
|
12966
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
12988
12967
|
"license": "ISC",
|
12989
12968
|
"dependencies": {
|
12990
|
-
"cross-spawn": "^7.0.
|
12969
|
+
"cross-spawn": "^7.0.6",
|
12991
12970
|
"signal-exit": "^4.0.1"
|
12992
12971
|
},
|
12993
12972
|
"engines": {
|
@@ -13137,16 +13116,16 @@
|
|
13137
13116
|
}
|
13138
13117
|
},
|
13139
13118
|
"node_modules/get-intrinsic": {
|
13140
|
-
"version": "1.
|
13141
|
-
"integrity": "sha512-
|
13119
|
+
"version": "1.3.0",
|
13120
|
+
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
13142
13121
|
"license": "MIT",
|
13143
13122
|
"dependencies": {
|
13144
|
-
"call-bind-apply-helpers": "^1.0.
|
13123
|
+
"call-bind-apply-helpers": "^1.0.2",
|
13145
13124
|
"es-define-property": "^1.0.1",
|
13146
13125
|
"es-errors": "^1.3.0",
|
13147
|
-
"es-object-atoms": "^1.
|
13126
|
+
"es-object-atoms": "^1.1.1",
|
13148
13127
|
"function-bind": "^1.1.2",
|
13149
|
-
"get-proto": "^1.0.
|
13128
|
+
"get-proto": "^1.0.1",
|
13150
13129
|
"gopd": "^1.2.0",
|
13151
13130
|
"has-symbols": "^1.1.0",
|
13152
13131
|
"hasown": "^2.0.2",
|
@@ -17831,8 +17810,8 @@
|
|
17831
17810
|
}
|
17832
17811
|
},
|
17833
17812
|
"node_modules/metro": {
|
17834
|
-
"version": "0.81.
|
17835
|
-
"integrity": "sha512-
|
17813
|
+
"version": "0.81.2",
|
17814
|
+
"integrity": "sha512-3jvcYBmSEFWtXJC3BX9/pKyme0gEyrZfHuDvuZiS46+3u8rcNlk0bjnGS/qxIW/h8icyVuQRaoH/Q1VdQJHvuQ==",
|
17836
17815
|
"license": "MIT",
|
17837
17816
|
"dependencies": {
|
17838
17817
|
"@babel/code-frame": "^7.24.7",
|
@@ -17853,21 +17832,21 @@
|
|
17853
17832
|
"hermes-parser": "0.25.1",
|
17854
17833
|
"image-size": "^1.0.2",
|
17855
17834
|
"invariant": "^2.2.4",
|
17856
|
-
"jest-worker": "^29.
|
17835
|
+
"jest-worker": "^29.7.0",
|
17857
17836
|
"jsc-safe-url": "^0.2.2",
|
17858
17837
|
"lodash.throttle": "^4.1.1",
|
17859
|
-
"metro-babel-transformer": "0.81.
|
17860
|
-
"metro-cache": "0.81.
|
17861
|
-
"metro-cache-key": "0.81.
|
17862
|
-
"metro-config": "0.81.
|
17863
|
-
"metro-core": "0.81.
|
17864
|
-
"metro-file-map": "0.81.
|
17865
|
-
"metro-resolver": "0.81.
|
17866
|
-
"metro-runtime": "0.81.
|
17867
|
-
"metro-source-map": "0.81.
|
17868
|
-
"metro-symbolicate": "0.81.
|
17869
|
-
"metro-transform-plugins": "0.81.
|
17870
|
-
"metro-transform-worker": "0.81.
|
17838
|
+
"metro-babel-transformer": "0.81.2",
|
17839
|
+
"metro-cache": "0.81.2",
|
17840
|
+
"metro-cache-key": "0.81.2",
|
17841
|
+
"metro-config": "0.81.2",
|
17842
|
+
"metro-core": "0.81.2",
|
17843
|
+
"metro-file-map": "0.81.2",
|
17844
|
+
"metro-resolver": "0.81.2",
|
17845
|
+
"metro-runtime": "0.81.2",
|
17846
|
+
"metro-source-map": "0.81.2",
|
17847
|
+
"metro-symbolicate": "0.81.2",
|
17848
|
+
"metro-transform-plugins": "0.81.2",
|
17849
|
+
"metro-transform-worker": "0.81.2",
|
17871
17850
|
"mime-types": "^2.1.27",
|
17872
17851
|
"nullthrows": "^1.1.1",
|
17873
17852
|
"serialize-error": "^2.1.0",
|
@@ -17884,8 +17863,8 @@
|
|
17884
17863
|
}
|
17885
17864
|
},
|
17886
17865
|
"node_modules/metro-babel-transformer": {
|
17887
|
-
"version": "0.81.
|
17888
|
-
"integrity": "sha512-
|
17866
|
+
"version": "0.81.2",
|
17867
|
+
"integrity": "sha512-Xn9JgF+CghIcDI6VTtGZFIxl7fPifePIX7mAkJ4/h8wtD9VAJsja6ymXgQ4Mftei2JOMEfCog0MYs4Us43/v8Q==",
|
17889
17868
|
"license": "MIT",
|
17890
17869
|
"dependencies": {
|
17891
17870
|
"@babel/core": "^7.25.2",
|
@@ -17911,21 +17890,21 @@
|
|
17911
17890
|
}
|
17912
17891
|
},
|
17913
17892
|
"node_modules/metro-cache": {
|
17914
|
-
"version": "0.81.
|
17915
|
-
"integrity": "sha512-
|
17893
|
+
"version": "0.81.2",
|
17894
|
+
"integrity": "sha512-z07UNa4UjJ35LnQhDGrGk/qryRY3ERkYwvzkzYUpwpKZUGqWI5HnOurYzSuQSSxADV+s/NSLSFAB1yzdK8tluQ==",
|
17916
17895
|
"license": "MIT",
|
17917
17896
|
"dependencies": {
|
17918
17897
|
"exponential-backoff": "^3.1.1",
|
17919
17898
|
"flow-enums-runtime": "^0.0.6",
|
17920
|
-
"metro-core": "0.81.
|
17899
|
+
"metro-core": "0.81.2"
|
17921
17900
|
},
|
17922
17901
|
"engines": {
|
17923
17902
|
"node": ">=18.18"
|
17924
17903
|
}
|
17925
17904
|
},
|
17926
17905
|
"node_modules/metro-cache-key": {
|
17927
|
-
"version": "0.81.
|
17928
|
-
"integrity": "sha512
|
17906
|
+
"version": "0.81.2",
|
17907
|
+
"integrity": "sha512-+D5ySTFvvtWp1Med1ZWnEFqi8/nl8piFkTk6NFZbtCLGmNJIQhUtIW+i5foQ4YN9Mz1XARFn89652+jkRkXKhA==",
|
17929
17908
|
"license": "MIT",
|
17930
17909
|
"dependencies": {
|
17931
17910
|
"flow-enums-runtime": "^0.0.6"
|
@@ -17935,18 +17914,18 @@
|
|
17935
17914
|
}
|
17936
17915
|
},
|
17937
17916
|
"node_modules/metro-config": {
|
17938
|
-
"version": "0.81.
|
17939
|
-
"integrity": "sha512-
|
17917
|
+
"version": "0.81.2",
|
17918
|
+
"integrity": "sha512-CzRiGh0XNANORfGB9REZ0PcpLxehWLmDgSE7XN59uAxhY0qOXccGG81J1WfkeT2zO1B/UoDWHDT5cPP1w7E3cQ==",
|
17940
17919
|
"license": "MIT",
|
17941
17920
|
"dependencies": {
|
17942
17921
|
"connect": "^3.6.5",
|
17943
17922
|
"cosmiconfig": "^5.0.5",
|
17944
17923
|
"flow-enums-runtime": "^0.0.6",
|
17945
|
-
"jest-validate": "^29.
|
17946
|
-
"metro": "0.81.
|
17947
|
-
"metro-cache": "0.81.
|
17948
|
-
"metro-core": "0.81.
|
17949
|
-
"metro-runtime": "0.81.
|
17924
|
+
"jest-validate": "^29.7.0",
|
17925
|
+
"metro": "0.81.2",
|
17926
|
+
"metro-cache": "0.81.2",
|
17927
|
+
"metro-core": "0.81.2",
|
17928
|
+
"metro-runtime": "0.81.2"
|
17950
17929
|
},
|
17951
17930
|
"engines": {
|
17952
17931
|
"node": ">=18.18"
|
@@ -17999,21 +17978,21 @@
|
|
17999
17978
|
}
|
18000
17979
|
},
|
18001
17980
|
"node_modules/metro-core": {
|
18002
|
-
"version": "0.81.
|
18003
|
-
"integrity": "sha512-
|
17981
|
+
"version": "0.81.2",
|
17982
|
+
"integrity": "sha512-OHWL/NiILmsuAkj90GNIJBMbcRCIcJ7piyT17B2EFWR2F/L1Jny7Dq7NCgWeqqRueLH7ystXUdrfcM8bKeMp8Q==",
|
18004
17983
|
"license": "MIT",
|
18005
17984
|
"dependencies": {
|
18006
17985
|
"flow-enums-runtime": "^0.0.6",
|
18007
17986
|
"lodash.throttle": "^4.1.1",
|
18008
|
-
"metro-resolver": "0.81.
|
17987
|
+
"metro-resolver": "0.81.2"
|
18009
17988
|
},
|
18010
17989
|
"engines": {
|
18011
17990
|
"node": ">=18.18"
|
18012
17991
|
}
|
18013
17992
|
},
|
18014
17993
|
"node_modules/metro-file-map": {
|
18015
|
-
"version": "0.81.
|
18016
|
-
"integrity": "sha512-
|
17994
|
+
"version": "0.81.2",
|
17995
|
+
"integrity": "sha512-k8binQShV1vzMB2rIPMlnf267ZSq78+L42vH9Y3YzmhIfumAz8Noy3ndG7zKdvOLcMjlOxzBChu1Laz3s5cgIw==",
|
18017
17996
|
"license": "MIT",
|
18018
17997
|
"dependencies": {
|
18019
17998
|
"debug": "^2.2.0",
|
@@ -18021,7 +18000,7 @@
|
|
18021
18000
|
"flow-enums-runtime": "^0.0.6",
|
18022
18001
|
"graceful-fs": "^4.2.4",
|
18023
18002
|
"invariant": "^2.2.4",
|
18024
|
-
"jest-worker": "^29.
|
18003
|
+
"jest-worker": "^29.7.0",
|
18025
18004
|
"micromatch": "^4.0.4",
|
18026
18005
|
"nullthrows": "^1.1.1",
|
18027
18006
|
"walker": "^1.0.7"
|
@@ -18044,8 +18023,8 @@
|
|
18044
18023
|
"license": "MIT"
|
18045
18024
|
},
|
18046
18025
|
"node_modules/metro-minify-terser": {
|
18047
|
-
"version": "0.81.
|
18048
|
-
"integrity": "sha512-
|
18026
|
+
"version": "0.81.2",
|
18027
|
+
"integrity": "sha512-GWjm6ZcNMnOFyh7hjzNfAEnOqZiHYTVIKGmB/zDNMf/Eq89w6rxHXZRM41iu1YyP2IhdqrqnhwHA+Ze8v6CMtg==",
|
18049
18028
|
"license": "MIT",
|
18050
18029
|
"dependencies": {
|
18051
18030
|
"flow-enums-runtime": "^0.0.6",
|
@@ -18118,8 +18097,8 @@
|
|
18118
18097
|
}
|
18119
18098
|
},
|
18120
18099
|
"node_modules/metro-resolver": {
|
18121
|
-
"version": "0.81.
|
18122
|
-
"integrity": "sha512-
|
18100
|
+
"version": "0.81.2",
|
18101
|
+
"integrity": "sha512-bu4Esd90SWkOhDADQsQTxIOG85sZnvAXtk51hT0aovN66M4x3rQmGPBRokfJpgAd3/XOZCu0KPbjoB5etyqT0Q==",
|
18123
18102
|
"license": "MIT",
|
18124
18103
|
"dependencies": {
|
18125
18104
|
"flow-enums-runtime": "^0.0.6"
|
@@ -18129,8 +18108,8 @@
|
|
18129
18108
|
}
|
18130
18109
|
},
|
18131
18110
|
"node_modules/metro-runtime": {
|
18132
|
-
"version": "0.81.
|
18133
|
-
"integrity": "sha512-
|
18111
|
+
"version": "0.81.2",
|
18112
|
+
"integrity": "sha512-xk3rU6yKaa2b8B/Hk/ZhPtNzW4H07h/yq9iKBCof0F68CaN+qncdVOOIz2NGqEH7V3wAqDv4xoOfbgtbFO5rxA==",
|
18134
18113
|
"license": "MIT",
|
18135
18114
|
"dependencies": {
|
18136
18115
|
"@babel/runtime": "^7.25.0",
|
@@ -18141,8 +18120,8 @@
|
|
18141
18120
|
}
|
18142
18121
|
},
|
18143
18122
|
"node_modules/metro-source-map": {
|
18144
|
-
"version": "0.81.
|
18145
|
-
"integrity": "sha512
|
18123
|
+
"version": "0.81.2",
|
18124
|
+
"integrity": "sha512-/mJYbZIGswFbfxt0ouaBYw22YvqQiaCB+ql8reeA37bNjd4lHvozND7/w8NO2x7FjTfsmPBh50Iqi/mTuZFiZA==",
|
18146
18125
|
"license": "MIT",
|
18147
18126
|
"dependencies": {
|
18148
18127
|
"@babel/traverse": "^7.25.3",
|
@@ -18150,9 +18129,9 @@
|
|
18150
18129
|
"@babel/types": "^7.25.2",
|
18151
18130
|
"flow-enums-runtime": "^0.0.6",
|
18152
18131
|
"invariant": "^2.2.4",
|
18153
|
-
"metro-symbolicate": "0.81.
|
18132
|
+
"metro-symbolicate": "0.81.2",
|
18154
18133
|
"nullthrows": "^1.1.1",
|
18155
|
-
"ob1": "0.81.
|
18134
|
+
"ob1": "0.81.2",
|
18156
18135
|
"source-map": "^0.5.6",
|
18157
18136
|
"vlq": "^1.0.0"
|
18158
18137
|
},
|
@@ -18169,13 +18148,13 @@
|
|
18169
18148
|
}
|
18170
18149
|
},
|
18171
18150
|
"node_modules/metro-symbolicate": {
|
18172
|
-
"version": "0.81.
|
18173
|
-
"integrity": "sha512-
|
18151
|
+
"version": "0.81.2",
|
18152
|
+
"integrity": "sha512-jEZoh3XldJazigetID+4Sy41OszGdixEOvB8zI0v2k7sXgHh+Rw8J/R7UuYCxQp+f89MqCjeGLLN7qNHuvRSCQ==",
|
18174
18153
|
"license": "MIT",
|
18175
18154
|
"dependencies": {
|
18176
18155
|
"flow-enums-runtime": "^0.0.6",
|
18177
18156
|
"invariant": "^2.2.4",
|
18178
|
-
"metro-source-map": "0.81.
|
18157
|
+
"metro-source-map": "0.81.2",
|
18179
18158
|
"nullthrows": "^1.1.1",
|
18180
18159
|
"source-map": "^0.5.6",
|
18181
18160
|
"vlq": "^1.0.0"
|
@@ -18196,8 +18175,8 @@
|
|
18196
18175
|
}
|
18197
18176
|
},
|
18198
18177
|
"node_modules/metro-transform-plugins": {
|
18199
|
-
"version": "0.81.
|
18200
|
-
"integrity": "sha512-
|
18178
|
+
"version": "0.81.2",
|
18179
|
+
"integrity": "sha512-St1zsbZ4SWA48yJBIqUuMFR4GROyu7A8auhJl/5km/Pj09vGXEri2CgOD0ReuXa/P1X9/jrOU5cIafi5csjwvw==",
|
18201
18180
|
"license": "MIT",
|
18202
18181
|
"dependencies": {
|
18203
18182
|
"@babel/core": "^7.25.2",
|
@@ -18212,8 +18191,8 @@
|
|
18212
18191
|
}
|
18213
18192
|
},
|
18214
18193
|
"node_modules/metro-transform-worker": {
|
18215
|
-
"version": "0.81.
|
18216
|
-
"integrity": "sha512-
|
18194
|
+
"version": "0.81.2",
|
18195
|
+
"integrity": "sha512-U1kmzJEExrB6SZN9TLxuFCZPdCq5+ofkWBiVn6U/9YxTft6HzXGNN0ebdL2Yut5ry3oaYmOtR26faKAOGiiG0Q==",
|
18217
18196
|
"license": "MIT",
|
18218
18197
|
"dependencies": {
|
18219
18198
|
"@babel/core": "^7.25.2",
|
@@ -18221,13 +18200,13 @@
|
|
18221
18200
|
"@babel/parser": "^7.25.3",
|
18222
18201
|
"@babel/types": "^7.25.2",
|
18223
18202
|
"flow-enums-runtime": "^0.0.6",
|
18224
|
-
"metro": "0.81.
|
18225
|
-
"metro-babel-transformer": "0.81.
|
18226
|
-
"metro-cache": "0.81.
|
18227
|
-
"metro-cache-key": "0.81.
|
18228
|
-
"metro-minify-terser": "0.81.
|
18229
|
-
"metro-source-map": "0.81.
|
18230
|
-
"metro-transform-plugins": "0.81.
|
18203
|
+
"metro": "0.81.2",
|
18204
|
+
"metro-babel-transformer": "0.81.2",
|
18205
|
+
"metro-cache": "0.81.2",
|
18206
|
+
"metro-cache-key": "0.81.2",
|
18207
|
+
"metro-minify-terser": "0.81.2",
|
18208
|
+
"metro-source-map": "0.81.2",
|
18209
|
+
"metro-transform-plugins": "0.81.2",
|
18231
18210
|
"nullthrows": "^1.1.1"
|
18232
18211
|
},
|
18233
18212
|
"engines": {
|
@@ -18969,8 +18948,8 @@
|
|
18969
18948
|
"license": "MIT"
|
18970
18949
|
},
|
18971
18950
|
"node_modules/ob1": {
|
18972
|
-
"version": "0.81.
|
18973
|
-
"integrity": "sha512-
|
18951
|
+
"version": "0.81.2",
|
18952
|
+
"integrity": "sha512-K0hJXOlU4j7c4chNLaDDzVyg5yjYjbmDSQbVMXdAcTtqZndwYHfmBIO06riFMgpg2KOevxeB1pIwzqJuES2SuA==",
|
18974
18953
|
"license": "MIT",
|
18975
18954
|
"dependencies": {
|
18976
18955
|
"flow-enums-runtime": "^0.0.6"
|
@@ -19952,8 +19931,8 @@
|
|
19952
19931
|
}
|
19953
19932
|
},
|
19954
19933
|
"node_modules/prettier": {
|
19955
|
-
"version": "3.5.
|
19956
|
-
"integrity": "sha512-
|
19934
|
+
"version": "3.5.2",
|
19935
|
+
"integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==",
|
19957
19936
|
"dev": true,
|
19958
19937
|
"license": "MIT",
|
19959
19938
|
"peer": true,
|
@@ -20884,6 +20863,28 @@
|
|
20884
20863
|
"integrity": "sha512-Yrpmrh4IDEupUUM/dqVxhAN8QW1VEUR3Qrk2lzJC1jB2s46hDe0hrMP2vs12YJqlzshteOthjwXQlY0TgIzgbg==",
|
20885
20864
|
"license": "MIT"
|
20886
20865
|
},
|
20866
|
+
"node_modules/react-native/node_modules/@react-native/virtualized-lists": {
|
20867
|
+
"version": "0.76.3",
|
20868
|
+
"integrity": "sha512-wTGv9pVh3vAOWb29xFm+J9VRe9dUcUcb9FyaMLT/Hxa88W4wqa5ZMe1V9UvrrBiA1G5DKjv8/1ZcDsJhyugVKA==",
|
20869
|
+
"license": "MIT",
|
20870
|
+
"dependencies": {
|
20871
|
+
"invariant": "^2.2.4",
|
20872
|
+
"nullthrows": "^1.1.1"
|
20873
|
+
},
|
20874
|
+
"engines": {
|
20875
|
+
"node": ">=18"
|
20876
|
+
},
|
20877
|
+
"peerDependencies": {
|
20878
|
+
"@types/react": "^18.2.6",
|
20879
|
+
"react": "*",
|
20880
|
+
"react-native": "*"
|
20881
|
+
},
|
20882
|
+
"peerDependenciesMeta": {
|
20883
|
+
"@types/react": {
|
20884
|
+
"optional": true
|
20885
|
+
}
|
20886
|
+
}
|
20887
|
+
},
|
20887
20888
|
"node_modules/react-native/node_modules/ansi-styles": {
|
20888
20889
|
"version": "4.3.0",
|
20889
20890
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
@@ -22008,8 +22009,8 @@
|
|
22008
22009
|
}
|
22009
22010
|
},
|
22010
22011
|
"node_modules/reusify": {
|
22011
|
-
"version": "1.0
|
22012
|
-
"integrity": "sha512-
|
22012
|
+
"version": "1.1.0",
|
22013
|
+
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
22013
22014
|
"license": "MIT",
|
22014
22015
|
"engines": {
|
22015
22016
|
"iojs": ">=1.0.0",
|
@@ -22889,8 +22890,8 @@
|
|
22889
22890
|
}
|
22890
22891
|
},
|
22891
22892
|
"node_modules/stacktrace-parser": {
|
22892
|
-
"version": "0.1.
|
22893
|
-
"integrity": "sha512-
|
22893
|
+
"version": "0.1.11",
|
22894
|
+
"integrity": "sha512-WjlahMgHmCJpqzU8bIBy4qtsZdU9lRlcZE3Lvyej6t4tuOuv1vk57OW3MBrj6hXBFx/nNoC9MPMTcr5YA7NQbg==",
|
22894
22895
|
"license": "MIT",
|
22895
22896
|
"dependencies": {
|
22896
22897
|
"type-fest": "^0.7.1"
|
@@ -23186,8 +23187,14 @@
|
|
23186
23187
|
}
|
23187
23188
|
},
|
23188
23189
|
"node_modules/strnum": {
|
23189
|
-
"version": "1.
|
23190
|
-
"integrity": "sha512-
|
23190
|
+
"version": "1.1.2",
|
23191
|
+
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
|
23192
|
+
"funding": [
|
23193
|
+
{
|
23194
|
+
"type": "github",
|
23195
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
23196
|
+
}
|
23197
|
+
],
|
23191
23198
|
"license": "MIT"
|
23192
23199
|
},
|
23193
23200
|
"node_modules/structured-headers": {
|
@@ -23541,8 +23548,8 @@
|
|
23541
23548
|
}
|
23542
23549
|
},
|
23543
23550
|
"node_modules/terser-webpack-plugin": {
|
23544
|
-
"version": "5.3.
|
23545
|
-
"integrity": "sha512-
|
23551
|
+
"version": "5.3.12",
|
23552
|
+
"integrity": "sha512-jDLYqo7oF8tJIttjXO6jBY5Hk8p3A8W4ttih7cCEq64fQFWmgJ4VqAQjKr7WwIDlmXKEc6QeoRb5ecjZ+2afcg==",
|
23546
23553
|
"dev": true,
|
23547
23554
|
"license": "MIT",
|
23548
23555
|
"peer": true,
|
@@ -24154,8 +24161,8 @@
|
|
24154
24161
|
}
|
24155
24162
|
},
|
24156
24163
|
"node_modules/update-browserslist-db": {
|
24157
|
-
"version": "1.1.
|
24158
|
-
"integrity": "sha512-
|
24164
|
+
"version": "1.1.3",
|
24165
|
+
"integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
|
24159
24166
|
"funding": [
|
24160
24167
|
{
|
24161
24168
|
"type": "opencollective",
|
@@ -25446,8 +25453,8 @@
|
|
25446
25453
|
}
|
25447
25454
|
},
|
25448
25455
|
"node_modules/ws": {
|
25449
|
-
"version": "8.18.
|
25450
|
-
"integrity": "sha512-
|
25456
|
+
"version": "8.18.1",
|
25457
|
+
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
|
25451
25458
|
"license": "MIT",
|
25452
25459
|
"engines": {
|
25453
25460
|
"node": ">=10.0.0"
|
@@ -25564,7 +25571,7 @@
|
|
25564
25571
|
},
|
25565
25572
|
"node_modules/y18n": {
|
25566
25573
|
"version": "5.0.8",
|
25567
|
-
"integrity": "
|
25574
|
+
"integrity": "sha1-f0k00PfKjFb5UxSTndzS3ZHOHVU=",
|
25568
25575
|
"license": "ISC",
|
25569
25576
|
"engines": {
|
25570
25577
|
"node": ">=10"
|