@regulaforensics/document-reader 8.2.186-beta → 8.3.242-beta
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/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/android/src/main/java/com/regula/plugin/documentreader/Config.kt +4 -0
- package/android/src/main/java/com/regula/plugin/documentreader/Main.kt +6 -0
- package/examples/capacitor/README.md +10 -0
- package/examples/capacitor/index.html +2 -7
- package/examples/capacitor/index.tsx +39 -0
- package/examples/capacitor/package.json +3 -3
- package/examples/capacitor/scripts/setup.sh +4 -0
- package/examples/capacitor/src/extra/bt_device.tsx +7 -6
- package/examples/capacitor/src/extra/custom_rfid.tsx +29 -42
- package/examples/capacitor/src/main.css +4 -1
- package/examples/capacitor/src/main.html +1 -4
- package/examples/capacitor/src/main.tsx +85 -86
- package/examples/cordova/README.md +10 -0
- package/examples/cordova/config.xml +6 -2
- package/examples/cordova/package-lock.json +459 -1
- package/examples/cordova/package.json +5 -4
- package/examples/cordova/scripts/bundle.sh +4 -0
- package/examples/cordova/www/bootstrap.js +30 -0
- package/examples/cordova/www/images/portrait.png +0 -0
- package/examples/cordova/www/index.html +2 -17
- package/examples/cordova/www/index.js +30 -0
- package/examples/cordova/www/src/extra/bt_device.js +32 -0
- package/examples/cordova/www/src/extra/custom_rfid.js +60 -0
- package/examples/cordova/www/src/main.css +11 -7
- package/examples/cordova/www/src/main.html +7 -32
- package/examples/cordova/www/src/main.js +154 -31
- package/examples/ionic/README.md +10 -0
- package/examples/ionic/config.xml +11 -4
- package/examples/ionic/index.ts +41 -4
- package/examples/ionic/package-lock.json +1862 -1638
- package/examples/ionic/package.json +3 -6
- package/examples/ionic/src/extra/bt_device.ts +33 -0
- package/examples/ionic/src/extra/custom_rfid.ts +61 -0
- package/examples/ionic/src/images/portrait.png +0 -0
- package/examples/ionic/src/main.css +11 -7
- package/examples/ionic/src/main.html +36 -61
- package/examples/ionic/src/main.ts +158 -50
- package/examples/react_native/README.md +10 -0
- package/examples/react_native/app.config.ts +3 -1
- package/examples/react_native/images/portrait.png +0 -0
- package/examples/react_native/index.tsx +34 -6
- package/examples/react_native/package-lock.json +476 -421
- package/examples/react_native/package.json +10 -10
- package/examples/react_native/src/extra/bt_device.tsx +34 -0
- package/examples/react_native/src/extra/custom_rfid.tsx +62 -0
- package/examples/react_native/src/main.css +11 -7
- package/examples/react_native/src/main.html +7 -32
- package/examples/react_native/src/main.tsx +152 -27
- package/ios/RGLWConfig.m +4 -0
- package/ios/RGLWMain.m +10 -0
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/www/capacitor/index.js +32 -16
- package/www/capacitor/params/customization/Customization.js +7 -0
- package/www/capacitor/params/process_params/ProcessParams.js +7 -0
- package/www/capacitor/results/visual_results/FieldType.js +3 -1
- package/www/cordova.js +49 -17
- package/www/react-native/index.js +32 -16
- package/www/react-native/internal/bridge.js +1 -1
- package/www/react-native/params/customization/Customization.js +7 -0
- package/www/react-native/params/process_params/ProcessParams.js +7 -0
- package/www/react-native/results/visual_results/FieldType.js +3 -1
- package/www/types/index.d.ts +14 -8
- package/www/types/params/customization/Customization.d.ts +5 -0
- package/www/types/params/process_params/ProcessParams.d.ts +4 -0
- package/www/types/results/visual_results/FieldType.d.ts +5 -1
|
@@ -6,35 +6,26 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"name": "document-reader",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@react-native/metro-config": "0.79.
|
|
9
|
+
"@react-native/metro-config": "0.79.5",
|
|
10
10
|
"@regulaforensics/document-reader": "file:../api",
|
|
11
|
-
"@regulaforensics/document-reader-btdevice": "
|
|
12
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "
|
|
13
|
-
"@types/react": "19.1.
|
|
14
|
-
"expo": "53.0.
|
|
11
|
+
"@regulaforensics/document-reader-btdevice": "8.2.8-beta",
|
|
12
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "8.2.8-beta",
|
|
13
|
+
"@types/react": "19.1.8",
|
|
14
|
+
"expo": "53.0.20",
|
|
15
|
+
"expo-build-properties": "0.14.8",
|
|
15
16
|
"expo-custom-assets": "1.4.1",
|
|
16
|
-
"expo-dev-client": "5.
|
|
17
|
+
"expo-dev-client": "5.2.4",
|
|
17
18
|
"react": "19.1.0",
|
|
18
|
-
"react-native": "0.79.
|
|
19
|
+
"react-native": "0.79.5",
|
|
19
20
|
"react-native-fs": "2.20.0",
|
|
20
21
|
"react-native-image-picker": "8.2.1",
|
|
21
|
-
"react-native-webview": "13.
|
|
22
|
+
"react-native-webview": "13.15.0",
|
|
22
23
|
"typescript": "5.8.3"
|
|
23
24
|
}
|
|
24
25
|
},
|
|
25
26
|
"../api": {
|
|
26
27
|
"name": "@regulaforensics/document-reader",
|
|
27
|
-
"version": "8.
|
|
28
|
-
"license": "commercial"
|
|
29
|
-
},
|
|
30
|
-
"../btdevice": {
|
|
31
|
-
"name": "@regulaforensics/document-reader-btdevice",
|
|
32
|
-
"version": "7.7.6",
|
|
33
|
-
"license": "commercial"
|
|
34
|
-
},
|
|
35
|
-
"../core": {
|
|
36
|
-
"name": "@regulaforensics/document-reader-core-fullauthrfid",
|
|
37
|
-
"version": "7.7.5",
|
|
28
|
+
"version": "8.3.210",
|
|
38
29
|
"license": "commercial"
|
|
39
30
|
},
|
|
40
31
|
"node_modules/@0no-co/graphql.web": {
|
|
@@ -79,9 +70,9 @@
|
|
|
79
70
|
}
|
|
80
71
|
},
|
|
81
72
|
"node_modules/@babel/compat-data": {
|
|
82
|
-
"version": "7.
|
|
83
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
84
|
-
"integrity": "sha512-
|
|
73
|
+
"version": "7.28.0",
|
|
74
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz",
|
|
75
|
+
"integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
|
|
85
76
|
"license": "MIT",
|
|
86
77
|
"engines": {
|
|
87
78
|
"node": ">=6.9.0"
|
|
@@ -118,15 +109,15 @@
|
|
|
118
109
|
}
|
|
119
110
|
},
|
|
120
111
|
"node_modules/@babel/generator": {
|
|
121
|
-
"version": "7.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
123
|
-
"integrity": "sha512-
|
|
112
|
+
"version": "7.28.0",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz",
|
|
114
|
+
"integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
|
|
124
115
|
"license": "MIT",
|
|
125
116
|
"dependencies": {
|
|
126
|
-
"@babel/parser": "^7.
|
|
127
|
-
"@babel/types": "^7.
|
|
128
|
-
"@jridgewell/gen-mapping": "^0.3.
|
|
129
|
-
"@jridgewell/trace-mapping": "^0.3.
|
|
117
|
+
"@babel/parser": "^7.28.0",
|
|
118
|
+
"@babel/types": "^7.28.0",
|
|
119
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
120
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
130
121
|
"jsesc": "^3.0.2"
|
|
131
122
|
},
|
|
132
123
|
"engines": {
|
|
@@ -134,12 +125,12 @@
|
|
|
134
125
|
}
|
|
135
126
|
},
|
|
136
127
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
137
|
-
"version": "7.27.
|
|
138
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.
|
|
139
|
-
"integrity": "sha512-
|
|
128
|
+
"version": "7.27.3",
|
|
129
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
|
|
130
|
+
"integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
|
|
140
131
|
"license": "MIT",
|
|
141
132
|
"dependencies": {
|
|
142
|
-
"@babel/types": "^7.27.
|
|
133
|
+
"@babel/types": "^7.27.3"
|
|
143
134
|
},
|
|
144
135
|
"engines": {
|
|
145
136
|
"node": ">=6.9.0"
|
|
@@ -200,21 +191,30 @@
|
|
|
200
191
|
}
|
|
201
192
|
},
|
|
202
193
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
203
|
-
"version": "0.6.
|
|
204
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.
|
|
205
|
-
"integrity": "sha512-
|
|
194
|
+
"version": "0.6.5",
|
|
195
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
|
|
196
|
+
"integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
|
|
206
197
|
"license": "MIT",
|
|
207
198
|
"dependencies": {
|
|
208
|
-
"@babel/helper-compilation-targets": "^7.
|
|
209
|
-
"@babel/helper-plugin-utils": "^7.
|
|
210
|
-
"debug": "^4.
|
|
199
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
200
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
201
|
+
"debug": "^4.4.1",
|
|
211
202
|
"lodash.debounce": "^4.0.8",
|
|
212
|
-
"resolve": "^1.
|
|
203
|
+
"resolve": "^1.22.10"
|
|
213
204
|
},
|
|
214
205
|
"peerDependencies": {
|
|
215
206
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
216
207
|
}
|
|
217
208
|
},
|
|
209
|
+
"node_modules/@babel/helper-globals": {
|
|
210
|
+
"version": "7.28.0",
|
|
211
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
212
|
+
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
213
|
+
"license": "MIT",
|
|
214
|
+
"engines": {
|
|
215
|
+
"node": ">=6.9.0"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
218
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
219
219
|
"version": "7.27.1",
|
|
220
220
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
|
|
@@ -467,12 +467,12 @@
|
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
469
|
"node_modules/@babel/parser": {
|
|
470
|
-
"version": "7.
|
|
471
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
472
|
-
"integrity": "sha512-
|
|
470
|
+
"version": "7.28.0",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
472
|
+
"integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
473
473
|
"license": "MIT",
|
|
474
474
|
"dependencies": {
|
|
475
|
-
"@babel/types": "^7.
|
|
475
|
+
"@babel/types": "^7.28.0"
|
|
476
476
|
},
|
|
477
477
|
"bin": {
|
|
478
478
|
"parser": "bin/babel-parser.js"
|
|
@@ -482,9 +482,9 @@
|
|
|
482
482
|
}
|
|
483
483
|
},
|
|
484
484
|
"node_modules/@babel/plugin-proposal-decorators": {
|
|
485
|
-
"version": "7.
|
|
486
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.
|
|
487
|
-
"integrity": "sha512-
|
|
485
|
+
"version": "7.28.0",
|
|
486
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.28.0.tgz",
|
|
487
|
+
"integrity": "sha512-zOiZqvANjWDUaUS9xMxbMcK/Zccztbe/6ikvUXaG9nsPH3w6qh5UaPGAnirI/WhIbZ8m3OHU0ReyPrknG+ZKeg==",
|
|
488
488
|
"license": "MIT",
|
|
489
489
|
"dependencies": {
|
|
490
490
|
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
@@ -808,14 +808,14 @@
|
|
|
808
808
|
}
|
|
809
809
|
},
|
|
810
810
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
811
|
-
"version": "7.
|
|
812
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.
|
|
813
|
-
"integrity": "sha512-
|
|
811
|
+
"version": "7.28.0",
|
|
812
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
813
|
+
"integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
|
|
814
814
|
"license": "MIT",
|
|
815
815
|
"dependencies": {
|
|
816
816
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
817
817
|
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
818
|
-
"@babel/traverse": "^7.
|
|
818
|
+
"@babel/traverse": "^7.28.0"
|
|
819
819
|
},
|
|
820
820
|
"engines": {
|
|
821
821
|
"node": ">=6.9.0"
|
|
@@ -842,9 +842,9 @@
|
|
|
842
842
|
}
|
|
843
843
|
},
|
|
844
844
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
845
|
-
"version": "7.
|
|
846
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
|
847
|
-
"integrity": "sha512-
|
|
845
|
+
"version": "7.28.0",
|
|
846
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz",
|
|
847
|
+
"integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==",
|
|
848
848
|
"license": "MIT",
|
|
849
849
|
"dependencies": {
|
|
850
850
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -873,17 +873,17 @@
|
|
|
873
873
|
}
|
|
874
874
|
},
|
|
875
875
|
"node_modules/@babel/plugin-transform-classes": {
|
|
876
|
-
"version": "7.
|
|
877
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
|
878
|
-
"integrity": "sha512-
|
|
876
|
+
"version": "7.28.0",
|
|
877
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz",
|
|
878
|
+
"integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==",
|
|
879
879
|
"license": "MIT",
|
|
880
880
|
"dependencies": {
|
|
881
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
882
|
-
"@babel/helper-compilation-targets": "^7.27.
|
|
881
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
882
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
883
|
+
"@babel/helper-globals": "^7.28.0",
|
|
883
884
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
884
885
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
885
|
-
"@babel/traverse": "^7.
|
|
886
|
-
"globals": "^11.1.0"
|
|
886
|
+
"@babel/traverse": "^7.28.0"
|
|
887
887
|
},
|
|
888
888
|
"engines": {
|
|
889
889
|
"node": ">=6.9.0"
|
|
@@ -909,12 +909,13 @@
|
|
|
909
909
|
}
|
|
910
910
|
},
|
|
911
911
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
912
|
-
"version": "7.
|
|
913
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
|
914
|
-
"integrity": "sha512-
|
|
912
|
+
"version": "7.28.0",
|
|
913
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
|
|
914
|
+
"integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
|
|
915
915
|
"license": "MIT",
|
|
916
916
|
"dependencies": {
|
|
917
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
917
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
918
|
+
"@babel/traverse": "^7.28.0"
|
|
918
919
|
},
|
|
919
920
|
"engines": {
|
|
920
921
|
"node": ">=6.9.0"
|
|
@@ -1080,15 +1081,16 @@
|
|
|
1080
1081
|
}
|
|
1081
1082
|
},
|
|
1082
1083
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1083
|
-
"version": "7.
|
|
1084
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.
|
|
1085
|
-
"integrity": "sha512-
|
|
1084
|
+
"version": "7.28.0",
|
|
1085
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
|
|
1086
|
+
"integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
|
|
1086
1087
|
"license": "MIT",
|
|
1087
1088
|
"dependencies": {
|
|
1088
1089
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1089
1090
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1090
|
-
"@babel/plugin-transform-destructuring": "^7.
|
|
1091
|
-
"@babel/plugin-transform-parameters": "^7.27.
|
|
1091
|
+
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
1092
|
+
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1093
|
+
"@babel/traverse": "^7.28.0"
|
|
1092
1094
|
},
|
|
1093
1095
|
"engines": {
|
|
1094
1096
|
"node": ">=6.9.0"
|
|
@@ -1129,9 +1131,9 @@
|
|
|
1129
1131
|
}
|
|
1130
1132
|
},
|
|
1131
1133
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
1132
|
-
"version": "7.27.
|
|
1133
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.
|
|
1134
|
-
"integrity": "sha512-
|
|
1134
|
+
"version": "7.27.7",
|
|
1135
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
1136
|
+
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
1135
1137
|
"license": "MIT",
|
|
1136
1138
|
"dependencies": {
|
|
1137
1139
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1177,9 +1179,9 @@
|
|
|
1177
1179
|
}
|
|
1178
1180
|
},
|
|
1179
1181
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
1180
|
-
"version": "7.
|
|
1181
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
|
1182
|
-
"integrity": "sha512-
|
|
1182
|
+
"version": "7.28.0",
|
|
1183
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz",
|
|
1184
|
+
"integrity": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==",
|
|
1183
1185
|
"license": "MIT",
|
|
1184
1186
|
"dependencies": {
|
|
1185
1187
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1272,9 +1274,9 @@
|
|
|
1272
1274
|
}
|
|
1273
1275
|
},
|
|
1274
1276
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
1275
|
-
"version": "7.
|
|
1276
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
|
1277
|
-
"integrity": "sha512-
|
|
1277
|
+
"version": "7.28.1",
|
|
1278
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz",
|
|
1279
|
+
"integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==",
|
|
1278
1280
|
"license": "MIT",
|
|
1279
1281
|
"dependencies": {
|
|
1280
1282
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1287,16 +1289,16 @@
|
|
|
1287
1289
|
}
|
|
1288
1290
|
},
|
|
1289
1291
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
1290
|
-
"version": "7.
|
|
1291
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.
|
|
1292
|
-
"integrity": "sha512-
|
|
1292
|
+
"version": "7.28.0",
|
|
1293
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.0.tgz",
|
|
1294
|
+
"integrity": "sha512-dGopk9nZrtCs2+nfIem25UuHyt5moSJamArzIoh9/vezUQPmYDOzjaHDCkAzuGJibCIkPup8rMT2+wYB6S73cA==",
|
|
1293
1295
|
"license": "MIT",
|
|
1294
1296
|
"dependencies": {
|
|
1295
1297
|
"@babel/helper-module-imports": "^7.27.1",
|
|
1296
1298
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1297
|
-
"babel-plugin-polyfill-corejs2": "^0.4.
|
|
1298
|
-
"babel-plugin-polyfill-corejs3": "^0.
|
|
1299
|
-
"babel-plugin-polyfill-regenerator": "^0.6.
|
|
1299
|
+
"babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
1300
|
+
"babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
1301
|
+
"babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
1300
1302
|
"semver": "^6.3.1"
|
|
1301
1303
|
},
|
|
1302
1304
|
"engines": {
|
|
@@ -1353,12 +1355,12 @@
|
|
|
1353
1355
|
}
|
|
1354
1356
|
},
|
|
1355
1357
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
1356
|
-
"version": "7.
|
|
1357
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.
|
|
1358
|
-
"integrity": "sha512-
|
|
1358
|
+
"version": "7.28.0",
|
|
1359
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
|
|
1360
|
+
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
|
|
1359
1361
|
"license": "MIT",
|
|
1360
1362
|
"dependencies": {
|
|
1361
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
1363
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1362
1364
|
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
1363
1365
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1364
1366
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
@@ -1450,18 +1452,18 @@
|
|
|
1450
1452
|
}
|
|
1451
1453
|
},
|
|
1452
1454
|
"node_modules/@babel/traverse": {
|
|
1453
|
-
"version": "7.
|
|
1454
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
1455
|
-
"integrity": "sha512-
|
|
1455
|
+
"version": "7.28.0",
|
|
1456
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz",
|
|
1457
|
+
"integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
|
|
1456
1458
|
"license": "MIT",
|
|
1457
1459
|
"dependencies": {
|
|
1458
1460
|
"@babel/code-frame": "^7.27.1",
|
|
1459
|
-
"@babel/generator": "^7.
|
|
1460
|
-
"@babel/
|
|
1461
|
-
"@babel/
|
|
1462
|
-
"@babel/
|
|
1463
|
-
"
|
|
1464
|
-
"
|
|
1461
|
+
"@babel/generator": "^7.28.0",
|
|
1462
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1463
|
+
"@babel/parser": "^7.28.0",
|
|
1464
|
+
"@babel/template": "^7.27.2",
|
|
1465
|
+
"@babel/types": "^7.28.0",
|
|
1466
|
+
"debug": "^4.3.1"
|
|
1465
1467
|
},
|
|
1466
1468
|
"engines": {
|
|
1467
1469
|
"node": ">=6.9.0"
|
|
@@ -1487,9 +1489,9 @@
|
|
|
1487
1489
|
}
|
|
1488
1490
|
},
|
|
1489
1491
|
"node_modules/@babel/types": {
|
|
1490
|
-
"version": "7.
|
|
1491
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
1492
|
-
"integrity": "sha512
|
|
1492
|
+
"version": "7.28.2",
|
|
1493
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
1494
|
+
"integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
1493
1495
|
"license": "MIT",
|
|
1494
1496
|
"dependencies": {
|
|
1495
1497
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -1811,29 +1813,29 @@
|
|
|
1811
1813
|
}
|
|
1812
1814
|
},
|
|
1813
1815
|
"node_modules/@expo/cli": {
|
|
1814
|
-
"version": "0.24.
|
|
1815
|
-
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-0.24.
|
|
1816
|
-
"integrity": "sha512-
|
|
1816
|
+
"version": "0.24.20",
|
|
1817
|
+
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-0.24.20.tgz",
|
|
1818
|
+
"integrity": "sha512-uF1pOVcd+xizNtVTuZqNGzy7I6IJon5YMmQidsURds1Ww96AFDxrR/NEACqeATNAmY60m8wy1VZZpSg5zLNkpw==",
|
|
1817
1819
|
"license": "MIT",
|
|
1818
1820
|
"dependencies": {
|
|
1819
1821
|
"@0no-co/graphql.web": "^1.0.8",
|
|
1820
1822
|
"@babel/runtime": "^7.20.0",
|
|
1821
1823
|
"@expo/code-signing-certificates": "^0.0.5",
|
|
1822
|
-
"@expo/config": "~11.0.
|
|
1823
|
-
"@expo/config-plugins": "~10.
|
|
1824
|
+
"@expo/config": "~11.0.13",
|
|
1825
|
+
"@expo/config-plugins": "~10.1.2",
|
|
1824
1826
|
"@expo/devcert": "^1.1.2",
|
|
1825
|
-
"@expo/env": "~1.0.
|
|
1826
|
-
"@expo/image-utils": "^0.7.
|
|
1827
|
-
"@expo/json-file": "^9.1.
|
|
1828
|
-
"@expo/metro-config": "~0.20.
|
|
1829
|
-
"@expo/osascript": "^2.2.
|
|
1830
|
-
"@expo/package-manager": "^1.8.
|
|
1831
|
-
"@expo/plist": "^0.3.
|
|
1832
|
-
"@expo/prebuild-config": "^9.0.
|
|
1827
|
+
"@expo/env": "~1.0.7",
|
|
1828
|
+
"@expo/image-utils": "^0.7.6",
|
|
1829
|
+
"@expo/json-file": "^9.1.5",
|
|
1830
|
+
"@expo/metro-config": "~0.20.17",
|
|
1831
|
+
"@expo/osascript": "^2.2.5",
|
|
1832
|
+
"@expo/package-manager": "^1.8.6",
|
|
1833
|
+
"@expo/plist": "^0.3.5",
|
|
1834
|
+
"@expo/prebuild-config": "^9.0.11",
|
|
1833
1835
|
"@expo/spawn-async": "^1.7.2",
|
|
1834
1836
|
"@expo/ws-tunnel": "^1.0.1",
|
|
1835
1837
|
"@expo/xcpretty": "^4.3.0",
|
|
1836
|
-
"@react-native/dev-middleware": "0.79.
|
|
1838
|
+
"@react-native/dev-middleware": "0.79.5",
|
|
1837
1839
|
"@urql/core": "^5.0.6",
|
|
1838
1840
|
"@urql/exchange-retry": "^1.3.0",
|
|
1839
1841
|
"accepts": "^1.3.8",
|
|
@@ -1848,7 +1850,7 @@
|
|
|
1848
1850
|
"debug": "^4.3.4",
|
|
1849
1851
|
"env-editor": "^0.4.1",
|
|
1850
1852
|
"freeport-async": "^2.0.0",
|
|
1851
|
-
"getenv": "^
|
|
1853
|
+
"getenv": "^2.0.0",
|
|
1852
1854
|
"glob": "^10.4.2",
|
|
1853
1855
|
"lan-network": "^0.1.6",
|
|
1854
1856
|
"minimatch": "^9.0.0",
|
|
@@ -1925,17 +1927,17 @@
|
|
|
1925
1927
|
}
|
|
1926
1928
|
},
|
|
1927
1929
|
"node_modules/@expo/config": {
|
|
1928
|
-
"version": "11.0.
|
|
1929
|
-
"resolved": "https://registry.npmjs.org/@expo/config/-/config-11.0.
|
|
1930
|
-
"integrity": "sha512-
|
|
1930
|
+
"version": "11.0.13",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/@expo/config/-/config-11.0.13.tgz",
|
|
1932
|
+
"integrity": "sha512-TnGb4u/zUZetpav9sx/3fWK71oCPaOjZHoVED9NaEncktAd0Eonhq5NUghiJmkUGt3gGSjRAEBXiBbbY9/B1LA==",
|
|
1931
1933
|
"license": "MIT",
|
|
1932
1934
|
"dependencies": {
|
|
1933
1935
|
"@babel/code-frame": "~7.10.4",
|
|
1934
|
-
"@expo/config-plugins": "~10.
|
|
1935
|
-
"@expo/config-types": "^53.0.
|
|
1936
|
-
"@expo/json-file": "^9.1.
|
|
1936
|
+
"@expo/config-plugins": "~10.1.2",
|
|
1937
|
+
"@expo/config-types": "^53.0.5",
|
|
1938
|
+
"@expo/json-file": "^9.1.5",
|
|
1937
1939
|
"deepmerge": "^4.3.1",
|
|
1938
|
-
"getenv": "^
|
|
1940
|
+
"getenv": "^2.0.0",
|
|
1939
1941
|
"glob": "^10.4.2",
|
|
1940
1942
|
"require-from-string": "^2.0.2",
|
|
1941
1943
|
"resolve-from": "^5.0.0",
|
|
@@ -1946,18 +1948,18 @@
|
|
|
1946
1948
|
}
|
|
1947
1949
|
},
|
|
1948
1950
|
"node_modules/@expo/config-plugins": {
|
|
1949
|
-
"version": "10.
|
|
1950
|
-
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-10.
|
|
1951
|
-
"integrity": "sha512-
|
|
1951
|
+
"version": "10.1.2",
|
|
1952
|
+
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-10.1.2.tgz",
|
|
1953
|
+
"integrity": "sha512-IMYCxBOcnuFStuK0Ay+FzEIBKrwW8OVUMc65+v0+i7YFIIe8aL342l7T4F8lR4oCfhXn7d6M5QPgXvjtc/gAcw==",
|
|
1952
1954
|
"license": "MIT",
|
|
1953
1955
|
"dependencies": {
|
|
1954
|
-
"@expo/config-types": "^53.0.
|
|
1955
|
-
"@expo/json-file": "~9.1.
|
|
1956
|
-
"@expo/plist": "^0.3.
|
|
1956
|
+
"@expo/config-types": "^53.0.5",
|
|
1957
|
+
"@expo/json-file": "~9.1.5",
|
|
1958
|
+
"@expo/plist": "^0.3.5",
|
|
1957
1959
|
"@expo/sdk-runtime-versions": "^1.0.0",
|
|
1958
1960
|
"chalk": "^4.1.2",
|
|
1959
1961
|
"debug": "^4.3.5",
|
|
1960
|
-
"getenv": "^
|
|
1962
|
+
"getenv": "^2.0.0",
|
|
1961
1963
|
"glob": "^10.4.2",
|
|
1962
1964
|
"resolve-from": "^5.0.0",
|
|
1963
1965
|
"semver": "^7.5.4",
|
|
@@ -2000,9 +2002,9 @@
|
|
|
2000
2002
|
}
|
|
2001
2003
|
},
|
|
2002
2004
|
"node_modules/@expo/config-types": {
|
|
2003
|
-
"version": "53.0.
|
|
2004
|
-
"resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-53.0.
|
|
2005
|
-
"integrity": "sha512-
|
|
2005
|
+
"version": "53.0.5",
|
|
2006
|
+
"resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-53.0.5.tgz",
|
|
2007
|
+
"integrity": "sha512-kqZ0w44E+HEGBjy+Lpyn0BVL5UANg/tmNixxaRMLS6nf37YsDrLk2VMAmeKMMk5CKG0NmOdVv3ngeUjRQMsy9g==",
|
|
2006
2008
|
"license": "MIT"
|
|
2007
2009
|
},
|
|
2008
2010
|
"node_modules/@expo/config/node_modules/@babel/code-frame": {
|
|
@@ -2087,22 +2089,22 @@
|
|
|
2087
2089
|
}
|
|
2088
2090
|
},
|
|
2089
2091
|
"node_modules/@expo/env": {
|
|
2090
|
-
"version": "1.0.
|
|
2091
|
-
"resolved": "https://registry.npmjs.org/@expo/env/-/env-1.0.
|
|
2092
|
-
"integrity": "sha512-
|
|
2092
|
+
"version": "1.0.7",
|
|
2093
|
+
"resolved": "https://registry.npmjs.org/@expo/env/-/env-1.0.7.tgz",
|
|
2094
|
+
"integrity": "sha512-qSTEnwvuYJ3umapO9XJtrb1fAqiPlmUUg78N0IZXXGwQRt+bkp0OBls+Y5Mxw/Owj8waAM0Z3huKKskRADR5ow==",
|
|
2093
2095
|
"license": "MIT",
|
|
2094
2096
|
"dependencies": {
|
|
2095
2097
|
"chalk": "^4.0.0",
|
|
2096
2098
|
"debug": "^4.3.4",
|
|
2097
2099
|
"dotenv": "~16.4.5",
|
|
2098
2100
|
"dotenv-expand": "~11.0.6",
|
|
2099
|
-
"getenv": "^
|
|
2101
|
+
"getenv": "^2.0.0"
|
|
2100
2102
|
}
|
|
2101
2103
|
},
|
|
2102
2104
|
"node_modules/@expo/fingerprint": {
|
|
2103
|
-
"version": "0.
|
|
2104
|
-
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.
|
|
2105
|
-
"integrity": "sha512-
|
|
2105
|
+
"version": "0.13.4",
|
|
2106
|
+
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.13.4.tgz",
|
|
2107
|
+
"integrity": "sha512-MYfPYBTMfrrNr07DALuLhG6EaLVNVrY/PXjEzsjWdWE4ZFn0yqI0IdHNkJG7t1gePT8iztHc7qnsx+oo/rDo6w==",
|
|
2106
2108
|
"license": "MIT",
|
|
2107
2109
|
"dependencies": {
|
|
2108
2110
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -2110,7 +2112,9 @@
|
|
|
2110
2112
|
"chalk": "^4.1.2",
|
|
2111
2113
|
"debug": "^4.3.4",
|
|
2112
2114
|
"find-up": "^5.0.0",
|
|
2113
|
-
"getenv": "^
|
|
2115
|
+
"getenv": "^2.0.0",
|
|
2116
|
+
"glob": "^10.4.2",
|
|
2117
|
+
"ignore": "^5.3.1",
|
|
2114
2118
|
"minimatch": "^9.0.0",
|
|
2115
2119
|
"p-limit": "^3.1.0",
|
|
2116
2120
|
"resolve-from": "^5.0.0",
|
|
@@ -2120,6 +2124,26 @@
|
|
|
2120
2124
|
"fingerprint": "bin/cli.js"
|
|
2121
2125
|
}
|
|
2122
2126
|
},
|
|
2127
|
+
"node_modules/@expo/fingerprint/node_modules/glob": {
|
|
2128
|
+
"version": "10.4.5",
|
|
2129
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
|
2130
|
+
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
2131
|
+
"license": "ISC",
|
|
2132
|
+
"dependencies": {
|
|
2133
|
+
"foreground-child": "^3.1.0",
|
|
2134
|
+
"jackspeak": "^3.1.2",
|
|
2135
|
+
"minimatch": "^9.0.4",
|
|
2136
|
+
"minipass": "^7.1.2",
|
|
2137
|
+
"package-json-from-dist": "^1.0.0",
|
|
2138
|
+
"path-scurry": "^1.11.1"
|
|
2139
|
+
},
|
|
2140
|
+
"bin": {
|
|
2141
|
+
"glob": "dist/esm/bin.mjs"
|
|
2142
|
+
},
|
|
2143
|
+
"funding": {
|
|
2144
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2123
2147
|
"node_modules/@expo/fingerprint/node_modules/semver": {
|
|
2124
2148
|
"version": "7.7.2",
|
|
2125
2149
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
@@ -2133,14 +2157,14 @@
|
|
|
2133
2157
|
}
|
|
2134
2158
|
},
|
|
2135
2159
|
"node_modules/@expo/image-utils": {
|
|
2136
|
-
"version": "0.7.
|
|
2137
|
-
"resolved": "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.7.
|
|
2138
|
-
"integrity": "sha512-
|
|
2160
|
+
"version": "0.7.6",
|
|
2161
|
+
"resolved": "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.7.6.tgz",
|
|
2162
|
+
"integrity": "sha512-GKnMqC79+mo/1AFrmAcUcGfbsXXTRqOMNS1umebuevl3aaw+ztsYEFEiuNhHZW7PQ3Xs3URNT513ZxKhznDscw==",
|
|
2139
2163
|
"license": "MIT",
|
|
2140
2164
|
"dependencies": {
|
|
2141
2165
|
"@expo/spawn-async": "^1.7.2",
|
|
2142
2166
|
"chalk": "^4.0.0",
|
|
2143
|
-
"getenv": "^
|
|
2167
|
+
"getenv": "^2.0.0",
|
|
2144
2168
|
"jimp-compact": "0.16.1",
|
|
2145
2169
|
"parse-png": "^2.1.0",
|
|
2146
2170
|
"resolve-from": "^5.0.0",
|
|
@@ -2162,9 +2186,9 @@
|
|
|
2162
2186
|
}
|
|
2163
2187
|
},
|
|
2164
2188
|
"node_modules/@expo/json-file": {
|
|
2165
|
-
"version": "9.1.
|
|
2166
|
-
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-9.1.
|
|
2167
|
-
"integrity": "sha512-
|
|
2189
|
+
"version": "9.1.5",
|
|
2190
|
+
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-9.1.5.tgz",
|
|
2191
|
+
"integrity": "sha512-prWBhLUlmcQtvN6Y7BpW2k9zXGd3ySa3R6rAguMJkp1z22nunLN64KYTUWfijFlprFoxm9r2VNnGkcbndAlgKA==",
|
|
2168
2192
|
"license": "MIT",
|
|
2169
2193
|
"dependencies": {
|
|
2170
2194
|
"@babel/code-frame": "~7.10.4",
|
|
@@ -2181,24 +2205,24 @@
|
|
|
2181
2205
|
}
|
|
2182
2206
|
},
|
|
2183
2207
|
"node_modules/@expo/metro-config": {
|
|
2184
|
-
"version": "0.20.
|
|
2185
|
-
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.20.
|
|
2186
|
-
"integrity": "sha512-
|
|
2208
|
+
"version": "0.20.17",
|
|
2209
|
+
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.20.17.tgz",
|
|
2210
|
+
"integrity": "sha512-lpntF2UZn5bTwrPK6guUv00Xv3X9mkN3YYla+IhEHiYXWyG7WKOtDU0U4KR8h3ubkZ6SPH3snDyRyAzMsWtZFA==",
|
|
2187
2211
|
"license": "MIT",
|
|
2188
2212
|
"dependencies": {
|
|
2189
2213
|
"@babel/core": "^7.20.0",
|
|
2190
2214
|
"@babel/generator": "^7.20.5",
|
|
2191
2215
|
"@babel/parser": "^7.20.0",
|
|
2192
2216
|
"@babel/types": "^7.20.0",
|
|
2193
|
-
"@expo/config": "~11.0.
|
|
2194
|
-
"@expo/env": "~1.0.
|
|
2195
|
-
"@expo/json-file": "~9.1.
|
|
2217
|
+
"@expo/config": "~11.0.12",
|
|
2218
|
+
"@expo/env": "~1.0.7",
|
|
2219
|
+
"@expo/json-file": "~9.1.5",
|
|
2196
2220
|
"@expo/spawn-async": "^1.7.2",
|
|
2197
2221
|
"chalk": "^4.1.0",
|
|
2198
2222
|
"debug": "^4.3.2",
|
|
2199
2223
|
"dotenv": "~16.4.5",
|
|
2200
2224
|
"dotenv-expand": "~11.0.6",
|
|
2201
|
-
"getenv": "^
|
|
2225
|
+
"getenv": "^2.0.0",
|
|
2202
2226
|
"glob": "^10.4.2",
|
|
2203
2227
|
"jsc-safe-url": "^0.2.4",
|
|
2204
2228
|
"lightningcss": "~1.27.0",
|
|
@@ -2228,9 +2252,9 @@
|
|
|
2228
2252
|
}
|
|
2229
2253
|
},
|
|
2230
2254
|
"node_modules/@expo/osascript": {
|
|
2231
|
-
"version": "2.2.
|
|
2232
|
-
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.2.
|
|
2233
|
-
"integrity": "sha512-
|
|
2255
|
+
"version": "2.2.5",
|
|
2256
|
+
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.2.5.tgz",
|
|
2257
|
+
"integrity": "sha512-Bpp/n5rZ0UmpBOnl7Li3LtM7la0AR3H9NNesqL+ytW5UiqV/TbonYW3rDZY38u4u/lG7TnYflVIVQPD+iqZJ5w==",
|
|
2234
2258
|
"license": "MIT",
|
|
2235
2259
|
"dependencies": {
|
|
2236
2260
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -2241,12 +2265,12 @@
|
|
|
2241
2265
|
}
|
|
2242
2266
|
},
|
|
2243
2267
|
"node_modules/@expo/package-manager": {
|
|
2244
|
-
"version": "1.8.
|
|
2245
|
-
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.8.
|
|
2246
|
-
"integrity": "sha512-
|
|
2268
|
+
"version": "1.8.6",
|
|
2269
|
+
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.8.6.tgz",
|
|
2270
|
+
"integrity": "sha512-gcdICLuL+nHKZagPIDC5tX8UoDDB8vNA5/+SaQEqz8D+T2C4KrEJc2Vi1gPAlDnKif834QS6YluHWyxjk0yZlQ==",
|
|
2247
2271
|
"license": "MIT",
|
|
2248
2272
|
"dependencies": {
|
|
2249
|
-
"@expo/json-file": "^9.1.
|
|
2273
|
+
"@expo/json-file": "^9.1.5",
|
|
2250
2274
|
"@expo/spawn-async": "^1.7.2",
|
|
2251
2275
|
"chalk": "^4.0.0",
|
|
2252
2276
|
"npm-package-arg": "^11.0.0",
|
|
@@ -2255,9 +2279,9 @@
|
|
|
2255
2279
|
}
|
|
2256
2280
|
},
|
|
2257
2281
|
"node_modules/@expo/plist": {
|
|
2258
|
-
"version": "0.3.
|
|
2259
|
-
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.3.
|
|
2260
|
-
"integrity": "sha512-
|
|
2282
|
+
"version": "0.3.5",
|
|
2283
|
+
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.3.5.tgz",
|
|
2284
|
+
"integrity": "sha512-9RYVU1iGyCJ7vWfg3e7c/NVyMFs8wbl+dMWZphtFtsqyN9zppGREU3ctlD3i8KUE0sCUTVnLjCWr+VeUIDep2g==",
|
|
2261
2285
|
"license": "MIT",
|
|
2262
2286
|
"dependencies": {
|
|
2263
2287
|
"@xmldom/xmldom": "^0.8.8",
|
|
@@ -2266,17 +2290,17 @@
|
|
|
2266
2290
|
}
|
|
2267
2291
|
},
|
|
2268
2292
|
"node_modules/@expo/prebuild-config": {
|
|
2269
|
-
"version": "9.0.
|
|
2270
|
-
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-9.0.
|
|
2271
|
-
"integrity": "sha512-
|
|
2293
|
+
"version": "9.0.11",
|
|
2294
|
+
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-9.0.11.tgz",
|
|
2295
|
+
"integrity": "sha512-0DsxhhixRbCCvmYskBTq8czsU0YOBsntYURhWPNpkl0IPVpeP9haE5W4OwtHGzXEbmHdzaoDwNmVcWjS/mqbDw==",
|
|
2272
2296
|
"license": "MIT",
|
|
2273
2297
|
"dependencies": {
|
|
2274
|
-
"@expo/config": "~11.0.
|
|
2275
|
-
"@expo/config-plugins": "~10.
|
|
2276
|
-
"@expo/config-types": "^53.0.
|
|
2277
|
-
"@expo/image-utils": "^0.7.
|
|
2278
|
-
"@expo/json-file": "^9.1.
|
|
2279
|
-
"@react-native/normalize-colors": "0.79.
|
|
2298
|
+
"@expo/config": "~11.0.13",
|
|
2299
|
+
"@expo/config-plugins": "~10.1.2",
|
|
2300
|
+
"@expo/config-types": "^53.0.5",
|
|
2301
|
+
"@expo/image-utils": "^0.7.6",
|
|
2302
|
+
"@expo/json-file": "^9.1.5",
|
|
2303
|
+
"@react-native/normalize-colors": "0.79.5",
|
|
2280
2304
|
"debug": "^4.3.1",
|
|
2281
2305
|
"resolve-from": "^5.0.0",
|
|
2282
2306
|
"semver": "^7.6.0",
|
|
@@ -2685,17 +2709,13 @@
|
|
|
2685
2709
|
}
|
|
2686
2710
|
},
|
|
2687
2711
|
"node_modules/@jridgewell/gen-mapping": {
|
|
2688
|
-
"version": "0.3.
|
|
2689
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.
|
|
2690
|
-
"integrity": "sha512-
|
|
2712
|
+
"version": "0.3.12",
|
|
2713
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
|
|
2714
|
+
"integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
|
|
2691
2715
|
"license": "MIT",
|
|
2692
2716
|
"dependencies": {
|
|
2693
|
-
"@jridgewell/
|
|
2694
|
-
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
2717
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
2695
2718
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
2696
|
-
},
|
|
2697
|
-
"engines": {
|
|
2698
|
-
"node": ">=6.0.0"
|
|
2699
2719
|
}
|
|
2700
2720
|
},
|
|
2701
2721
|
"node_modules/@jridgewell/resolve-uri": {
|
|
@@ -2707,15 +2727,6 @@
|
|
|
2707
2727
|
"node": ">=6.0.0"
|
|
2708
2728
|
}
|
|
2709
2729
|
},
|
|
2710
|
-
"node_modules/@jridgewell/set-array": {
|
|
2711
|
-
"version": "1.2.1",
|
|
2712
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
|
|
2713
|
-
"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
|
|
2714
|
-
"license": "MIT",
|
|
2715
|
-
"engines": {
|
|
2716
|
-
"node": ">=6.0.0"
|
|
2717
|
-
}
|
|
2718
|
-
},
|
|
2719
2730
|
"node_modules/@jridgewell/source-map": {
|
|
2720
2731
|
"version": "0.3.6",
|
|
2721
2732
|
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
|
|
@@ -2733,9 +2744,9 @@
|
|
|
2733
2744
|
"license": "MIT"
|
|
2734
2745
|
},
|
|
2735
2746
|
"node_modules/@jridgewell/trace-mapping": {
|
|
2736
|
-
"version": "0.3.
|
|
2737
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
2738
|
-
"integrity": "sha512-
|
|
2747
|
+
"version": "0.3.29",
|
|
2748
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
|
|
2749
|
+
"integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
|
|
2739
2750
|
"license": "MIT",
|
|
2740
2751
|
"dependencies": {
|
|
2741
2752
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
@@ -2906,31 +2917,31 @@
|
|
|
2906
2917
|
}
|
|
2907
2918
|
},
|
|
2908
2919
|
"node_modules/@react-native/assets-registry": {
|
|
2909
|
-
"version": "0.79.
|
|
2910
|
-
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.79.
|
|
2911
|
-
"integrity": "sha512-
|
|
2920
|
+
"version": "0.79.5",
|
|
2921
|
+
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.79.5.tgz",
|
|
2922
|
+
"integrity": "sha512-N4Kt1cKxO5zgM/BLiyzuuDNquZPiIgfktEQ6TqJ/4nKA8zr4e8KJgU6Tb2eleihDO4E24HmkvGc73naybKRz/w==",
|
|
2912
2923
|
"license": "MIT",
|
|
2913
2924
|
"engines": {
|
|
2914
2925
|
"node": ">=18"
|
|
2915
2926
|
}
|
|
2916
2927
|
},
|
|
2917
2928
|
"node_modules/@react-native/babel-plugin-codegen": {
|
|
2918
|
-
"version": "0.79.
|
|
2919
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.
|
|
2920
|
-
"integrity": "sha512-
|
|
2929
|
+
"version": "0.79.5",
|
|
2930
|
+
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.5.tgz",
|
|
2931
|
+
"integrity": "sha512-Rt/imdfqXihD/sn0xnV4flxxb1aLLjPtMF1QleQjEhJsTUPpH4TFlfOpoCvsrXoDl4OIcB1k4FVM24Ez92zf5w==",
|
|
2921
2932
|
"license": "MIT",
|
|
2922
2933
|
"dependencies": {
|
|
2923
2934
|
"@babel/traverse": "^7.25.3",
|
|
2924
|
-
"@react-native/codegen": "0.79.
|
|
2935
|
+
"@react-native/codegen": "0.79.5"
|
|
2925
2936
|
},
|
|
2926
2937
|
"engines": {
|
|
2927
2938
|
"node": ">=18"
|
|
2928
2939
|
}
|
|
2929
2940
|
},
|
|
2930
2941
|
"node_modules/@react-native/babel-preset": {
|
|
2931
|
-
"version": "0.79.
|
|
2932
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.79.
|
|
2933
|
-
"integrity": "sha512
|
|
2942
|
+
"version": "0.79.5",
|
|
2943
|
+
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.79.5.tgz",
|
|
2944
|
+
"integrity": "sha512-GDUYIWslMLbdJHEgKNfrOzXk8EDKxKzbwmBXUugoiSlr6TyepVZsj3GZDLEFarOcTwH1EXXHJsixihk8DCRQDA==",
|
|
2934
2945
|
"license": "MIT",
|
|
2935
2946
|
"dependencies": {
|
|
2936
2947
|
"@babel/core": "^7.25.2",
|
|
@@ -2974,7 +2985,7 @@
|
|
|
2974
2985
|
"@babel/plugin-transform-typescript": "^7.25.2",
|
|
2975
2986
|
"@babel/plugin-transform-unicode-regex": "^7.24.7",
|
|
2976
2987
|
"@babel/template": "^7.25.0",
|
|
2977
|
-
"@react-native/babel-plugin-codegen": "0.79.
|
|
2988
|
+
"@react-native/babel-plugin-codegen": "0.79.5",
|
|
2978
2989
|
"babel-plugin-syntax-hermes-parser": "0.25.1",
|
|
2979
2990
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
2980
2991
|
"react-refresh": "^0.14.0"
|
|
@@ -2987,9 +2998,9 @@
|
|
|
2987
2998
|
}
|
|
2988
2999
|
},
|
|
2989
3000
|
"node_modules/@react-native/codegen": {
|
|
2990
|
-
"version": "0.79.
|
|
2991
|
-
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.79.
|
|
2992
|
-
"integrity": "sha512-
|
|
3001
|
+
"version": "0.79.5",
|
|
3002
|
+
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.79.5.tgz",
|
|
3003
|
+
"integrity": "sha512-FO5U1R525A1IFpJjy+KVznEinAgcs3u7IbnbRJUG9IH/MBXi2lEU2LtN+JarJ81MCfW4V2p0pg6t/3RGHFRrlQ==",
|
|
2993
3004
|
"license": "MIT",
|
|
2994
3005
|
"dependencies": {
|
|
2995
3006
|
"glob": "^7.1.1",
|
|
@@ -3005,13 +3016,28 @@
|
|
|
3005
3016
|
"@babel/core": "*"
|
|
3006
3017
|
}
|
|
3007
3018
|
},
|
|
3019
|
+
"node_modules/@react-native/codegen/node_modules/hermes-estree": {
|
|
3020
|
+
"version": "0.25.1",
|
|
3021
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
|
|
3022
|
+
"integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
|
|
3023
|
+
"license": "MIT"
|
|
3024
|
+
},
|
|
3025
|
+
"node_modules/@react-native/codegen/node_modules/hermes-parser": {
|
|
3026
|
+
"version": "0.25.1",
|
|
3027
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
|
|
3028
|
+
"integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
|
|
3029
|
+
"license": "MIT",
|
|
3030
|
+
"dependencies": {
|
|
3031
|
+
"hermes-estree": "0.25.1"
|
|
3032
|
+
}
|
|
3033
|
+
},
|
|
3008
3034
|
"node_modules/@react-native/community-cli-plugin": {
|
|
3009
|
-
"version": "0.79.
|
|
3010
|
-
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.79.
|
|
3011
|
-
"integrity": "sha512-
|
|
3035
|
+
"version": "0.79.5",
|
|
3036
|
+
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.79.5.tgz",
|
|
3037
|
+
"integrity": "sha512-ApLO1ARS8JnQglqS3JAHk0jrvB+zNW3dvNJyXPZPoygBpZVbf8sjvqeBiaEYpn8ETbFWddebC4HoQelDndnrrA==",
|
|
3012
3038
|
"license": "MIT",
|
|
3013
3039
|
"dependencies": {
|
|
3014
|
-
"@react-native/dev-middleware": "0.79.
|
|
3040
|
+
"@react-native/dev-middleware": "0.79.5",
|
|
3015
3041
|
"chalk": "^4.0.0",
|
|
3016
3042
|
"debug": "^2.2.0",
|
|
3017
3043
|
"invariant": "^2.2.4",
|
|
@@ -3060,22 +3086,22 @@
|
|
|
3060
3086
|
}
|
|
3061
3087
|
},
|
|
3062
3088
|
"node_modules/@react-native/debugger-frontend": {
|
|
3063
|
-
"version": "0.79.
|
|
3064
|
-
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.79.
|
|
3065
|
-
"integrity": "sha512-
|
|
3089
|
+
"version": "0.79.5",
|
|
3090
|
+
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.79.5.tgz",
|
|
3091
|
+
"integrity": "sha512-WQ49TRpCwhgUYo5/n+6GGykXmnumpOkl4Lr2l2o2buWU9qPOwoiBqJAtmWEXsAug4ciw3eLiVfthn5ufs0VB0A==",
|
|
3066
3092
|
"license": "BSD-3-Clause",
|
|
3067
3093
|
"engines": {
|
|
3068
3094
|
"node": ">=18"
|
|
3069
3095
|
}
|
|
3070
3096
|
},
|
|
3071
3097
|
"node_modules/@react-native/dev-middleware": {
|
|
3072
|
-
"version": "0.79.
|
|
3073
|
-
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.79.
|
|
3074
|
-
"integrity": "sha512-
|
|
3098
|
+
"version": "0.79.5",
|
|
3099
|
+
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.79.5.tgz",
|
|
3100
|
+
"integrity": "sha512-U7r9M/SEktOCP/0uS6jXMHmYjj4ESfYCkNAenBjFjjsRWekiHE+U/vRMeO+fG9gq4UCcBAUISClkQCowlftYBw==",
|
|
3075
3101
|
"license": "MIT",
|
|
3076
3102
|
"dependencies": {
|
|
3077
3103
|
"@isaacs/ttlcache": "^1.4.1",
|
|
3078
|
-
"@react-native/debugger-frontend": "0.79.
|
|
3104
|
+
"@react-native/debugger-frontend": "0.79.5",
|
|
3079
3105
|
"chrome-launcher": "^0.15.2",
|
|
3080
3106
|
"chromium-edge-launcher": "^0.2.0",
|
|
3081
3107
|
"connect": "^3.6.5",
|
|
@@ -3115,31 +3141,31 @@
|
|
|
3115
3141
|
}
|
|
3116
3142
|
},
|
|
3117
3143
|
"node_modules/@react-native/gradle-plugin": {
|
|
3118
|
-
"version": "0.79.
|
|
3119
|
-
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.79.
|
|
3120
|
-
"integrity": "sha512-
|
|
3144
|
+
"version": "0.79.5",
|
|
3145
|
+
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.79.5.tgz",
|
|
3146
|
+
"integrity": "sha512-K3QhfFNKiWKF3HsCZCEoWwJPSMcPJQaeqOmzFP4RL8L3nkpgUwn74PfSCcKHxooVpS6bMvJFQOz7ggUZtNVT+A==",
|
|
3121
3147
|
"license": "MIT",
|
|
3122
3148
|
"engines": {
|
|
3123
3149
|
"node": ">=18"
|
|
3124
3150
|
}
|
|
3125
3151
|
},
|
|
3126
3152
|
"node_modules/@react-native/js-polyfills": {
|
|
3127
|
-
"version": "0.79.
|
|
3128
|
-
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.79.
|
|
3129
|
-
"integrity": "sha512-
|
|
3153
|
+
"version": "0.79.5",
|
|
3154
|
+
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.79.5.tgz",
|
|
3155
|
+
"integrity": "sha512-a2wsFlIhvd9ZqCD5KPRsbCQmbZi6KxhRN++jrqG0FUTEV5vY7MvjjUqDILwJd2ZBZsf7uiDuClCcKqA+EEdbvw==",
|
|
3130
3156
|
"license": "MIT",
|
|
3131
3157
|
"engines": {
|
|
3132
3158
|
"node": ">=18"
|
|
3133
3159
|
}
|
|
3134
3160
|
},
|
|
3135
3161
|
"node_modules/@react-native/metro-babel-transformer": {
|
|
3136
|
-
"version": "0.79.
|
|
3137
|
-
"resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.79.
|
|
3138
|
-
"integrity": "sha512-
|
|
3162
|
+
"version": "0.79.5",
|
|
3163
|
+
"resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.79.5.tgz",
|
|
3164
|
+
"integrity": "sha512-83Kmlwyg+XKvXXGH6agxiQdEwXKJuaGco2KPPmHSFp/jxKan+HFYZOKTmmxRM7ysULuafsuDYLcyicYeGAJ2rQ==",
|
|
3139
3165
|
"license": "MIT",
|
|
3140
3166
|
"dependencies": {
|
|
3141
3167
|
"@babel/core": "^7.25.2",
|
|
3142
|
-
"@react-native/babel-preset": "0.79.
|
|
3168
|
+
"@react-native/babel-preset": "0.79.5",
|
|
3143
3169
|
"hermes-parser": "0.25.1",
|
|
3144
3170
|
"nullthrows": "^1.1.1"
|
|
3145
3171
|
},
|
|
@@ -3150,14 +3176,29 @@
|
|
|
3150
3176
|
"@babel/core": "*"
|
|
3151
3177
|
}
|
|
3152
3178
|
},
|
|
3179
|
+
"node_modules/@react-native/metro-babel-transformer/node_modules/hermes-estree": {
|
|
3180
|
+
"version": "0.25.1",
|
|
3181
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
|
|
3182
|
+
"integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
|
|
3183
|
+
"license": "MIT"
|
|
3184
|
+
},
|
|
3185
|
+
"node_modules/@react-native/metro-babel-transformer/node_modules/hermes-parser": {
|
|
3186
|
+
"version": "0.25.1",
|
|
3187
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
|
|
3188
|
+
"integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
|
|
3189
|
+
"license": "MIT",
|
|
3190
|
+
"dependencies": {
|
|
3191
|
+
"hermes-estree": "0.25.1"
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
3153
3194
|
"node_modules/@react-native/metro-config": {
|
|
3154
|
-
"version": "0.79.
|
|
3155
|
-
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.79.
|
|
3156
|
-
"integrity": "sha512-
|
|
3195
|
+
"version": "0.79.5",
|
|
3196
|
+
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.79.5.tgz",
|
|
3197
|
+
"integrity": "sha512-XH4gnyl+UWs1KM6/fmXqTXd4P0CQUI5C203v9iIvsdLm2AGAdv9ju/jo0QMJSbA7FE1Mz4j0r5skmrlN4SbamA==",
|
|
3157
3198
|
"license": "MIT",
|
|
3158
3199
|
"dependencies": {
|
|
3159
|
-
"@react-native/js-polyfills": "0.79.
|
|
3160
|
-
"@react-native/metro-babel-transformer": "0.79.
|
|
3200
|
+
"@react-native/js-polyfills": "0.79.5",
|
|
3201
|
+
"@react-native/metro-babel-transformer": "0.79.5",
|
|
3161
3202
|
"metro-config": "^0.82.0",
|
|
3162
3203
|
"metro-runtime": "^0.82.0"
|
|
3163
3204
|
},
|
|
@@ -3166,15 +3207,15 @@
|
|
|
3166
3207
|
}
|
|
3167
3208
|
},
|
|
3168
3209
|
"node_modules/@react-native/normalize-colors": {
|
|
3169
|
-
"version": "0.79.
|
|
3170
|
-
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.79.
|
|
3171
|
-
"integrity": "sha512
|
|
3210
|
+
"version": "0.79.5",
|
|
3211
|
+
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.79.5.tgz",
|
|
3212
|
+
"integrity": "sha512-nGXMNMclZgzLUxijQQ38Dm3IAEhgxuySAWQHnljFtfB0JdaMwpe0Ox9H7Tp2OgrEA+EMEv+Od9ElKlHwGKmmvQ==",
|
|
3172
3213
|
"license": "MIT"
|
|
3173
3214
|
},
|
|
3174
3215
|
"node_modules/@react-native/virtualized-lists": {
|
|
3175
|
-
"version": "0.79.
|
|
3176
|
-
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.79.
|
|
3177
|
-
"integrity": "sha512-
|
|
3216
|
+
"version": "0.79.5",
|
|
3217
|
+
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.79.5.tgz",
|
|
3218
|
+
"integrity": "sha512-EUPM2rfGNO4cbI3olAbhPkIt3q7MapwCwAJBzUfWlZ/pu0PRNOnMQ1IvaXTf3TpeozXV52K1OdprLEI/kI5eUA==",
|
|
3178
3219
|
"license": "MIT",
|
|
3179
3220
|
"dependencies": {
|
|
3180
3221
|
"invariant": "^2.2.4",
|
|
@@ -3199,12 +3240,16 @@
|
|
|
3199
3240
|
"link": true
|
|
3200
3241
|
},
|
|
3201
3242
|
"node_modules/@regulaforensics/document-reader-btdevice": {
|
|
3202
|
-
"
|
|
3203
|
-
"
|
|
3243
|
+
"version": "8.2.8-beta",
|
|
3244
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-btdevice/-/document-reader-btdevice-8.2.8-beta.tgz",
|
|
3245
|
+
"integrity": "sha512-uUj5EVMzCbPPgd+uCYq1Zo2wCunYjw+6OjhEruka0I1q0MLeaB6gfQCQrm0bZYwM60pU/o/fQI2g5SvjyFg1qw==",
|
|
3246
|
+
"license": "commercial"
|
|
3204
3247
|
},
|
|
3205
3248
|
"node_modules/@regulaforensics/document-reader-core-fullauthrfid": {
|
|
3206
|
-
"
|
|
3207
|
-
"
|
|
3249
|
+
"version": "8.2.8-beta",
|
|
3250
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-core-fullauthrfid/-/document-reader-core-fullauthrfid-8.2.8-beta.tgz",
|
|
3251
|
+
"integrity": "sha512-VG1+1HEGfXieYDUEL/R5c0TD87eN3BnEfZiUTFAYsuJ0HCYQAYyfDj+JgZxS8GaItBwUdSraYD/lxszikK6rFw==",
|
|
3252
|
+
"license": "commercial"
|
|
3208
3253
|
},
|
|
3209
3254
|
"node_modules/@sinclair/typebox": {
|
|
3210
3255
|
"version": "0.27.8",
|
|
@@ -3314,9 +3359,9 @@
|
|
|
3314
3359
|
}
|
|
3315
3360
|
},
|
|
3316
3361
|
"node_modules/@types/react": {
|
|
3317
|
-
"version": "19.1.
|
|
3318
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.
|
|
3319
|
-
"integrity": "sha512-
|
|
3362
|
+
"version": "19.1.8",
|
|
3363
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz",
|
|
3364
|
+
"integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==",
|
|
3320
3365
|
"license": "MIT",
|
|
3321
3366
|
"dependencies": {
|
|
3322
3367
|
"csstype": "^3.0.2"
|
|
@@ -3344,22 +3389,22 @@
|
|
|
3344
3389
|
"license": "MIT"
|
|
3345
3390
|
},
|
|
3346
3391
|
"node_modules/@urql/core": {
|
|
3347
|
-
"version": "5.
|
|
3348
|
-
"resolved": "https://registry.npmjs.org/@urql/core/-/core-5.
|
|
3349
|
-
"integrity": "sha512
|
|
3392
|
+
"version": "5.2.0",
|
|
3393
|
+
"resolved": "https://registry.npmjs.org/@urql/core/-/core-5.2.0.tgz",
|
|
3394
|
+
"integrity": "sha512-/n0ieD0mvvDnVAXEQgX/7qJiVcvYvNkOHeBvkwtylfjydar123caCXcl58PXFY11oU1oquJocVXHxLAbtv4x1A==",
|
|
3350
3395
|
"license": "MIT",
|
|
3351
3396
|
"dependencies": {
|
|
3352
|
-
"@0no-co/graphql.web": "^1.0.
|
|
3397
|
+
"@0no-co/graphql.web": "^1.0.13",
|
|
3353
3398
|
"wonka": "^6.3.2"
|
|
3354
3399
|
}
|
|
3355
3400
|
},
|
|
3356
3401
|
"node_modules/@urql/exchange-retry": {
|
|
3357
|
-
"version": "1.3.
|
|
3358
|
-
"resolved": "https://registry.npmjs.org/@urql/exchange-retry/-/exchange-retry-1.3.
|
|
3359
|
-
"integrity": "sha512-
|
|
3402
|
+
"version": "1.3.2",
|
|
3403
|
+
"resolved": "https://registry.npmjs.org/@urql/exchange-retry/-/exchange-retry-1.3.2.tgz",
|
|
3404
|
+
"integrity": "sha512-TQMCz2pFJMfpNxmSfX1VSfTjwUIFx/mL+p1bnfM1xjjdla7Z+KnGMW/EhFbpckp3LyWAH4PgOsMwOMnIN+MBFg==",
|
|
3360
3405
|
"license": "MIT",
|
|
3361
3406
|
"dependencies": {
|
|
3362
|
-
"@urql/core": "^5.1.
|
|
3407
|
+
"@urql/core": "^5.1.2",
|
|
3363
3408
|
"wonka": "^6.3.2"
|
|
3364
3409
|
},
|
|
3365
3410
|
"peerDependencies": {
|
|
@@ -3620,13 +3665,13 @@
|
|
|
3620
3665
|
}
|
|
3621
3666
|
},
|
|
3622
3667
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
3623
|
-
"version": "0.4.
|
|
3624
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
|
3625
|
-
"integrity": "sha512-
|
|
3668
|
+
"version": "0.4.14",
|
|
3669
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
|
|
3670
|
+
"integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
|
|
3626
3671
|
"license": "MIT",
|
|
3627
3672
|
"dependencies": {
|
|
3628
|
-
"@babel/compat-data": "^7.
|
|
3629
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
3673
|
+
"@babel/compat-data": "^7.27.7",
|
|
3674
|
+
"@babel/helper-define-polyfill-provider": "^0.6.5",
|
|
3630
3675
|
"semver": "^6.3.1"
|
|
3631
3676
|
},
|
|
3632
3677
|
"peerDependencies": {
|
|
@@ -3634,25 +3679,25 @@
|
|
|
3634
3679
|
}
|
|
3635
3680
|
},
|
|
3636
3681
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
3637
|
-
"version": "0.
|
|
3638
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.
|
|
3639
|
-
"integrity": "sha512-
|
|
3682
|
+
"version": "0.13.0",
|
|
3683
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
|
|
3684
|
+
"integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
|
|
3640
3685
|
"license": "MIT",
|
|
3641
3686
|
"dependencies": {
|
|
3642
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
3643
|
-
"core-js-compat": "^3.
|
|
3687
|
+
"@babel/helper-define-polyfill-provider": "^0.6.5",
|
|
3688
|
+
"core-js-compat": "^3.43.0"
|
|
3644
3689
|
},
|
|
3645
3690
|
"peerDependencies": {
|
|
3646
3691
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
3647
3692
|
}
|
|
3648
3693
|
},
|
|
3649
3694
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
3650
|
-
"version": "0.6.
|
|
3651
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.
|
|
3652
|
-
"integrity": "sha512-
|
|
3695
|
+
"version": "0.6.5",
|
|
3696
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
|
|
3697
|
+
"integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
|
|
3653
3698
|
"license": "MIT",
|
|
3654
3699
|
"dependencies": {
|
|
3655
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
3700
|
+
"@babel/helper-define-polyfill-provider": "^0.6.5"
|
|
3656
3701
|
},
|
|
3657
3702
|
"peerDependencies": {
|
|
3658
3703
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -3673,6 +3718,21 @@
|
|
|
3673
3718
|
"hermes-parser": "0.25.1"
|
|
3674
3719
|
}
|
|
3675
3720
|
},
|
|
3721
|
+
"node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-estree": {
|
|
3722
|
+
"version": "0.25.1",
|
|
3723
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
|
|
3724
|
+
"integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
|
|
3725
|
+
"license": "MIT"
|
|
3726
|
+
},
|
|
3727
|
+
"node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-parser": {
|
|
3728
|
+
"version": "0.25.1",
|
|
3729
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
|
|
3730
|
+
"integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
|
|
3731
|
+
"license": "MIT",
|
|
3732
|
+
"dependencies": {
|
|
3733
|
+
"hermes-estree": "0.25.1"
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3676
3736
|
"node_modules/babel-plugin-transform-flow-enums": {
|
|
3677
3737
|
"version": "0.0.2",
|
|
3678
3738
|
"resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz",
|
|
@@ -3709,9 +3769,9 @@
|
|
|
3709
3769
|
}
|
|
3710
3770
|
},
|
|
3711
3771
|
"node_modules/babel-preset-expo": {
|
|
3712
|
-
"version": "13.
|
|
3713
|
-
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-13.
|
|
3714
|
-
"integrity": "sha512-
|
|
3772
|
+
"version": "13.2.3",
|
|
3773
|
+
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-13.2.3.tgz",
|
|
3774
|
+
"integrity": "sha512-wQJn92lqj8GKR7Ojg/aW4+GkqI6ZdDNTDyOqhhl7A9bAqk6t0ukUOWLDXQb4p0qKJjMDV1F6gNWasI2KUbuVTQ==",
|
|
3715
3775
|
"license": "MIT",
|
|
3716
3776
|
"dependencies": {
|
|
3717
3777
|
"@babel/helper-module-imports": "^7.25.9",
|
|
@@ -3728,7 +3788,7 @@
|
|
|
3728
3788
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
3729
3789
|
"@babel/preset-react": "^7.22.15",
|
|
3730
3790
|
"@babel/preset-typescript": "^7.23.0",
|
|
3731
|
-
"@react-native/babel-preset": "0.79.
|
|
3791
|
+
"@react-native/babel-preset": "0.79.5",
|
|
3732
3792
|
"babel-plugin-react-native-web": "~0.19.13",
|
|
3733
3793
|
"babel-plugin-syntax-hermes-parser": "^0.25.1",
|
|
3734
3794
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
@@ -3864,9 +3924,9 @@
|
|
|
3864
3924
|
}
|
|
3865
3925
|
},
|
|
3866
3926
|
"node_modules/brace-expansion": {
|
|
3867
|
-
"version": "2.0.
|
|
3868
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
3869
|
-
"integrity": "sha512-
|
|
3927
|
+
"version": "2.0.2",
|
|
3928
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
3929
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
3870
3930
|
"license": "MIT",
|
|
3871
3931
|
"dependencies": {
|
|
3872
3932
|
"balanced-match": "^1.0.0"
|
|
@@ -3885,9 +3945,9 @@
|
|
|
3885
3945
|
}
|
|
3886
3946
|
},
|
|
3887
3947
|
"node_modules/browserslist": {
|
|
3888
|
-
"version": "4.
|
|
3889
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
3890
|
-
"integrity": "sha512-
|
|
3948
|
+
"version": "4.25.1",
|
|
3949
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz",
|
|
3950
|
+
"integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==",
|
|
3891
3951
|
"funding": [
|
|
3892
3952
|
{
|
|
3893
3953
|
"type": "opencollective",
|
|
@@ -3904,8 +3964,8 @@
|
|
|
3904
3964
|
],
|
|
3905
3965
|
"license": "MIT",
|
|
3906
3966
|
"dependencies": {
|
|
3907
|
-
"caniuse-lite": "^1.0.
|
|
3908
|
-
"electron-to-chromium": "^1.5.
|
|
3967
|
+
"caniuse-lite": "^1.0.30001726",
|
|
3968
|
+
"electron-to-chromium": "^1.5.173",
|
|
3909
3969
|
"node-releases": "^2.0.19",
|
|
3910
3970
|
"update-browserslist-db": "^1.1.3"
|
|
3911
3971
|
},
|
|
@@ -4010,9 +4070,9 @@
|
|
|
4010
4070
|
}
|
|
4011
4071
|
},
|
|
4012
4072
|
"node_modules/caniuse-lite": {
|
|
4013
|
-
"version": "1.0.
|
|
4014
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4015
|
-
"integrity": "sha512-
|
|
4073
|
+
"version": "1.0.30001727",
|
|
4074
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz",
|
|
4075
|
+
"integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==",
|
|
4016
4076
|
"funding": [
|
|
4017
4077
|
{
|
|
4018
4078
|
"type": "opencollective",
|
|
@@ -4194,16 +4254,16 @@
|
|
|
4194
4254
|
}
|
|
4195
4255
|
},
|
|
4196
4256
|
"node_modules/compression": {
|
|
4197
|
-
"version": "1.8.
|
|
4198
|
-
"resolved": "https://registry.npmjs.org/compression/-/compression-1.8.
|
|
4199
|
-
"integrity": "sha512-
|
|
4257
|
+
"version": "1.8.1",
|
|
4258
|
+
"resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz",
|
|
4259
|
+
"integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
|
|
4200
4260
|
"license": "MIT",
|
|
4201
4261
|
"dependencies": {
|
|
4202
4262
|
"bytes": "3.1.2",
|
|
4203
4263
|
"compressible": "~2.0.18",
|
|
4204
4264
|
"debug": "2.6.9",
|
|
4205
4265
|
"negotiator": "~0.6.4",
|
|
4206
|
-
"on-headers": "~1.0
|
|
4266
|
+
"on-headers": "~1.1.0",
|
|
4207
4267
|
"safe-buffer": "5.2.1",
|
|
4208
4268
|
"vary": "~1.1.2"
|
|
4209
4269
|
},
|
|
@@ -4278,12 +4338,12 @@
|
|
|
4278
4338
|
"license": "MIT"
|
|
4279
4339
|
},
|
|
4280
4340
|
"node_modules/core-js-compat": {
|
|
4281
|
-
"version": "3.
|
|
4282
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
4283
|
-
"integrity": "sha512-
|
|
4341
|
+
"version": "3.44.0",
|
|
4342
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.44.0.tgz",
|
|
4343
|
+
"integrity": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==",
|
|
4284
4344
|
"license": "MIT",
|
|
4285
4345
|
"dependencies": {
|
|
4286
|
-
"browserslist": "^4.
|
|
4346
|
+
"browserslist": "^4.25.1"
|
|
4287
4347
|
},
|
|
4288
4348
|
"funding": {
|
|
4289
4349
|
"type": "opencollective",
|
|
@@ -4357,9 +4417,9 @@
|
|
|
4357
4417
|
"license": "MIT"
|
|
4358
4418
|
},
|
|
4359
4419
|
"node_modules/debug": {
|
|
4360
|
-
"version": "4.4.
|
|
4361
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.
|
|
4362
|
-
"integrity": "sha512-
|
|
4420
|
+
"version": "4.4.1",
|
|
4421
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
|
4422
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
4363
4423
|
"license": "MIT",
|
|
4364
4424
|
"dependencies": {
|
|
4365
4425
|
"ms": "^2.1.3"
|
|
@@ -4504,9 +4564,9 @@
|
|
|
4504
4564
|
"license": "MIT"
|
|
4505
4565
|
},
|
|
4506
4566
|
"node_modules/electron-to-chromium": {
|
|
4507
|
-
"version": "1.5.
|
|
4508
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
4509
|
-
"integrity": "sha512-
|
|
4567
|
+
"version": "1.5.191",
|
|
4568
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.191.tgz",
|
|
4569
|
+
"integrity": "sha512-xcwe9ELcuxYLUFqZZxL19Z6HVKcvNkIwhbHUz7L3us6u12yR+7uY89dSl570f/IqNthx8dAw3tojG7i4Ni4tDA==",
|
|
4510
4570
|
"license": "ISC"
|
|
4511
4571
|
},
|
|
4512
4572
|
"node_modules/emoji-regex": {
|
|
@@ -4629,26 +4689,26 @@
|
|
|
4629
4689
|
"license": "MIT"
|
|
4630
4690
|
},
|
|
4631
4691
|
"node_modules/expo": {
|
|
4632
|
-
"version": "53.0.
|
|
4633
|
-
"resolved": "https://registry.npmjs.org/expo/-/expo-53.0.
|
|
4634
|
-
"integrity": "sha512-
|
|
4692
|
+
"version": "53.0.20",
|
|
4693
|
+
"resolved": "https://registry.npmjs.org/expo/-/expo-53.0.20.tgz",
|
|
4694
|
+
"integrity": "sha512-Nh+HIywVy9KxT/LtH08QcXqrxtUOA9BZhsXn3KCsAYA+kNb80M8VKN8/jfQF+I6CgeKyFKJoPNsWgI0y0VBGrA==",
|
|
4635
4695
|
"license": "MIT",
|
|
4636
4696
|
"dependencies": {
|
|
4637
4697
|
"@babel/runtime": "^7.20.0",
|
|
4638
|
-
"@expo/cli": "0.24.
|
|
4639
|
-
"@expo/config": "~11.0.
|
|
4640
|
-
"@expo/config-plugins": "~10.
|
|
4641
|
-
"@expo/fingerprint": "0.
|
|
4642
|
-
"@expo/metro-config": "0.20.
|
|
4698
|
+
"@expo/cli": "0.24.20",
|
|
4699
|
+
"@expo/config": "~11.0.13",
|
|
4700
|
+
"@expo/config-plugins": "~10.1.2",
|
|
4701
|
+
"@expo/fingerprint": "0.13.4",
|
|
4702
|
+
"@expo/metro-config": "0.20.17",
|
|
4643
4703
|
"@expo/vector-icons": "^14.0.0",
|
|
4644
|
-
"babel-preset-expo": "~13.
|
|
4645
|
-
"expo-asset": "~11.1.
|
|
4646
|
-
"expo-constants": "~17.1.
|
|
4647
|
-
"expo-file-system": "~18.1.
|
|
4648
|
-
"expo-font": "~13.3.
|
|
4704
|
+
"babel-preset-expo": "~13.2.3",
|
|
4705
|
+
"expo-asset": "~11.1.7",
|
|
4706
|
+
"expo-constants": "~17.1.7",
|
|
4707
|
+
"expo-file-system": "~18.1.11",
|
|
4708
|
+
"expo-font": "~13.3.2",
|
|
4649
4709
|
"expo-keep-awake": "~14.1.4",
|
|
4650
|
-
"expo-modules-autolinking": "2.1.
|
|
4651
|
-
"expo-modules-core": "2.
|
|
4710
|
+
"expo-modules-autolinking": "2.1.14",
|
|
4711
|
+
"expo-modules-core": "2.5.0",
|
|
4652
4712
|
"react-native-edge-to-edge": "1.6.0",
|
|
4653
4713
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
4654
4714
|
},
|
|
@@ -4677,13 +4737,13 @@
|
|
|
4677
4737
|
}
|
|
4678
4738
|
},
|
|
4679
4739
|
"node_modules/expo-asset": {
|
|
4680
|
-
"version": "11.1.
|
|
4681
|
-
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-11.1.
|
|
4682
|
-
"integrity": "sha512-
|
|
4740
|
+
"version": "11.1.7",
|
|
4741
|
+
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-11.1.7.tgz",
|
|
4742
|
+
"integrity": "sha512-b5P8GpjUh08fRCf6m5XPVAh7ra42cQrHBIMgH2UXP+xsj4Wufl6pLy6jRF5w6U7DranUMbsXm8TOyq4EHy7ADg==",
|
|
4683
4743
|
"license": "MIT",
|
|
4684
4744
|
"dependencies": {
|
|
4685
|
-
"@expo/image-utils": "^0.7.
|
|
4686
|
-
"expo-constants": "~17.1.
|
|
4745
|
+
"@expo/image-utils": "^0.7.6",
|
|
4746
|
+
"expo-constants": "~17.1.7"
|
|
4687
4747
|
},
|
|
4688
4748
|
"peerDependencies": {
|
|
4689
4749
|
"expo": "*",
|
|
@@ -4691,14 +4751,39 @@
|
|
|
4691
4751
|
"react-native": "*"
|
|
4692
4752
|
}
|
|
4693
4753
|
},
|
|
4754
|
+
"node_modules/expo-build-properties": {
|
|
4755
|
+
"version": "0.14.8",
|
|
4756
|
+
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.14.8.tgz",
|
|
4757
|
+
"integrity": "sha512-GTFNZc5HaCS9RmCi6HspCe2+isleuOWt2jh7UEKHTDQ9tdvzkIoWc7U6bQO9lH3Mefk4/BcCUZD/utl7b1wdqw==",
|
|
4758
|
+
"license": "MIT",
|
|
4759
|
+
"dependencies": {
|
|
4760
|
+
"ajv": "^8.11.0",
|
|
4761
|
+
"semver": "^7.6.0"
|
|
4762
|
+
},
|
|
4763
|
+
"peerDependencies": {
|
|
4764
|
+
"expo": "*"
|
|
4765
|
+
}
|
|
4766
|
+
},
|
|
4767
|
+
"node_modules/expo-build-properties/node_modules/semver": {
|
|
4768
|
+
"version": "7.7.2",
|
|
4769
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
4770
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
4771
|
+
"license": "ISC",
|
|
4772
|
+
"bin": {
|
|
4773
|
+
"semver": "bin/semver.js"
|
|
4774
|
+
},
|
|
4775
|
+
"engines": {
|
|
4776
|
+
"node": ">=10"
|
|
4777
|
+
}
|
|
4778
|
+
},
|
|
4694
4779
|
"node_modules/expo-constants": {
|
|
4695
|
-
"version": "17.1.
|
|
4696
|
-
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-17.1.
|
|
4697
|
-
"integrity": "sha512-
|
|
4780
|
+
"version": "17.1.7",
|
|
4781
|
+
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-17.1.7.tgz",
|
|
4782
|
+
"integrity": "sha512-byBjGsJ6T6FrLlhOBxw4EaiMXrZEn/MlUYIj/JAd+FS7ll5X/S4qVRbIimSJtdW47hXMq0zxPfJX6njtA56hHA==",
|
|
4698
4783
|
"license": "MIT",
|
|
4699
4784
|
"dependencies": {
|
|
4700
|
-
"@expo/config": "~11.0.
|
|
4701
|
-
"@expo/env": "~1.0.
|
|
4785
|
+
"@expo/config": "~11.0.12",
|
|
4786
|
+
"@expo/env": "~1.0.7"
|
|
4702
4787
|
},
|
|
4703
4788
|
"peerDependencies": {
|
|
4704
4789
|
"expo": "*",
|
|
@@ -4718,15 +4803,15 @@
|
|
|
4718
4803
|
}
|
|
4719
4804
|
},
|
|
4720
4805
|
"node_modules/expo-dev-client": {
|
|
4721
|
-
"version": "5.
|
|
4722
|
-
"resolved": "https://registry.npmjs.org/expo-dev-client/-/expo-dev-client-5.
|
|
4723
|
-
"integrity": "sha512-
|
|
4806
|
+
"version": "5.2.4",
|
|
4807
|
+
"resolved": "https://registry.npmjs.org/expo-dev-client/-/expo-dev-client-5.2.4.tgz",
|
|
4808
|
+
"integrity": "sha512-s/N/nK5LPo0QZJpV4aPijxyrzV4O49S3dN8D2fljqrX2WwFZzWwFO6dX1elPbTmddxumdcpczsdUPY+Ms8g43g==",
|
|
4724
4809
|
"license": "MIT",
|
|
4725
4810
|
"dependencies": {
|
|
4726
|
-
"expo-dev-launcher": "5.1.
|
|
4727
|
-
"expo-dev-menu": "6.1.
|
|
4811
|
+
"expo-dev-launcher": "5.1.16",
|
|
4812
|
+
"expo-dev-menu": "6.1.14",
|
|
4728
4813
|
"expo-dev-menu-interface": "1.10.0",
|
|
4729
|
-
"expo-manifests": "~0.16.
|
|
4814
|
+
"expo-manifests": "~0.16.6",
|
|
4730
4815
|
"expo-updates-interface": "~1.1.0"
|
|
4731
4816
|
},
|
|
4732
4817
|
"peerDependencies": {
|
|
@@ -4734,14 +4819,14 @@
|
|
|
4734
4819
|
}
|
|
4735
4820
|
},
|
|
4736
4821
|
"node_modules/expo-dev-launcher": {
|
|
4737
|
-
"version": "5.1.
|
|
4738
|
-
"resolved": "https://registry.npmjs.org/expo-dev-launcher/-/expo-dev-launcher-5.1.
|
|
4739
|
-
"integrity": "sha512-
|
|
4822
|
+
"version": "5.1.16",
|
|
4823
|
+
"resolved": "https://registry.npmjs.org/expo-dev-launcher/-/expo-dev-launcher-5.1.16.tgz",
|
|
4824
|
+
"integrity": "sha512-tbCske9pvbozaEblyxoyo/97D6od9Ma4yAuyUnXtRET1CKAPKYS+c4fiZ+I3B4qtpZwN3JNFUjG3oateN0y6Hg==",
|
|
4740
4825
|
"license": "MIT",
|
|
4741
4826
|
"dependencies": {
|
|
4742
4827
|
"ajv": "8.11.0",
|
|
4743
|
-
"expo-dev-menu": "6.1.
|
|
4744
|
-
"expo-manifests": "~0.16.
|
|
4828
|
+
"expo-dev-menu": "6.1.14",
|
|
4829
|
+
"expo-manifests": "~0.16.6",
|
|
4745
4830
|
"resolve-from": "^5.0.0"
|
|
4746
4831
|
},
|
|
4747
4832
|
"peerDependencies": {
|
|
@@ -4749,9 +4834,9 @@
|
|
|
4749
4834
|
}
|
|
4750
4835
|
},
|
|
4751
4836
|
"node_modules/expo-dev-menu": {
|
|
4752
|
-
"version": "6.1.
|
|
4753
|
-
"resolved": "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-6.1.
|
|
4754
|
-
"integrity": "sha512-
|
|
4837
|
+
"version": "6.1.14",
|
|
4838
|
+
"resolved": "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-6.1.14.tgz",
|
|
4839
|
+
"integrity": "sha512-yonNMg2GHJZtuisVowdl1iQjZfYP85r1D1IO+ar9D9zlrBPBJhq2XEju52jd1rDmDkmDuEhBSbPNhzIcsBNiPg==",
|
|
4755
4840
|
"license": "MIT",
|
|
4756
4841
|
"dependencies": {
|
|
4757
4842
|
"expo-dev-menu-interface": "1.10.0"
|
|
@@ -4770,9 +4855,9 @@
|
|
|
4770
4855
|
}
|
|
4771
4856
|
},
|
|
4772
4857
|
"node_modules/expo-file-system": {
|
|
4773
|
-
"version": "18.1.
|
|
4774
|
-
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-18.1.
|
|
4775
|
-
"integrity": "sha512-
|
|
4858
|
+
"version": "18.1.11",
|
|
4859
|
+
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-18.1.11.tgz",
|
|
4860
|
+
"integrity": "sha512-HJw/m0nVOKeqeRjPjGdvm+zBi5/NxcdPf8M8P3G2JFvH5Z8vBWqVDic2O58jnT1OFEy0XXzoH9UqFu7cHg9DTQ==",
|
|
4776
4861
|
"license": "MIT",
|
|
4777
4862
|
"peerDependencies": {
|
|
4778
4863
|
"expo": "*",
|
|
@@ -4780,9 +4865,9 @@
|
|
|
4780
4865
|
}
|
|
4781
4866
|
},
|
|
4782
4867
|
"node_modules/expo-font": {
|
|
4783
|
-
"version": "13.3.
|
|
4784
|
-
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-13.3.
|
|
4785
|
-
"integrity": "sha512-
|
|
4868
|
+
"version": "13.3.2",
|
|
4869
|
+
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-13.3.2.tgz",
|
|
4870
|
+
"integrity": "sha512-wUlMdpqURmQ/CNKK/+BIHkDA5nGjMqNlYmW0pJFXY/KE/OG80Qcavdu2sHsL4efAIiNGvYdBS10WztuQYU4X0A==",
|
|
4786
4871
|
"license": "MIT",
|
|
4787
4872
|
"dependencies": {
|
|
4788
4873
|
"fontfaceobserver": "^2.1.0"
|
|
@@ -4809,12 +4894,12 @@
|
|
|
4809
4894
|
}
|
|
4810
4895
|
},
|
|
4811
4896
|
"node_modules/expo-manifests": {
|
|
4812
|
-
"version": "0.16.
|
|
4813
|
-
"resolved": "https://registry.npmjs.org/expo-manifests/-/expo-manifests-0.16.
|
|
4814
|
-
"integrity": "sha512-
|
|
4897
|
+
"version": "0.16.6",
|
|
4898
|
+
"resolved": "https://registry.npmjs.org/expo-manifests/-/expo-manifests-0.16.6.tgz",
|
|
4899
|
+
"integrity": "sha512-1A+do6/mLUWF9xd3uCrlXr9QFDbjbfqAYmUy8UDLOjof1lMrOhyeC4Yi6WexA/A8dhZEpIxSMCKfn7G4aHAh4w==",
|
|
4815
4900
|
"license": "MIT",
|
|
4816
4901
|
"dependencies": {
|
|
4817
|
-
"@expo/config": "~11.0.
|
|
4902
|
+
"@expo/config": "~11.0.12",
|
|
4818
4903
|
"expo-json-utils": "~0.15.0"
|
|
4819
4904
|
},
|
|
4820
4905
|
"peerDependencies": {
|
|
@@ -4822,9 +4907,9 @@
|
|
|
4822
4907
|
}
|
|
4823
4908
|
},
|
|
4824
4909
|
"node_modules/expo-modules-autolinking": {
|
|
4825
|
-
"version": "2.1.
|
|
4826
|
-
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-2.1.
|
|
4827
|
-
"integrity": "sha512-
|
|
4910
|
+
"version": "2.1.14",
|
|
4911
|
+
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-2.1.14.tgz",
|
|
4912
|
+
"integrity": "sha512-nT5ERXwc+0ZT/pozDoJjYZyUQu5RnXMk9jDGm5lg+PiKvsrCTSA/2/eftJGMxLkTjVI2MXp5WjSz3JRjbA7UXA==",
|
|
4828
4913
|
"license": "MIT",
|
|
4829
4914
|
"dependencies": {
|
|
4830
4915
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -4860,9 +4945,9 @@
|
|
|
4860
4945
|
}
|
|
4861
4946
|
},
|
|
4862
4947
|
"node_modules/expo-modules-core": {
|
|
4863
|
-
"version": "2.
|
|
4864
|
-
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-2.
|
|
4865
|
-
"integrity": "sha512-
|
|
4948
|
+
"version": "2.5.0",
|
|
4949
|
+
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-2.5.0.tgz",
|
|
4950
|
+
"integrity": "sha512-aIbQxZE2vdCKsolQUl6Q9Farlf8tjh/ROR4hfN1qT7QBGPl1XrJGnaOKkcgYaGrlzCPg/7IBe0Np67GzKMZKKQ==",
|
|
4866
4951
|
"license": "MIT",
|
|
4867
4952
|
"dependencies": {
|
|
4868
4953
|
"invariant": "^2.2.4"
|
|
@@ -5139,9 +5224,9 @@
|
|
|
5139
5224
|
}
|
|
5140
5225
|
},
|
|
5141
5226
|
"node_modules/getenv": {
|
|
5142
|
-
"version": "
|
|
5143
|
-
"resolved": "https://registry.npmjs.org/getenv/-/getenv-
|
|
5144
|
-
"integrity": "sha512-
|
|
5227
|
+
"version": "2.0.0",
|
|
5228
|
+
"resolved": "https://registry.npmjs.org/getenv/-/getenv-2.0.0.tgz",
|
|
5229
|
+
"integrity": "sha512-VilgtJj/ALgGY77fiLam5iD336eSWi96Q15JSAG1zi8NRBysm3LXKdGnHb4m5cuyxvOLQQKWpBZAT6ni4FI2iQ==",
|
|
5145
5230
|
"license": "MIT",
|
|
5146
5231
|
"engines": {
|
|
5147
5232
|
"node": ">=6"
|
|
@@ -5181,9 +5266,9 @@
|
|
|
5181
5266
|
}
|
|
5182
5267
|
},
|
|
5183
5268
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
5184
|
-
"version": "1.1.
|
|
5185
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
5186
|
-
"integrity": "sha512-
|
|
5269
|
+
"version": "1.1.12",
|
|
5270
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
5271
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
5187
5272
|
"license": "MIT",
|
|
5188
5273
|
"dependencies": {
|
|
5189
5274
|
"balanced-match": "^1.0.0",
|
|
@@ -5259,18 +5344,18 @@
|
|
|
5259
5344
|
}
|
|
5260
5345
|
},
|
|
5261
5346
|
"node_modules/hermes-estree": {
|
|
5262
|
-
"version": "0.
|
|
5263
|
-
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.
|
|
5264
|
-
"integrity": "sha512-
|
|
5347
|
+
"version": "0.28.1",
|
|
5348
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.28.1.tgz",
|
|
5349
|
+
"integrity": "sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==",
|
|
5265
5350
|
"license": "MIT"
|
|
5266
5351
|
},
|
|
5267
5352
|
"node_modules/hermes-parser": {
|
|
5268
|
-
"version": "0.
|
|
5269
|
-
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.
|
|
5270
|
-
"integrity": "sha512-
|
|
5353
|
+
"version": "0.28.1",
|
|
5354
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.28.1.tgz",
|
|
5355
|
+
"integrity": "sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==",
|
|
5271
5356
|
"license": "MIT",
|
|
5272
5357
|
"dependencies": {
|
|
5273
|
-
"hermes-estree": "0.
|
|
5358
|
+
"hermes-estree": "0.28.1"
|
|
5274
5359
|
}
|
|
5275
5360
|
},
|
|
5276
5361
|
"node_modules/hosted-git-info": {
|
|
@@ -5875,9 +5960,9 @@
|
|
|
5875
5960
|
}
|
|
5876
5961
|
},
|
|
5877
5962
|
"node_modules/lan-network": {
|
|
5878
|
-
"version": "0.1.
|
|
5879
|
-
"resolved": "https://registry.npmjs.org/lan-network/-/lan-network-0.1.
|
|
5880
|
-
"integrity": "sha512-
|
|
5963
|
+
"version": "0.1.7",
|
|
5964
|
+
"resolved": "https://registry.npmjs.org/lan-network/-/lan-network-0.1.7.tgz",
|
|
5965
|
+
"integrity": "sha512-mnIlAEMu4OyEvUNdzco9xpuB9YVcPkQec+QsgycBCtPZvEqWPCDPfbAE4OJMdBBWpZWtpCn1xw9jJYlwjWI5zQ==",
|
|
5881
5966
|
"license": "MIT",
|
|
5882
5967
|
"bin": {
|
|
5883
5968
|
"lan-network": "dist/lan-network-cli.js"
|
|
@@ -6393,21 +6478,6 @@
|
|
|
6393
6478
|
"node": ">=18.18"
|
|
6394
6479
|
}
|
|
6395
6480
|
},
|
|
6396
|
-
"node_modules/metro-babel-transformer/node_modules/hermes-estree": {
|
|
6397
|
-
"version": "0.28.1",
|
|
6398
|
-
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.28.1.tgz",
|
|
6399
|
-
"integrity": "sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==",
|
|
6400
|
-
"license": "MIT"
|
|
6401
|
-
},
|
|
6402
|
-
"node_modules/metro-babel-transformer/node_modules/hermes-parser": {
|
|
6403
|
-
"version": "0.28.1",
|
|
6404
|
-
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.28.1.tgz",
|
|
6405
|
-
"integrity": "sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==",
|
|
6406
|
-
"license": "MIT",
|
|
6407
|
-
"dependencies": {
|
|
6408
|
-
"hermes-estree": "0.28.1"
|
|
6409
|
-
}
|
|
6410
|
-
},
|
|
6411
6481
|
"node_modules/metro-cache": {
|
|
6412
6482
|
"version": "0.82.3",
|
|
6413
6483
|
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.82.3.tgz",
|
|
@@ -6614,21 +6684,6 @@
|
|
|
6614
6684
|
"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
|
|
6615
6685
|
"license": "MIT"
|
|
6616
6686
|
},
|
|
6617
|
-
"node_modules/metro/node_modules/hermes-estree": {
|
|
6618
|
-
"version": "0.28.1",
|
|
6619
|
-
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.28.1.tgz",
|
|
6620
|
-
"integrity": "sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==",
|
|
6621
|
-
"license": "MIT"
|
|
6622
|
-
},
|
|
6623
|
-
"node_modules/metro/node_modules/hermes-parser": {
|
|
6624
|
-
"version": "0.28.1",
|
|
6625
|
-
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.28.1.tgz",
|
|
6626
|
-
"integrity": "sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==",
|
|
6627
|
-
"license": "MIT",
|
|
6628
|
-
"dependencies": {
|
|
6629
|
-
"hermes-estree": "0.28.1"
|
|
6630
|
-
}
|
|
6631
|
-
},
|
|
6632
6687
|
"node_modules/metro/node_modules/ws": {
|
|
6633
6688
|
"version": "7.5.10",
|
|
6634
6689
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
@@ -6939,9 +6994,9 @@
|
|
|
6939
6994
|
}
|
|
6940
6995
|
},
|
|
6941
6996
|
"node_modules/on-headers": {
|
|
6942
|
-
"version": "1.0
|
|
6943
|
-
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.
|
|
6944
|
-
"integrity": "sha512-
|
|
6997
|
+
"version": "1.1.0",
|
|
6998
|
+
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
|
|
6999
|
+
"integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
|
|
6945
7000
|
"license": "MIT",
|
|
6946
7001
|
"engines": {
|
|
6947
7002
|
"node": ">= 0.8"
|
|
@@ -7594,19 +7649,19 @@
|
|
|
7594
7649
|
"license": "MIT"
|
|
7595
7650
|
},
|
|
7596
7651
|
"node_modules/react-native": {
|
|
7597
|
-
"version": "0.79.
|
|
7598
|
-
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.79.
|
|
7599
|
-
"integrity": "sha512-
|
|
7652
|
+
"version": "0.79.5",
|
|
7653
|
+
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.79.5.tgz",
|
|
7654
|
+
"integrity": "sha512-jVihwsE4mWEHZ9HkO1J2eUZSwHyDByZOqthwnGrVZCh6kTQBCm4v8dicsyDa6p0fpWNE5KicTcpX/XXl0ASJFg==",
|
|
7600
7655
|
"license": "MIT",
|
|
7601
7656
|
"dependencies": {
|
|
7602
7657
|
"@jest/create-cache-key-function": "^29.7.0",
|
|
7603
|
-
"@react-native/assets-registry": "0.79.
|
|
7604
|
-
"@react-native/codegen": "0.79.
|
|
7605
|
-
"@react-native/community-cli-plugin": "0.79.
|
|
7606
|
-
"@react-native/gradle-plugin": "0.79.
|
|
7607
|
-
"@react-native/js-polyfills": "0.79.
|
|
7608
|
-
"@react-native/normalize-colors": "0.79.
|
|
7609
|
-
"@react-native/virtualized-lists": "0.79.
|
|
7658
|
+
"@react-native/assets-registry": "0.79.5",
|
|
7659
|
+
"@react-native/codegen": "0.79.5",
|
|
7660
|
+
"@react-native/community-cli-plugin": "0.79.5",
|
|
7661
|
+
"@react-native/gradle-plugin": "0.79.5",
|
|
7662
|
+
"@react-native/js-polyfills": "0.79.5",
|
|
7663
|
+
"@react-native/normalize-colors": "0.79.5",
|
|
7664
|
+
"@react-native/virtualized-lists": "0.79.5",
|
|
7610
7665
|
"abort-controller": "^3.0.0",
|
|
7611
7666
|
"anser": "^1.4.9",
|
|
7612
7667
|
"ansi-regex": "^5.0.0",
|
|
@@ -7692,9 +7747,9 @@
|
|
|
7692
7747
|
}
|
|
7693
7748
|
},
|
|
7694
7749
|
"node_modules/react-native-webview": {
|
|
7695
|
-
"version": "13.
|
|
7696
|
-
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.
|
|
7697
|
-
"integrity": "sha512-
|
|
7750
|
+
"version": "13.15.0",
|
|
7751
|
+
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.15.0.tgz",
|
|
7752
|
+
"integrity": "sha512-Vzjgy8mmxa/JO6l5KZrsTC7YemSdq+qB01diA0FqjUTaWGAGwuykpJ73MDj3+mzBSlaDxAEugHzTtkUQkQEQeQ==",
|
|
7698
7753
|
"license": "MIT",
|
|
7699
7754
|
"dependencies": {
|
|
7700
7755
|
"escape-string-regexp": "^4.0.0",
|
|
@@ -8713,9 +8768,9 @@
|
|
|
8713
8768
|
}
|
|
8714
8769
|
},
|
|
8715
8770
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
8716
|
-
"version": "1.1.
|
|
8717
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
8718
|
-
"integrity": "sha512-
|
|
8771
|
+
"version": "1.1.12",
|
|
8772
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
8773
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
8719
8774
|
"license": "MIT",
|
|
8720
8775
|
"dependencies": {
|
|
8721
8776
|
"balanced-match": "^1.0.0",
|
|
@@ -9132,9 +9187,9 @@
|
|
|
9132
9187
|
}
|
|
9133
9188
|
},
|
|
9134
9189
|
"node_modules/ws": {
|
|
9135
|
-
"version": "8.18.
|
|
9136
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.
|
|
9137
|
-
"integrity": "sha512-
|
|
9190
|
+
"version": "8.18.3",
|
|
9191
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
9192
|
+
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
9138
9193
|
"license": "MIT",
|
|
9139
9194
|
"engines": {
|
|
9140
9195
|
"node": ">=10.0.0"
|