@wavemaker/app-rn-runtime 11.14.1-22.647589 → 11.14.1-24.647644
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/progress-circle/progress-circle.component.js +3 -3
- package/components/basic/progress-circle/progress-circle.component.js.map +1 -1
- package/components/chart/area-chart/area-chart.component.js +26 -9
- package/components/chart/area-chart/area-chart.component.js.map +1 -1
- package/components/chart/bar-chart/bar-chart.component.js +38 -6
- package/components/chart/bar-chart/bar-chart.component.js.map +1 -1
- package/components/chart/bar-chart/bar-chart.props.js +1 -0
- package/components/chart/bar-chart/bar-chart.props.js.map +1 -1
- package/components/chart/basechart.component.js +8 -15
- package/components/chart/basechart.component.js.map +1 -1
- package/components/chart/basechart.props.js +1 -0
- package/components/chart/basechart.props.js.map +1 -1
- package/components/chart/bubble-chart/bubble-chart.component.js +22 -5
- package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -1
- package/components/chart/line-chart/line-chart.component.js +22 -5
- package/components/chart/line-chart/line-chart.component.js.map +1 -1
- package/components/chart/pie-chart/pie-chart.component.js +14 -3
- package/components/chart/pie-chart/pie-chart.component.js.map +1 -1
- package/components/container/tabs/tabs.component.js +62 -29
- package/components/container/tabs/tabs.component.js.map +1 -1
- package/components/container/tabs/tabs.props.js +1 -0
- package/components/container/tabs/tabs.props.js.map +1 -1
- package/components/container/wizard/wizard.component.js +1 -1
- package/components/container/wizard/wizard.component.js.map +1 -1
- package/components/container/wizard/wizard.props.js +0 -1
- package/components/container/wizard/wizard.props.js.map +1 -1
- package/components/container/wizard/wizardstep/wizardstep.component.js +2 -2
- package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -1
- package/components/data/form/form.component.js +4 -1
- package/components/data/form/form.component.js.map +1 -1
- package/components/dialogs/dialogcontent/dialogcontent.component.js +1 -2
- package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -1
- package/components/input/baseinput/baseinput.component.js +21 -3
- package/components/input/baseinput/baseinput.component.js.map +1 -1
- package/components/input/baseinput/baseinput.props.js +1 -0
- package/components/input/baseinput/baseinput.props.js.map +1 -1
- package/components/input/basenumber/basenumber.component.js +18 -3
- package/components/input/basenumber/basenumber.component.js.map +1 -1
- package/components/input/basenumber/basenumber.props.js +1 -0
- package/components/input/basenumber/basenumber.props.js.map +1 -1
- package/components/input/checkboxset/checkboxset.component.js +1 -1
- package/components/input/checkboxset/checkboxset.component.js.map +1 -1
- package/components/input/currency/currency.component.js +2 -0
- package/components/input/currency/currency.component.js.map +1 -1
- package/components/input/currency/currency.styles.js +10 -1
- package/components/input/currency/currency.styles.js.map +1 -1
- package/components/input/number/number.component.js +2 -0
- package/components/input/number/number.component.js.map +1 -1
- package/components/input/number/number.styles.js +4 -0
- package/components/input/number/number.styles.js.map +1 -1
- package/components/input/radioset/radioset.component.js +3 -6
- package/components/input/radioset/radioset.component.js.map +1 -1
- package/components/input/text/text.component.js +2 -0
- 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/text/text.styles.js +17 -0
- package/components/input/text/text.styles.js.map +1 -1
- package/components/input/textarea/textarea.component.js +1 -0
- package/components/input/textarea/textarea.component.js.map +1 -1
- package/components/input/textarea/textarea.styles.js +4 -0
- package/components/input/textarea/textarea.styles.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/base.component.js +0 -5
- package/core/base.component.js.map +1 -1
- package/core/components/error-fallback/error-fallback.component.js +18 -50
- package/core/components/error-fallback/error-fallback.component.js.map +1 -1
- package/core/components/error-fallback/error-fallback.styles.js +1 -4
- package/core/components/error-fallback/error-fallback.styles.js.map +1 -1
- package/core/components/textinput.component.js +25 -4
- package/core/components/textinput.component.js.map +1 -1
- package/core/error-boundary.component.js +2 -46
- package/core/error-boundary.component.js.map +1 -1
- package/core/fixed-view.component.js +19 -2
- package/core/fixed-view.component.js.map +1 -1
- package/core/tappable.component.js +1 -1
- package/core/tappable.component.js.map +1 -1
- package/core/viewport.js +13 -8
- package/core/viewport.js.map +1 -1
- package/gestures/carousel-swipe.animation.js +0 -1
- package/gestures/carousel-swipe.animation.js.map +1 -1
- package/npm-shrinkwrap.json +232 -317
- package/package-lock.json +232 -317
- package/package.json +2 -2
- package/runtime/App.js +12 -174
- package/runtime/App.js.map +1 -1
- package/runtime/base-page.component.js +2 -11
- package/runtime/base-page.component.js.map +1 -1
- package/runtime/navigator/stack.navigator.js +0 -3
- package/runtime/navigator/stack.navigator.js.map +1 -1
- package/styles/theme.js +6 -0
- package/styles/theme.js.map +1 -1
- package/core/advanced-promise-rejection-tracker.js +0 -207
- package/core/advanced-promise-rejection-tracker.js.map +0 -1
- package/core/global-error-handler.service.js +0 -177
- package/core/global-error-handler.service.js.map +0 -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-24.647644",
|
|
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-24.647644",
|
|
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-24.647644",
|
|
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,14 +6989,14 @@
|
|
|
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-24.647644",
|
|
6999
|
+
"integrity": "sha512-ZJK6Uks4emw4gNvTu34zMX0aeQFWmjvgT55EymENYF4treSj203IlhZduL2MHFiJcL8jwvlcV7i7Fa21XX9emg==",
|
|
7076
7000
|
"license": "ISC",
|
|
7077
7001
|
"dependencies": {
|
|
7078
7002
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -7319,8 +7243,8 @@
|
|
|
7319
7243
|
}
|
|
7320
7244
|
},
|
|
7321
7245
|
"node_modules/acorn": {
|
|
7322
|
-
"version": "8.
|
|
7323
|
-
"integrity": "sha512-
|
|
7246
|
+
"version": "8.17.0",
|
|
7247
|
+
"integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
|
|
7324
7248
|
"license": "MIT",
|
|
7325
7249
|
"bin": {
|
|
7326
7250
|
"acorn": "bin/acorn"
|
|
@@ -8731,8 +8655,8 @@
|
|
|
8731
8655
|
}
|
|
8732
8656
|
},
|
|
8733
8657
|
"node_modules/babel-preset-expo": {
|
|
8734
|
-
"version": "56.0.
|
|
8735
|
-
"integrity": "sha512
|
|
8658
|
+
"version": "56.0.15",
|
|
8659
|
+
"integrity": "sha512-0MqbQoM6nBUbKvgu2xJ4VixZnUTGTq3HB2WwvOikdO4CiPxbQ+wGA25fOoHHSni5iEFW39wy6y1ookTWlq3wVw==",
|
|
8736
8660
|
"license": "MIT",
|
|
8737
8661
|
"peer": true,
|
|
8738
8662
|
"dependencies": {
|
|
@@ -8782,7 +8706,7 @@
|
|
|
8782
8706
|
"peerDependencies": {
|
|
8783
8707
|
"@babel/runtime": "^7.20.0",
|
|
8784
8708
|
"expo": "*",
|
|
8785
|
-
"expo-widgets": "^56.0.
|
|
8709
|
+
"expo-widgets": "^56.0.18",
|
|
8786
8710
|
"react-refresh": ">=0.14.0 <1.0.0"
|
|
8787
8711
|
},
|
|
8788
8712
|
"peerDependenciesMeta": {
|
|
@@ -8992,8 +8916,8 @@
|
|
|
8992
8916
|
"license": "MIT"
|
|
8993
8917
|
},
|
|
8994
8918
|
"node_modules/baseline-browser-mapping": {
|
|
8995
|
-
"version": "2.10.
|
|
8996
|
-
"integrity": "sha512-
|
|
8919
|
+
"version": "2.10.38",
|
|
8920
|
+
"integrity": "sha512-31/02mVB4yuQU6adKk5SlY6m+mxDwUq5KZkyYgnLrrKl7TEm1+3PyDtDBz2kOv/wxZz41GHsvV1A/u6RmiyBvw==",
|
|
8997
8921
|
"license": "Apache-2.0",
|
|
8998
8922
|
"bin": {
|
|
8999
8923
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -9138,8 +9062,8 @@
|
|
|
9138
9062
|
}
|
|
9139
9063
|
},
|
|
9140
9064
|
"node_modules/browserslist": {
|
|
9141
|
-
"version": "4.28.
|
|
9142
|
-
"integrity": "sha512-
|
|
9065
|
+
"version": "4.28.4",
|
|
9066
|
+
"integrity": "sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==",
|
|
9143
9067
|
"funding": [
|
|
9144
9068
|
{
|
|
9145
9069
|
"type": "opencollective",
|
|
@@ -9156,10 +9080,10 @@
|
|
|
9156
9080
|
],
|
|
9157
9081
|
"license": "MIT",
|
|
9158
9082
|
"dependencies": {
|
|
9159
|
-
"baseline-browser-mapping": "^2.10.
|
|
9160
|
-
"caniuse-lite": "^1.0.
|
|
9161
|
-
"electron-to-chromium": "^1.5.
|
|
9162
|
-
"node-releases": "^2.0.
|
|
9083
|
+
"baseline-browser-mapping": "^2.10.38",
|
|
9084
|
+
"caniuse-lite": "^1.0.30001799",
|
|
9085
|
+
"electron-to-chromium": "^1.5.376",
|
|
9086
|
+
"node-releases": "^2.0.48",
|
|
9163
9087
|
"update-browserslist-db": "^1.2.3"
|
|
9164
9088
|
},
|
|
9165
9089
|
"bin": {
|
|
@@ -9314,8 +9238,8 @@
|
|
|
9314
9238
|
}
|
|
9315
9239
|
},
|
|
9316
9240
|
"node_modules/caniuse-lite": {
|
|
9317
|
-
"version": "1.0.
|
|
9318
|
-
"integrity": "sha512-
|
|
9241
|
+
"version": "1.0.30001799",
|
|
9242
|
+
"integrity": "sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==",
|
|
9319
9243
|
"funding": [
|
|
9320
9244
|
{
|
|
9321
9245
|
"type": "opencollective",
|
|
@@ -11100,8 +11024,8 @@
|
|
|
11100
11024
|
"license": "MIT"
|
|
11101
11025
|
},
|
|
11102
11026
|
"node_modules/dnssd-advertise": {
|
|
11103
|
-
"version": "1.1.
|
|
11104
|
-
"integrity": "sha512-
|
|
11027
|
+
"version": "1.1.6",
|
|
11028
|
+
"integrity": "sha512-Ndrrf6BMPalkQPd/zubL+4YghH2J9NspapQ09uDXwYbvOPkP0oaqf5CkcwJ0b50kS2O3ul6yVu+jz+RY62Cejg==",
|
|
11105
11029
|
"license": "MIT",
|
|
11106
11030
|
"peer": true
|
|
11107
11031
|
},
|
|
@@ -11229,8 +11153,8 @@
|
|
|
11229
11153
|
"license": "MIT"
|
|
11230
11154
|
},
|
|
11231
11155
|
"node_modules/electron-to-chromium": {
|
|
11232
|
-
"version": "1.5.
|
|
11233
|
-
"integrity": "sha512-
|
|
11156
|
+
"version": "1.5.378",
|
|
11157
|
+
"integrity": "sha512-VinvOAuuPmdD1guEgGv5f2Qp7/vlfqOrUOMYNnOD4wj3pit8kRsQHzfIf6teyUGWo15Tg5+bOJaRunvyltpVWQ==",
|
|
11234
11158
|
"license": "ISC"
|
|
11235
11159
|
},
|
|
11236
11160
|
"node_modules/emittery": {
|
|
@@ -11281,8 +11205,8 @@
|
|
|
11281
11205
|
}
|
|
11282
11206
|
},
|
|
11283
11207
|
"node_modules/enhanced-resolve": {
|
|
11284
|
-
"version": "5.
|
|
11285
|
-
"integrity": "sha512-
|
|
11208
|
+
"version": "5.24.0",
|
|
11209
|
+
"integrity": "sha512-SkE2t82KlkkxQRVMVLAGKxLfORGQfrkx5dkj+vlgXRVNEdPc4eZcR+J/Fvj8C+yKSFH5L0q3NFlyufOVQnCcYQ==",
|
|
11286
11210
|
"dev": true,
|
|
11287
11211
|
"license": "MIT",
|
|
11288
11212
|
"peer": true,
|
|
@@ -11445,6 +11369,24 @@
|
|
|
11445
11369
|
"url": "https://github.com/sponsors/ljharb"
|
|
11446
11370
|
}
|
|
11447
11371
|
},
|
|
11372
|
+
"node_modules/es-abstract-get": {
|
|
11373
|
+
"version": "1.0.0",
|
|
11374
|
+
"integrity": "sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==",
|
|
11375
|
+
"dev": true,
|
|
11376
|
+
"license": "MIT",
|
|
11377
|
+
"dependencies": {
|
|
11378
|
+
"es-errors": "^1.3.0",
|
|
11379
|
+
"es-object-atoms": "^1.1.2",
|
|
11380
|
+
"is-callable": "^1.2.7",
|
|
11381
|
+
"object-inspect": "^1.13.4"
|
|
11382
|
+
},
|
|
11383
|
+
"engines": {
|
|
11384
|
+
"node": ">= 0.4"
|
|
11385
|
+
},
|
|
11386
|
+
"funding": {
|
|
11387
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
11388
|
+
}
|
|
11389
|
+
},
|
|
11448
11390
|
"node_modules/es-array-method-boxes-properly": {
|
|
11449
11391
|
"version": "1.0.0",
|
|
11450
11392
|
"integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==",
|
|
@@ -11468,8 +11410,8 @@
|
|
|
11468
11410
|
}
|
|
11469
11411
|
},
|
|
11470
11412
|
"node_modules/es-iterator-helpers": {
|
|
11471
|
-
"version": "1.3.
|
|
11472
|
-
"integrity": "sha512-
|
|
11413
|
+
"version": "1.3.3",
|
|
11414
|
+
"integrity": "sha512-0PuBxFi+4uPanB97iDxCLWuHeYud2FALrw5HFZGtAF38UpJDbDC8frwp2cnDyae692CQ0dou60UwWfhgsa4U/g==",
|
|
11473
11415
|
"dev": true,
|
|
11474
11416
|
"license": "MIT",
|
|
11475
11417
|
"dependencies": {
|
|
@@ -11539,14 +11481,16 @@
|
|
|
11539
11481
|
}
|
|
11540
11482
|
},
|
|
11541
11483
|
"node_modules/es-to-primitive": {
|
|
11542
|
-
"version": "1.3.
|
|
11543
|
-
"integrity": "sha512-
|
|
11484
|
+
"version": "1.3.1",
|
|
11485
|
+
"integrity": "sha512-CxN9N56HYfd2m/acc/NOFrZQsN9kU4eh+2kk6A707Kz1krH8tKmfrs5RnftB8WNX80T0NS7vSQsDOlg23diR2g==",
|
|
11544
11486
|
"dev": true,
|
|
11545
11487
|
"license": "MIT",
|
|
11546
11488
|
"dependencies": {
|
|
11489
|
+
"es-abstract-get": "^1.0.0",
|
|
11490
|
+
"es-errors": "^1.3.0",
|
|
11547
11491
|
"is-callable": "^1.2.7",
|
|
11548
|
-
"is-date-object": "^1.0
|
|
11549
|
-
"is-symbol": "^1.
|
|
11492
|
+
"is-date-object": "^1.1.0",
|
|
11493
|
+
"is-symbol": "^1.1.1"
|
|
11550
11494
|
},
|
|
11551
11495
|
"engines": {
|
|
11552
11496
|
"node": ">= 0.4"
|
|
@@ -12120,31 +12064,31 @@
|
|
|
12120
12064
|
}
|
|
12121
12065
|
},
|
|
12122
12066
|
"node_modules/expo": {
|
|
12123
|
-
"version": "56.0.
|
|
12124
|
-
"integrity": "sha512-
|
|
12067
|
+
"version": "56.0.12",
|
|
12068
|
+
"integrity": "sha512-FxgdI/Yqva6iJOThZIHfvxlKPxs4EC4uScUnEswwSArR/Fj9k430O13R590LcOQTsdNsjIs+GBHwjfoAY6vmAQ==",
|
|
12125
12069
|
"license": "MIT",
|
|
12126
12070
|
"peer": true,
|
|
12127
12071
|
"dependencies": {
|
|
12128
12072
|
"@babel/runtime": "^7.20.0",
|
|
12129
|
-
"@expo/cli": "^56.1.
|
|
12073
|
+
"@expo/cli": "^56.1.16",
|
|
12130
12074
|
"@expo/config": "~56.0.9",
|
|
12131
|
-
"@expo/config-plugins": "~56.0.
|
|
12075
|
+
"@expo/config-plugins": "~56.0.9",
|
|
12132
12076
|
"@expo/devtools": "~56.0.2",
|
|
12133
12077
|
"@expo/dom-webview": "~56.0.5",
|
|
12134
12078
|
"@expo/fingerprint": "^0.19.4",
|
|
12135
12079
|
"@expo/local-build-cache-provider": "^56.0.8",
|
|
12136
|
-
"@expo/log-box": "^56.0.
|
|
12080
|
+
"@expo/log-box": "^56.0.13",
|
|
12137
12081
|
"@expo/metro": "~56.0.0",
|
|
12138
|
-
"@expo/metro-config": "~56.0.
|
|
12082
|
+
"@expo/metro-config": "~56.0.14",
|
|
12139
12083
|
"@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.
|
|
12084
|
+
"babel-preset-expo": "~56.0.15",
|
|
12085
|
+
"expo-asset": "~56.0.17",
|
|
12086
|
+
"expo-constants": "~56.0.18",
|
|
12087
|
+
"expo-file-system": "~56.0.8",
|
|
12088
|
+
"expo-font": "~56.0.7",
|
|
12145
12089
|
"expo-keep-awake": "~56.0.3",
|
|
12146
|
-
"expo-modules-autolinking": "~56.0.
|
|
12147
|
-
"expo-modules-core": "~56.0.
|
|
12090
|
+
"expo-modules-autolinking": "~56.0.16",
|
|
12091
|
+
"expo-modules-core": "~56.0.17",
|
|
12148
12092
|
"pretty-format": "^29.7.0",
|
|
12149
12093
|
"react-refresh": "^0.14.2",
|
|
12150
12094
|
"whatwg-url-minimum": "^0.1.2"
|
|
@@ -12190,13 +12134,13 @@
|
|
|
12190
12134
|
}
|
|
12191
12135
|
},
|
|
12192
12136
|
"node_modules/expo-asset": {
|
|
12193
|
-
"version": "56.0.
|
|
12194
|
-
"integrity": "sha512-
|
|
12137
|
+
"version": "56.0.17",
|
|
12138
|
+
"integrity": "sha512-GFN5j+8SPkyv0nfsiFHewmdB/D0tL237TsBE/gSfFOFy/J3a52py7IulcSqkA3sQE/u/UlD5BmvP5ssS4//nUg==",
|
|
12195
12139
|
"license": "MIT",
|
|
12196
12140
|
"peer": true,
|
|
12197
12141
|
"dependencies": {
|
|
12198
12142
|
"@expo/image-utils": "^0.10.1",
|
|
12199
|
-
"expo-constants": "~56.0.
|
|
12143
|
+
"expo-constants": "~56.0.18"
|
|
12200
12144
|
},
|
|
12201
12145
|
"peerDependencies": {
|
|
12202
12146
|
"expo": "*",
|
|
@@ -12272,8 +12216,8 @@
|
|
|
12272
12216
|
}
|
|
12273
12217
|
},
|
|
12274
12218
|
"node_modules/expo-constants": {
|
|
12275
|
-
"version": "56.0.
|
|
12276
|
-
"integrity": "sha512-
|
|
12219
|
+
"version": "56.0.18",
|
|
12220
|
+
"integrity": "sha512-8AMtbDGl/WVPnWlmbpGmvcdnNCy9E4PFnwdVwj600vljkMDPSxcAcjw8GVXEPk3PpZ+ngTqsrkltWyj0UKYAxw==",
|
|
12277
12221
|
"license": "MIT",
|
|
12278
12222
|
"peer": true,
|
|
12279
12223
|
"dependencies": {
|
|
@@ -12385,8 +12329,8 @@
|
|
|
12385
12329
|
}
|
|
12386
12330
|
},
|
|
12387
12331
|
"node_modules/expo-modules-autolinking": {
|
|
12388
|
-
"version": "56.0.
|
|
12389
|
-
"integrity": "sha512-
|
|
12332
|
+
"version": "56.0.16",
|
|
12333
|
+
"integrity": "sha512-9JnL4N46P8ubDpDIfWolDn7nxU2j1rY67xY/dNVuyH0m+HG+r/JI16VYtjIf4COpZtEuFo4D3h3MBeFzGucMnw==",
|
|
12390
12334
|
"license": "MIT",
|
|
12391
12335
|
"peer": true,
|
|
12392
12336
|
"dependencies": {
|
|
@@ -12461,8 +12405,8 @@
|
|
|
12461
12405
|
}
|
|
12462
12406
|
},
|
|
12463
12407
|
"node_modules/expo-modules-jsi": {
|
|
12464
|
-
"version": "56.0.
|
|
12465
|
-
"integrity": "sha512-
|
|
12408
|
+
"version": "56.0.10",
|
|
12409
|
+
"integrity": "sha512-fHZcFpYO/o62GYa6fJyAQJZcAShzhoN0iMMDzbr7vD3ewET6e1vAlTonbEakN9F0VHEgBFJ4NREy87uwVcpCuA==",
|
|
12466
12410
|
"license": "MIT",
|
|
12467
12411
|
"peer": true,
|
|
12468
12412
|
"peerDependencies": {
|
|
@@ -12561,32 +12505,32 @@
|
|
|
12561
12505
|
}
|
|
12562
12506
|
},
|
|
12563
12507
|
"node_modules/expo/node_modules/@expo/cli": {
|
|
12564
|
-
"version": "56.1.
|
|
12565
|
-
"integrity": "sha512-
|
|
12508
|
+
"version": "56.1.16",
|
|
12509
|
+
"integrity": "sha512-VBQn0mqAwc67b9Cn0RVXyeodghomAx5xGRhA/bXaQzuxDjMQk0zIOb6pXMZX7yiIwJW66UZt/zQiJNSv6aWJYw==",
|
|
12566
12510
|
"license": "MIT",
|
|
12567
12511
|
"peer": true,
|
|
12568
12512
|
"dependencies": {
|
|
12569
12513
|
"@expo/code-signing-certificates": "^0.0.6",
|
|
12570
12514
|
"@expo/config": "~56.0.9",
|
|
12571
|
-
"@expo/config-plugins": "~56.0.
|
|
12515
|
+
"@expo/config-plugins": "~56.0.9",
|
|
12572
12516
|
"@expo/devcert": "^1.2.1",
|
|
12573
12517
|
"@expo/env": "~2.3.0",
|
|
12574
12518
|
"@expo/image-utils": "^0.10.1",
|
|
12575
|
-
"@expo/inline-modules": "^0.0.
|
|
12519
|
+
"@expo/inline-modules": "^0.0.12",
|
|
12576
12520
|
"@expo/json-file": "^10.2.0",
|
|
12577
|
-
"@expo/log-box": "^56.0.
|
|
12521
|
+
"@expo/log-box": "^56.0.13",
|
|
12578
12522
|
"@expo/metro": "~56.0.0",
|
|
12579
|
-
"@expo/metro-config": "~56.0.
|
|
12523
|
+
"@expo/metro-config": "~56.0.14",
|
|
12580
12524
|
"@expo/metro-file-map": "^56.0.3",
|
|
12581
12525
|
"@expo/osascript": "^2.6.0",
|
|
12582
12526
|
"@expo/package-manager": "^1.12.1",
|
|
12583
12527
|
"@expo/plist": "^0.7.0",
|
|
12584
|
-
"@expo/prebuild-config": "^56.0.
|
|
12528
|
+
"@expo/prebuild-config": "^56.0.16",
|
|
12585
12529
|
"@expo/require-utils": "^56.1.3",
|
|
12586
|
-
"@expo/router-server": "^56.0.
|
|
12530
|
+
"@expo/router-server": "^56.0.14",
|
|
12587
12531
|
"@expo/schema-utils": "^56.0.0",
|
|
12588
12532
|
"@expo/spawn-async": "^1.8.0",
|
|
12589
|
-
"@expo/ws-tunnel": "^
|
|
12533
|
+
"@expo/ws-tunnel": "^2.0.0",
|
|
12590
12534
|
"@expo/xcpretty": "^4.4.4",
|
|
12591
12535
|
"@react-native/dev-middleware": "0.85.3",
|
|
12592
12536
|
"accepts": "^1.3.8",
|
|
@@ -12642,18 +12586,18 @@
|
|
|
12642
12586
|
}
|
|
12643
12587
|
},
|
|
12644
12588
|
"node_modules/expo/node_modules/@expo/cli/node_modules/@expo/router-server": {
|
|
12645
|
-
"version": "56.0.
|
|
12646
|
-
"integrity": "sha512-
|
|
12589
|
+
"version": "56.0.14",
|
|
12590
|
+
"integrity": "sha512-2UCTtZfcq1ZPgp3wk8/+sq9DvFI9UxrPr1jcEKMAF2DGAJLosnpc8GWNNg2hkjt6SHUOdFHIPxujWPYyho2y3A==",
|
|
12647
12591
|
"license": "MIT",
|
|
12648
12592
|
"peer": true,
|
|
12649
12593
|
"dependencies": {
|
|
12650
12594
|
"debug": "^4.3.4"
|
|
12651
12595
|
},
|
|
12652
12596
|
"peerDependencies": {
|
|
12653
|
-
"@expo/metro-runtime": "^56.0.
|
|
12597
|
+
"@expo/metro-runtime": "^56.0.15",
|
|
12654
12598
|
"expo": "*",
|
|
12655
|
-
"expo-constants": "^56.0.
|
|
12656
|
-
"expo-font": "^56.0.
|
|
12599
|
+
"expo-constants": "^56.0.18",
|
|
12600
|
+
"expo-font": "^56.0.6",
|
|
12657
12601
|
"expo-router": "*",
|
|
12658
12602
|
"expo-server": "^56.0.5",
|
|
12659
12603
|
"react": "*",
|
|
@@ -12676,19 +12620,19 @@
|
|
|
12676
12620
|
}
|
|
12677
12621
|
},
|
|
12678
12622
|
"node_modules/expo/node_modules/@expo/prebuild-config": {
|
|
12679
|
-
"version": "56.0.
|
|
12680
|
-
"integrity": "sha512-
|
|
12623
|
+
"version": "56.0.16",
|
|
12624
|
+
"integrity": "sha512-ce9ENfPWO4WUWUVQz0OaqL3KYZ7YofP8O35ncnn7CHCaKwQ7BqxcCGJbh+qvP1UjlWeNB3CjHPrXXJ3bnZwlJw==",
|
|
12681
12625
|
"license": "MIT",
|
|
12682
12626
|
"peer": true,
|
|
12683
12627
|
"dependencies": {
|
|
12684
12628
|
"@expo/config": "~56.0.9",
|
|
12685
|
-
"@expo/config-plugins": "~56.0.
|
|
12686
|
-
"@expo/config-types": "^56.0.
|
|
12629
|
+
"@expo/config-plugins": "~56.0.9",
|
|
12630
|
+
"@expo/config-types": "^56.0.6",
|
|
12687
12631
|
"@expo/image-utils": "^0.10.1",
|
|
12688
12632
|
"@expo/json-file": "^10.2.0",
|
|
12689
12633
|
"@react-native/normalize-colors": "0.85.3",
|
|
12690
12634
|
"debug": "^4.3.1",
|
|
12691
|
-
"expo-modules-autolinking": "~56.0.
|
|
12635
|
+
"expo-modules-autolinking": "~56.0.16",
|
|
12692
12636
|
"resolve-from": "^5.0.0",
|
|
12693
12637
|
"semver": "^7.6.0"
|
|
12694
12638
|
}
|
|
@@ -12849,8 +12793,8 @@
|
|
|
12849
12793
|
"peer": true
|
|
12850
12794
|
},
|
|
12851
12795
|
"node_modules/expo/node_modules/expo-file-system": {
|
|
12852
|
-
"version": "56.0.
|
|
12853
|
-
"integrity": "sha512-
|
|
12796
|
+
"version": "56.0.8",
|
|
12797
|
+
"integrity": "sha512-NrH41/8snGIBSbYicwVLB4txPdgCATd7ZYhMAGS3YJZ9GbnduhlAoV4/YCbGayjrbpE9bJb/6wegPL/zmvRMnQ==",
|
|
12854
12798
|
"license": "MIT",
|
|
12855
12799
|
"peer": true,
|
|
12856
12800
|
"peerDependencies": {
|
|
@@ -12859,8 +12803,8 @@
|
|
|
12859
12803
|
}
|
|
12860
12804
|
},
|
|
12861
12805
|
"node_modules/expo/node_modules/expo-font": {
|
|
12862
|
-
"version": "56.0.
|
|
12863
|
-
"integrity": "sha512-
|
|
12806
|
+
"version": "56.0.7",
|
|
12807
|
+
"integrity": "sha512-hpU/vRwPzsby9lPGkA4blDqLIIXYzoWnCZHr6PxvcWbY/uPObAiyhh6q+e0WYsB65SthK+PLH95jEnVag7fwEg==",
|
|
12864
12808
|
"license": "MIT",
|
|
12865
12809
|
"peer": true,
|
|
12866
12810
|
"dependencies": {
|
|
@@ -12873,13 +12817,13 @@
|
|
|
12873
12817
|
}
|
|
12874
12818
|
},
|
|
12875
12819
|
"node_modules/expo/node_modules/expo-modules-core": {
|
|
12876
|
-
"version": "56.0.
|
|
12877
|
-
"integrity": "sha512-
|
|
12820
|
+
"version": "56.0.17",
|
|
12821
|
+
"integrity": "sha512-5J8whnT7Ccp+BrFClLmpF76omBqn95VZExroTm01Dgjm4vpty1Rb7U3we+ZUceNHtRd07Lw30u7FNfDgIhEbRQ==",
|
|
12878
12822
|
"license": "MIT",
|
|
12879
12823
|
"peer": true,
|
|
12880
12824
|
"dependencies": {
|
|
12881
|
-
"@expo/expo-modules-macros-plugin": "
|
|
12882
|
-
"expo-modules-jsi": "~56.0.
|
|
12825
|
+
"@expo/expo-modules-macros-plugin": "0.2.2",
|
|
12826
|
+
"expo-modules-jsi": "~56.0.10",
|
|
12883
12827
|
"invariant": "^2.2.4"
|
|
12884
12828
|
},
|
|
12885
12829
|
"peerDependencies": {
|
|
@@ -13099,8 +13043,8 @@
|
|
|
13099
13043
|
}
|
|
13100
13044
|
},
|
|
13101
13045
|
"node_modules/expo/node_modules/semver": {
|
|
13102
|
-
"version": "7.8.
|
|
13103
|
-
"integrity": "sha512-
|
|
13046
|
+
"version": "7.8.5",
|
|
13047
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
13104
13048
|
"license": "ISC",
|
|
13105
13049
|
"peer": true,
|
|
13106
13050
|
"bin": {
|
|
@@ -13538,15 +13482,15 @@
|
|
|
13538
13482
|
}
|
|
13539
13483
|
},
|
|
13540
13484
|
"node_modules/form-data": {
|
|
13541
|
-
"version": "4.0.
|
|
13542
|
-
"integrity": "sha512-
|
|
13485
|
+
"version": "4.0.6",
|
|
13486
|
+
"integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
|
|
13543
13487
|
"license": "MIT",
|
|
13544
13488
|
"dependencies": {
|
|
13545
13489
|
"asynckit": "^0.4.0",
|
|
13546
13490
|
"combined-stream": "^1.0.8",
|
|
13547
13491
|
"es-set-tostringtag": "^2.1.0",
|
|
13548
|
-
"hasown": "^2.0.
|
|
13549
|
-
"mime-types": "^2.1.
|
|
13492
|
+
"hasown": "^2.0.4",
|
|
13493
|
+
"mime-types": "^2.1.35"
|
|
13550
13494
|
},
|
|
13551
13495
|
"engines": {
|
|
13552
13496
|
"node": ">= 6"
|
|
@@ -13632,17 +13576,20 @@
|
|
|
13632
13576
|
}
|
|
13633
13577
|
},
|
|
13634
13578
|
"node_modules/function.prototype.name": {
|
|
13635
|
-
"version": "1.
|
|
13636
|
-
"integrity": "sha512-
|
|
13579
|
+
"version": "1.2.0",
|
|
13580
|
+
"integrity": "sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==",
|
|
13637
13581
|
"dev": true,
|
|
13638
13582
|
"license": "MIT",
|
|
13639
13583
|
"dependencies": {
|
|
13640
|
-
"call-bind": "^1.0.
|
|
13641
|
-
"call-bound": "^1.0.
|
|
13642
|
-
"define-
|
|
13584
|
+
"call-bind": "^1.0.9",
|
|
13585
|
+
"call-bound": "^1.0.4",
|
|
13586
|
+
"es-define-property": "^1.0.1",
|
|
13587
|
+
"es-errors": "^1.3.0",
|
|
13643
13588
|
"functions-have-names": "^1.2.3",
|
|
13644
|
-
"
|
|
13645
|
-
"
|
|
13589
|
+
"has-property-descriptors": "^1.0.2",
|
|
13590
|
+
"hasown": "^2.0.4",
|
|
13591
|
+
"is-callable": "^1.2.7",
|
|
13592
|
+
"is-document.all": "^1.0.0"
|
|
13646
13593
|
},
|
|
13647
13594
|
"engines": {
|
|
13648
13595
|
"node": ">= 0.4"
|
|
@@ -14995,6 +14942,21 @@
|
|
|
14995
14942
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14996
14943
|
}
|
|
14997
14944
|
},
|
|
14945
|
+
"node_modules/is-document.all": {
|
|
14946
|
+
"version": "1.0.0",
|
|
14947
|
+
"integrity": "sha512-+XSoyS05OdBbhFuELhgTCpFNHkpBOJqtsZfUFFpe5QTw+9Sjbh8zitxhQkYAo6wV7e1Vb8cAPvpCk9jGam/82g==",
|
|
14948
|
+
"dev": true,
|
|
14949
|
+
"license": "MIT",
|
|
14950
|
+
"dependencies": {
|
|
14951
|
+
"call-bound": "^1.0.4"
|
|
14952
|
+
},
|
|
14953
|
+
"engines": {
|
|
14954
|
+
"node": ">= 0.4"
|
|
14955
|
+
},
|
|
14956
|
+
"funding": {
|
|
14957
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
14958
|
+
}
|
|
14959
|
+
},
|
|
14998
14960
|
"node_modules/is-extglob": {
|
|
14999
14961
|
"version": "2.1.1",
|
|
15000
14962
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
@@ -15886,8 +15848,8 @@
|
|
|
15886
15848
|
"license": "MIT"
|
|
15887
15849
|
},
|
|
15888
15850
|
"node_modules/jest-cli/node_modules/yargs": {
|
|
15889
|
-
"version": "17.7.
|
|
15890
|
-
"integrity": "sha512-
|
|
15851
|
+
"version": "17.7.3",
|
|
15852
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
15891
15853
|
"dev": true,
|
|
15892
15854
|
"license": "MIT",
|
|
15893
15855
|
"dependencies": {
|
|
@@ -16614,8 +16576,8 @@
|
|
|
16614
16576
|
"peer": true
|
|
16615
16577
|
},
|
|
16616
16578
|
"node_modules/jest-expo/node_modules/semver": {
|
|
16617
|
-
"version": "7.8.
|
|
16618
|
-
"integrity": "sha512-
|
|
16579
|
+
"version": "7.8.5",
|
|
16580
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
16619
16581
|
"dev": true,
|
|
16620
16582
|
"license": "ISC",
|
|
16621
16583
|
"bin": {
|
|
@@ -17264,8 +17226,8 @@
|
|
|
17264
17226
|
"license": "MIT"
|
|
17265
17227
|
},
|
|
17266
17228
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
17267
|
-
"version": "7.8.
|
|
17268
|
-
"integrity": "sha512-
|
|
17229
|
+
"version": "7.8.5",
|
|
17230
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
17269
17231
|
"dev": true,
|
|
17270
17232
|
"license": "ISC",
|
|
17271
17233
|
"bin": {
|
|
@@ -18604,8 +18566,8 @@
|
|
|
18604
18566
|
}
|
|
18605
18567
|
},
|
|
18606
18568
|
"node_modules/make-dir/node_modules/semver": {
|
|
18607
|
-
"version": "7.8.
|
|
18608
|
-
"integrity": "sha512-
|
|
18569
|
+
"version": "7.8.5",
|
|
18570
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
18609
18571
|
"dev": true,
|
|
18610
18572
|
"license": "ISC",
|
|
18611
18573
|
"bin": {
|
|
@@ -19274,8 +19236,8 @@
|
|
|
19274
19236
|
}
|
|
19275
19237
|
},
|
|
19276
19238
|
"node_modules/metro/node_modules/yargs": {
|
|
19277
|
-
"version": "17.7.
|
|
19278
|
-
"integrity": "sha512-
|
|
19239
|
+
"version": "17.7.3",
|
|
19240
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
19279
19241
|
"license": "MIT",
|
|
19280
19242
|
"peer": true,
|
|
19281
19243
|
"dependencies": {
|
|
@@ -19516,37 +19478,6 @@
|
|
|
19516
19478
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
19517
19479
|
"license": "MIT"
|
|
19518
19480
|
},
|
|
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
19481
|
"node_modules/multitars": {
|
|
19551
19482
|
"version": "1.0.0",
|
|
19552
19483
|
"integrity": "sha512-H/J4fMLedtudftaYMOg7ajzLYgT3/rwbWVJbqr/iUgB8DQztn38ys5HOqI1CzSxx8QhXXwOOnnBvd4v3jG5+Mg==",
|
|
@@ -19571,8 +19502,8 @@
|
|
|
19571
19502
|
}
|
|
19572
19503
|
},
|
|
19573
19504
|
"node_modules/nanoid": {
|
|
19574
|
-
"version": "3.3.
|
|
19575
|
-
"integrity": "sha512-
|
|
19505
|
+
"version": "3.3.15",
|
|
19506
|
+
"integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==",
|
|
19576
19507
|
"funding": [
|
|
19577
19508
|
{
|
|
19578
19509
|
"type": "github",
|
|
@@ -19651,8 +19582,8 @@
|
|
|
19651
19582
|
"license": "MIT"
|
|
19652
19583
|
},
|
|
19653
19584
|
"node_modules/node-exports-info": {
|
|
19654
|
-
"version": "1.6.
|
|
19655
|
-
"integrity": "sha512-
|
|
19585
|
+
"version": "1.6.2",
|
|
19586
|
+
"integrity": "sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==",
|
|
19656
19587
|
"dev": true,
|
|
19657
19588
|
"license": "MIT",
|
|
19658
19589
|
"dependencies": {
|
|
@@ -19715,29 +19646,14 @@
|
|
|
19715
19646
|
"node": ">= 6.13.0"
|
|
19716
19647
|
}
|
|
19717
19648
|
},
|
|
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
19649
|
"node_modules/node-int64": {
|
|
19734
19650
|
"version": "0.4.0",
|
|
19735
19651
|
"integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
|
|
19736
19652
|
"license": "MIT"
|
|
19737
19653
|
},
|
|
19738
19654
|
"node_modules/node-releases": {
|
|
19739
|
-
"version": "2.0.
|
|
19740
|
-
"integrity": "sha512-
|
|
19655
|
+
"version": "2.0.49",
|
|
19656
|
+
"integrity": "sha512-f06bl1D+8ZDkn2oOQQKAh5/otFWqVnM1Q5oerA8Pex7UfT66Tx4IPHIqVVFKqFT3FUtaDstdgkM7yT7JWhqxfw==",
|
|
19741
19657
|
"license": "MIT",
|
|
19742
19658
|
"engines": {
|
|
19743
19659
|
"node": ">=18"
|
|
@@ -19759,8 +19675,8 @@
|
|
|
19759
19675
|
}
|
|
19760
19676
|
},
|
|
19761
19677
|
"node_modules/normalize-package-data/node_modules/semver": {
|
|
19762
|
-
"version": "7.8.
|
|
19763
|
-
"integrity": "sha512-
|
|
19678
|
+
"version": "7.8.5",
|
|
19679
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
19764
19680
|
"dev": true,
|
|
19765
19681
|
"license": "ISC",
|
|
19766
19682
|
"bin": {
|
|
@@ -19824,8 +19740,8 @@
|
|
|
19824
19740
|
"peer": true
|
|
19825
19741
|
},
|
|
19826
19742
|
"node_modules/npm-package-arg/node_modules/semver": {
|
|
19827
|
-
"version": "7.8.
|
|
19828
|
-
"integrity": "sha512-
|
|
19743
|
+
"version": "7.8.5",
|
|
19744
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
19829
19745
|
"license": "ISC",
|
|
19830
19746
|
"peer": true,
|
|
19831
19747
|
"bin": {
|
|
@@ -22069,8 +21985,8 @@
|
|
|
22069
21985
|
"license": "MIT"
|
|
22070
21986
|
},
|
|
22071
21987
|
"node_modules/react-native/node_modules/semver": {
|
|
22072
|
-
"version": "7.8.
|
|
22073
|
-
"integrity": "sha512-
|
|
21988
|
+
"version": "7.8.5",
|
|
21989
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
22074
21990
|
"license": "ISC",
|
|
22075
21991
|
"bin": {
|
|
22076
21992
|
"semver": "bin/semver.js"
|
|
@@ -22096,8 +22012,8 @@
|
|
|
22096
22012
|
}
|
|
22097
22013
|
},
|
|
22098
22014
|
"node_modules/react-native/node_modules/yargs": {
|
|
22099
|
-
"version": "17.7.
|
|
22100
|
-
"integrity": "sha512-
|
|
22015
|
+
"version": "17.7.3",
|
|
22016
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
22101
22017
|
"license": "MIT",
|
|
22102
22018
|
"dependencies": {
|
|
22103
22019
|
"cliui": "^8.0.1",
|
|
@@ -22467,8 +22383,8 @@
|
|
|
22467
22383
|
"license": "MIT"
|
|
22468
22384
|
},
|
|
22469
22385
|
"node_modules/regjsparser": {
|
|
22470
|
-
"version": "0.13.
|
|
22471
|
-
"integrity": "sha512-
|
|
22386
|
+
"version": "0.13.2",
|
|
22387
|
+
"integrity": "sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==",
|
|
22472
22388
|
"license": "BSD-2-Clause",
|
|
22473
22389
|
"dependencies": {
|
|
22474
22390
|
"jsesc": "~3.1.0"
|
|
@@ -24777,8 +24693,8 @@
|
|
|
24777
24693
|
}
|
|
24778
24694
|
},
|
|
24779
24695
|
"node_modules/undici": {
|
|
24780
|
-
"version": "7.
|
|
24781
|
-
"integrity": "sha512-
|
|
24696
|
+
"version": "7.28.0",
|
|
24697
|
+
"integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==",
|
|
24782
24698
|
"dev": true,
|
|
24783
24699
|
"license": "MIT",
|
|
24784
24700
|
"engines": {
|
|
@@ -24786,8 +24702,8 @@
|
|
|
24786
24702
|
}
|
|
24787
24703
|
},
|
|
24788
24704
|
"node_modules/undici-types": {
|
|
24789
|
-
"version": "
|
|
24790
|
-
"integrity": "sha512-
|
|
24705
|
+
"version": "8.3.0",
|
|
24706
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
24791
24707
|
"license": "MIT"
|
|
24792
24708
|
},
|
|
24793
24709
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
@@ -24980,8 +24896,8 @@
|
|
|
24980
24896
|
"license": "MIT"
|
|
24981
24897
|
},
|
|
24982
24898
|
"node_modules/update-notifier/node_modules/semver": {
|
|
24983
|
-
"version": "7.8.
|
|
24984
|
-
"integrity": "sha512-
|
|
24899
|
+
"version": "7.8.5",
|
|
24900
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
24985
24901
|
"dev": true,
|
|
24986
24902
|
"license": "ISC",
|
|
24987
24903
|
"bin": {
|
|
@@ -25708,13 +25624,12 @@
|
|
|
25708
25624
|
"license": "MIT"
|
|
25709
25625
|
},
|
|
25710
25626
|
"node_modules/watchpack": {
|
|
25711
|
-
"version": "2.5.
|
|
25712
|
-
"integrity": "sha512-
|
|
25627
|
+
"version": "2.5.2",
|
|
25628
|
+
"integrity": "sha512-6i/00NBjP4yGPs+caKSyRfpTF/8Torsu0MOW3mMzIbhgISFder8i7xbqgHlLMwJrdiN8ndBV3UA1/AfzPSr+jg==",
|
|
25713
25629
|
"dev": true,
|
|
25714
25630
|
"license": "MIT",
|
|
25715
25631
|
"peer": true,
|
|
25716
25632
|
"dependencies": {
|
|
25717
|
-
"glob-to-regexp": "^0.4.1",
|
|
25718
25633
|
"graceful-fs": "^4.1.2"
|
|
25719
25634
|
},
|
|
25720
25635
|
"engines": {
|