@regulaforensics/face-sdk 8.2.1113-nightly → 8.2.1117
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/RNFaceSDK.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/examples/capacitor/ios/App/Podfile +1 -2
- package/examples/capacitor/package-lock.json +221 -227
- package/examples/capacitor/package.json +2 -5
- package/examples/ionic/package-lock.json +2470 -1673
- package/examples/ionic/package.json +14 -18
- package/examples/react_native/app.config.ts +0 -1
- package/examples/react_native/package-lock.json +180 -149
- package/examples/react_native/package.json +3 -4
- package/package.json +1 -4
- package/plugin.xml +3 -3
- package/test/package-lock.json +1 -1
- package/app.plugin.js +0 -42
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"name": "face-sdk",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@react-native/metro-config": "^0.81.1",
|
|
10
|
-
"@regulaforensics/face-core-basic": "
|
|
11
|
-
"@regulaforensics/face-sdk": "
|
|
10
|
+
"@regulaforensics/face-core-basic": "7.2.265",
|
|
11
|
+
"@regulaforensics/face-sdk": "7.2.453-beta",
|
|
12
12
|
"@types/react": "^19.1.13",
|
|
13
13
|
"expo": "^54.0.7",
|
|
14
14
|
"expo-build-properties": "^1.0.8",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"node_modules/@babel/code-frame": {
|
|
40
|
-
"version": "7.29.
|
|
41
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.
|
|
42
|
-
"integrity": "sha512-
|
|
40
|
+
"version": "7.29.0",
|
|
41
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
|
|
42
|
+
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@babel/helper-validator-identifier": "^7.
|
|
45
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
46
46
|
"js-tokens": "^4.0.0",
|
|
47
47
|
"picocolors": "^1.1.1"
|
|
48
48
|
},
|
|
@@ -51,29 +51,29 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"node_modules/@babel/compat-data": {
|
|
54
|
-
"version": "7.29.
|
|
55
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.
|
|
56
|
-
"integrity": "sha512-
|
|
54
|
+
"version": "7.29.0",
|
|
55
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
|
|
56
|
+
"integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
|
|
57
57
|
"license": "MIT",
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=6.9.0"
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"node_modules/@babel/core": {
|
|
63
|
-
"version": "7.
|
|
64
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
65
|
-
"integrity": "sha512-
|
|
66
|
-
"license": "MIT",
|
|
67
|
-
"dependencies": {
|
|
68
|
-
"@babel/code-frame": "^7.
|
|
69
|
-
"@babel/generator": "^7.
|
|
70
|
-
"@babel/helper-compilation-targets": "^7.
|
|
71
|
-
"@babel/helper-module-transforms": "^7.
|
|
72
|
-
"@babel/helpers": "^7.
|
|
73
|
-
"@babel/parser": "^7.
|
|
74
|
-
"@babel/template": "^7.
|
|
75
|
-
"@babel/traverse": "^7.
|
|
76
|
-
"@babel/types": "^7.
|
|
63
|
+
"version": "7.28.4",
|
|
64
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
65
|
+
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
66
|
+
"license": "MIT",
|
|
67
|
+
"dependencies": {
|
|
68
|
+
"@babel/code-frame": "^7.27.1",
|
|
69
|
+
"@babel/generator": "^7.28.3",
|
|
70
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
71
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
72
|
+
"@babel/helpers": "^7.28.4",
|
|
73
|
+
"@babel/parser": "^7.28.4",
|
|
74
|
+
"@babel/template": "^7.27.2",
|
|
75
|
+
"@babel/traverse": "^7.28.4",
|
|
76
|
+
"@babel/types": "^7.28.4",
|
|
77
77
|
"@jridgewell/remapping": "^2.3.5",
|
|
78
78
|
"convert-source-map": "^2.0.0",
|
|
79
79
|
"debug": "^4.1.0",
|
|
@@ -90,13 +90,13 @@
|
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"node_modules/@babel/generator": {
|
|
93
|
-
"version": "7.29.
|
|
94
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.
|
|
95
|
-
"integrity": "sha512-
|
|
93
|
+
"version": "7.29.1",
|
|
94
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
|
|
95
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
96
96
|
"license": "MIT",
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"@babel/parser": "^7.29.
|
|
99
|
-
"@babel/types": "^7.29.
|
|
98
|
+
"@babel/parser": "^7.29.0",
|
|
99
|
+
"@babel/types": "^7.29.0",
|
|
100
100
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
101
101
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
102
102
|
"jsesc": "^3.0.2"
|
|
@@ -118,13 +118,13 @@
|
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
"node_modules/@babel/helper-compilation-targets": {
|
|
121
|
-
"version": "7.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
123
|
-
"integrity": "sha512-
|
|
121
|
+
"version": "7.28.6",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
|
|
123
|
+
"integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
|
|
124
124
|
"license": "MIT",
|
|
125
125
|
"dependencies": {
|
|
126
|
-
"@babel/compat-data": "^7.
|
|
127
|
-
"@babel/helper-validator-option": "^7.
|
|
126
|
+
"@babel/compat-data": "^7.28.6",
|
|
127
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
128
128
|
"browserslist": "^4.24.0",
|
|
129
129
|
"lru-cache": "^5.1.1",
|
|
130
130
|
"semver": "^6.3.1"
|
|
@@ -188,9 +188,9 @@
|
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
190
|
"node_modules/@babel/helper-globals": {
|
|
191
|
-
"version": "7.
|
|
192
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.
|
|
193
|
-
"integrity": "sha512
|
|
191
|
+
"version": "7.28.0",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
193
|
+
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
194
194
|
"license": "MIT",
|
|
195
195
|
"engines": {
|
|
196
196
|
"node": ">=6.9.0"
|
|
@@ -210,27 +210,27 @@
|
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
212
|
"node_modules/@babel/helper-module-imports": {
|
|
213
|
-
"version": "7.
|
|
214
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
215
|
-
"integrity": "sha512-
|
|
213
|
+
"version": "7.28.6",
|
|
214
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
|
|
215
|
+
"integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
|
|
216
216
|
"license": "MIT",
|
|
217
217
|
"dependencies": {
|
|
218
|
-
"@babel/traverse": "^7.
|
|
219
|
-
"@babel/types": "^7.
|
|
218
|
+
"@babel/traverse": "^7.28.6",
|
|
219
|
+
"@babel/types": "^7.28.6"
|
|
220
220
|
},
|
|
221
221
|
"engines": {
|
|
222
222
|
"node": ">=6.9.0"
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
225
|
"node_modules/@babel/helper-module-transforms": {
|
|
226
|
-
"version": "7.
|
|
227
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
228
|
-
"integrity": "sha512-
|
|
226
|
+
"version": "7.28.6",
|
|
227
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
|
|
228
|
+
"integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
|
|
229
229
|
"license": "MIT",
|
|
230
230
|
"dependencies": {
|
|
231
|
-
"@babel/helper-module-imports": "^7.
|
|
232
|
-
"@babel/helper-validator-identifier": "^7.
|
|
233
|
-
"@babel/traverse": "^7.
|
|
231
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
232
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
233
|
+
"@babel/traverse": "^7.28.6"
|
|
234
234
|
},
|
|
235
235
|
"engines": {
|
|
236
236
|
"node": ">=6.9.0"
|
|
@@ -308,27 +308,27 @@
|
|
|
308
308
|
}
|
|
309
309
|
},
|
|
310
310
|
"node_modules/@babel/helper-string-parser": {
|
|
311
|
-
"version": "7.
|
|
312
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
313
|
-
"integrity": "sha512-
|
|
311
|
+
"version": "7.27.1",
|
|
312
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
313
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
314
314
|
"license": "MIT",
|
|
315
315
|
"engines": {
|
|
316
316
|
"node": ">=6.9.0"
|
|
317
317
|
}
|
|
318
318
|
},
|
|
319
319
|
"node_modules/@babel/helper-validator-identifier": {
|
|
320
|
-
"version": "7.
|
|
321
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
322
|
-
"integrity": "sha512-
|
|
320
|
+
"version": "7.28.5",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
322
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
323
323
|
"license": "MIT",
|
|
324
324
|
"engines": {
|
|
325
325
|
"node": ">=6.9.0"
|
|
326
326
|
}
|
|
327
327
|
},
|
|
328
328
|
"node_modules/@babel/helper-validator-option": {
|
|
329
|
-
"version": "7.
|
|
330
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.
|
|
331
|
-
"integrity": "sha512-
|
|
329
|
+
"version": "7.27.1",
|
|
330
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
331
|
+
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
332
332
|
"license": "MIT",
|
|
333
333
|
"engines": {
|
|
334
334
|
"node": ">=6.9.0"
|
|
@@ -349,13 +349,13 @@
|
|
|
349
349
|
}
|
|
350
350
|
},
|
|
351
351
|
"node_modules/@babel/helpers": {
|
|
352
|
-
"version": "7.
|
|
353
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
354
|
-
"integrity": "sha512-
|
|
352
|
+
"version": "7.28.4",
|
|
353
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
354
|
+
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
355
355
|
"license": "MIT",
|
|
356
356
|
"dependencies": {
|
|
357
|
-
"@babel/template": "^7.
|
|
358
|
-
"@babel/types": "^7.
|
|
357
|
+
"@babel/template": "^7.27.2",
|
|
358
|
+
"@babel/types": "^7.28.4"
|
|
359
359
|
},
|
|
360
360
|
"engines": {
|
|
361
361
|
"node": ">=6.9.0"
|
|
@@ -448,12 +448,12 @@
|
|
|
448
448
|
}
|
|
449
449
|
},
|
|
450
450
|
"node_modules/@babel/parser": {
|
|
451
|
-
"version": "7.29.
|
|
452
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.
|
|
453
|
-
"integrity": "sha512-
|
|
451
|
+
"version": "7.29.0",
|
|
452
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
453
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
454
454
|
"license": "MIT",
|
|
455
455
|
"dependencies": {
|
|
456
|
-
"@babel/types": "^7.29.
|
|
456
|
+
"@babel/types": "^7.29.0"
|
|
457
457
|
},
|
|
458
458
|
"bin": {
|
|
459
459
|
"parser": "bin/babel-parser.js"
|
|
@@ -1435,31 +1435,31 @@
|
|
|
1435
1435
|
}
|
|
1436
1436
|
},
|
|
1437
1437
|
"node_modules/@babel/template": {
|
|
1438
|
-
"version": "7.
|
|
1439
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
1440
|
-
"integrity": "sha512-
|
|
1438
|
+
"version": "7.28.6",
|
|
1439
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
|
|
1440
|
+
"integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
|
|
1441
1441
|
"license": "MIT",
|
|
1442
1442
|
"dependencies": {
|
|
1443
|
-
"@babel/code-frame": "^7.
|
|
1444
|
-
"@babel/parser": "^7.
|
|
1445
|
-
"@babel/types": "^7.
|
|
1443
|
+
"@babel/code-frame": "^7.28.6",
|
|
1444
|
+
"@babel/parser": "^7.28.6",
|
|
1445
|
+
"@babel/types": "^7.28.6"
|
|
1446
1446
|
},
|
|
1447
1447
|
"engines": {
|
|
1448
1448
|
"node": ">=6.9.0"
|
|
1449
1449
|
}
|
|
1450
1450
|
},
|
|
1451
1451
|
"node_modules/@babel/traverse": {
|
|
1452
|
-
"version": "7.29.
|
|
1453
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.
|
|
1454
|
-
"integrity": "sha512-
|
|
1452
|
+
"version": "7.29.0",
|
|
1453
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
|
|
1454
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
1455
1455
|
"license": "MIT",
|
|
1456
1456
|
"dependencies": {
|
|
1457
|
-
"@babel/code-frame": "^7.29.
|
|
1458
|
-
"@babel/generator": "^7.29.
|
|
1459
|
-
"@babel/helper-globals": "^7.
|
|
1460
|
-
"@babel/parser": "^7.29.
|
|
1461
|
-
"@babel/template": "^7.
|
|
1462
|
-
"@babel/types": "^7.29.
|
|
1457
|
+
"@babel/code-frame": "^7.29.0",
|
|
1458
|
+
"@babel/generator": "^7.29.0",
|
|
1459
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1460
|
+
"@babel/parser": "^7.29.0",
|
|
1461
|
+
"@babel/template": "^7.28.6",
|
|
1462
|
+
"@babel/types": "^7.29.0",
|
|
1463
1463
|
"debug": "^4.3.1"
|
|
1464
1464
|
},
|
|
1465
1465
|
"engines": {
|
|
@@ -1486,13 +1486,13 @@
|
|
|
1486
1486
|
}
|
|
1487
1487
|
},
|
|
1488
1488
|
"node_modules/@babel/types": {
|
|
1489
|
-
"version": "7.29.
|
|
1490
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.
|
|
1491
|
-
"integrity": "sha512-
|
|
1489
|
+
"version": "7.29.0",
|
|
1490
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
1491
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
1492
1492
|
"license": "MIT",
|
|
1493
1493
|
"dependencies": {
|
|
1494
|
-
"@babel/helper-string-parser": "^7.
|
|
1495
|
-
"@babel/helper-validator-identifier": "^7.
|
|
1494
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1495
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1496
1496
|
},
|
|
1497
1497
|
"engines": {
|
|
1498
1498
|
"node": ">=6.9.0"
|
|
@@ -1595,9 +1595,9 @@
|
|
|
1595
1595
|
}
|
|
1596
1596
|
},
|
|
1597
1597
|
"node_modules/@expo/cli/node_modules/brace-expansion": {
|
|
1598
|
-
"version": "5.0.
|
|
1599
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1600
|
-
"integrity": "sha512-
|
|
1598
|
+
"version": "5.0.5",
|
|
1599
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1600
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1601
1601
|
"license": "MIT",
|
|
1602
1602
|
"dependencies": {
|
|
1603
1603
|
"balanced-match": "^4.0.2"
|
|
@@ -1712,9 +1712,9 @@
|
|
|
1712
1712
|
}
|
|
1713
1713
|
},
|
|
1714
1714
|
"node_modules/@expo/config-plugins/node_modules/brace-expansion": {
|
|
1715
|
-
"version": "5.0.
|
|
1716
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1717
|
-
"integrity": "sha512-
|
|
1715
|
+
"version": "5.0.5",
|
|
1716
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1717
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1718
1718
|
"license": "MIT",
|
|
1719
1719
|
"dependencies": {
|
|
1720
1720
|
"balanced-match": "^4.0.2"
|
|
@@ -1792,9 +1792,9 @@
|
|
|
1792
1792
|
}
|
|
1793
1793
|
},
|
|
1794
1794
|
"node_modules/@expo/config/node_modules/brace-expansion": {
|
|
1795
|
-
"version": "5.0.
|
|
1796
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1797
|
-
"integrity": "sha512-
|
|
1795
|
+
"version": "5.0.5",
|
|
1796
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1797
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1798
1798
|
"license": "MIT",
|
|
1799
1799
|
"dependencies": {
|
|
1800
1800
|
"balanced-match": "^4.0.2"
|
|
@@ -1932,9 +1932,9 @@
|
|
|
1932
1932
|
}
|
|
1933
1933
|
},
|
|
1934
1934
|
"node_modules/@expo/fingerprint/node_modules/brace-expansion": {
|
|
1935
|
-
"version": "5.0.
|
|
1936
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1937
|
-
"integrity": "sha512-
|
|
1935
|
+
"version": "5.0.5",
|
|
1936
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1937
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1938
1938
|
"license": "MIT",
|
|
1939
1939
|
"dependencies": {
|
|
1940
1940
|
"balanced-match": "^4.0.2"
|
|
@@ -2093,9 +2093,9 @@
|
|
|
2093
2093
|
}
|
|
2094
2094
|
},
|
|
2095
2095
|
"node_modules/@expo/metro-config/node_modules/brace-expansion": {
|
|
2096
|
-
"version": "5.0.
|
|
2097
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
2098
|
-
"integrity": "sha512-
|
|
2096
|
+
"version": "5.0.5",
|
|
2097
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
2098
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
2099
2099
|
"license": "MIT",
|
|
2100
2100
|
"dependencies": {
|
|
2101
2101
|
"balanced-match": "^4.0.2"
|
|
@@ -2323,6 +2323,15 @@
|
|
|
2323
2323
|
"node": ">=8"
|
|
2324
2324
|
}
|
|
2325
2325
|
},
|
|
2326
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
2327
|
+
"version": "1.0.10",
|
|
2328
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2329
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2330
|
+
"license": "MIT",
|
|
2331
|
+
"dependencies": {
|
|
2332
|
+
"sprintf-js": "~1.0.2"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2326
2335
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
|
|
2327
2336
|
"version": "5.3.1",
|
|
2328
2337
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
|
@@ -2345,6 +2354,19 @@
|
|
|
2345
2354
|
"node": ">=8"
|
|
2346
2355
|
}
|
|
2347
2356
|
},
|
|
2357
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
2358
|
+
"version": "3.14.2",
|
|
2359
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
|
|
2360
|
+
"integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
|
|
2361
|
+
"license": "MIT",
|
|
2362
|
+
"dependencies": {
|
|
2363
|
+
"argparse": "^1.0.7",
|
|
2364
|
+
"esprima": "^4.0.0"
|
|
2365
|
+
},
|
|
2366
|
+
"bin": {
|
|
2367
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
2348
2370
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
|
|
2349
2371
|
"version": "5.0.0",
|
|
2350
2372
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -2723,9 +2745,9 @@
|
|
|
2723
2745
|
}
|
|
2724
2746
|
},
|
|
2725
2747
|
"node_modules/@react-native/community-cli-plugin/node_modules/ws": {
|
|
2726
|
-
"version": "6.2.
|
|
2727
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.
|
|
2728
|
-
"integrity": "sha512-
|
|
2748
|
+
"version": "6.2.3",
|
|
2749
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
|
|
2750
|
+
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
|
|
2729
2751
|
"license": "MIT",
|
|
2730
2752
|
"dependencies": {
|
|
2731
2753
|
"async-limiter": "~1.0.0"
|
|
@@ -2763,9 +2785,9 @@
|
|
|
2763
2785
|
}
|
|
2764
2786
|
},
|
|
2765
2787
|
"node_modules/@react-native/dev-middleware/node_modules/ws": {
|
|
2766
|
-
"version": "6.2.
|
|
2767
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.
|
|
2768
|
-
"integrity": "sha512-
|
|
2788
|
+
"version": "6.2.3",
|
|
2789
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
|
|
2790
|
+
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
|
|
2769
2791
|
"license": "MIT",
|
|
2770
2792
|
"dependencies": {
|
|
2771
2793
|
"async-limiter": "~1.0.0"
|
|
@@ -2852,15 +2874,15 @@
|
|
|
2852
2874
|
}
|
|
2853
2875
|
},
|
|
2854
2876
|
"node_modules/@regulaforensics/face-core-basic": {
|
|
2855
|
-
"version": "
|
|
2856
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/face-core-basic/-/face-core-basic-
|
|
2857
|
-
"integrity": "sha512-
|
|
2877
|
+
"version": "7.2.265",
|
|
2878
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/face-core-basic/-/face-core-basic-7.2.265.tgz",
|
|
2879
|
+
"integrity": "sha512-K11TJmJD9+1PYTDIYtDcMwPejnYEDAB37BmTksqsMeB/93c9mx52PHTJgjzORbbA00gZV6PWVT64INnybsPALg==",
|
|
2858
2880
|
"license": "commercial"
|
|
2859
2881
|
},
|
|
2860
2882
|
"node_modules/@regulaforensics/face-sdk": {
|
|
2861
|
-
"version": "
|
|
2862
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/face-sdk/-/face-sdk-
|
|
2863
|
-
"integrity": "sha512-
|
|
2883
|
+
"version": "7.2.453-beta",
|
|
2884
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/face-sdk/-/face-sdk-7.2.453-beta.tgz",
|
|
2885
|
+
"integrity": "sha512-w6rA7dut7268H5I541D7jxwysfewIm380NUdr7c/EvQG6Qyog2NWzgLN6xC0gxn589jvM7jPDTRtsXxOimkOkA==",
|
|
2864
2886
|
"license": "commercial"
|
|
2865
2887
|
},
|
|
2866
2888
|
"node_modules/@sinclair/typebox": {
|
|
@@ -4220,6 +4242,19 @@
|
|
|
4220
4242
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4221
4243
|
}
|
|
4222
4244
|
},
|
|
4245
|
+
"node_modules/esprima": {
|
|
4246
|
+
"version": "4.0.1",
|
|
4247
|
+
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
4248
|
+
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
4249
|
+
"license": "BSD-2-Clause",
|
|
4250
|
+
"bin": {
|
|
4251
|
+
"esparse": "bin/esparse.js",
|
|
4252
|
+
"esvalidate": "bin/esvalidate.js"
|
|
4253
|
+
},
|
|
4254
|
+
"engines": {
|
|
4255
|
+
"node": ">=4"
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
4223
4258
|
"node_modules/etag": {
|
|
4224
4259
|
"version": "1.8.1",
|
|
4225
4260
|
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
@@ -4526,9 +4561,9 @@
|
|
|
4526
4561
|
"license": "MIT"
|
|
4527
4562
|
},
|
|
4528
4563
|
"node_modules/fast-uri": {
|
|
4529
|
-
"version": "3.1.
|
|
4530
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
4531
|
-
"integrity": "sha512-
|
|
4564
|
+
"version": "3.1.0",
|
|
4565
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
4566
|
+
"integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
|
|
4532
4567
|
"funding": [
|
|
4533
4568
|
{
|
|
4534
4569
|
"type": "github",
|
|
@@ -5225,19 +5260,9 @@
|
|
|
5225
5260
|
"license": "MIT"
|
|
5226
5261
|
},
|
|
5227
5262
|
"node_modules/js-yaml": {
|
|
5228
|
-
"version": "4.
|
|
5229
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.
|
|
5230
|
-
"integrity": "sha512-
|
|
5231
|
-
"funding": [
|
|
5232
|
-
{
|
|
5233
|
-
"type": "github",
|
|
5234
|
-
"url": "https://github.com/sponsors/puzrin"
|
|
5235
|
-
},
|
|
5236
|
-
{
|
|
5237
|
-
"type": "github",
|
|
5238
|
-
"url": "https://github.com/sponsors/nodeca"
|
|
5239
|
-
}
|
|
5240
|
-
],
|
|
5263
|
+
"version": "4.1.1",
|
|
5264
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
5265
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
5241
5266
|
"license": "MIT",
|
|
5242
5267
|
"dependencies": {
|
|
5243
5268
|
"argparse": "^2.0.1"
|
|
@@ -6062,9 +6087,9 @@
|
|
|
6062
6087
|
}
|
|
6063
6088
|
},
|
|
6064
6089
|
"node_modules/metro/node_modules/ws": {
|
|
6065
|
-
"version": "7.5.
|
|
6066
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.
|
|
6067
|
-
"integrity": "sha512
|
|
6090
|
+
"version": "7.5.10",
|
|
6091
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
6092
|
+
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
6068
6093
|
"license": "MIT",
|
|
6069
6094
|
"engines": {
|
|
6070
6095
|
"node": ">=8.3.0"
|
|
@@ -6824,9 +6849,9 @@
|
|
|
6824
6849
|
}
|
|
6825
6850
|
},
|
|
6826
6851
|
"node_modules/react-devtools-core/node_modules/ws": {
|
|
6827
|
-
"version": "7.5.
|
|
6828
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.
|
|
6829
|
-
"integrity": "sha512
|
|
6852
|
+
"version": "7.5.10",
|
|
6853
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
6854
|
+
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
6830
6855
|
"license": "MIT",
|
|
6831
6856
|
"engines": {
|
|
6832
6857
|
"node": ">=8.3.0"
|
|
@@ -6978,9 +7003,9 @@
|
|
|
6978
7003
|
}
|
|
6979
7004
|
},
|
|
6980
7005
|
"node_modules/react-native/node_modules/ws": {
|
|
6981
|
-
"version": "6.2.
|
|
6982
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.
|
|
6983
|
-
"integrity": "sha512-
|
|
7006
|
+
"version": "6.2.3",
|
|
7007
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
|
|
7008
|
+
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
|
|
6984
7009
|
"license": "MIT",
|
|
6985
7010
|
"dependencies": {
|
|
6986
7011
|
"async-limiter": "~1.0.0"
|
|
@@ -7338,9 +7363,9 @@
|
|
|
7338
7363
|
}
|
|
7339
7364
|
},
|
|
7340
7365
|
"node_modules/shell-quote": {
|
|
7341
|
-
"version": "1.8.
|
|
7342
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
7343
|
-
"integrity": "sha512-
|
|
7366
|
+
"version": "1.8.3",
|
|
7367
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
|
|
7368
|
+
"integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
|
|
7344
7369
|
"license": "MIT",
|
|
7345
7370
|
"engines": {
|
|
7346
7371
|
"node": ">= 0.4"
|
|
@@ -7439,6 +7464,12 @@
|
|
|
7439
7464
|
"node": ">=0.10.0"
|
|
7440
7465
|
}
|
|
7441
7466
|
},
|
|
7467
|
+
"node_modules/sprintf-js": {
|
|
7468
|
+
"version": "1.0.3",
|
|
7469
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
7470
|
+
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
7471
|
+
"license": "BSD-3-Clause"
|
|
7472
|
+
},
|
|
7442
7473
|
"node_modules/stack-utils": {
|
|
7443
7474
|
"version": "2.0.6",
|
|
7444
7475
|
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
@@ -7627,9 +7658,9 @@
|
|
|
7627
7658
|
}
|
|
7628
7659
|
},
|
|
7629
7660
|
"node_modules/tar": {
|
|
7630
|
-
"version": "7.5.
|
|
7631
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
7632
|
-
"integrity": "sha512-
|
|
7661
|
+
"version": "7.5.13",
|
|
7662
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
|
|
7663
|
+
"integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
|
|
7633
7664
|
"license": "BlueOak-1.0.0",
|
|
7634
7665
|
"dependencies": {
|
|
7635
7666
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -7835,9 +7866,9 @@
|
|
|
7835
7866
|
}
|
|
7836
7867
|
},
|
|
7837
7868
|
"node_modules/undici": {
|
|
7838
|
-
"version": "6.
|
|
7839
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
7840
|
-
"integrity": "sha512-
|
|
7869
|
+
"version": "6.25.0",
|
|
7870
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz",
|
|
7871
|
+
"integrity": "sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==",
|
|
7841
7872
|
"license": "MIT",
|
|
7842
7873
|
"engines": {
|
|
7843
7874
|
"node": ">=18.17"
|
|
@@ -8106,9 +8137,9 @@
|
|
|
8106
8137
|
}
|
|
8107
8138
|
},
|
|
8108
8139
|
"node_modules/ws": {
|
|
8109
|
-
"version": "8.
|
|
8110
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
8111
|
-
"integrity": "sha512-
|
|
8140
|
+
"version": "8.20.0",
|
|
8141
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
|
|
8142
|
+
"integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
|
|
8112
8143
|
"license": "MIT",
|
|
8113
8144
|
"engines": {
|
|
8114
8145
|
"node": ">=10.0.0"
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"start": "expo start"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/face-sdk": "8.2.
|
|
12
|
-
"@regulaforensics/face-core-basic": "8.
|
|
11
|
+
"@regulaforensics/face-sdk": "8.2.1117",
|
|
12
|
+
"@regulaforensics/face-core-basic": "8.2.521",
|
|
13
13
|
"react-native": "^0.81.4",
|
|
14
14
|
"react-native-fs": "^2.20.0",
|
|
15
15
|
"react-native-image-picker": "^8.2.1",
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
},
|
|
26
26
|
"overrides": {
|
|
27
27
|
"postcss": "^8.5.10",
|
|
28
|
-
"uuid": "^14.0.0"
|
|
29
|
-
"js-yaml": "^4.1.1"
|
|
28
|
+
"uuid": "^14.0.0"
|
|
30
29
|
}
|
|
31
30
|
}
|