@wavemaker/app-rn-runtime 11.14.1-22.647589 → 11.14.1-23.647643
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/basic/bottomsheet/bottomsheet.component.js +32 -218
- package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -1
- package/components/basic/bottomsheet/bottomsheet.styles.js +3 -0
- package/components/basic/bottomsheet/bottomsheet.styles.js.map +1 -1
- package/components/container/container.component.js +13 -206
- package/components/container/container.component.js.map +1 -1
- package/components/container/container.props.js +0 -6
- package/components/container/container.props.js.map +1 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +1 -25
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -1
- package/components/container/wizard/wizard.component.js +4 -2
- package/components/container/wizard/wizard.component.js.map +1 -1
- package/components/container/wizard/wizard.styles.js +1 -3
- package/components/container/wizard/wizard.styles.js.map +1 -1
- package/components/container/wizard/wizardstep/wizardstep.component.js +22 -3
- package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -1
- package/components/container/wizard/wizardstep/wizardstep.props.js +2 -0
- package/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -1
- package/components/data/form/form-field/form-field.component.js +0 -2
- package/components/data/form/form-field/form-field.component.js.map +1 -1
- package/components/data/form/form-field/form-field.props.js +0 -2
- package/components/data/form/form-field/form-field.props.js.map +1 -1
- package/components/input/baseinput/baseinput.component.js +0 -7
- package/components/input/baseinput/baseinput.component.js.map +1 -1
- package/components/input/calendar/calendar.component.js +0 -4
- package/components/input/calendar/calendar.component.js.map +1 -1
- package/components/input/calendar/views/month-view.js +1 -8
- package/components/input/calendar/views/month-view.js.map +1 -1
- package/components/input/radioset/radioset.component.js +3 -1
- package/components/input/radioset/radioset.component.js.map +1 -1
- package/components/input/text/text.component.js +2 -10
- package/components/input/text/text.component.js.map +1 -1
- package/components/input/text/text.props.js +0 -1
- package/components/input/text/text.props.js.map +1 -1
- package/components/input/textarea/textarea.component.js +2 -2
- package/components/input/textarea/textarea.component.js.map +1 -1
- package/components/navigation/popover/popover.component.js +3 -3
- package/components/navigation/popover/popover.component.js.map +1 -1
- package/core/AppConfig.js.map +1 -1
- package/core/components/textinput.component.js +3 -0
- package/core/components/textinput.component.js.map +1 -1
- package/core/tappable.component.js +15 -109
- package/core/tappable.component.js.map +1 -1
- package/npm-shrinkwrap.json +238 -318
- package/package-lock.json +238 -318
- package/package.json +2 -2
- package/runtime/navigator/drawer.navigator.js +0 -2
- package/runtime/navigator/drawer.navigator.js.map +1 -1
- package/runtime/navigator/stack.navigator.js +1 -13
- package/runtime/navigator/stack.navigator.js.map +1 -1
- package/runtime/services/device/scan-service.js +34 -12
- package/runtime/services/device/scan-service.js.map +1 -1
- package/styles/theme.variables.js +0 -2
- package/styles/theme.variables.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.14.1-
|
|
3
|
+
"version": "11.14.1-23.647643",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
|
9
|
-
"version": "11.14.1-
|
|
9
|
+
"version": "11.14.1-23.647643",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@expo/vector-icons": "15.0.2",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@react-navigation/drawer": "7.5.8",
|
|
21
21
|
"@react-navigation/native": "7.1.18",
|
|
22
22
|
"@react-navigation/stack": "7.4.8",
|
|
23
|
-
"@wavemaker/variables": "11.14.1-
|
|
23
|
+
"@wavemaker/variables": "11.14.1-23.647643",
|
|
24
24
|
"axios": "1.8.3",
|
|
25
25
|
"color": "4.2.3",
|
|
26
26
|
"cross-env": "7.0.3",
|
|
@@ -2277,8 +2277,8 @@
|
|
|
2277
2277
|
}
|
|
2278
2278
|
},
|
|
2279
2279
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
2280
|
-
"version": "17.7.
|
|
2281
|
-
"integrity": "sha512-
|
|
2280
|
+
"version": "17.7.3",
|
|
2281
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
2282
2282
|
"dev": true,
|
|
2283
2283
|
"license": "MIT",
|
|
2284
2284
|
"dependencies": {
|
|
@@ -2382,8 +2382,8 @@
|
|
|
2382
2382
|
}
|
|
2383
2383
|
},
|
|
2384
2384
|
"node_modules/@commitlint/is-ignored/node_modules/semver": {
|
|
2385
|
-
"version": "7.8.
|
|
2386
|
-
"integrity": "sha512-
|
|
2385
|
+
"version": "7.8.5",
|
|
2386
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2387
2387
|
"dev": true,
|
|
2388
2388
|
"license": "ISC",
|
|
2389
2389
|
"bin": {
|
|
@@ -2789,12 +2789,12 @@
|
|
|
2789
2789
|
}
|
|
2790
2790
|
},
|
|
2791
2791
|
"node_modules/@expo/config-plugins": {
|
|
2792
|
-
"version": "56.0.
|
|
2793
|
-
"integrity": "sha512
|
|
2792
|
+
"version": "56.0.9",
|
|
2793
|
+
"integrity": "sha512-/6a/S9USwx8OC9tGjHxbviLFiBHyueN3aoNWMLvWDEJoZ1CIVW800ZBzwXq/FYNK2qzcN1LxFmQtzD1zeFQKNA==",
|
|
2794
2794
|
"license": "MIT",
|
|
2795
2795
|
"peer": true,
|
|
2796
2796
|
"dependencies": {
|
|
2797
|
-
"@expo/config-types": "^56.0.
|
|
2797
|
+
"@expo/config-types": "^56.0.6",
|
|
2798
2798
|
"@expo/json-file": "~10.2.0",
|
|
2799
2799
|
"@expo/plist": "^0.7.0",
|
|
2800
2800
|
"@expo/require-utils": "^56.1.3",
|
|
@@ -2859,8 +2859,8 @@
|
|
|
2859
2859
|
"peer": true
|
|
2860
2860
|
},
|
|
2861
2861
|
"node_modules/@expo/config-plugins/node_modules/semver": {
|
|
2862
|
-
"version": "7.8.
|
|
2863
|
-
"integrity": "sha512-
|
|
2862
|
+
"version": "7.8.5",
|
|
2863
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2864
2864
|
"license": "ISC",
|
|
2865
2865
|
"peer": true,
|
|
2866
2866
|
"bin": {
|
|
@@ -2871,14 +2871,14 @@
|
|
|
2871
2871
|
}
|
|
2872
2872
|
},
|
|
2873
2873
|
"node_modules/@expo/config-types": {
|
|
2874
|
-
"version": "56.0.
|
|
2875
|
-
"integrity": "sha512-
|
|
2874
|
+
"version": "56.0.6",
|
|
2875
|
+
"integrity": "sha512-4Y6Aum5J4Re5NnxGVofRNe1aDwUBOmWhQYkynZsqzRtX/zEA1ADUeyHXuEckv9YD9djiyT7bKtLt5gKL3mA6VQ==",
|
|
2876
2876
|
"license": "MIT",
|
|
2877
2877
|
"peer": true
|
|
2878
2878
|
},
|
|
2879
2879
|
"node_modules/@expo/config/node_modules/semver": {
|
|
2880
|
-
"version": "7.8.
|
|
2881
|
-
"integrity": "sha512-
|
|
2880
|
+
"version": "7.8.5",
|
|
2881
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2882
2882
|
"license": "ISC",
|
|
2883
2883
|
"peer": true,
|
|
2884
2884
|
"bin": {
|
|
@@ -3052,8 +3052,8 @@
|
|
|
3052
3052
|
"peer": true
|
|
3053
3053
|
},
|
|
3054
3054
|
"node_modules/@expo/expo-modules-macros-plugin": {
|
|
3055
|
-
"version": "0.
|
|
3056
|
-
"integrity": "sha512-
|
|
3055
|
+
"version": "0.2.2",
|
|
3056
|
+
"integrity": "sha512-4IMzPDIo/VOXREQjsJtliSfqYVZvfzU2SLFS/9sKMWF848S8CHx+e/E+Vf0TcMvpWCCKX5umyqxb13KJJ+YUzg==",
|
|
3057
3057
|
"license": "MIT",
|
|
3058
3058
|
"peer": true
|
|
3059
3059
|
},
|
|
@@ -3165,8 +3165,8 @@
|
|
|
3165
3165
|
}
|
|
3166
3166
|
},
|
|
3167
3167
|
"node_modules/@expo/fingerprint/node_modules/semver": {
|
|
3168
|
-
"version": "7.8.
|
|
3169
|
-
"integrity": "sha512-
|
|
3168
|
+
"version": "7.8.5",
|
|
3169
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
3170
3170
|
"license": "ISC",
|
|
3171
3171
|
"peer": true,
|
|
3172
3172
|
"bin": {
|
|
@@ -3241,8 +3241,8 @@
|
|
|
3241
3241
|
"peer": true
|
|
3242
3242
|
},
|
|
3243
3243
|
"node_modules/@expo/image-utils/node_modules/semver": {
|
|
3244
|
-
"version": "7.8.
|
|
3245
|
-
"integrity": "sha512-
|
|
3244
|
+
"version": "7.8.5",
|
|
3245
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
3246
3246
|
"license": "ISC",
|
|
3247
3247
|
"peer": true,
|
|
3248
3248
|
"bin": {
|
|
@@ -3253,12 +3253,12 @@
|
|
|
3253
3253
|
}
|
|
3254
3254
|
},
|
|
3255
3255
|
"node_modules/@expo/inline-modules": {
|
|
3256
|
-
"version": "0.0.
|
|
3257
|
-
"integrity": "sha512-
|
|
3256
|
+
"version": "0.0.12",
|
|
3257
|
+
"integrity": "sha512-SNIZr/HWfIQPTZBwmukItxpc7ws1SgMUywYq1dnQvDknQDjJcuWAasIRFUjsK15yQ1xb4G5CP7VHtbN3V4lENg==",
|
|
3258
3258
|
"license": "MIT",
|
|
3259
3259
|
"peer": true,
|
|
3260
3260
|
"dependencies": {
|
|
3261
|
-
"@expo/config-plugins": "~56.0.
|
|
3261
|
+
"@expo/config-plugins": "~56.0.9"
|
|
3262
3262
|
}
|
|
3263
3263
|
},
|
|
3264
3264
|
"node_modules/@expo/json-file": {
|
|
@@ -3331,8 +3331,8 @@
|
|
|
3331
3331
|
"peer": true
|
|
3332
3332
|
},
|
|
3333
3333
|
"node_modules/@expo/log-box": {
|
|
3334
|
-
"version": "56.0.
|
|
3335
|
-
"integrity": "sha512-
|
|
3334
|
+
"version": "56.0.13",
|
|
3335
|
+
"integrity": "sha512-QWRZSpWPyjkDLVQio4R7oAzg/Av2MOt/DciFkfjr8qQ3qxGVn1Rt1oHP/80hvcWDcHFV7N6PqpyxRXw6nbxzKQ==",
|
|
3336
3336
|
"license": "MIT",
|
|
3337
3337
|
"peer": true,
|
|
3338
3338
|
"dependencies": {
|
|
@@ -3370,8 +3370,8 @@
|
|
|
3370
3370
|
}
|
|
3371
3371
|
},
|
|
3372
3372
|
"node_modules/@expo/metro-config": {
|
|
3373
|
-
"version": "56.0.
|
|
3374
|
-
"integrity": "sha512-
|
|
3373
|
+
"version": "56.0.14",
|
|
3374
|
+
"integrity": "sha512-O3CIHruaTJhswPAf/nf3i8QQ3f2jl+mEwSea1eb3khuplabdy/wTQz+JvHN8VGUFyg7JKwUGU1QfO6T3JiSQqA==",
|
|
3375
3375
|
"license": "MIT",
|
|
3376
3376
|
"peer": true,
|
|
3377
3377
|
"dependencies": {
|
|
@@ -3395,7 +3395,6 @@
|
|
|
3395
3395
|
"hermes-parser": "^0.33.3",
|
|
3396
3396
|
"jsc-safe-url": "^0.2.4",
|
|
3397
3397
|
"lightningcss": "^1.30.1",
|
|
3398
|
-
"msgpackr": "^2.0.1",
|
|
3399
3398
|
"picomatch": "^4.0.4",
|
|
3400
3399
|
"postcss": "^8.5.14",
|
|
3401
3400
|
"resolve-from": "^5.0.0"
|
|
@@ -3982,8 +3981,8 @@
|
|
|
3982
3981
|
"license": "MIT"
|
|
3983
3982
|
},
|
|
3984
3983
|
"node_modules/@expo/prebuild-config/node_modules/semver": {
|
|
3985
|
-
"version": "7.8.
|
|
3986
|
-
"integrity": "sha512-
|
|
3984
|
+
"version": "7.8.5",
|
|
3985
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
3987
3986
|
"dev": true,
|
|
3988
3987
|
"license": "ISC",
|
|
3989
3988
|
"bin": {
|
|
@@ -4051,10 +4050,13 @@
|
|
|
4051
4050
|
}
|
|
4052
4051
|
},
|
|
4053
4052
|
"node_modules/@expo/ws-tunnel": {
|
|
4054
|
-
"version": "
|
|
4055
|
-
"integrity": "sha512-
|
|
4053
|
+
"version": "2.0.0",
|
|
4054
|
+
"integrity": "sha512-j+JfTRdCk820J9dU0sA2SqshQIKFOMo7ED84w9MJFcebfbNQgsLztEY/SABDkGnjatrW4xGqnUhVRxSBVyCkXw==",
|
|
4056
4055
|
"license": "MIT",
|
|
4057
|
-
"peer": true
|
|
4056
|
+
"peer": true,
|
|
4057
|
+
"peerDependencies": {
|
|
4058
|
+
"ws": "^8.0.0"
|
|
4059
|
+
}
|
|
4058
4060
|
},
|
|
4059
4061
|
"node_modules/@expo/xcpretty": {
|
|
4060
4062
|
"version": "4.4.4",
|
|
@@ -4710,8 +4712,8 @@
|
|
|
4710
4712
|
}
|
|
4711
4713
|
},
|
|
4712
4714
|
"node_modules/@jest/reporters/node_modules/semver": {
|
|
4713
|
-
"version": "7.8.
|
|
4714
|
-
"integrity": "sha512-
|
|
4715
|
+
"version": "7.8.5",
|
|
4716
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
4715
4717
|
"dev": true,
|
|
4716
4718
|
"license": "ISC",
|
|
4717
4719
|
"bin": {
|
|
@@ -4981,84 +4983,6 @@
|
|
|
4981
4983
|
"node": ">=10.0.0"
|
|
4982
4984
|
}
|
|
4983
4985
|
},
|
|
4984
|
-
"node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": {
|
|
4985
|
-
"version": "3.0.4",
|
|
4986
|
-
"integrity": "sha512-LCkGo6JDfaBhgST7UpPWgNgLINpcpabaHfyz5OBx75nUYxBsaEPxjnyNjWpeb/xBup/682QnBfRBy2/LvPutZQ==",
|
|
4987
|
-
"cpu": [
|
|
4988
|
-
"arm64"
|
|
4989
|
-
],
|
|
4990
|
-
"license": "MIT",
|
|
4991
|
-
"optional": true,
|
|
4992
|
-
"os": [
|
|
4993
|
-
"darwin"
|
|
4994
|
-
],
|
|
4995
|
-
"peer": true
|
|
4996
|
-
},
|
|
4997
|
-
"node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": {
|
|
4998
|
-
"version": "3.0.4",
|
|
4999
|
-
"integrity": "sha512-zExlW9zUJKZH/tOtVMttwjKa4Xm/3KcNjnE3dPN92uCktwavMxpgCA3MoJK/DOnTWsQgo224OaST27/mPNAf+w==",
|
|
5000
|
-
"cpu": [
|
|
5001
|
-
"x64"
|
|
5002
|
-
],
|
|
5003
|
-
"license": "MIT",
|
|
5004
|
-
"optional": true,
|
|
5005
|
-
"os": [
|
|
5006
|
-
"darwin"
|
|
5007
|
-
],
|
|
5008
|
-
"peer": true
|
|
5009
|
-
},
|
|
5010
|
-
"node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": {
|
|
5011
|
-
"version": "3.0.4",
|
|
5012
|
-
"integrity": "sha512-Tg3yX65f5GbtXLkrYEHE5oibZG9epyYWas7FogTTEJeDEF9JlXJzKgXaNhT3UXlTOeA+AfZpYZYZ0uPj7Cfquw==",
|
|
5013
|
-
"cpu": [
|
|
5014
|
-
"arm"
|
|
5015
|
-
],
|
|
5016
|
-
"license": "MIT",
|
|
5017
|
-
"optional": true,
|
|
5018
|
-
"os": [
|
|
5019
|
-
"linux"
|
|
5020
|
-
],
|
|
5021
|
-
"peer": true
|
|
5022
|
-
},
|
|
5023
|
-
"node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": {
|
|
5024
|
-
"version": "3.0.4",
|
|
5025
|
-
"integrity": "sha512-dgX0P/9wGPJeHFBG+ZmhgE6bmtMt7NP5CRBGyyktpopdk/mW4POnrpQsSLtKI1dwpc+pPLuXHDh6vvskyQE/sw==",
|
|
5026
|
-
"cpu": [
|
|
5027
|
-
"arm64"
|
|
5028
|
-
],
|
|
5029
|
-
"license": "MIT",
|
|
5030
|
-
"optional": true,
|
|
5031
|
-
"os": [
|
|
5032
|
-
"linux"
|
|
5033
|
-
],
|
|
5034
|
-
"peer": true
|
|
5035
|
-
},
|
|
5036
|
-
"node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": {
|
|
5037
|
-
"version": "3.0.4",
|
|
5038
|
-
"integrity": "sha512-8TNXMEjJc3QEy7R/x1INhgiU+XakDAFUzBhaz7+Rbrs8NH5UQeHQxxmzsSBJGyV6I1jW79undiQm8tOI+D+8FQ==",
|
|
5039
|
-
"cpu": [
|
|
5040
|
-
"x64"
|
|
5041
|
-
],
|
|
5042
|
-
"license": "MIT",
|
|
5043
|
-
"optional": true,
|
|
5044
|
-
"os": [
|
|
5045
|
-
"linux"
|
|
5046
|
-
],
|
|
5047
|
-
"peer": true
|
|
5048
|
-
},
|
|
5049
|
-
"node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": {
|
|
5050
|
-
"version": "3.0.4",
|
|
5051
|
-
"integrity": "sha512-CmCXPQrkbwExx3j946/PtHWHbYJiCRBRDl4BlkRQcJB/YOwQxJRTpoo7aTsortjgoJ1x7opzTSxn7C+ASSLVjQ==",
|
|
5052
|
-
"cpu": [
|
|
5053
|
-
"x64"
|
|
5054
|
-
],
|
|
5055
|
-
"license": "MIT",
|
|
5056
|
-
"optional": true,
|
|
5057
|
-
"os": [
|
|
5058
|
-
"win32"
|
|
5059
|
-
],
|
|
5060
|
-
"peer": true
|
|
5061
|
-
},
|
|
5062
4986
|
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
|
|
5063
4987
|
"version": "5.1.1-v1",
|
|
5064
4988
|
"integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
|
|
@@ -5382,8 +5306,8 @@
|
|
|
5382
5306
|
}
|
|
5383
5307
|
},
|
|
5384
5308
|
"node_modules/@react-native-community/eslint-config/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
|
|
5385
|
-
"version": "7.8.
|
|
5386
|
-
"integrity": "sha512-
|
|
5309
|
+
"version": "7.8.5",
|
|
5310
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
5387
5311
|
"dev": true,
|
|
5388
5312
|
"license": "ISC",
|
|
5389
5313
|
"bin": {
|
|
@@ -5500,8 +5424,8 @@
|
|
|
5500
5424
|
}
|
|
5501
5425
|
},
|
|
5502
5426
|
"node_modules/@react-native-community/eslint-config/node_modules/eslint-plugin-jest/node_modules/semver": {
|
|
5503
|
-
"version": "7.8.
|
|
5504
|
-
"integrity": "sha512-
|
|
5427
|
+
"version": "7.8.5",
|
|
5428
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
5505
5429
|
"dev": true,
|
|
5506
5430
|
"license": "ISC",
|
|
5507
5431
|
"bin": {
|
|
@@ -5705,8 +5629,8 @@
|
|
|
5705
5629
|
}
|
|
5706
5630
|
},
|
|
5707
5631
|
"node_modules/@react-native/codegen/node_modules/yargs": {
|
|
5708
|
-
"version": "17.7.
|
|
5709
|
-
"integrity": "sha512-
|
|
5632
|
+
"version": "17.7.3",
|
|
5633
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
5710
5634
|
"license": "MIT",
|
|
5711
5635
|
"peer": true,
|
|
5712
5636
|
"dependencies": {
|
|
@@ -6100,8 +6024,8 @@
|
|
|
6100
6024
|
}
|
|
6101
6025
|
},
|
|
6102
6026
|
"node_modules/@react-native/community-cli-plugin/node_modules/semver": {
|
|
6103
|
-
"version": "7.8.
|
|
6104
|
-
"integrity": "sha512-
|
|
6027
|
+
"version": "7.8.5",
|
|
6028
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
6105
6029
|
"license": "ISC",
|
|
6106
6030
|
"bin": {
|
|
6107
6031
|
"semver": "bin/semver.js"
|
|
@@ -6139,8 +6063,8 @@
|
|
|
6139
6063
|
}
|
|
6140
6064
|
},
|
|
6141
6065
|
"node_modules/@react-native/community-cli-plugin/node_modules/yargs": {
|
|
6142
|
-
"version": "17.7.
|
|
6143
|
-
"integrity": "sha512-
|
|
6066
|
+
"version": "17.7.3",
|
|
6067
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
6144
6068
|
"license": "MIT",
|
|
6145
6069
|
"dependencies": {
|
|
6146
6070
|
"cliui": "^8.0.1",
|
|
@@ -6236,11 +6160,11 @@
|
|
|
6236
6160
|
"license": "MIT"
|
|
6237
6161
|
},
|
|
6238
6162
|
"node_modules/@react-navigation/core": {
|
|
6239
|
-
"version": "7.
|
|
6240
|
-
"integrity": "sha512-
|
|
6163
|
+
"version": "7.21.2",
|
|
6164
|
+
"integrity": "sha512-EsJhQnsL5NuIhXsWF7URijS5hd2AaJUREdq1fOIowlyNNQBA3jCnkGU0DkW7+eI40cQ+GXH8DQw+ci7TefLIxQ==",
|
|
6241
6165
|
"license": "MIT",
|
|
6242
6166
|
"dependencies": {
|
|
6243
|
-
"@react-navigation/routers": "^7.
|
|
6167
|
+
"@react-navigation/routers": "^7.6.0",
|
|
6244
6168
|
"escape-string-regexp": "^4.0.0",
|
|
6245
6169
|
"fast-deep-equal": "^3.1.3",
|
|
6246
6170
|
"nanoid": "^3.3.11",
|
|
@@ -6274,8 +6198,8 @@
|
|
|
6274
6198
|
}
|
|
6275
6199
|
},
|
|
6276
6200
|
"node_modules/@react-navigation/drawer/node_modules/@react-navigation/elements": {
|
|
6277
|
-
"version": "2.9.
|
|
6278
|
-
"integrity": "sha512-
|
|
6201
|
+
"version": "2.9.26",
|
|
6202
|
+
"integrity": "sha512-EaHSJf42MjnH5VFL+KZfQIyqJvdQWK9Z27J7WUSuIVX5NXlR925sPmhWf540DX9gD1ny8BfUGPZAuw/PO4tK2w==",
|
|
6279
6203
|
"license": "MIT",
|
|
6280
6204
|
"dependencies": {
|
|
6281
6205
|
"color": "^4.2.3",
|
|
@@ -6284,7 +6208,7 @@
|
|
|
6284
6208
|
},
|
|
6285
6209
|
"peerDependencies": {
|
|
6286
6210
|
"@react-native-masked-view/masked-view": ">= 0.2.0",
|
|
6287
|
-
"@react-navigation/native": "^7.3.
|
|
6211
|
+
"@react-navigation/native": "^7.3.4",
|
|
6288
6212
|
"react": ">= 18.2.0",
|
|
6289
6213
|
"react-native": "*",
|
|
6290
6214
|
"react-native-safe-area-context": ">= 4.0.0"
|
|
@@ -6312,8 +6236,8 @@
|
|
|
6312
6236
|
}
|
|
6313
6237
|
},
|
|
6314
6238
|
"node_modules/@react-navigation/routers": {
|
|
6315
|
-
"version": "7.
|
|
6316
|
-
"integrity": "sha512-
|
|
6239
|
+
"version": "7.6.0",
|
|
6240
|
+
"integrity": "sha512-lblhDXfS75jLc7G2K7BZGM+7cjqQXk13X/MA4fq/12r62zM+fBhhreLzYflSitrDDXFRJpSvJXy0ziiGU04Xow==",
|
|
6317
6241
|
"license": "MIT",
|
|
6318
6242
|
"dependencies": {
|
|
6319
6243
|
"nanoid": "^3.3.11"
|
|
@@ -6337,8 +6261,8 @@
|
|
|
6337
6261
|
}
|
|
6338
6262
|
},
|
|
6339
6263
|
"node_modules/@react-navigation/stack/node_modules/@react-navigation/elements": {
|
|
6340
|
-
"version": "2.9.
|
|
6341
|
-
"integrity": "sha512-
|
|
6264
|
+
"version": "2.9.26",
|
|
6265
|
+
"integrity": "sha512-EaHSJf42MjnH5VFL+KZfQIyqJvdQWK9Z27J7WUSuIVX5NXlR925sPmhWf540DX9gD1ny8BfUGPZAuw/PO4tK2w==",
|
|
6342
6266
|
"license": "MIT",
|
|
6343
6267
|
"dependencies": {
|
|
6344
6268
|
"color": "^4.2.3",
|
|
@@ -6347,7 +6271,7 @@
|
|
|
6347
6271
|
},
|
|
6348
6272
|
"peerDependencies": {
|
|
6349
6273
|
"@react-native-masked-view/masked-view": ">= 0.2.0",
|
|
6350
|
-
"@react-navigation/native": "^7.3.
|
|
6274
|
+
"@react-navigation/native": "^7.3.4",
|
|
6351
6275
|
"react": ">= 18.2.0",
|
|
6352
6276
|
"react-native": "*",
|
|
6353
6277
|
"react-native-safe-area-context": ">= 4.0.0"
|
|
@@ -6803,11 +6727,11 @@
|
|
|
6803
6727
|
"license": "MIT"
|
|
6804
6728
|
},
|
|
6805
6729
|
"node_modules/@types/node": {
|
|
6806
|
-
"version": "
|
|
6807
|
-
"integrity": "sha512-
|
|
6730
|
+
"version": "26.0.0",
|
|
6731
|
+
"integrity": "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==",
|
|
6808
6732
|
"license": "MIT",
|
|
6809
6733
|
"dependencies": {
|
|
6810
|
-
"undici-types": "
|
|
6734
|
+
"undici-types": "~8.3.0"
|
|
6811
6735
|
}
|
|
6812
6736
|
},
|
|
6813
6737
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -6972,8 +6896,8 @@
|
|
|
6972
6896
|
}
|
|
6973
6897
|
},
|
|
6974
6898
|
"node_modules/@typescript-eslint/type-utils/node_modules/semver": {
|
|
6975
|
-
"version": "7.8.
|
|
6976
|
-
"integrity": "sha512-
|
|
6899
|
+
"version": "7.8.5",
|
|
6900
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
6977
6901
|
"dev": true,
|
|
6978
6902
|
"license": "ISC",
|
|
6979
6903
|
"bin": {
|
|
@@ -7024,8 +6948,8 @@
|
|
|
7024
6948
|
}
|
|
7025
6949
|
},
|
|
7026
6950
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
7027
|
-
"version": "7.8.
|
|
7028
|
-
"integrity": "sha512-
|
|
6951
|
+
"version": "7.8.5",
|
|
6952
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
7029
6953
|
"dev": true,
|
|
7030
6954
|
"license": "ISC",
|
|
7031
6955
|
"bin": {
|
|
@@ -7065,23 +6989,28 @@
|
|
|
7065
6989
|
}
|
|
7066
6990
|
},
|
|
7067
6991
|
"node_modules/@ungap/structured-clone": {
|
|
7068
|
-
"version": "1.3.
|
|
7069
|
-
"integrity": "sha512-
|
|
6992
|
+
"version": "1.3.2",
|
|
6993
|
+
"integrity": "sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA==",
|
|
7070
6994
|
"license": "ISC",
|
|
7071
6995
|
"peer": true
|
|
7072
6996
|
},
|
|
7073
6997
|
"node_modules/@wavemaker/variables": {
|
|
7074
|
-
"version": "11.14.1-
|
|
7075
|
-
"integrity": "sha512-
|
|
6998
|
+
"version": "11.14.1-23.647643",
|
|
6999
|
+
"integrity": "sha512-d+6n3Hwpp1K9x6vQqWnqe91bcCauUYLbtFAtG2DYHzBttEnS/hBxJLhFGV3xb5im9LKZsWVwsWQxxOZwaWNN9g==",
|
|
7076
7000
|
"license": "ISC",
|
|
7077
7001
|
"dependencies": {
|
|
7078
7002
|
"@metrichor/jmespath": "^0.3.1",
|
|
7079
7003
|
"he": "^1.2.0",
|
|
7080
|
-
"lodash-es": "
|
|
7004
|
+
"lodash-es": "4.18.1",
|
|
7081
7005
|
"moment": "^2.29.4",
|
|
7082
7006
|
"x2js": "^3.4.3"
|
|
7083
7007
|
}
|
|
7084
7008
|
},
|
|
7009
|
+
"node_modules/@wavemaker/variables/node_modules/lodash-es": {
|
|
7010
|
+
"version": "4.18.1",
|
|
7011
|
+
"integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
|
|
7012
|
+
"license": "MIT"
|
|
7013
|
+
},
|
|
7085
7014
|
"node_modules/@webassemblyjs/ast": {
|
|
7086
7015
|
"version": "1.14.1",
|
|
7087
7016
|
"integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==",
|
|
@@ -7319,8 +7248,8 @@
|
|
|
7319
7248
|
}
|
|
7320
7249
|
},
|
|
7321
7250
|
"node_modules/acorn": {
|
|
7322
|
-
"version": "8.
|
|
7323
|
-
"integrity": "sha512-
|
|
7251
|
+
"version": "8.17.0",
|
|
7252
|
+
"integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
|
|
7324
7253
|
"license": "MIT",
|
|
7325
7254
|
"bin": {
|
|
7326
7255
|
"acorn": "bin/acorn"
|
|
@@ -8731,8 +8660,8 @@
|
|
|
8731
8660
|
}
|
|
8732
8661
|
},
|
|
8733
8662
|
"node_modules/babel-preset-expo": {
|
|
8734
|
-
"version": "56.0.
|
|
8735
|
-
"integrity": "sha512
|
|
8663
|
+
"version": "56.0.15",
|
|
8664
|
+
"integrity": "sha512-0MqbQoM6nBUbKvgu2xJ4VixZnUTGTq3HB2WwvOikdO4CiPxbQ+wGA25fOoHHSni5iEFW39wy6y1ookTWlq3wVw==",
|
|
8736
8665
|
"license": "MIT",
|
|
8737
8666
|
"peer": true,
|
|
8738
8667
|
"dependencies": {
|
|
@@ -8782,7 +8711,7 @@
|
|
|
8782
8711
|
"peerDependencies": {
|
|
8783
8712
|
"@babel/runtime": "^7.20.0",
|
|
8784
8713
|
"expo": "*",
|
|
8785
|
-
"expo-widgets": "^56.0.
|
|
8714
|
+
"expo-widgets": "^56.0.18",
|
|
8786
8715
|
"react-refresh": ">=0.14.0 <1.0.0"
|
|
8787
8716
|
},
|
|
8788
8717
|
"peerDependenciesMeta": {
|
|
@@ -8992,8 +8921,8 @@
|
|
|
8992
8921
|
"license": "MIT"
|
|
8993
8922
|
},
|
|
8994
8923
|
"node_modules/baseline-browser-mapping": {
|
|
8995
|
-
"version": "2.10.
|
|
8996
|
-
"integrity": "sha512-
|
|
8924
|
+
"version": "2.10.38",
|
|
8925
|
+
"integrity": "sha512-31/02mVB4yuQU6adKk5SlY6m+mxDwUq5KZkyYgnLrrKl7TEm1+3PyDtDBz2kOv/wxZz41GHsvV1A/u6RmiyBvw==",
|
|
8997
8926
|
"license": "Apache-2.0",
|
|
8998
8927
|
"bin": {
|
|
8999
8928
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -9138,8 +9067,8 @@
|
|
|
9138
9067
|
}
|
|
9139
9068
|
},
|
|
9140
9069
|
"node_modules/browserslist": {
|
|
9141
|
-
"version": "4.28.
|
|
9142
|
-
"integrity": "sha512-
|
|
9070
|
+
"version": "4.28.4",
|
|
9071
|
+
"integrity": "sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==",
|
|
9143
9072
|
"funding": [
|
|
9144
9073
|
{
|
|
9145
9074
|
"type": "opencollective",
|
|
@@ -9156,10 +9085,10 @@
|
|
|
9156
9085
|
],
|
|
9157
9086
|
"license": "MIT",
|
|
9158
9087
|
"dependencies": {
|
|
9159
|
-
"baseline-browser-mapping": "^2.10.
|
|
9160
|
-
"caniuse-lite": "^1.0.
|
|
9161
|
-
"electron-to-chromium": "^1.5.
|
|
9162
|
-
"node-releases": "^2.0.
|
|
9088
|
+
"baseline-browser-mapping": "^2.10.38",
|
|
9089
|
+
"caniuse-lite": "^1.0.30001799",
|
|
9090
|
+
"electron-to-chromium": "^1.5.376",
|
|
9091
|
+
"node-releases": "^2.0.48",
|
|
9163
9092
|
"update-browserslist-db": "^1.2.3"
|
|
9164
9093
|
},
|
|
9165
9094
|
"bin": {
|
|
@@ -9314,8 +9243,8 @@
|
|
|
9314
9243
|
}
|
|
9315
9244
|
},
|
|
9316
9245
|
"node_modules/caniuse-lite": {
|
|
9317
|
-
"version": "1.0.
|
|
9318
|
-
"integrity": "sha512-
|
|
9246
|
+
"version": "1.0.30001799",
|
|
9247
|
+
"integrity": "sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==",
|
|
9319
9248
|
"funding": [
|
|
9320
9249
|
{
|
|
9321
9250
|
"type": "opencollective",
|
|
@@ -11100,8 +11029,8 @@
|
|
|
11100
11029
|
"license": "MIT"
|
|
11101
11030
|
},
|
|
11102
11031
|
"node_modules/dnssd-advertise": {
|
|
11103
|
-
"version": "1.1.
|
|
11104
|
-
"integrity": "sha512-
|
|
11032
|
+
"version": "1.1.6",
|
|
11033
|
+
"integrity": "sha512-Ndrrf6BMPalkQPd/zubL+4YghH2J9NspapQ09uDXwYbvOPkP0oaqf5CkcwJ0b50kS2O3ul6yVu+jz+RY62Cejg==",
|
|
11105
11034
|
"license": "MIT",
|
|
11106
11035
|
"peer": true
|
|
11107
11036
|
},
|
|
@@ -11229,8 +11158,8 @@
|
|
|
11229
11158
|
"license": "MIT"
|
|
11230
11159
|
},
|
|
11231
11160
|
"node_modules/electron-to-chromium": {
|
|
11232
|
-
"version": "1.5.
|
|
11233
|
-
"integrity": "sha512-
|
|
11161
|
+
"version": "1.5.378",
|
|
11162
|
+
"integrity": "sha512-VinvOAuuPmdD1guEgGv5f2Qp7/vlfqOrUOMYNnOD4wj3pit8kRsQHzfIf6teyUGWo15Tg5+bOJaRunvyltpVWQ==",
|
|
11234
11163
|
"license": "ISC"
|
|
11235
11164
|
},
|
|
11236
11165
|
"node_modules/emittery": {
|
|
@@ -11281,8 +11210,8 @@
|
|
|
11281
11210
|
}
|
|
11282
11211
|
},
|
|
11283
11212
|
"node_modules/enhanced-resolve": {
|
|
11284
|
-
"version": "5.
|
|
11285
|
-
"integrity": "sha512-
|
|
11213
|
+
"version": "5.24.0",
|
|
11214
|
+
"integrity": "sha512-SkE2t82KlkkxQRVMVLAGKxLfORGQfrkx5dkj+vlgXRVNEdPc4eZcR+J/Fvj8C+yKSFH5L0q3NFlyufOVQnCcYQ==",
|
|
11286
11215
|
"dev": true,
|
|
11287
11216
|
"license": "MIT",
|
|
11288
11217
|
"peer": true,
|
|
@@ -11445,6 +11374,24 @@
|
|
|
11445
11374
|
"url": "https://github.com/sponsors/ljharb"
|
|
11446
11375
|
}
|
|
11447
11376
|
},
|
|
11377
|
+
"node_modules/es-abstract-get": {
|
|
11378
|
+
"version": "1.0.0",
|
|
11379
|
+
"integrity": "sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==",
|
|
11380
|
+
"dev": true,
|
|
11381
|
+
"license": "MIT",
|
|
11382
|
+
"dependencies": {
|
|
11383
|
+
"es-errors": "^1.3.0",
|
|
11384
|
+
"es-object-atoms": "^1.1.2",
|
|
11385
|
+
"is-callable": "^1.2.7",
|
|
11386
|
+
"object-inspect": "^1.13.4"
|
|
11387
|
+
},
|
|
11388
|
+
"engines": {
|
|
11389
|
+
"node": ">= 0.4"
|
|
11390
|
+
},
|
|
11391
|
+
"funding": {
|
|
11392
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
11393
|
+
}
|
|
11394
|
+
},
|
|
11448
11395
|
"node_modules/es-array-method-boxes-properly": {
|
|
11449
11396
|
"version": "1.0.0",
|
|
11450
11397
|
"integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==",
|
|
@@ -11468,8 +11415,8 @@
|
|
|
11468
11415
|
}
|
|
11469
11416
|
},
|
|
11470
11417
|
"node_modules/es-iterator-helpers": {
|
|
11471
|
-
"version": "1.3.
|
|
11472
|
-
"integrity": "sha512-
|
|
11418
|
+
"version": "1.3.3",
|
|
11419
|
+
"integrity": "sha512-0PuBxFi+4uPanB97iDxCLWuHeYud2FALrw5HFZGtAF38UpJDbDC8frwp2cnDyae692CQ0dou60UwWfhgsa4U/g==",
|
|
11473
11420
|
"dev": true,
|
|
11474
11421
|
"license": "MIT",
|
|
11475
11422
|
"dependencies": {
|
|
@@ -11539,14 +11486,16 @@
|
|
|
11539
11486
|
}
|
|
11540
11487
|
},
|
|
11541
11488
|
"node_modules/es-to-primitive": {
|
|
11542
|
-
"version": "1.3.
|
|
11543
|
-
"integrity": "sha512-
|
|
11489
|
+
"version": "1.3.1",
|
|
11490
|
+
"integrity": "sha512-CxN9N56HYfd2m/acc/NOFrZQsN9kU4eh+2kk6A707Kz1krH8tKmfrs5RnftB8WNX80T0NS7vSQsDOlg23diR2g==",
|
|
11544
11491
|
"dev": true,
|
|
11545
11492
|
"license": "MIT",
|
|
11546
11493
|
"dependencies": {
|
|
11494
|
+
"es-abstract-get": "^1.0.0",
|
|
11495
|
+
"es-errors": "^1.3.0",
|
|
11547
11496
|
"is-callable": "^1.2.7",
|
|
11548
|
-
"is-date-object": "^1.0
|
|
11549
|
-
"is-symbol": "^1.
|
|
11497
|
+
"is-date-object": "^1.1.0",
|
|
11498
|
+
"is-symbol": "^1.1.1"
|
|
11550
11499
|
},
|
|
11551
11500
|
"engines": {
|
|
11552
11501
|
"node": ">= 0.4"
|
|
@@ -12120,31 +12069,31 @@
|
|
|
12120
12069
|
}
|
|
12121
12070
|
},
|
|
12122
12071
|
"node_modules/expo": {
|
|
12123
|
-
"version": "56.0.
|
|
12124
|
-
"integrity": "sha512-
|
|
12072
|
+
"version": "56.0.12",
|
|
12073
|
+
"integrity": "sha512-FxgdI/Yqva6iJOThZIHfvxlKPxs4EC4uScUnEswwSArR/Fj9k430O13R590LcOQTsdNsjIs+GBHwjfoAY6vmAQ==",
|
|
12125
12074
|
"license": "MIT",
|
|
12126
12075
|
"peer": true,
|
|
12127
12076
|
"dependencies": {
|
|
12128
12077
|
"@babel/runtime": "^7.20.0",
|
|
12129
|
-
"@expo/cli": "^56.1.
|
|
12078
|
+
"@expo/cli": "^56.1.16",
|
|
12130
12079
|
"@expo/config": "~56.0.9",
|
|
12131
|
-
"@expo/config-plugins": "~56.0.
|
|
12080
|
+
"@expo/config-plugins": "~56.0.9",
|
|
12132
12081
|
"@expo/devtools": "~56.0.2",
|
|
12133
12082
|
"@expo/dom-webview": "~56.0.5",
|
|
12134
12083
|
"@expo/fingerprint": "^0.19.4",
|
|
12135
12084
|
"@expo/local-build-cache-provider": "^56.0.8",
|
|
12136
|
-
"@expo/log-box": "^56.0.
|
|
12085
|
+
"@expo/log-box": "^56.0.13",
|
|
12137
12086
|
"@expo/metro": "~56.0.0",
|
|
12138
|
-
"@expo/metro-config": "~56.0.
|
|
12087
|
+
"@expo/metro-config": "~56.0.14",
|
|
12139
12088
|
"@ungap/structured-clone": "^1.3.0",
|
|
12140
|
-
"babel-preset-expo": "~56.0.
|
|
12141
|
-
"expo-asset": "~56.0.
|
|
12142
|
-
"expo-constants": "~56.0.
|
|
12143
|
-
"expo-file-system": "~56.0.
|
|
12144
|
-
"expo-font": "~56.0.
|
|
12089
|
+
"babel-preset-expo": "~56.0.15",
|
|
12090
|
+
"expo-asset": "~56.0.17",
|
|
12091
|
+
"expo-constants": "~56.0.18",
|
|
12092
|
+
"expo-file-system": "~56.0.8",
|
|
12093
|
+
"expo-font": "~56.0.7",
|
|
12145
12094
|
"expo-keep-awake": "~56.0.3",
|
|
12146
|
-
"expo-modules-autolinking": "~56.0.
|
|
12147
|
-
"expo-modules-core": "~56.0.
|
|
12095
|
+
"expo-modules-autolinking": "~56.0.16",
|
|
12096
|
+
"expo-modules-core": "~56.0.17",
|
|
12148
12097
|
"pretty-format": "^29.7.0",
|
|
12149
12098
|
"react-refresh": "^0.14.2",
|
|
12150
12099
|
"whatwg-url-minimum": "^0.1.2"
|
|
@@ -12190,13 +12139,13 @@
|
|
|
12190
12139
|
}
|
|
12191
12140
|
},
|
|
12192
12141
|
"node_modules/expo-asset": {
|
|
12193
|
-
"version": "56.0.
|
|
12194
|
-
"integrity": "sha512-
|
|
12142
|
+
"version": "56.0.17",
|
|
12143
|
+
"integrity": "sha512-GFN5j+8SPkyv0nfsiFHewmdB/D0tL237TsBE/gSfFOFy/J3a52py7IulcSqkA3sQE/u/UlD5BmvP5ssS4//nUg==",
|
|
12195
12144
|
"license": "MIT",
|
|
12196
12145
|
"peer": true,
|
|
12197
12146
|
"dependencies": {
|
|
12198
12147
|
"@expo/image-utils": "^0.10.1",
|
|
12199
|
-
"expo-constants": "~56.0.
|
|
12148
|
+
"expo-constants": "~56.0.18"
|
|
12200
12149
|
},
|
|
12201
12150
|
"peerDependencies": {
|
|
12202
12151
|
"expo": "*",
|
|
@@ -12272,8 +12221,8 @@
|
|
|
12272
12221
|
}
|
|
12273
12222
|
},
|
|
12274
12223
|
"node_modules/expo-constants": {
|
|
12275
|
-
"version": "56.0.
|
|
12276
|
-
"integrity": "sha512-
|
|
12224
|
+
"version": "56.0.18",
|
|
12225
|
+
"integrity": "sha512-8AMtbDGl/WVPnWlmbpGmvcdnNCy9E4PFnwdVwj600vljkMDPSxcAcjw8GVXEPk3PpZ+ngTqsrkltWyj0UKYAxw==",
|
|
12277
12226
|
"license": "MIT",
|
|
12278
12227
|
"peer": true,
|
|
12279
12228
|
"dependencies": {
|
|
@@ -12385,8 +12334,8 @@
|
|
|
12385
12334
|
}
|
|
12386
12335
|
},
|
|
12387
12336
|
"node_modules/expo-modules-autolinking": {
|
|
12388
|
-
"version": "56.0.
|
|
12389
|
-
"integrity": "sha512-
|
|
12337
|
+
"version": "56.0.16",
|
|
12338
|
+
"integrity": "sha512-9JnL4N46P8ubDpDIfWolDn7nxU2j1rY67xY/dNVuyH0m+HG+r/JI16VYtjIf4COpZtEuFo4D3h3MBeFzGucMnw==",
|
|
12390
12339
|
"license": "MIT",
|
|
12391
12340
|
"peer": true,
|
|
12392
12341
|
"dependencies": {
|
|
@@ -12461,8 +12410,8 @@
|
|
|
12461
12410
|
}
|
|
12462
12411
|
},
|
|
12463
12412
|
"node_modules/expo-modules-jsi": {
|
|
12464
|
-
"version": "56.0.
|
|
12465
|
-
"integrity": "sha512-
|
|
12413
|
+
"version": "56.0.10",
|
|
12414
|
+
"integrity": "sha512-fHZcFpYO/o62GYa6fJyAQJZcAShzhoN0iMMDzbr7vD3ewET6e1vAlTonbEakN9F0VHEgBFJ4NREy87uwVcpCuA==",
|
|
12466
12415
|
"license": "MIT",
|
|
12467
12416
|
"peer": true,
|
|
12468
12417
|
"peerDependencies": {
|
|
@@ -12561,32 +12510,32 @@
|
|
|
12561
12510
|
}
|
|
12562
12511
|
},
|
|
12563
12512
|
"node_modules/expo/node_modules/@expo/cli": {
|
|
12564
|
-
"version": "56.1.
|
|
12565
|
-
"integrity": "sha512-
|
|
12513
|
+
"version": "56.1.16",
|
|
12514
|
+
"integrity": "sha512-VBQn0mqAwc67b9Cn0RVXyeodghomAx5xGRhA/bXaQzuxDjMQk0zIOb6pXMZX7yiIwJW66UZt/zQiJNSv6aWJYw==",
|
|
12566
12515
|
"license": "MIT",
|
|
12567
12516
|
"peer": true,
|
|
12568
12517
|
"dependencies": {
|
|
12569
12518
|
"@expo/code-signing-certificates": "^0.0.6",
|
|
12570
12519
|
"@expo/config": "~56.0.9",
|
|
12571
|
-
"@expo/config-plugins": "~56.0.
|
|
12520
|
+
"@expo/config-plugins": "~56.0.9",
|
|
12572
12521
|
"@expo/devcert": "^1.2.1",
|
|
12573
12522
|
"@expo/env": "~2.3.0",
|
|
12574
12523
|
"@expo/image-utils": "^0.10.1",
|
|
12575
|
-
"@expo/inline-modules": "^0.0.
|
|
12524
|
+
"@expo/inline-modules": "^0.0.12",
|
|
12576
12525
|
"@expo/json-file": "^10.2.0",
|
|
12577
|
-
"@expo/log-box": "^56.0.
|
|
12526
|
+
"@expo/log-box": "^56.0.13",
|
|
12578
12527
|
"@expo/metro": "~56.0.0",
|
|
12579
|
-
"@expo/metro-config": "~56.0.
|
|
12528
|
+
"@expo/metro-config": "~56.0.14",
|
|
12580
12529
|
"@expo/metro-file-map": "^56.0.3",
|
|
12581
12530
|
"@expo/osascript": "^2.6.0",
|
|
12582
12531
|
"@expo/package-manager": "^1.12.1",
|
|
12583
12532
|
"@expo/plist": "^0.7.0",
|
|
12584
|
-
"@expo/prebuild-config": "^56.0.
|
|
12533
|
+
"@expo/prebuild-config": "^56.0.16",
|
|
12585
12534
|
"@expo/require-utils": "^56.1.3",
|
|
12586
|
-
"@expo/router-server": "^56.0.
|
|
12535
|
+
"@expo/router-server": "^56.0.14",
|
|
12587
12536
|
"@expo/schema-utils": "^56.0.0",
|
|
12588
12537
|
"@expo/spawn-async": "^1.8.0",
|
|
12589
|
-
"@expo/ws-tunnel": "^
|
|
12538
|
+
"@expo/ws-tunnel": "^2.0.0",
|
|
12590
12539
|
"@expo/xcpretty": "^4.4.4",
|
|
12591
12540
|
"@react-native/dev-middleware": "0.85.3",
|
|
12592
12541
|
"accepts": "^1.3.8",
|
|
@@ -12642,18 +12591,18 @@
|
|
|
12642
12591
|
}
|
|
12643
12592
|
},
|
|
12644
12593
|
"node_modules/expo/node_modules/@expo/cli/node_modules/@expo/router-server": {
|
|
12645
|
-
"version": "56.0.
|
|
12646
|
-
"integrity": "sha512-
|
|
12594
|
+
"version": "56.0.14",
|
|
12595
|
+
"integrity": "sha512-2UCTtZfcq1ZPgp3wk8/+sq9DvFI9UxrPr1jcEKMAF2DGAJLosnpc8GWNNg2hkjt6SHUOdFHIPxujWPYyho2y3A==",
|
|
12647
12596
|
"license": "MIT",
|
|
12648
12597
|
"peer": true,
|
|
12649
12598
|
"dependencies": {
|
|
12650
12599
|
"debug": "^4.3.4"
|
|
12651
12600
|
},
|
|
12652
12601
|
"peerDependencies": {
|
|
12653
|
-
"@expo/metro-runtime": "^56.0.
|
|
12602
|
+
"@expo/metro-runtime": "^56.0.15",
|
|
12654
12603
|
"expo": "*",
|
|
12655
|
-
"expo-constants": "^56.0.
|
|
12656
|
-
"expo-font": "^56.0.
|
|
12604
|
+
"expo-constants": "^56.0.18",
|
|
12605
|
+
"expo-font": "^56.0.6",
|
|
12657
12606
|
"expo-router": "*",
|
|
12658
12607
|
"expo-server": "^56.0.5",
|
|
12659
12608
|
"react": "*",
|
|
@@ -12676,19 +12625,19 @@
|
|
|
12676
12625
|
}
|
|
12677
12626
|
},
|
|
12678
12627
|
"node_modules/expo/node_modules/@expo/prebuild-config": {
|
|
12679
|
-
"version": "56.0.
|
|
12680
|
-
"integrity": "sha512-
|
|
12628
|
+
"version": "56.0.16",
|
|
12629
|
+
"integrity": "sha512-ce9ENfPWO4WUWUVQz0OaqL3KYZ7YofP8O35ncnn7CHCaKwQ7BqxcCGJbh+qvP1UjlWeNB3CjHPrXXJ3bnZwlJw==",
|
|
12681
12630
|
"license": "MIT",
|
|
12682
12631
|
"peer": true,
|
|
12683
12632
|
"dependencies": {
|
|
12684
12633
|
"@expo/config": "~56.0.9",
|
|
12685
|
-
"@expo/config-plugins": "~56.0.
|
|
12686
|
-
"@expo/config-types": "^56.0.
|
|
12634
|
+
"@expo/config-plugins": "~56.0.9",
|
|
12635
|
+
"@expo/config-types": "^56.0.6",
|
|
12687
12636
|
"@expo/image-utils": "^0.10.1",
|
|
12688
12637
|
"@expo/json-file": "^10.2.0",
|
|
12689
12638
|
"@react-native/normalize-colors": "0.85.3",
|
|
12690
12639
|
"debug": "^4.3.1",
|
|
12691
|
-
"expo-modules-autolinking": "~56.0.
|
|
12640
|
+
"expo-modules-autolinking": "~56.0.16",
|
|
12692
12641
|
"resolve-from": "^5.0.0",
|
|
12693
12642
|
"semver": "^7.6.0"
|
|
12694
12643
|
}
|
|
@@ -12849,8 +12798,8 @@
|
|
|
12849
12798
|
"peer": true
|
|
12850
12799
|
},
|
|
12851
12800
|
"node_modules/expo/node_modules/expo-file-system": {
|
|
12852
|
-
"version": "56.0.
|
|
12853
|
-
"integrity": "sha512-
|
|
12801
|
+
"version": "56.0.8",
|
|
12802
|
+
"integrity": "sha512-NrH41/8snGIBSbYicwVLB4txPdgCATd7ZYhMAGS3YJZ9GbnduhlAoV4/YCbGayjrbpE9bJb/6wegPL/zmvRMnQ==",
|
|
12854
12803
|
"license": "MIT",
|
|
12855
12804
|
"peer": true,
|
|
12856
12805
|
"peerDependencies": {
|
|
@@ -12859,8 +12808,8 @@
|
|
|
12859
12808
|
}
|
|
12860
12809
|
},
|
|
12861
12810
|
"node_modules/expo/node_modules/expo-font": {
|
|
12862
|
-
"version": "56.0.
|
|
12863
|
-
"integrity": "sha512-
|
|
12811
|
+
"version": "56.0.7",
|
|
12812
|
+
"integrity": "sha512-hpU/vRwPzsby9lPGkA4blDqLIIXYzoWnCZHr6PxvcWbY/uPObAiyhh6q+e0WYsB65SthK+PLH95jEnVag7fwEg==",
|
|
12864
12813
|
"license": "MIT",
|
|
12865
12814
|
"peer": true,
|
|
12866
12815
|
"dependencies": {
|
|
@@ -12873,13 +12822,13 @@
|
|
|
12873
12822
|
}
|
|
12874
12823
|
},
|
|
12875
12824
|
"node_modules/expo/node_modules/expo-modules-core": {
|
|
12876
|
-
"version": "56.0.
|
|
12877
|
-
"integrity": "sha512-
|
|
12825
|
+
"version": "56.0.17",
|
|
12826
|
+
"integrity": "sha512-5J8whnT7Ccp+BrFClLmpF76omBqn95VZExroTm01Dgjm4vpty1Rb7U3we+ZUceNHtRd07Lw30u7FNfDgIhEbRQ==",
|
|
12878
12827
|
"license": "MIT",
|
|
12879
12828
|
"peer": true,
|
|
12880
12829
|
"dependencies": {
|
|
12881
|
-
"@expo/expo-modules-macros-plugin": "
|
|
12882
|
-
"expo-modules-jsi": "~56.0.
|
|
12830
|
+
"@expo/expo-modules-macros-plugin": "0.2.2",
|
|
12831
|
+
"expo-modules-jsi": "~56.0.10",
|
|
12883
12832
|
"invariant": "^2.2.4"
|
|
12884
12833
|
},
|
|
12885
12834
|
"peerDependencies": {
|
|
@@ -13099,8 +13048,8 @@
|
|
|
13099
13048
|
}
|
|
13100
13049
|
},
|
|
13101
13050
|
"node_modules/expo/node_modules/semver": {
|
|
13102
|
-
"version": "7.8.
|
|
13103
|
-
"integrity": "sha512-
|
|
13051
|
+
"version": "7.8.5",
|
|
13052
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
13104
13053
|
"license": "ISC",
|
|
13105
13054
|
"peer": true,
|
|
13106
13055
|
"bin": {
|
|
@@ -13538,15 +13487,15 @@
|
|
|
13538
13487
|
}
|
|
13539
13488
|
},
|
|
13540
13489
|
"node_modules/form-data": {
|
|
13541
|
-
"version": "4.0.
|
|
13542
|
-
"integrity": "sha512-
|
|
13490
|
+
"version": "4.0.6",
|
|
13491
|
+
"integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
|
|
13543
13492
|
"license": "MIT",
|
|
13544
13493
|
"dependencies": {
|
|
13545
13494
|
"asynckit": "^0.4.0",
|
|
13546
13495
|
"combined-stream": "^1.0.8",
|
|
13547
13496
|
"es-set-tostringtag": "^2.1.0",
|
|
13548
|
-
"hasown": "^2.0.
|
|
13549
|
-
"mime-types": "^2.1.
|
|
13497
|
+
"hasown": "^2.0.4",
|
|
13498
|
+
"mime-types": "^2.1.35"
|
|
13550
13499
|
},
|
|
13551
13500
|
"engines": {
|
|
13552
13501
|
"node": ">= 6"
|
|
@@ -13632,17 +13581,20 @@
|
|
|
13632
13581
|
}
|
|
13633
13582
|
},
|
|
13634
13583
|
"node_modules/function.prototype.name": {
|
|
13635
|
-
"version": "1.
|
|
13636
|
-
"integrity": "sha512-
|
|
13584
|
+
"version": "1.2.0",
|
|
13585
|
+
"integrity": "sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==",
|
|
13637
13586
|
"dev": true,
|
|
13638
13587
|
"license": "MIT",
|
|
13639
13588
|
"dependencies": {
|
|
13640
|
-
"call-bind": "^1.0.
|
|
13641
|
-
"call-bound": "^1.0.
|
|
13642
|
-
"define-
|
|
13589
|
+
"call-bind": "^1.0.9",
|
|
13590
|
+
"call-bound": "^1.0.4",
|
|
13591
|
+
"es-define-property": "^1.0.1",
|
|
13592
|
+
"es-errors": "^1.3.0",
|
|
13643
13593
|
"functions-have-names": "^1.2.3",
|
|
13644
|
-
"
|
|
13645
|
-
"
|
|
13594
|
+
"has-property-descriptors": "^1.0.2",
|
|
13595
|
+
"hasown": "^2.0.4",
|
|
13596
|
+
"is-callable": "^1.2.7",
|
|
13597
|
+
"is-document.all": "^1.0.0"
|
|
13646
13598
|
},
|
|
13647
13599
|
"engines": {
|
|
13648
13600
|
"node": ">= 0.4"
|
|
@@ -14995,6 +14947,21 @@
|
|
|
14995
14947
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14996
14948
|
}
|
|
14997
14949
|
},
|
|
14950
|
+
"node_modules/is-document.all": {
|
|
14951
|
+
"version": "1.0.0",
|
|
14952
|
+
"integrity": "sha512-+XSoyS05OdBbhFuELhgTCpFNHkpBOJqtsZfUFFpe5QTw+9Sjbh8zitxhQkYAo6wV7e1Vb8cAPvpCk9jGam/82g==",
|
|
14953
|
+
"dev": true,
|
|
14954
|
+
"license": "MIT",
|
|
14955
|
+
"dependencies": {
|
|
14956
|
+
"call-bound": "^1.0.4"
|
|
14957
|
+
},
|
|
14958
|
+
"engines": {
|
|
14959
|
+
"node": ">= 0.4"
|
|
14960
|
+
},
|
|
14961
|
+
"funding": {
|
|
14962
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
14963
|
+
}
|
|
14964
|
+
},
|
|
14998
14965
|
"node_modules/is-extglob": {
|
|
14999
14966
|
"version": "2.1.1",
|
|
15000
14967
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
@@ -15886,8 +15853,8 @@
|
|
|
15886
15853
|
"license": "MIT"
|
|
15887
15854
|
},
|
|
15888
15855
|
"node_modules/jest-cli/node_modules/yargs": {
|
|
15889
|
-
"version": "17.7.
|
|
15890
|
-
"integrity": "sha512-
|
|
15856
|
+
"version": "17.7.3",
|
|
15857
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
15891
15858
|
"dev": true,
|
|
15892
15859
|
"license": "MIT",
|
|
15893
15860
|
"dependencies": {
|
|
@@ -16614,8 +16581,8 @@
|
|
|
16614
16581
|
"peer": true
|
|
16615
16582
|
},
|
|
16616
16583
|
"node_modules/jest-expo/node_modules/semver": {
|
|
16617
|
-
"version": "7.8.
|
|
16618
|
-
"integrity": "sha512-
|
|
16584
|
+
"version": "7.8.5",
|
|
16585
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
16619
16586
|
"dev": true,
|
|
16620
16587
|
"license": "ISC",
|
|
16621
16588
|
"bin": {
|
|
@@ -17264,8 +17231,8 @@
|
|
|
17264
17231
|
"license": "MIT"
|
|
17265
17232
|
},
|
|
17266
17233
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
17267
|
-
"version": "7.8.
|
|
17268
|
-
"integrity": "sha512-
|
|
17234
|
+
"version": "7.8.5",
|
|
17235
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
17269
17236
|
"dev": true,
|
|
17270
17237
|
"license": "ISC",
|
|
17271
17238
|
"bin": {
|
|
@@ -18604,8 +18571,8 @@
|
|
|
18604
18571
|
}
|
|
18605
18572
|
},
|
|
18606
18573
|
"node_modules/make-dir/node_modules/semver": {
|
|
18607
|
-
"version": "7.8.
|
|
18608
|
-
"integrity": "sha512-
|
|
18574
|
+
"version": "7.8.5",
|
|
18575
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
18609
18576
|
"dev": true,
|
|
18610
18577
|
"license": "ISC",
|
|
18611
18578
|
"bin": {
|
|
@@ -19274,8 +19241,8 @@
|
|
|
19274
19241
|
}
|
|
19275
19242
|
},
|
|
19276
19243
|
"node_modules/metro/node_modules/yargs": {
|
|
19277
|
-
"version": "17.7.
|
|
19278
|
-
"integrity": "sha512-
|
|
19244
|
+
"version": "17.7.3",
|
|
19245
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
19279
19246
|
"license": "MIT",
|
|
19280
19247
|
"peer": true,
|
|
19281
19248
|
"dependencies": {
|
|
@@ -19516,37 +19483,6 @@
|
|
|
19516
19483
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
19517
19484
|
"license": "MIT"
|
|
19518
19485
|
},
|
|
19519
|
-
"node_modules/msgpackr": {
|
|
19520
|
-
"version": "2.0.4",
|
|
19521
|
-
"integrity": "sha512-o1C5KRmuRt+apqMr1HuGSqWStZoRBUpEsCsl15uM9VdAF1qHLtvMOU2En747EnTyEl6c4pzPewRMFF31s1CNbA==",
|
|
19522
|
-
"license": "MIT",
|
|
19523
|
-
"peer": true,
|
|
19524
|
-
"optionalDependencies": {
|
|
19525
|
-
"msgpackr-extract": "^3.0.4"
|
|
19526
|
-
}
|
|
19527
|
-
},
|
|
19528
|
-
"node_modules/msgpackr-extract": {
|
|
19529
|
-
"version": "3.0.4",
|
|
19530
|
-
"integrity": "sha512-4kmO/MdyUIkLIvTPr8VHLil4AtoKIoniWPIEk5+CDy0xnWC84azhSFmuJ7PxZdsYtiP5kEeQsORAVIeMgxT+Hw==",
|
|
19531
|
-
"hasInstallScript": true,
|
|
19532
|
-
"license": "MIT",
|
|
19533
|
-
"optional": true,
|
|
19534
|
-
"peer": true,
|
|
19535
|
-
"dependencies": {
|
|
19536
|
-
"node-gyp-build-optional-packages": "5.2.2"
|
|
19537
|
-
},
|
|
19538
|
-
"bin": {
|
|
19539
|
-
"download-msgpackr-prebuilds": "bin/download-prebuilds.js"
|
|
19540
|
-
},
|
|
19541
|
-
"optionalDependencies": {
|
|
19542
|
-
"@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.4",
|
|
19543
|
-
"@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.4",
|
|
19544
|
-
"@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.4",
|
|
19545
|
-
"@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.4",
|
|
19546
|
-
"@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.4",
|
|
19547
|
-
"@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.4"
|
|
19548
|
-
}
|
|
19549
|
-
},
|
|
19550
19486
|
"node_modules/multitars": {
|
|
19551
19487
|
"version": "1.0.0",
|
|
19552
19488
|
"integrity": "sha512-H/J4fMLedtudftaYMOg7ajzLYgT3/rwbWVJbqr/iUgB8DQztn38ys5HOqI1CzSxx8QhXXwOOnnBvd4v3jG5+Mg==",
|
|
@@ -19571,8 +19507,8 @@
|
|
|
19571
19507
|
}
|
|
19572
19508
|
},
|
|
19573
19509
|
"node_modules/nanoid": {
|
|
19574
|
-
"version": "3.3.
|
|
19575
|
-
"integrity": "sha512-
|
|
19510
|
+
"version": "3.3.15",
|
|
19511
|
+
"integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==",
|
|
19576
19512
|
"funding": [
|
|
19577
19513
|
{
|
|
19578
19514
|
"type": "github",
|
|
@@ -19651,8 +19587,8 @@
|
|
|
19651
19587
|
"license": "MIT"
|
|
19652
19588
|
},
|
|
19653
19589
|
"node_modules/node-exports-info": {
|
|
19654
|
-
"version": "1.6.
|
|
19655
|
-
"integrity": "sha512-
|
|
19590
|
+
"version": "1.6.2",
|
|
19591
|
+
"integrity": "sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==",
|
|
19656
19592
|
"dev": true,
|
|
19657
19593
|
"license": "MIT",
|
|
19658
19594
|
"dependencies": {
|
|
@@ -19715,29 +19651,14 @@
|
|
|
19715
19651
|
"node": ">= 6.13.0"
|
|
19716
19652
|
}
|
|
19717
19653
|
},
|
|
19718
|
-
"node_modules/node-gyp-build-optional-packages": {
|
|
19719
|
-
"version": "5.2.2",
|
|
19720
|
-
"integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==",
|
|
19721
|
-
"license": "MIT",
|
|
19722
|
-
"optional": true,
|
|
19723
|
-
"peer": true,
|
|
19724
|
-
"dependencies": {
|
|
19725
|
-
"detect-libc": "^2.0.1"
|
|
19726
|
-
},
|
|
19727
|
-
"bin": {
|
|
19728
|
-
"node-gyp-build-optional-packages": "bin.js",
|
|
19729
|
-
"node-gyp-build-optional-packages-optional": "optional.js",
|
|
19730
|
-
"node-gyp-build-optional-packages-test": "build-test.js"
|
|
19731
|
-
}
|
|
19732
|
-
},
|
|
19733
19654
|
"node_modules/node-int64": {
|
|
19734
19655
|
"version": "0.4.0",
|
|
19735
19656
|
"integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
|
|
19736
19657
|
"license": "MIT"
|
|
19737
19658
|
},
|
|
19738
19659
|
"node_modules/node-releases": {
|
|
19739
|
-
"version": "2.0.
|
|
19740
|
-
"integrity": "sha512-
|
|
19660
|
+
"version": "2.0.49",
|
|
19661
|
+
"integrity": "sha512-f06bl1D+8ZDkn2oOQQKAh5/otFWqVnM1Q5oerA8Pex7UfT66Tx4IPHIqVVFKqFT3FUtaDstdgkM7yT7JWhqxfw==",
|
|
19741
19662
|
"license": "MIT",
|
|
19742
19663
|
"engines": {
|
|
19743
19664
|
"node": ">=18"
|
|
@@ -19759,8 +19680,8 @@
|
|
|
19759
19680
|
}
|
|
19760
19681
|
},
|
|
19761
19682
|
"node_modules/normalize-package-data/node_modules/semver": {
|
|
19762
|
-
"version": "7.8.
|
|
19763
|
-
"integrity": "sha512-
|
|
19683
|
+
"version": "7.8.5",
|
|
19684
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
19764
19685
|
"dev": true,
|
|
19765
19686
|
"license": "ISC",
|
|
19766
19687
|
"bin": {
|
|
@@ -19824,8 +19745,8 @@
|
|
|
19824
19745
|
"peer": true
|
|
19825
19746
|
},
|
|
19826
19747
|
"node_modules/npm-package-arg/node_modules/semver": {
|
|
19827
|
-
"version": "7.8.
|
|
19828
|
-
"integrity": "sha512-
|
|
19748
|
+
"version": "7.8.5",
|
|
19749
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
19829
19750
|
"license": "ISC",
|
|
19830
19751
|
"peer": true,
|
|
19831
19752
|
"bin": {
|
|
@@ -22069,8 +21990,8 @@
|
|
|
22069
21990
|
"license": "MIT"
|
|
22070
21991
|
},
|
|
22071
21992
|
"node_modules/react-native/node_modules/semver": {
|
|
22072
|
-
"version": "7.8.
|
|
22073
|
-
"integrity": "sha512-
|
|
21993
|
+
"version": "7.8.5",
|
|
21994
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
22074
21995
|
"license": "ISC",
|
|
22075
21996
|
"bin": {
|
|
22076
21997
|
"semver": "bin/semver.js"
|
|
@@ -22096,8 +22017,8 @@
|
|
|
22096
22017
|
}
|
|
22097
22018
|
},
|
|
22098
22019
|
"node_modules/react-native/node_modules/yargs": {
|
|
22099
|
-
"version": "17.7.
|
|
22100
|
-
"integrity": "sha512-
|
|
22020
|
+
"version": "17.7.3",
|
|
22021
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
22101
22022
|
"license": "MIT",
|
|
22102
22023
|
"dependencies": {
|
|
22103
22024
|
"cliui": "^8.0.1",
|
|
@@ -22467,8 +22388,8 @@
|
|
|
22467
22388
|
"license": "MIT"
|
|
22468
22389
|
},
|
|
22469
22390
|
"node_modules/regjsparser": {
|
|
22470
|
-
"version": "0.13.
|
|
22471
|
-
"integrity": "sha512-
|
|
22391
|
+
"version": "0.13.2",
|
|
22392
|
+
"integrity": "sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==",
|
|
22472
22393
|
"license": "BSD-2-Clause",
|
|
22473
22394
|
"dependencies": {
|
|
22474
22395
|
"jsesc": "~3.1.0"
|
|
@@ -24777,8 +24698,8 @@
|
|
|
24777
24698
|
}
|
|
24778
24699
|
},
|
|
24779
24700
|
"node_modules/undici": {
|
|
24780
|
-
"version": "7.
|
|
24781
|
-
"integrity": "sha512-
|
|
24701
|
+
"version": "7.28.0",
|
|
24702
|
+
"integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==",
|
|
24782
24703
|
"dev": true,
|
|
24783
24704
|
"license": "MIT",
|
|
24784
24705
|
"engines": {
|
|
@@ -24786,8 +24707,8 @@
|
|
|
24786
24707
|
}
|
|
24787
24708
|
},
|
|
24788
24709
|
"node_modules/undici-types": {
|
|
24789
|
-
"version": "
|
|
24790
|
-
"integrity": "sha512-
|
|
24710
|
+
"version": "8.3.0",
|
|
24711
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
24791
24712
|
"license": "MIT"
|
|
24792
24713
|
},
|
|
24793
24714
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
@@ -24980,8 +24901,8 @@
|
|
|
24980
24901
|
"license": "MIT"
|
|
24981
24902
|
},
|
|
24982
24903
|
"node_modules/update-notifier/node_modules/semver": {
|
|
24983
|
-
"version": "7.8.
|
|
24984
|
-
"integrity": "sha512-
|
|
24904
|
+
"version": "7.8.5",
|
|
24905
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
24985
24906
|
"dev": true,
|
|
24986
24907
|
"license": "ISC",
|
|
24987
24908
|
"bin": {
|
|
@@ -25708,13 +25629,12 @@
|
|
|
25708
25629
|
"license": "MIT"
|
|
25709
25630
|
},
|
|
25710
25631
|
"node_modules/watchpack": {
|
|
25711
|
-
"version": "2.5.
|
|
25712
|
-
"integrity": "sha512-
|
|
25632
|
+
"version": "2.5.2",
|
|
25633
|
+
"integrity": "sha512-6i/00NBjP4yGPs+caKSyRfpTF/8Torsu0MOW3mMzIbhgISFder8i7xbqgHlLMwJrdiN8ndBV3UA1/AfzPSr+jg==",
|
|
25713
25634
|
"dev": true,
|
|
25714
25635
|
"license": "MIT",
|
|
25715
25636
|
"peer": true,
|
|
25716
25637
|
"dependencies": {
|
|
25717
|
-
"glob-to-regexp": "^0.4.1",
|
|
25718
25638
|
"graceful-fs": "^4.1.2"
|
|
25719
25639
|
},
|
|
25720
25640
|
"engines": {
|