@regulaforensics/document-reader 8.4.386-beta → 8.4.395-rc
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/examples/capacitor/package-lock.json +15 -16
- package/examples/capacitor/package.json +3 -3
- package/examples/ionic/package-lock.json +511 -806
- package/examples/ionic/package.json +3 -3
- package/examples/react_native/package-lock.json +961 -795
- package/examples/react_native/package.json +3 -3
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +1 -1
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"name": "document-reader",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@react-native/metro-config": "^0.81.1",
|
|
10
|
-
"@regulaforensics/document-reader": "8.
|
|
11
|
-
"@regulaforensics/document-reader-btdevice": "8.
|
|
12
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "8.
|
|
10
|
+
"@regulaforensics/document-reader": "8.4.386-beta",
|
|
11
|
+
"@regulaforensics/document-reader-btdevice": "8.4.29-beta",
|
|
12
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "8.4.572-beta",
|
|
13
13
|
"@types/react": "^19.1.13",
|
|
14
14
|
"expo": "^54.0.7",
|
|
15
15
|
"expo-build-properties": "^1.0.8",
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"node_modules/@babel/compat-data": {
|
|
55
|
-
"version": "7.28.
|
|
56
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.
|
|
57
|
-
"integrity": "sha512-
|
|
55
|
+
"version": "7.28.5",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
|
|
57
|
+
"integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
|
|
58
58
|
"license": "MIT",
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=6.9.0"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"node_modules/@babel/core": {
|
|
64
|
-
"version": "7.28.
|
|
65
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.
|
|
66
|
-
"integrity": "sha512-
|
|
64
|
+
"version": "7.28.5",
|
|
65
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
66
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
67
67
|
"license": "MIT",
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@babel/code-frame": "^7.27.1",
|
|
70
|
-
"@babel/generator": "^7.28.
|
|
70
|
+
"@babel/generator": "^7.28.5",
|
|
71
71
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
72
72
|
"@babel/helper-module-transforms": "^7.28.3",
|
|
73
73
|
"@babel/helpers": "^7.28.4",
|
|
74
|
-
"@babel/parser": "^7.28.
|
|
74
|
+
"@babel/parser": "^7.28.5",
|
|
75
75
|
"@babel/template": "^7.27.2",
|
|
76
|
-
"@babel/traverse": "^7.28.
|
|
77
|
-
"@babel/types": "^7.28.
|
|
76
|
+
"@babel/traverse": "^7.28.5",
|
|
77
|
+
"@babel/types": "^7.28.5",
|
|
78
78
|
"@jridgewell/remapping": "^2.3.5",
|
|
79
79
|
"convert-source-map": "^2.0.0",
|
|
80
80
|
"debug": "^4.1.0",
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"node_modules/@babel/generator": {
|
|
94
|
-
"version": "7.28.
|
|
95
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.
|
|
96
|
-
"integrity": "sha512-
|
|
94
|
+
"version": "7.28.5",
|
|
95
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
96
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
97
97
|
"license": "MIT",
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@babel/parser": "^7.28.
|
|
100
|
-
"@babel/types": "^7.28.
|
|
99
|
+
"@babel/parser": "^7.28.5",
|
|
100
|
+
"@babel/types": "^7.28.5",
|
|
101
101
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
102
102
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
103
103
|
"jsesc": "^3.0.2"
|
|
@@ -135,17 +135,17 @@
|
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
138
|
-
"version": "7.28.
|
|
139
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.
|
|
140
|
-
"integrity": "sha512-
|
|
138
|
+
"version": "7.28.5",
|
|
139
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
140
|
+
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
141
141
|
"license": "MIT",
|
|
142
142
|
"dependencies": {
|
|
143
143
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
144
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
144
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
145
145
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
146
146
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
147
147
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
148
|
-
"@babel/traverse": "^7.28.
|
|
148
|
+
"@babel/traverse": "^7.28.5",
|
|
149
149
|
"semver": "^6.3.1"
|
|
150
150
|
},
|
|
151
151
|
"engines": {
|
|
@@ -156,13 +156,13 @@
|
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
159
|
-
"version": "7.
|
|
160
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
|
161
|
-
"integrity": "sha512-
|
|
159
|
+
"version": "7.28.5",
|
|
160
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz",
|
|
161
|
+
"integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==",
|
|
162
162
|
"license": "MIT",
|
|
163
163
|
"dependencies": {
|
|
164
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
165
|
-
"regexpu-core": "^6.
|
|
164
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
165
|
+
"regexpu-core": "^6.3.1",
|
|
166
166
|
"semver": "^6.3.1"
|
|
167
167
|
},
|
|
168
168
|
"engines": {
|
|
@@ -198,13 +198,13 @@
|
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
200
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
201
|
-
"version": "7.
|
|
202
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
|
203
|
-
"integrity": "sha512-
|
|
201
|
+
"version": "7.28.5",
|
|
202
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
203
|
+
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
204
204
|
"license": "MIT",
|
|
205
205
|
"dependencies": {
|
|
206
|
-
"@babel/traverse": "^7.
|
|
207
|
-
"@babel/types": "^7.
|
|
206
|
+
"@babel/traverse": "^7.28.5",
|
|
207
|
+
"@babel/types": "^7.28.5"
|
|
208
208
|
},
|
|
209
209
|
"engines": {
|
|
210
210
|
"node": ">=6.9.0"
|
|
@@ -318,9 +318,9 @@
|
|
|
318
318
|
}
|
|
319
319
|
},
|
|
320
320
|
"node_modules/@babel/helper-validator-identifier": {
|
|
321
|
-
"version": "7.
|
|
322
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
323
|
-
"integrity": "sha512-
|
|
321
|
+
"version": "7.28.5",
|
|
322
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
323
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
324
324
|
"license": "MIT",
|
|
325
325
|
"engines": {
|
|
326
326
|
"node": ">=6.9.0"
|
|
@@ -449,12 +449,12 @@
|
|
|
449
449
|
}
|
|
450
450
|
},
|
|
451
451
|
"node_modules/@babel/parser": {
|
|
452
|
-
"version": "7.28.
|
|
453
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
454
|
-
"integrity": "sha512-
|
|
452
|
+
"version": "7.28.5",
|
|
453
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
454
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
455
455
|
"license": "MIT",
|
|
456
456
|
"dependencies": {
|
|
457
|
-
"@babel/types": "^7.28.
|
|
457
|
+
"@babel/types": "^7.28.5"
|
|
458
458
|
},
|
|
459
459
|
"bin": {
|
|
460
460
|
"parser": "bin/babel-parser.js"
|
|
@@ -824,9 +824,9 @@
|
|
|
824
824
|
}
|
|
825
825
|
},
|
|
826
826
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
827
|
-
"version": "7.28.
|
|
828
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.
|
|
829
|
-
"integrity": "sha512-
|
|
827
|
+
"version": "7.28.5",
|
|
828
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz",
|
|
829
|
+
"integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
|
|
830
830
|
"license": "MIT",
|
|
831
831
|
"dependencies": {
|
|
832
832
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -907,13 +907,13 @@
|
|
|
907
907
|
}
|
|
908
908
|
},
|
|
909
909
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
910
|
-
"version": "7.28.
|
|
911
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.
|
|
912
|
-
"integrity": "sha512-
|
|
910
|
+
"version": "7.28.5",
|
|
911
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz",
|
|
912
|
+
"integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
|
|
913
913
|
"license": "MIT",
|
|
914
914
|
"dependencies": {
|
|
915
915
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
916
|
-
"@babel/traverse": "^7.28.
|
|
916
|
+
"@babel/traverse": "^7.28.5"
|
|
917
917
|
},
|
|
918
918
|
"engines": {
|
|
919
919
|
"node": ">=6.9.0"
|
|
@@ -1002,9 +1002,9 @@
|
|
|
1002
1002
|
}
|
|
1003
1003
|
},
|
|
1004
1004
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
1005
|
-
"version": "7.
|
|
1006
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.
|
|
1007
|
-
"integrity": "sha512-
|
|
1005
|
+
"version": "7.28.5",
|
|
1006
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz",
|
|
1007
|
+
"integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
|
|
1008
1008
|
"license": "MIT",
|
|
1009
1009
|
"dependencies": {
|
|
1010
1010
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1113,9 +1113,9 @@
|
|
|
1113
1113
|
}
|
|
1114
1114
|
},
|
|
1115
1115
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
1116
|
-
"version": "7.
|
|
1117
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.
|
|
1118
|
-
"integrity": "sha512-
|
|
1116
|
+
"version": "7.28.5",
|
|
1117
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz",
|
|
1118
|
+
"integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
|
|
1119
1119
|
"license": "MIT",
|
|
1120
1120
|
"dependencies": {
|
|
1121
1121
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
@@ -1287,9 +1287,9 @@
|
|
|
1287
1287
|
}
|
|
1288
1288
|
},
|
|
1289
1289
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
1290
|
-
"version": "7.28.
|
|
1291
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.
|
|
1292
|
-
"integrity": "sha512-
|
|
1290
|
+
"version": "7.28.5",
|
|
1291
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz",
|
|
1292
|
+
"integrity": "sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w==",
|
|
1293
1293
|
"license": "MIT",
|
|
1294
1294
|
"dependencies": {
|
|
1295
1295
|
"@babel/helper-module-imports": "^7.27.1",
|
|
@@ -1353,13 +1353,13 @@
|
|
|
1353
1353
|
}
|
|
1354
1354
|
},
|
|
1355
1355
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
1356
|
-
"version": "7.28.
|
|
1357
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.
|
|
1358
|
-
"integrity": "sha512-
|
|
1356
|
+
"version": "7.28.5",
|
|
1357
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
|
|
1358
|
+
"integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
|
|
1359
1359
|
"license": "MIT",
|
|
1360
1360
|
"dependencies": {
|
|
1361
1361
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1362
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1362
|
+
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
1363
1363
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1364
1364
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1365
1365
|
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
@@ -1388,14 +1388,14 @@
|
|
|
1388
1388
|
}
|
|
1389
1389
|
},
|
|
1390
1390
|
"node_modules/@babel/preset-react": {
|
|
1391
|
-
"version": "7.
|
|
1392
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.
|
|
1393
|
-
"integrity": "sha512-
|
|
1391
|
+
"version": "7.28.5",
|
|
1392
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz",
|
|
1393
|
+
"integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==",
|
|
1394
1394
|
"license": "MIT",
|
|
1395
1395
|
"dependencies": {
|
|
1396
1396
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1397
1397
|
"@babel/helper-validator-option": "^7.27.1",
|
|
1398
|
-
"@babel/plugin-transform-react-display-name": "^7.
|
|
1398
|
+
"@babel/plugin-transform-react-display-name": "^7.28.0",
|
|
1399
1399
|
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
1400
1400
|
"@babel/plugin-transform-react-jsx-development": "^7.27.1",
|
|
1401
1401
|
"@babel/plugin-transform-react-pure-annotations": "^7.27.1"
|
|
@@ -1408,16 +1408,16 @@
|
|
|
1408
1408
|
}
|
|
1409
1409
|
},
|
|
1410
1410
|
"node_modules/@babel/preset-typescript": {
|
|
1411
|
-
"version": "7.
|
|
1412
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.
|
|
1413
|
-
"integrity": "sha512
|
|
1411
|
+
"version": "7.28.5",
|
|
1412
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
1413
|
+
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
1414
1414
|
"license": "MIT",
|
|
1415
1415
|
"dependencies": {
|
|
1416
1416
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1417
1417
|
"@babel/helper-validator-option": "^7.27.1",
|
|
1418
1418
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1419
1419
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1420
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
1420
|
+
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
1421
1421
|
},
|
|
1422
1422
|
"engines": {
|
|
1423
1423
|
"node": ">=6.9.0"
|
|
@@ -1450,17 +1450,17 @@
|
|
|
1450
1450
|
}
|
|
1451
1451
|
},
|
|
1452
1452
|
"node_modules/@babel/traverse": {
|
|
1453
|
-
"version": "7.28.
|
|
1454
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.
|
|
1455
|
-
"integrity": "sha512-
|
|
1453
|
+
"version": "7.28.5",
|
|
1454
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1455
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1456
1456
|
"license": "MIT",
|
|
1457
1457
|
"dependencies": {
|
|
1458
1458
|
"@babel/code-frame": "^7.27.1",
|
|
1459
|
-
"@babel/generator": "^7.28.
|
|
1459
|
+
"@babel/generator": "^7.28.5",
|
|
1460
1460
|
"@babel/helper-globals": "^7.28.0",
|
|
1461
|
-
"@babel/parser": "^7.28.
|
|
1461
|
+
"@babel/parser": "^7.28.5",
|
|
1462
1462
|
"@babel/template": "^7.27.2",
|
|
1463
|
-
"@babel/types": "^7.28.
|
|
1463
|
+
"@babel/types": "^7.28.5",
|
|
1464
1464
|
"debug": "^4.3.1"
|
|
1465
1465
|
},
|
|
1466
1466
|
"engines": {
|
|
@@ -1469,17 +1469,17 @@
|
|
|
1469
1469
|
},
|
|
1470
1470
|
"node_modules/@babel/traverse--for-generate-function-map": {
|
|
1471
1471
|
"name": "@babel/traverse",
|
|
1472
|
-
"version": "7.28.
|
|
1473
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.
|
|
1474
|
-
"integrity": "sha512-
|
|
1472
|
+
"version": "7.28.5",
|
|
1473
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1474
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1475
1475
|
"license": "MIT",
|
|
1476
1476
|
"dependencies": {
|
|
1477
1477
|
"@babel/code-frame": "^7.27.1",
|
|
1478
|
-
"@babel/generator": "^7.28.
|
|
1478
|
+
"@babel/generator": "^7.28.5",
|
|
1479
1479
|
"@babel/helper-globals": "^7.28.0",
|
|
1480
|
-
"@babel/parser": "^7.28.
|
|
1480
|
+
"@babel/parser": "^7.28.5",
|
|
1481
1481
|
"@babel/template": "^7.27.2",
|
|
1482
|
-
"@babel/types": "^7.28.
|
|
1482
|
+
"@babel/types": "^7.28.5",
|
|
1483
1483
|
"debug": "^4.3.1"
|
|
1484
1484
|
},
|
|
1485
1485
|
"engines": {
|
|
@@ -1487,44 +1487,44 @@
|
|
|
1487
1487
|
}
|
|
1488
1488
|
},
|
|
1489
1489
|
"node_modules/@babel/types": {
|
|
1490
|
-
"version": "7.28.
|
|
1491
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.
|
|
1492
|
-
"integrity": "sha512-
|
|
1490
|
+
"version": "7.28.5",
|
|
1491
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1492
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1493
1493
|
"license": "MIT",
|
|
1494
1494
|
"dependencies": {
|
|
1495
1495
|
"@babel/helper-string-parser": "^7.27.1",
|
|
1496
|
-
"@babel/helper-validator-identifier": "^7.
|
|
1496
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1497
1497
|
},
|
|
1498
1498
|
"engines": {
|
|
1499
1499
|
"node": ">=6.9.0"
|
|
1500
1500
|
}
|
|
1501
1501
|
},
|
|
1502
1502
|
"node_modules/@expo/cli": {
|
|
1503
|
-
"version": "54.0.
|
|
1504
|
-
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.
|
|
1505
|
-
"integrity": "sha512-
|
|
1503
|
+
"version": "54.0.13",
|
|
1504
|
+
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.13.tgz",
|
|
1505
|
+
"integrity": "sha512-wUJVTByZzDN0q8UjXDlu6WD2BWoTJCKVVBGUBNmvViDX4FhnESwefmtXPoO54QUUKs6vY89WZryHllGArGfLLw==",
|
|
1506
1506
|
"license": "MIT",
|
|
1507
1507
|
"dependencies": {
|
|
1508
1508
|
"@0no-co/graphql.web": "^1.0.8",
|
|
1509
1509
|
"@expo/code-signing-certificates": "^0.0.5",
|
|
1510
|
-
"@expo/config": "~12.0.
|
|
1511
|
-
"@expo/config-plugins": "~54.0.
|
|
1510
|
+
"@expo/config": "~12.0.10",
|
|
1511
|
+
"@expo/config-plugins": "~54.0.2",
|
|
1512
1512
|
"@expo/devcert": "^1.1.2",
|
|
1513
1513
|
"@expo/env": "~2.0.7",
|
|
1514
1514
|
"@expo/image-utils": "^0.8.7",
|
|
1515
1515
|
"@expo/json-file": "^10.0.7",
|
|
1516
|
-
"@expo/
|
|
1517
|
-
"@expo/metro
|
|
1516
|
+
"@expo/mcp-tunnel": "~0.0.7",
|
|
1517
|
+
"@expo/metro": "~54.1.0",
|
|
1518
|
+
"@expo/metro-config": "~54.0.7",
|
|
1518
1519
|
"@expo/osascript": "^2.3.7",
|
|
1519
|
-
"@expo/package-manager": "^1.9.
|
|
1520
|
+
"@expo/package-manager": "^1.9.8",
|
|
1520
1521
|
"@expo/plist": "^0.4.7",
|
|
1521
|
-
"@expo/prebuild-config": "^54.0.
|
|
1522
|
+
"@expo/prebuild-config": "^54.0.6",
|
|
1522
1523
|
"@expo/schema-utils": "^0.1.7",
|
|
1523
|
-
"@expo/server": "^0.7.4",
|
|
1524
1524
|
"@expo/spawn-async": "^1.7.2",
|
|
1525
1525
|
"@expo/ws-tunnel": "^1.0.1",
|
|
1526
1526
|
"@expo/xcpretty": "^4.3.0",
|
|
1527
|
-
"@react-native/dev-middleware": "0.81.
|
|
1527
|
+
"@react-native/dev-middleware": "0.81.5",
|
|
1528
1528
|
"@urql/core": "^5.0.6",
|
|
1529
1529
|
"@urql/exchange-retry": "^1.3.0",
|
|
1530
1530
|
"accepts": "^1.3.8",
|
|
@@ -1538,6 +1538,7 @@
|
|
|
1538
1538
|
"connect": "^3.7.0",
|
|
1539
1539
|
"debug": "^4.3.4",
|
|
1540
1540
|
"env-editor": "^0.4.1",
|
|
1541
|
+
"expo-server": "^1.0.2",
|
|
1541
1542
|
"freeport-async": "^2.0.0",
|
|
1542
1543
|
"getenv": "^2.0.0",
|
|
1543
1544
|
"glob": "^10.4.2",
|
|
@@ -1607,9 +1608,9 @@
|
|
|
1607
1608
|
}
|
|
1608
1609
|
},
|
|
1609
1610
|
"node_modules/@expo/cli/node_modules/semver": {
|
|
1610
|
-
"version": "7.7.
|
|
1611
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
1612
|
-
"integrity": "sha512-
|
|
1611
|
+
"version": "7.7.3",
|
|
1612
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
1613
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
1613
1614
|
"license": "ISC",
|
|
1614
1615
|
"bin": {
|
|
1615
1616
|
"semver": "bin/semver.js"
|
|
@@ -1629,13 +1630,13 @@
|
|
|
1629
1630
|
}
|
|
1630
1631
|
},
|
|
1631
1632
|
"node_modules/@expo/config": {
|
|
1632
|
-
"version": "12.0.
|
|
1633
|
-
"resolved": "https://registry.npmjs.org/@expo/config/-/config-12.0.
|
|
1634
|
-
"integrity": "sha512-
|
|
1633
|
+
"version": "12.0.10",
|
|
1634
|
+
"resolved": "https://registry.npmjs.org/@expo/config/-/config-12.0.10.tgz",
|
|
1635
|
+
"integrity": "sha512-lJMof5Nqakq1DxGYlghYB/ogSBjmv4Fxn1ovyDmcjlRsQdFCXgu06gEUogkhPtc9wBt9WlTTfqENln5HHyLW6w==",
|
|
1635
1636
|
"license": "MIT",
|
|
1636
1637
|
"dependencies": {
|
|
1637
1638
|
"@babel/code-frame": "~7.10.4",
|
|
1638
|
-
"@expo/config-plugins": "~54.0.
|
|
1639
|
+
"@expo/config-plugins": "~54.0.2",
|
|
1639
1640
|
"@expo/config-types": "^54.0.8",
|
|
1640
1641
|
"@expo/json-file": "^10.0.7",
|
|
1641
1642
|
"deepmerge": "^4.3.1",
|
|
@@ -1650,9 +1651,9 @@
|
|
|
1650
1651
|
}
|
|
1651
1652
|
},
|
|
1652
1653
|
"node_modules/@expo/config-plugins": {
|
|
1653
|
-
"version": "54.0.
|
|
1654
|
-
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-54.0.
|
|
1655
|
-
"integrity": "sha512-
|
|
1654
|
+
"version": "54.0.2",
|
|
1655
|
+
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-54.0.2.tgz",
|
|
1656
|
+
"integrity": "sha512-jD4qxFcURQUVsUFGMcbo63a/AnviK8WUGard+yrdQE3ZrB/aurn68SlApjirQQLEizhjI5Ar2ufqflOBlNpyPg==",
|
|
1656
1657
|
"license": "MIT",
|
|
1657
1658
|
"dependencies": {
|
|
1658
1659
|
"@expo/config-types": "^54.0.8",
|
|
@@ -1692,9 +1693,9 @@
|
|
|
1692
1693
|
}
|
|
1693
1694
|
},
|
|
1694
1695
|
"node_modules/@expo/config-plugins/node_modules/semver": {
|
|
1695
|
-
"version": "7.7.
|
|
1696
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
1697
|
-
"integrity": "sha512-
|
|
1696
|
+
"version": "7.7.3",
|
|
1697
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
1698
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
1698
1699
|
"license": "ISC",
|
|
1699
1700
|
"bin": {
|
|
1700
1701
|
"semver": "bin/semver.js"
|
|
@@ -1739,9 +1740,9 @@
|
|
|
1739
1740
|
}
|
|
1740
1741
|
},
|
|
1741
1742
|
"node_modules/@expo/config/node_modules/semver": {
|
|
1742
|
-
"version": "7.7.
|
|
1743
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
1744
|
-
"integrity": "sha512-
|
|
1743
|
+
"version": "7.7.3",
|
|
1744
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
1745
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
1745
1746
|
"license": "ISC",
|
|
1746
1747
|
"bin": {
|
|
1747
1748
|
"semver": "bin/semver.js"
|
|
@@ -1825,9 +1826,9 @@
|
|
|
1825
1826
|
}
|
|
1826
1827
|
},
|
|
1827
1828
|
"node_modules/@expo/fingerprint": {
|
|
1828
|
-
"version": "0.15.
|
|
1829
|
-
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.15.
|
|
1830
|
-
"integrity": "sha512-
|
|
1829
|
+
"version": "0.15.2",
|
|
1830
|
+
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.15.2.tgz",
|
|
1831
|
+
"integrity": "sha512-mA3weHEOd9B3mbDLNDKmAcFWo3kqsAJqPne7uMJndheKXPbRw15bV+ajAGBYZh2SS37xixLJ5eDpuc+Wr6jJtw==",
|
|
1831
1832
|
"license": "MIT",
|
|
1832
1833
|
"dependencies": {
|
|
1833
1834
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -1867,9 +1868,9 @@
|
|
|
1867
1868
|
}
|
|
1868
1869
|
},
|
|
1869
1870
|
"node_modules/@expo/fingerprint/node_modules/semver": {
|
|
1870
|
-
"version": "7.7.
|
|
1871
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
1872
|
-
"integrity": "sha512-
|
|
1871
|
+
"version": "7.7.3",
|
|
1872
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
1873
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
1873
1874
|
"license": "ISC",
|
|
1874
1875
|
"bin": {
|
|
1875
1876
|
"semver": "bin/semver.js"
|
|
@@ -1897,9 +1898,9 @@
|
|
|
1897
1898
|
}
|
|
1898
1899
|
},
|
|
1899
1900
|
"node_modules/@expo/image-utils/node_modules/semver": {
|
|
1900
|
-
"version": "7.7.
|
|
1901
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
1902
|
-
"integrity": "sha512-
|
|
1901
|
+
"version": "7.7.3",
|
|
1902
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
1903
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
1903
1904
|
"license": "ISC",
|
|
1904
1905
|
"bin": {
|
|
1905
1906
|
"semver": "bin/semver.js"
|
|
@@ -1927,39 +1928,58 @@
|
|
|
1927
1928
|
"@babel/highlight": "^7.10.4"
|
|
1928
1929
|
}
|
|
1929
1930
|
},
|
|
1931
|
+
"node_modules/@expo/mcp-tunnel": {
|
|
1932
|
+
"version": "0.0.8",
|
|
1933
|
+
"resolved": "https://registry.npmjs.org/@expo/mcp-tunnel/-/mcp-tunnel-0.0.8.tgz",
|
|
1934
|
+
"integrity": "sha512-6261obzt6h9TQb6clET7Fw4Ig4AY2hfTNKI3gBt0gcTNxZipwMg8wER7ssDYieA9feD/FfPTuCPYFcR280aaWA==",
|
|
1935
|
+
"license": "MIT",
|
|
1936
|
+
"dependencies": {
|
|
1937
|
+
"ws": "^8.18.3",
|
|
1938
|
+
"zod": "^3.25.76",
|
|
1939
|
+
"zod-to-json-schema": "^3.24.6"
|
|
1940
|
+
},
|
|
1941
|
+
"peerDependencies": {
|
|
1942
|
+
"@modelcontextprotocol/sdk": "^1.13.2"
|
|
1943
|
+
},
|
|
1944
|
+
"peerDependenciesMeta": {
|
|
1945
|
+
"@modelcontextprotocol/sdk": {
|
|
1946
|
+
"optional": true
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1930
1950
|
"node_modules/@expo/metro": {
|
|
1931
|
-
"version": "
|
|
1932
|
-
"resolved": "https://registry.npmjs.org/@expo/metro/-/metro-
|
|
1933
|
-
"integrity": "sha512-
|
|
1951
|
+
"version": "54.1.0",
|
|
1952
|
+
"resolved": "https://registry.npmjs.org/@expo/metro/-/metro-54.1.0.tgz",
|
|
1953
|
+
"integrity": "sha512-MgdeRNT/LH0v1wcO0TZp9Qn8zEF0X2ACI0wliPtv5kXVbXWI+yK9GyrstwLAiTXlULKVIg3HVSCCvmLu0M3tnw==",
|
|
1934
1954
|
"license": "MIT",
|
|
1935
1955
|
"dependencies": {
|
|
1936
|
-
"metro": "0.83.
|
|
1937
|
-
"metro-babel-transformer": "0.83.
|
|
1938
|
-
"metro-cache": "0.83.
|
|
1939
|
-
"metro-cache-key": "0.83.
|
|
1940
|
-
"metro-config": "0.83.
|
|
1941
|
-
"metro-core": "0.83.
|
|
1942
|
-
"metro-file-map": "0.83.
|
|
1943
|
-
"metro-resolver": "0.83.
|
|
1944
|
-
"metro-runtime": "0.83.
|
|
1945
|
-
"metro-source-map": "0.83.
|
|
1946
|
-
"metro-transform-plugins": "0.83.
|
|
1947
|
-
"metro-transform-worker": "0.83.
|
|
1956
|
+
"metro": "0.83.2",
|
|
1957
|
+
"metro-babel-transformer": "0.83.2",
|
|
1958
|
+
"metro-cache": "0.83.2",
|
|
1959
|
+
"metro-cache-key": "0.83.2",
|
|
1960
|
+
"metro-config": "0.83.2",
|
|
1961
|
+
"metro-core": "0.83.2",
|
|
1962
|
+
"metro-file-map": "0.83.2",
|
|
1963
|
+
"metro-resolver": "0.83.2",
|
|
1964
|
+
"metro-runtime": "0.83.2",
|
|
1965
|
+
"metro-source-map": "0.83.2",
|
|
1966
|
+
"metro-transform-plugins": "0.83.2",
|
|
1967
|
+
"metro-transform-worker": "0.83.2"
|
|
1948
1968
|
}
|
|
1949
1969
|
},
|
|
1950
1970
|
"node_modules/@expo/metro-config": {
|
|
1951
|
-
"version": "54.0.
|
|
1952
|
-
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.
|
|
1953
|
-
"integrity": "sha512-
|
|
1971
|
+
"version": "54.0.7",
|
|
1972
|
+
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.7.tgz",
|
|
1973
|
+
"integrity": "sha512-bXluEygLrd7cIh/erpjIIC2xDeanaebcwzF+DUMD5vAqHU3o0QXAF3jRV/LsjXZud9V5eRpyCRZ3tLQL0iv8WA==",
|
|
1954
1974
|
"license": "MIT",
|
|
1955
1975
|
"dependencies": {
|
|
1956
1976
|
"@babel/code-frame": "^7.20.0",
|
|
1957
1977
|
"@babel/core": "^7.20.0",
|
|
1958
1978
|
"@babel/generator": "^7.20.5",
|
|
1959
|
-
"@expo/config": "~12.0.
|
|
1979
|
+
"@expo/config": "~12.0.10",
|
|
1960
1980
|
"@expo/env": "~2.0.7",
|
|
1961
1981
|
"@expo/json-file": "~10.0.7",
|
|
1962
|
-
"@expo/metro": "~
|
|
1982
|
+
"@expo/metro": "~54.1.0",
|
|
1963
1983
|
"@expo/spawn-async": "^1.7.2",
|
|
1964
1984
|
"browserslist": "^4.25.0",
|
|
1965
1985
|
"chalk": "^4.1.0",
|
|
@@ -2004,6 +2024,38 @@
|
|
|
2004
2024
|
"url": "https://github.com/sponsors/isaacs"
|
|
2005
2025
|
}
|
|
2006
2026
|
},
|
|
2027
|
+
"node_modules/@expo/metro/node_modules/metro-config": {
|
|
2028
|
+
"version": "0.83.2",
|
|
2029
|
+
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.83.2.tgz",
|
|
2030
|
+
"integrity": "sha512-1FjCcdBe3e3D08gSSiU9u3Vtxd7alGH3x/DNFqWDFf5NouX4kLgbVloDDClr1UrLz62c0fHh2Vfr9ecmrOZp+g==",
|
|
2031
|
+
"license": "MIT",
|
|
2032
|
+
"dependencies": {
|
|
2033
|
+
"connect": "^3.6.5",
|
|
2034
|
+
"flow-enums-runtime": "^0.0.6",
|
|
2035
|
+
"jest-validate": "^29.7.0",
|
|
2036
|
+
"metro": "0.83.2",
|
|
2037
|
+
"metro-cache": "0.83.2",
|
|
2038
|
+
"metro-core": "0.83.2",
|
|
2039
|
+
"metro-runtime": "0.83.2",
|
|
2040
|
+
"yaml": "^2.6.1"
|
|
2041
|
+
},
|
|
2042
|
+
"engines": {
|
|
2043
|
+
"node": ">=20.19.4"
|
|
2044
|
+
}
|
|
2045
|
+
},
|
|
2046
|
+
"node_modules/@expo/metro/node_modules/metro-runtime": {
|
|
2047
|
+
"version": "0.83.2",
|
|
2048
|
+
"resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.83.2.tgz",
|
|
2049
|
+
"integrity": "sha512-nnsPtgRvFbNKwemqs0FuyFDzXLl+ezuFsUXDbX8o0SXOfsOPijqiQrf3kuafO1Zx1aUWf4NOrKJMAQP5EEHg9A==",
|
|
2050
|
+
"license": "MIT",
|
|
2051
|
+
"dependencies": {
|
|
2052
|
+
"@babel/runtime": "^7.25.0",
|
|
2053
|
+
"flow-enums-runtime": "^0.0.6"
|
|
2054
|
+
},
|
|
2055
|
+
"engines": {
|
|
2056
|
+
"node": ">=20.19.4"
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2007
2059
|
"node_modules/@expo/osascript": {
|
|
2008
2060
|
"version": "2.3.7",
|
|
2009
2061
|
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.3.7.tgz",
|
|
@@ -2018,9 +2070,9 @@
|
|
|
2018
2070
|
}
|
|
2019
2071
|
},
|
|
2020
2072
|
"node_modules/@expo/package-manager": {
|
|
2021
|
-
"version": "1.9.
|
|
2022
|
-
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.9.
|
|
2023
|
-
"integrity": "sha512-
|
|
2073
|
+
"version": "1.9.8",
|
|
2074
|
+
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.9.8.tgz",
|
|
2075
|
+
"integrity": "sha512-4/I6OWquKXYnzo38pkISHCOCOXxfeEmu4uDoERq1Ei/9Ur/s9y3kLbAamEkitUkDC7gHk1INxRWEfFNzGbmOrA==",
|
|
2024
2076
|
"license": "MIT",
|
|
2025
2077
|
"dependencies": {
|
|
2026
2078
|
"@expo/json-file": "^10.0.7",
|
|
@@ -2043,17 +2095,17 @@
|
|
|
2043
2095
|
}
|
|
2044
2096
|
},
|
|
2045
2097
|
"node_modules/@expo/prebuild-config": {
|
|
2046
|
-
"version": "54.0.
|
|
2047
|
-
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.
|
|
2048
|
-
"integrity": "sha512-
|
|
2098
|
+
"version": "54.0.6",
|
|
2099
|
+
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.6.tgz",
|
|
2100
|
+
"integrity": "sha512-xowuMmyPNy+WTNq+YX0m0EFO/Knc68swjThk4dKivgZa8zI1UjvFXOBIOp8RX4ljCXLzwxQJM5oBBTvyn+59ZA==",
|
|
2049
2101
|
"license": "MIT",
|
|
2050
2102
|
"dependencies": {
|
|
2051
|
-
"@expo/config": "~12.0.
|
|
2052
|
-
"@expo/config-plugins": "~54.0.
|
|
2103
|
+
"@expo/config": "~12.0.10",
|
|
2104
|
+
"@expo/config-plugins": "~54.0.2",
|
|
2053
2105
|
"@expo/config-types": "^54.0.8",
|
|
2054
2106
|
"@expo/image-utils": "^0.8.7",
|
|
2055
2107
|
"@expo/json-file": "^10.0.7",
|
|
2056
|
-
"@react-native/normalize-colors": "0.81.
|
|
2108
|
+
"@react-native/normalize-colors": "0.81.5",
|
|
2057
2109
|
"debug": "^4.3.1",
|
|
2058
2110
|
"resolve-from": "^5.0.0",
|
|
2059
2111
|
"semver": "^7.6.0",
|
|
@@ -2064,9 +2116,9 @@
|
|
|
2064
2116
|
}
|
|
2065
2117
|
},
|
|
2066
2118
|
"node_modules/@expo/prebuild-config/node_modules/semver": {
|
|
2067
|
-
"version": "7.7.
|
|
2068
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
2069
|
-
"integrity": "sha512-
|
|
2119
|
+
"version": "7.7.3",
|
|
2120
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
2121
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
2070
2122
|
"license": "ISC",
|
|
2071
2123
|
"bin": {
|
|
2072
2124
|
"semver": "bin/semver.js"
|
|
@@ -2087,19 +2139,6 @@
|
|
|
2087
2139
|
"integrity": "sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==",
|
|
2088
2140
|
"license": "MIT"
|
|
2089
2141
|
},
|
|
2090
|
-
"node_modules/@expo/server": {
|
|
2091
|
-
"version": "0.7.4",
|
|
2092
|
-
"resolved": "https://registry.npmjs.org/@expo/server/-/server-0.7.4.tgz",
|
|
2093
|
-
"integrity": "sha512-8bfRzL7h1Qgrmf3auR71sPAcAuxnmNkRJs+8enL8vZi2+hihevLhrayDu7P0A/XGEq7wySAGvBBFfIB00Et/AA==",
|
|
2094
|
-
"license": "MIT",
|
|
2095
|
-
"dependencies": {
|
|
2096
|
-
"abort-controller": "^3.0.0",
|
|
2097
|
-
"debug": "^4.3.4"
|
|
2098
|
-
},
|
|
2099
|
-
"engines": {
|
|
2100
|
-
"node": ">=20.16.0"
|
|
2101
|
-
}
|
|
2102
|
-
},
|
|
2103
2142
|
"node_modules/@expo/spawn-async": {
|
|
2104
2143
|
"version": "1.7.2",
|
|
2105
2144
|
"resolved": "https://registry.npmjs.org/@expo/spawn-async/-/spawn-async-1.7.2.tgz",
|
|
@@ -2119,9 +2158,9 @@
|
|
|
2119
2158
|
"license": "MIT"
|
|
2120
2159
|
},
|
|
2121
2160
|
"node_modules/@expo/vector-icons": {
|
|
2122
|
-
"version": "15.0.
|
|
2123
|
-
"resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-15.0.
|
|
2124
|
-
"integrity": "sha512-
|
|
2161
|
+
"version": "15.0.3",
|
|
2162
|
+
"resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-15.0.3.tgz",
|
|
2163
|
+
"integrity": "sha512-SBUyYKphmlfUBqxSfDdJ3jAdEVSALS2VUPOUyqn48oZmb2TL/O7t7/PQm5v4NQujYEPLPMTLn9KVw6H7twwbTA==",
|
|
2125
2164
|
"license": "MIT",
|
|
2126
2165
|
"peerDependencies": {
|
|
2127
2166
|
"expo-font": ">=14.0.4",
|
|
@@ -2549,31 +2588,31 @@
|
|
|
2549
2588
|
}
|
|
2550
2589
|
},
|
|
2551
2590
|
"node_modules/@react-native/assets-registry": {
|
|
2552
|
-
"version": "0.81.
|
|
2553
|
-
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.81.
|
|
2554
|
-
"integrity": "sha512-
|
|
2591
|
+
"version": "0.81.5",
|
|
2592
|
+
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.81.5.tgz",
|
|
2593
|
+
"integrity": "sha512-705B6x/5Kxm1RKRvSv0ADYWm5JOnoiQ1ufW7h8uu2E6G9Of/eE6hP/Ivw3U5jI16ERqZxiKQwk34VJbB0niX9w==",
|
|
2555
2594
|
"license": "MIT",
|
|
2556
2595
|
"engines": {
|
|
2557
2596
|
"node": ">= 20.19.4"
|
|
2558
2597
|
}
|
|
2559
2598
|
},
|
|
2560
2599
|
"node_modules/@react-native/babel-plugin-codegen": {
|
|
2561
|
-
"version": "0.81.
|
|
2562
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.
|
|
2563
|
-
"integrity": "sha512-
|
|
2600
|
+
"version": "0.81.5",
|
|
2601
|
+
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.5.tgz",
|
|
2602
|
+
"integrity": "sha512-oF71cIH6je3fSLi6VPjjC3Sgyyn57JLHXs+mHWc9MoCiJJcM4nqsS5J38zv1XQ8d3zOW2JtHro+LF0tagj2bfQ==",
|
|
2564
2603
|
"license": "MIT",
|
|
2565
2604
|
"dependencies": {
|
|
2566
2605
|
"@babel/traverse": "^7.25.3",
|
|
2567
|
-
"@react-native/codegen": "0.81.
|
|
2606
|
+
"@react-native/codegen": "0.81.5"
|
|
2568
2607
|
},
|
|
2569
2608
|
"engines": {
|
|
2570
2609
|
"node": ">= 20.19.4"
|
|
2571
2610
|
}
|
|
2572
2611
|
},
|
|
2573
2612
|
"node_modules/@react-native/babel-preset": {
|
|
2574
|
-
"version": "0.81.
|
|
2575
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.81.
|
|
2576
|
-
"integrity": "sha512-
|
|
2613
|
+
"version": "0.81.5",
|
|
2614
|
+
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.81.5.tgz",
|
|
2615
|
+
"integrity": "sha512-UoI/x/5tCmi+pZ3c1+Ypr1DaRMDLI3y+Q70pVLLVgrnC3DHsHRIbHcCHIeG/IJvoeFqFM2sTdhSOLJrf8lOPrA==",
|
|
2577
2616
|
"license": "MIT",
|
|
2578
2617
|
"dependencies": {
|
|
2579
2618
|
"@babel/core": "^7.25.2",
|
|
@@ -2617,7 +2656,7 @@
|
|
|
2617
2656
|
"@babel/plugin-transform-typescript": "^7.25.2",
|
|
2618
2657
|
"@babel/plugin-transform-unicode-regex": "^7.24.7",
|
|
2619
2658
|
"@babel/template": "^7.25.0",
|
|
2620
|
-
"@react-native/babel-plugin-codegen": "0.81.
|
|
2659
|
+
"@react-native/babel-plugin-codegen": "0.81.5",
|
|
2621
2660
|
"babel-plugin-syntax-hermes-parser": "0.29.1",
|
|
2622
2661
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
2623
2662
|
"react-refresh": "^0.14.0"
|
|
@@ -2630,9 +2669,9 @@
|
|
|
2630
2669
|
}
|
|
2631
2670
|
},
|
|
2632
2671
|
"node_modules/@react-native/codegen": {
|
|
2633
|
-
"version": "0.81.
|
|
2634
|
-
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.81.
|
|
2635
|
-
"integrity": "sha512-
|
|
2672
|
+
"version": "0.81.5",
|
|
2673
|
+
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.81.5.tgz",
|
|
2674
|
+
"integrity": "sha512-a2TDA03Up8lpSa9sh5VRGCQDXgCTOyDOFH+aqyinxp1HChG8uk89/G+nkJ9FPd0rqgi25eCTR16TWdS3b+fA6g==",
|
|
2636
2675
|
"license": "MIT",
|
|
2637
2676
|
"dependencies": {
|
|
2638
2677
|
"@babel/core": "^7.25.2",
|
|
@@ -2651,12 +2690,12 @@
|
|
|
2651
2690
|
}
|
|
2652
2691
|
},
|
|
2653
2692
|
"node_modules/@react-native/community-cli-plugin": {
|
|
2654
|
-
"version": "0.81.
|
|
2655
|
-
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.81.
|
|
2656
|
-
"integrity": "sha512-
|
|
2693
|
+
"version": "0.81.5",
|
|
2694
|
+
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.81.5.tgz",
|
|
2695
|
+
"integrity": "sha512-yWRlmEOtcyvSZ4+OvqPabt+NS36vg0K/WADTQLhrYrm9qdZSuXmq8PmdJWz/68wAqKQ+4KTILiq2kjRQwnyhQw==",
|
|
2657
2696
|
"license": "MIT",
|
|
2658
2697
|
"dependencies": {
|
|
2659
|
-
"@react-native/dev-middleware": "0.81.
|
|
2698
|
+
"@react-native/dev-middleware": "0.81.5",
|
|
2660
2699
|
"debug": "^4.4.0",
|
|
2661
2700
|
"invariant": "^2.2.4",
|
|
2662
2701
|
"metro": "^0.83.1",
|
|
@@ -2681,9 +2720,9 @@
|
|
|
2681
2720
|
}
|
|
2682
2721
|
},
|
|
2683
2722
|
"node_modules/@react-native/community-cli-plugin/node_modules/semver": {
|
|
2684
|
-
"version": "7.7.
|
|
2685
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
2686
|
-
"integrity": "sha512-
|
|
2723
|
+
"version": "7.7.3",
|
|
2724
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
2725
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
2687
2726
|
"license": "ISC",
|
|
2688
2727
|
"bin": {
|
|
2689
2728
|
"semver": "bin/semver.js"
|
|
@@ -2693,22 +2732,22 @@
|
|
|
2693
2732
|
}
|
|
2694
2733
|
},
|
|
2695
2734
|
"node_modules/@react-native/debugger-frontend": {
|
|
2696
|
-
"version": "0.81.
|
|
2697
|
-
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.81.
|
|
2698
|
-
"integrity": "sha512-
|
|
2735
|
+
"version": "0.81.5",
|
|
2736
|
+
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.81.5.tgz",
|
|
2737
|
+
"integrity": "sha512-bnd9FSdWKx2ncklOetCgrlwqSGhMHP2zOxObJbOWXoj7GHEmih4MKarBo5/a8gX8EfA1EwRATdfNBQ81DY+h+w==",
|
|
2699
2738
|
"license": "BSD-3-Clause",
|
|
2700
2739
|
"engines": {
|
|
2701
2740
|
"node": ">= 20.19.4"
|
|
2702
2741
|
}
|
|
2703
2742
|
},
|
|
2704
2743
|
"node_modules/@react-native/dev-middleware": {
|
|
2705
|
-
"version": "0.81.
|
|
2706
|
-
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.81.
|
|
2707
|
-
"integrity": "sha512-
|
|
2744
|
+
"version": "0.81.5",
|
|
2745
|
+
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.81.5.tgz",
|
|
2746
|
+
"integrity": "sha512-WfPfZzboYgo/TUtysuD5xyANzzfka8Ebni6RIb2wDxhb56ERi7qDrE4xGhtPsjCL4pQBXSVxyIlCy0d8I6EgGA==",
|
|
2708
2747
|
"license": "MIT",
|
|
2709
2748
|
"dependencies": {
|
|
2710
2749
|
"@isaacs/ttlcache": "^1.4.1",
|
|
2711
|
-
"@react-native/debugger-frontend": "0.81.
|
|
2750
|
+
"@react-native/debugger-frontend": "0.81.5",
|
|
2712
2751
|
"chrome-launcher": "^0.15.2",
|
|
2713
2752
|
"chromium-edge-launcher": "^0.2.0",
|
|
2714
2753
|
"connect": "^3.6.5",
|
|
@@ -2733,31 +2772,31 @@
|
|
|
2733
2772
|
}
|
|
2734
2773
|
},
|
|
2735
2774
|
"node_modules/@react-native/gradle-plugin": {
|
|
2736
|
-
"version": "0.81.
|
|
2737
|
-
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.81.
|
|
2738
|
-
"integrity": "sha512-
|
|
2775
|
+
"version": "0.81.5",
|
|
2776
|
+
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.81.5.tgz",
|
|
2777
|
+
"integrity": "sha512-hORRlNBj+ReNMLo9jme3yQ6JQf4GZpVEBLxmTXGGlIL78MAezDZr5/uq9dwElSbcGmLEgeiax6e174Fie6qPLg==",
|
|
2739
2778
|
"license": "MIT",
|
|
2740
2779
|
"engines": {
|
|
2741
2780
|
"node": ">= 20.19.4"
|
|
2742
2781
|
}
|
|
2743
2782
|
},
|
|
2744
2783
|
"node_modules/@react-native/js-polyfills": {
|
|
2745
|
-
"version": "0.81.
|
|
2746
|
-
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.81.
|
|
2747
|
-
"integrity": "sha512-
|
|
2784
|
+
"version": "0.81.5",
|
|
2785
|
+
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.81.5.tgz",
|
|
2786
|
+
"integrity": "sha512-fB7M1CMOCIUudTRuj7kzxIBTVw2KXnsgbQ6+4cbqSxo8NmRRhA0Ul4ZUzZj3rFd3VznTL4Brmocv1oiN0bWZ8w==",
|
|
2748
2787
|
"license": "MIT",
|
|
2749
2788
|
"engines": {
|
|
2750
2789
|
"node": ">= 20.19.4"
|
|
2751
2790
|
}
|
|
2752
2791
|
},
|
|
2753
2792
|
"node_modules/@react-native/metro-babel-transformer": {
|
|
2754
|
-
"version": "0.81.
|
|
2755
|
-
"resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.81.
|
|
2756
|
-
"integrity": "sha512-
|
|
2793
|
+
"version": "0.81.5",
|
|
2794
|
+
"resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.81.5.tgz",
|
|
2795
|
+
"integrity": "sha512-Vwm6gJ3VlP+QKAEU98v1dwZKqbUcIYP47K614SktA9dYDOtw+rEBjyzvNf69S4YG5JRvDmzw36E9zxtcg6ABOw==",
|
|
2757
2796
|
"license": "MIT",
|
|
2758
2797
|
"dependencies": {
|
|
2759
2798
|
"@babel/core": "^7.25.2",
|
|
2760
|
-
"@react-native/babel-preset": "0.81.
|
|
2799
|
+
"@react-native/babel-preset": "0.81.5",
|
|
2761
2800
|
"hermes-parser": "0.29.1",
|
|
2762
2801
|
"nullthrows": "^1.1.1"
|
|
2763
2802
|
},
|
|
@@ -2769,13 +2808,13 @@
|
|
|
2769
2808
|
}
|
|
2770
2809
|
},
|
|
2771
2810
|
"node_modules/@react-native/metro-config": {
|
|
2772
|
-
"version": "0.81.
|
|
2773
|
-
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.81.
|
|
2774
|
-
"integrity": "sha512-
|
|
2811
|
+
"version": "0.81.5",
|
|
2812
|
+
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.81.5.tgz",
|
|
2813
|
+
"integrity": "sha512-3Q0jQt5Zcen4+udkE0XQIS8VmI+vx3sWl5R2o36vHkg8eXpiQjvz/jY0sZmC8ahailiEWEscFklQzhTmizhdPQ==",
|
|
2775
2814
|
"license": "MIT",
|
|
2776
2815
|
"dependencies": {
|
|
2777
|
-
"@react-native/js-polyfills": "0.81.
|
|
2778
|
-
"@react-native/metro-babel-transformer": "0.81.
|
|
2816
|
+
"@react-native/js-polyfills": "0.81.5",
|
|
2817
|
+
"@react-native/metro-babel-transformer": "0.81.5",
|
|
2779
2818
|
"metro-config": "^0.83.1",
|
|
2780
2819
|
"metro-runtime": "^0.83.1"
|
|
2781
2820
|
},
|
|
@@ -2784,15 +2823,15 @@
|
|
|
2784
2823
|
}
|
|
2785
2824
|
},
|
|
2786
2825
|
"node_modules/@react-native/normalize-colors": {
|
|
2787
|
-
"version": "0.81.
|
|
2788
|
-
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.81.
|
|
2789
|
-
"integrity": "sha512-
|
|
2826
|
+
"version": "0.81.5",
|
|
2827
|
+
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.81.5.tgz",
|
|
2828
|
+
"integrity": "sha512-0HuJ8YtqlTVRXGZuGeBejLE04wSQsibpTI+RGOyVqxZvgtlLLC/Ssw0UmbHhT4lYMp2fhdtvKZSs5emWB1zR/g==",
|
|
2790
2829
|
"license": "MIT"
|
|
2791
2830
|
},
|
|
2792
2831
|
"node_modules/@react-native/virtualized-lists": {
|
|
2793
|
-
"version": "0.81.
|
|
2794
|
-
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.81.
|
|
2795
|
-
"integrity": "sha512-
|
|
2832
|
+
"version": "0.81.5",
|
|
2833
|
+
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.81.5.tgz",
|
|
2834
|
+
"integrity": "sha512-UVXgV/db25OPIvwZySeToXD/9sKKhOdkcWmmf4Jh8iBZuyfML+/5CasaZ1E7Lqg6g3uqVQq75NqIwkYmORJMPw==",
|
|
2796
2835
|
"license": "MIT",
|
|
2797
2836
|
"dependencies": {
|
|
2798
2837
|
"invariant": "^2.2.4",
|
|
@@ -2813,21 +2852,21 @@
|
|
|
2813
2852
|
}
|
|
2814
2853
|
},
|
|
2815
2854
|
"node_modules/@regulaforensics/document-reader": {
|
|
2816
|
-
"version": "8.
|
|
2817
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader/-/document-reader-8.
|
|
2818
|
-
"integrity": "sha512-
|
|
2855
|
+
"version": "8.4.386-beta",
|
|
2856
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader/-/document-reader-8.4.386-beta.tgz",
|
|
2857
|
+
"integrity": "sha512-cY6F/W16deQGh+w58+10lWAS7+tLarNkxzi3Os4RrA/q8RPa8zJV5mE+rtT+M/DRG4A4NeNvqIkhs0/CV+1a6g==",
|
|
2819
2858
|
"license": "commercial"
|
|
2820
2859
|
},
|
|
2821
2860
|
"node_modules/@regulaforensics/document-reader-btdevice": {
|
|
2822
|
-
"version": "8.
|
|
2823
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-btdevice/-/document-reader-btdevice-8.
|
|
2824
|
-
"integrity": "sha512-
|
|
2861
|
+
"version": "8.4.29-beta",
|
|
2862
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-btdevice/-/document-reader-btdevice-8.4.29-beta.tgz",
|
|
2863
|
+
"integrity": "sha512-1ke7IzQGEMkUVPsvANunWCT6cePQFKBbyZb4F8AHnONKZz2J3mObwPi9PBTi4YnenVaok9QaJ+C4CYeZoOv8hg==",
|
|
2825
2864
|
"license": "commercial"
|
|
2826
2865
|
},
|
|
2827
2866
|
"node_modules/@regulaforensics/document-reader-core-fullauthrfid": {
|
|
2828
|
-
"version": "8.
|
|
2829
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-core-fullauthrfid/-/document-reader-core-fullauthrfid-8.
|
|
2830
|
-
"integrity": "sha512-
|
|
2867
|
+
"version": "8.4.572-beta",
|
|
2868
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-core-fullauthrfid/-/document-reader-core-fullauthrfid-8.4.572-beta.tgz",
|
|
2869
|
+
"integrity": "sha512-zg0BIj+ZFnQnSqsVb4DfMn3dNUTeWQJ1cfP1ojblQ3m78x8gcbIbZ6hjcTB7agAwUnvmJf+QREYBGqX332g8Vg==",
|
|
2831
2870
|
"license": "commercial"
|
|
2832
2871
|
},
|
|
2833
2872
|
"node_modules/@sinclair/typebox": {
|
|
@@ -2929,18 +2968,18 @@
|
|
|
2929
2968
|
}
|
|
2930
2969
|
},
|
|
2931
2970
|
"node_modules/@types/node": {
|
|
2932
|
-
"version": "24.
|
|
2933
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
2934
|
-
"integrity": "sha512-
|
|
2971
|
+
"version": "24.9.1",
|
|
2972
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz",
|
|
2973
|
+
"integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==",
|
|
2935
2974
|
"license": "MIT",
|
|
2936
2975
|
"dependencies": {
|
|
2937
|
-
"undici-types": "~7.
|
|
2976
|
+
"undici-types": "~7.16.0"
|
|
2938
2977
|
}
|
|
2939
2978
|
},
|
|
2940
2979
|
"node_modules/@types/react": {
|
|
2941
|
-
"version": "19.
|
|
2942
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.
|
|
2943
|
-
"integrity": "sha512-
|
|
2980
|
+
"version": "19.2.2",
|
|
2981
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz",
|
|
2982
|
+
"integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==",
|
|
2944
2983
|
"license": "MIT",
|
|
2945
2984
|
"dependencies": {
|
|
2946
2985
|
"csstype": "^3.0.2"
|
|
@@ -2953,9 +2992,9 @@
|
|
|
2953
2992
|
"license": "MIT"
|
|
2954
2993
|
},
|
|
2955
2994
|
"node_modules/@types/yargs": {
|
|
2956
|
-
"version": "17.0.
|
|
2957
|
-
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.
|
|
2958
|
-
"integrity": "sha512-
|
|
2995
|
+
"version": "17.0.34",
|
|
2996
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.34.tgz",
|
|
2997
|
+
"integrity": "sha512-KExbHVa92aJpw9WDQvzBaGVE2/Pz+pLZQloT2hjL8IqsZnV62rlPOYvNnLmf/L2dyllfVUOVBj64M0z/46eR2A==",
|
|
2959
2998
|
"license": "MIT",
|
|
2960
2999
|
"dependencies": {
|
|
2961
3000
|
"@types/yargs-parser": "*"
|
|
@@ -3271,18 +3310,18 @@
|
|
|
3271
3310
|
}
|
|
3272
3311
|
},
|
|
3273
3312
|
"node_modules/babel-plugin-react-compiler": {
|
|
3274
|
-
"version": "
|
|
3275
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-
|
|
3276
|
-
"integrity": "sha512-
|
|
3313
|
+
"version": "1.0.0",
|
|
3314
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz",
|
|
3315
|
+
"integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==",
|
|
3277
3316
|
"license": "MIT",
|
|
3278
3317
|
"dependencies": {
|
|
3279
3318
|
"@babel/types": "^7.26.0"
|
|
3280
3319
|
}
|
|
3281
3320
|
},
|
|
3282
3321
|
"node_modules/babel-plugin-react-native-web": {
|
|
3283
|
-
"version": "0.21.
|
|
3284
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.21.
|
|
3285
|
-
"integrity": "sha512-
|
|
3322
|
+
"version": "0.21.2",
|
|
3323
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.21.2.tgz",
|
|
3324
|
+
"integrity": "sha512-SPD0J6qjJn8231i0HZhlAGH6NORe+QvRSQM2mwQEzJ2Fb3E4ruWTiiicPlHjmeWShDXLcvoorOCXjeR7k/lyWA==",
|
|
3286
3325
|
"license": "MIT"
|
|
3287
3326
|
},
|
|
3288
3327
|
"node_modules/babel-plugin-syntax-hermes-parser": {
|
|
@@ -3330,9 +3369,9 @@
|
|
|
3330
3369
|
}
|
|
3331
3370
|
},
|
|
3332
3371
|
"node_modules/babel-preset-expo": {
|
|
3333
|
-
"version": "54.0.
|
|
3334
|
-
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.
|
|
3335
|
-
"integrity": "sha512-
|
|
3372
|
+
"version": "54.0.6",
|
|
3373
|
+
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.6.tgz",
|
|
3374
|
+
"integrity": "sha512-GxJfwnuOPQJbzDe5WASJZdNQiukLw7i9z+Lh6JQWkUHXsShHyQrqgiKE55MD/KaP9VqJ70yZm7bYqOu8zwcWqQ==",
|
|
3336
3375
|
"license": "MIT",
|
|
3337
3376
|
"dependencies": {
|
|
3338
3377
|
"@babel/helper-module-imports": "^7.25.9",
|
|
@@ -3350,8 +3389,8 @@
|
|
|
3350
3389
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
3351
3390
|
"@babel/preset-react": "^7.22.15",
|
|
3352
3391
|
"@babel/preset-typescript": "^7.23.0",
|
|
3353
|
-
"@react-native/babel-preset": "0.81.
|
|
3354
|
-
"babel-plugin-react-compiler": "^
|
|
3392
|
+
"@react-native/babel-preset": "0.81.5",
|
|
3393
|
+
"babel-plugin-react-compiler": "^1.0.0",
|
|
3355
3394
|
"babel-plugin-react-native-web": "~0.21.0",
|
|
3356
3395
|
"babel-plugin-syntax-hermes-parser": "^0.29.1",
|
|
3357
3396
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
@@ -3372,99 +3411,6 @@
|
|
|
3372
3411
|
}
|
|
3373
3412
|
}
|
|
3374
3413
|
},
|
|
3375
|
-
"node_modules/babel-preset-expo/node_modules/@react-native/babel-plugin-codegen": {
|
|
3376
|
-
"version": "0.81.4",
|
|
3377
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.4.tgz",
|
|
3378
|
-
"integrity": "sha512-6ztXf2Tl2iWznyI/Da/N2Eqymt0Mnn69GCLnEFxFbNdk0HxHPZBNWU9shTXhsLWOL7HATSqwg/bB1+3kY1q+mA==",
|
|
3379
|
-
"license": "MIT",
|
|
3380
|
-
"dependencies": {
|
|
3381
|
-
"@babel/traverse": "^7.25.3",
|
|
3382
|
-
"@react-native/codegen": "0.81.4"
|
|
3383
|
-
},
|
|
3384
|
-
"engines": {
|
|
3385
|
-
"node": ">= 20.19.4"
|
|
3386
|
-
}
|
|
3387
|
-
},
|
|
3388
|
-
"node_modules/babel-preset-expo/node_modules/@react-native/babel-preset": {
|
|
3389
|
-
"version": "0.81.4",
|
|
3390
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.81.4.tgz",
|
|
3391
|
-
"integrity": "sha512-VYj0c/cTjQJn/RJ5G6P0L9wuYSbU9yGbPYDHCKstlQZQWkk+L9V8ZDbxdJBTIei9Xl3KPQ1odQ4QaeW+4v+AZg==",
|
|
3392
|
-
"license": "MIT",
|
|
3393
|
-
"dependencies": {
|
|
3394
|
-
"@babel/core": "^7.25.2",
|
|
3395
|
-
"@babel/plugin-proposal-export-default-from": "^7.24.7",
|
|
3396
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
3397
|
-
"@babel/plugin-syntax-export-default-from": "^7.24.7",
|
|
3398
|
-
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
3399
|
-
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
3400
|
-
"@babel/plugin-transform-arrow-functions": "^7.24.7",
|
|
3401
|
-
"@babel/plugin-transform-async-generator-functions": "^7.25.4",
|
|
3402
|
-
"@babel/plugin-transform-async-to-generator": "^7.24.7",
|
|
3403
|
-
"@babel/plugin-transform-block-scoping": "^7.25.0",
|
|
3404
|
-
"@babel/plugin-transform-class-properties": "^7.25.4",
|
|
3405
|
-
"@babel/plugin-transform-classes": "^7.25.4",
|
|
3406
|
-
"@babel/plugin-transform-computed-properties": "^7.24.7",
|
|
3407
|
-
"@babel/plugin-transform-destructuring": "^7.24.8",
|
|
3408
|
-
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
|
3409
|
-
"@babel/plugin-transform-for-of": "^7.24.7",
|
|
3410
|
-
"@babel/plugin-transform-function-name": "^7.25.1",
|
|
3411
|
-
"@babel/plugin-transform-literals": "^7.25.2",
|
|
3412
|
-
"@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
|
|
3413
|
-
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
3414
|
-
"@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
|
|
3415
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
|
|
3416
|
-
"@babel/plugin-transform-numeric-separator": "^7.24.7",
|
|
3417
|
-
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
|
3418
|
-
"@babel/plugin-transform-optional-catch-binding": "^7.24.7",
|
|
3419
|
-
"@babel/plugin-transform-optional-chaining": "^7.24.8",
|
|
3420
|
-
"@babel/plugin-transform-parameters": "^7.24.7",
|
|
3421
|
-
"@babel/plugin-transform-private-methods": "^7.24.7",
|
|
3422
|
-
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
|
3423
|
-
"@babel/plugin-transform-react-display-name": "^7.24.7",
|
|
3424
|
-
"@babel/plugin-transform-react-jsx": "^7.25.2",
|
|
3425
|
-
"@babel/plugin-transform-react-jsx-self": "^7.24.7",
|
|
3426
|
-
"@babel/plugin-transform-react-jsx-source": "^7.24.7",
|
|
3427
|
-
"@babel/plugin-transform-regenerator": "^7.24.7",
|
|
3428
|
-
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
3429
|
-
"@babel/plugin-transform-shorthand-properties": "^7.24.7",
|
|
3430
|
-
"@babel/plugin-transform-spread": "^7.24.7",
|
|
3431
|
-
"@babel/plugin-transform-sticky-regex": "^7.24.7",
|
|
3432
|
-
"@babel/plugin-transform-typescript": "^7.25.2",
|
|
3433
|
-
"@babel/plugin-transform-unicode-regex": "^7.24.7",
|
|
3434
|
-
"@babel/template": "^7.25.0",
|
|
3435
|
-
"@react-native/babel-plugin-codegen": "0.81.4",
|
|
3436
|
-
"babel-plugin-syntax-hermes-parser": "0.29.1",
|
|
3437
|
-
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
3438
|
-
"react-refresh": "^0.14.0"
|
|
3439
|
-
},
|
|
3440
|
-
"engines": {
|
|
3441
|
-
"node": ">= 20.19.4"
|
|
3442
|
-
},
|
|
3443
|
-
"peerDependencies": {
|
|
3444
|
-
"@babel/core": "*"
|
|
3445
|
-
}
|
|
3446
|
-
},
|
|
3447
|
-
"node_modules/babel-preset-expo/node_modules/@react-native/codegen": {
|
|
3448
|
-
"version": "0.81.4",
|
|
3449
|
-
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.81.4.tgz",
|
|
3450
|
-
"integrity": "sha512-LWTGUTzFu+qOQnvkzBP52B90Ym3stZT8IFCzzUrppz8Iwglg83FCtDZAR4yLHI29VY/x/+pkcWAMCl3739XHdw==",
|
|
3451
|
-
"license": "MIT",
|
|
3452
|
-
"dependencies": {
|
|
3453
|
-
"@babel/core": "^7.25.2",
|
|
3454
|
-
"@babel/parser": "^7.25.3",
|
|
3455
|
-
"glob": "^7.1.1",
|
|
3456
|
-
"hermes-parser": "0.29.1",
|
|
3457
|
-
"invariant": "^2.2.4",
|
|
3458
|
-
"nullthrows": "^1.1.1",
|
|
3459
|
-
"yargs": "^17.6.2"
|
|
3460
|
-
},
|
|
3461
|
-
"engines": {
|
|
3462
|
-
"node": ">= 20.19.4"
|
|
3463
|
-
},
|
|
3464
|
-
"peerDependencies": {
|
|
3465
|
-
"@babel/core": "*"
|
|
3466
|
-
}
|
|
3467
|
-
},
|
|
3468
3414
|
"node_modules/babel-preset-jest": {
|
|
3469
3415
|
"version": "29.6.3",
|
|
3470
3416
|
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
|
|
@@ -3513,9 +3459,9 @@
|
|
|
3513
3459
|
"license": "MIT"
|
|
3514
3460
|
},
|
|
3515
3461
|
"node_modules/baseline-browser-mapping": {
|
|
3516
|
-
"version": "2.8.
|
|
3517
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.
|
|
3518
|
-
"integrity": "sha512-
|
|
3462
|
+
"version": "2.8.20",
|
|
3463
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
|
|
3464
|
+
"integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
|
|
3519
3465
|
"license": "Apache-2.0",
|
|
3520
3466
|
"bin": {
|
|
3521
3467
|
"baseline-browser-mapping": "dist/cli.js"
|
|
@@ -3602,9 +3548,9 @@
|
|
|
3602
3548
|
}
|
|
3603
3549
|
},
|
|
3604
3550
|
"node_modules/browserslist": {
|
|
3605
|
-
"version": "4.
|
|
3606
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
3607
|
-
"integrity": "sha512-
|
|
3551
|
+
"version": "4.27.0",
|
|
3552
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
|
|
3553
|
+
"integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
|
|
3608
3554
|
"funding": [
|
|
3609
3555
|
{
|
|
3610
3556
|
"type": "opencollective",
|
|
@@ -3621,11 +3567,11 @@
|
|
|
3621
3567
|
],
|
|
3622
3568
|
"license": "MIT",
|
|
3623
3569
|
"dependencies": {
|
|
3624
|
-
"baseline-browser-mapping": "^2.8.
|
|
3625
|
-
"caniuse-lite": "^1.0.
|
|
3626
|
-
"electron-to-chromium": "^1.5.
|
|
3627
|
-
"node-releases": "^2.0.
|
|
3628
|
-
"update-browserslist-db": "^1.1.
|
|
3570
|
+
"baseline-browser-mapping": "^2.8.19",
|
|
3571
|
+
"caniuse-lite": "^1.0.30001751",
|
|
3572
|
+
"electron-to-chromium": "^1.5.238",
|
|
3573
|
+
"node-releases": "^2.0.26",
|
|
3574
|
+
"update-browserslist-db": "^1.1.4"
|
|
3629
3575
|
},
|
|
3630
3576
|
"bin": {
|
|
3631
3577
|
"browserslist": "cli.js"
|
|
@@ -3682,39 +3628,6 @@
|
|
|
3682
3628
|
"node": ">= 0.8"
|
|
3683
3629
|
}
|
|
3684
3630
|
},
|
|
3685
|
-
"node_modules/caller-callsite": {
|
|
3686
|
-
"version": "2.0.0",
|
|
3687
|
-
"resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
|
|
3688
|
-
"integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==",
|
|
3689
|
-
"license": "MIT",
|
|
3690
|
-
"dependencies": {
|
|
3691
|
-
"callsites": "^2.0.0"
|
|
3692
|
-
},
|
|
3693
|
-
"engines": {
|
|
3694
|
-
"node": ">=4"
|
|
3695
|
-
}
|
|
3696
|
-
},
|
|
3697
|
-
"node_modules/caller-path": {
|
|
3698
|
-
"version": "2.0.0",
|
|
3699
|
-
"resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
|
|
3700
|
-
"integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==",
|
|
3701
|
-
"license": "MIT",
|
|
3702
|
-
"dependencies": {
|
|
3703
|
-
"caller-callsite": "^2.0.0"
|
|
3704
|
-
},
|
|
3705
|
-
"engines": {
|
|
3706
|
-
"node": ">=4"
|
|
3707
|
-
}
|
|
3708
|
-
},
|
|
3709
|
-
"node_modules/callsites": {
|
|
3710
|
-
"version": "2.0.0",
|
|
3711
|
-
"resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
|
|
3712
|
-
"integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==",
|
|
3713
|
-
"license": "MIT",
|
|
3714
|
-
"engines": {
|
|
3715
|
-
"node": ">=4"
|
|
3716
|
-
}
|
|
3717
|
-
},
|
|
3718
3631
|
"node_modules/camelcase": {
|
|
3719
3632
|
"version": "6.3.0",
|
|
3720
3633
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
|
|
@@ -3728,9 +3641,9 @@
|
|
|
3728
3641
|
}
|
|
3729
3642
|
},
|
|
3730
3643
|
"node_modules/caniuse-lite": {
|
|
3731
|
-
"version": "1.0.
|
|
3732
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
3733
|
-
"integrity": "sha512-
|
|
3644
|
+
"version": "1.0.30001751",
|
|
3645
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
|
|
3646
|
+
"integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
|
|
3734
3647
|
"funding": [
|
|
3735
3648
|
{
|
|
3736
3649
|
"type": "opencollective",
|
|
@@ -4002,55 +3915,18 @@
|
|
|
4002
3915
|
"license": "MIT"
|
|
4003
3916
|
},
|
|
4004
3917
|
"node_modules/core-js-compat": {
|
|
4005
|
-
"version": "3.
|
|
4006
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
4007
|
-
"integrity": "sha512-
|
|
3918
|
+
"version": "3.46.0",
|
|
3919
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz",
|
|
3920
|
+
"integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==",
|
|
4008
3921
|
"license": "MIT",
|
|
4009
3922
|
"dependencies": {
|
|
4010
|
-
"browserslist": "^4.
|
|
3923
|
+
"browserslist": "^4.26.3"
|
|
4011
3924
|
},
|
|
4012
3925
|
"funding": {
|
|
4013
3926
|
"type": "opencollective",
|
|
4014
3927
|
"url": "https://opencollective.com/core-js"
|
|
4015
3928
|
}
|
|
4016
3929
|
},
|
|
4017
|
-
"node_modules/cosmiconfig": {
|
|
4018
|
-
"version": "5.2.1",
|
|
4019
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
|
|
4020
|
-
"integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
|
|
4021
|
-
"license": "MIT",
|
|
4022
|
-
"dependencies": {
|
|
4023
|
-
"import-fresh": "^2.0.0",
|
|
4024
|
-
"is-directory": "^0.3.1",
|
|
4025
|
-
"js-yaml": "^3.13.1",
|
|
4026
|
-
"parse-json": "^4.0.0"
|
|
4027
|
-
},
|
|
4028
|
-
"engines": {
|
|
4029
|
-
"node": ">=4"
|
|
4030
|
-
}
|
|
4031
|
-
},
|
|
4032
|
-
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
4033
|
-
"version": "1.0.10",
|
|
4034
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4035
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4036
|
-
"license": "MIT",
|
|
4037
|
-
"dependencies": {
|
|
4038
|
-
"sprintf-js": "~1.0.2"
|
|
4039
|
-
}
|
|
4040
|
-
},
|
|
4041
|
-
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
4042
|
-
"version": "3.14.1",
|
|
4043
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4044
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4045
|
-
"license": "MIT",
|
|
4046
|
-
"dependencies": {
|
|
4047
|
-
"argparse": "^1.0.7",
|
|
4048
|
-
"esprima": "^4.0.0"
|
|
4049
|
-
},
|
|
4050
|
-
"bin": {
|
|
4051
|
-
"js-yaml": "bin/js-yaml.js"
|
|
4052
|
-
}
|
|
4053
|
-
},
|
|
4054
3930
|
"node_modules/cross-spawn": {
|
|
4055
3931
|
"version": "7.0.6",
|
|
4056
3932
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -4156,9 +4032,9 @@
|
|
|
4156
4032
|
}
|
|
4157
4033
|
},
|
|
4158
4034
|
"node_modules/detect-libc": {
|
|
4159
|
-
"version": "2.1.
|
|
4160
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.
|
|
4161
|
-
"integrity": "sha512-
|
|
4035
|
+
"version": "2.1.2",
|
|
4036
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
4037
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
4162
4038
|
"license": "Apache-2.0",
|
|
4163
4039
|
"engines": {
|
|
4164
4040
|
"node": ">=8"
|
|
@@ -4204,9 +4080,9 @@
|
|
|
4204
4080
|
"license": "MIT"
|
|
4205
4081
|
},
|
|
4206
4082
|
"node_modules/electron-to-chromium": {
|
|
4207
|
-
"version": "1.5.
|
|
4208
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
4209
|
-
"integrity": "sha512-
|
|
4083
|
+
"version": "1.5.240",
|
|
4084
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz",
|
|
4085
|
+
"integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
|
|
4210
4086
|
"license": "ISC"
|
|
4211
4087
|
},
|
|
4212
4088
|
"node_modules/emoji-regex": {
|
|
@@ -4233,15 +4109,6 @@
|
|
|
4233
4109
|
"node": ">=8"
|
|
4234
4110
|
}
|
|
4235
4111
|
},
|
|
4236
|
-
"node_modules/error-ex": {
|
|
4237
|
-
"version": "1.3.2",
|
|
4238
|
-
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
|
4239
|
-
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
|
4240
|
-
"license": "MIT",
|
|
4241
|
-
"dependencies": {
|
|
4242
|
-
"is-arrayish": "^0.2.1"
|
|
4243
|
-
}
|
|
4244
|
-
},
|
|
4245
4112
|
"node_modules/error-stack-parser": {
|
|
4246
4113
|
"version": "2.1.4",
|
|
4247
4114
|
"resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
|
|
@@ -4316,29 +4183,29 @@
|
|
|
4316
4183
|
"license": "MIT"
|
|
4317
4184
|
},
|
|
4318
4185
|
"node_modules/expo": {
|
|
4319
|
-
"version": "54.0.
|
|
4320
|
-
"resolved": "https://registry.npmjs.org/expo/-/expo-54.0.
|
|
4321
|
-
"integrity": "sha512-
|
|
4186
|
+
"version": "54.0.20",
|
|
4187
|
+
"resolved": "https://registry.npmjs.org/expo/-/expo-54.0.20.tgz",
|
|
4188
|
+
"integrity": "sha512-mWHky+H63W60P5Oo+VbtqzF2sLvdaoSSwG57H9rlq1DrgIla++QJZuwJkXXo55lYPymVmkVhwG6FjWYKKylwpw==",
|
|
4322
4189
|
"license": "MIT",
|
|
4323
4190
|
"dependencies": {
|
|
4324
4191
|
"@babel/runtime": "^7.20.0",
|
|
4325
|
-
"@expo/cli": "54.0.
|
|
4326
|
-
"@expo/config": "~12.0.
|
|
4327
|
-
"@expo/config-plugins": "~54.0.
|
|
4192
|
+
"@expo/cli": "54.0.13",
|
|
4193
|
+
"@expo/config": "~12.0.10",
|
|
4194
|
+
"@expo/config-plugins": "~54.0.2",
|
|
4328
4195
|
"@expo/devtools": "0.1.7",
|
|
4329
|
-
"@expo/fingerprint": "0.15.
|
|
4330
|
-
"@expo/metro": "~
|
|
4331
|
-
"@expo/metro-config": "54.0.
|
|
4332
|
-
"@expo/vector-icons": "^15.0.
|
|
4196
|
+
"@expo/fingerprint": "0.15.2",
|
|
4197
|
+
"@expo/metro": "~54.1.0",
|
|
4198
|
+
"@expo/metro-config": "54.0.7",
|
|
4199
|
+
"@expo/vector-icons": "^15.0.3",
|
|
4333
4200
|
"@ungap/structured-clone": "^1.3.0",
|
|
4334
|
-
"babel-preset-expo": "~54.0.
|
|
4335
|
-
"expo-asset": "~12.0.
|
|
4336
|
-
"expo-constants": "~18.0.
|
|
4337
|
-
"expo-file-system": "~19.0.
|
|
4338
|
-
"expo-font": "~14.0.
|
|
4201
|
+
"babel-preset-expo": "~54.0.6",
|
|
4202
|
+
"expo-asset": "~12.0.9",
|
|
4203
|
+
"expo-constants": "~18.0.10",
|
|
4204
|
+
"expo-file-system": "~19.0.17",
|
|
4205
|
+
"expo-font": "~14.0.9",
|
|
4339
4206
|
"expo-keep-awake": "~15.0.7",
|
|
4340
|
-
"expo-modules-autolinking": "3.0.
|
|
4341
|
-
"expo-modules-core": "3.0.
|
|
4207
|
+
"expo-modules-autolinking": "3.0.19",
|
|
4208
|
+
"expo-modules-core": "3.0.22",
|
|
4342
4209
|
"pretty-format": "^29.7.0",
|
|
4343
4210
|
"react-refresh": "^0.14.2",
|
|
4344
4211
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -4368,13 +4235,13 @@
|
|
|
4368
4235
|
}
|
|
4369
4236
|
},
|
|
4370
4237
|
"node_modules/expo-asset": {
|
|
4371
|
-
"version": "12.0.
|
|
4372
|
-
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-12.0.
|
|
4373
|
-
"integrity": "sha512-
|
|
4238
|
+
"version": "12.0.9",
|
|
4239
|
+
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-12.0.9.tgz",
|
|
4240
|
+
"integrity": "sha512-vrdRoyhGhBmd0nJcssTSk1Ypx3Mbn/eXaaBCQVkL0MJ8IOZpAObAjfD5CTy8+8RofcHEQdh3wwZVCs7crvfOeg==",
|
|
4374
4241
|
"license": "MIT",
|
|
4375
4242
|
"dependencies": {
|
|
4376
4243
|
"@expo/image-utils": "^0.8.7",
|
|
4377
|
-
"expo-constants": "~18.0.
|
|
4244
|
+
"expo-constants": "~18.0.9"
|
|
4378
4245
|
},
|
|
4379
4246
|
"peerDependencies": {
|
|
4380
4247
|
"expo": "*",
|
|
@@ -4383,9 +4250,9 @@
|
|
|
4383
4250
|
}
|
|
4384
4251
|
},
|
|
4385
4252
|
"node_modules/expo-build-properties": {
|
|
4386
|
-
"version": "1.0.
|
|
4387
|
-
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-1.0.
|
|
4388
|
-
"integrity": "sha512-
|
|
4253
|
+
"version": "1.0.9",
|
|
4254
|
+
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-1.0.9.tgz",
|
|
4255
|
+
"integrity": "sha512-2icttCy3OPTk/GWIFt+vwA+0hup53jnmYb7JKRbvNvrrOrz+WblzpeoiaOleI2dYG/vjwpNO8to8qVyKhYJtrQ==",
|
|
4389
4256
|
"license": "MIT",
|
|
4390
4257
|
"dependencies": {
|
|
4391
4258
|
"ajv": "^8.11.0",
|
|
@@ -4396,9 +4263,9 @@
|
|
|
4396
4263
|
}
|
|
4397
4264
|
},
|
|
4398
4265
|
"node_modules/expo-build-properties/node_modules/semver": {
|
|
4399
|
-
"version": "7.7.
|
|
4400
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
4401
|
-
"integrity": "sha512-
|
|
4266
|
+
"version": "7.7.3",
|
|
4267
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
4268
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
4402
4269
|
"license": "ISC",
|
|
4403
4270
|
"bin": {
|
|
4404
4271
|
"semver": "bin/semver.js"
|
|
@@ -4408,12 +4275,12 @@
|
|
|
4408
4275
|
}
|
|
4409
4276
|
},
|
|
4410
4277
|
"node_modules/expo-constants": {
|
|
4411
|
-
"version": "18.0.
|
|
4412
|
-
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-18.0.
|
|
4413
|
-
"integrity": "sha512-
|
|
4278
|
+
"version": "18.0.10",
|
|
4279
|
+
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-18.0.10.tgz",
|
|
4280
|
+
"integrity": "sha512-Rhtv+X974k0Cahmvx6p7ER5+pNhBC0XbP1lRviL2J1Xl4sT2FBaIuIxF/0I0CbhOsySf0ksqc5caFweAy9Ewiw==",
|
|
4414
4281
|
"license": "MIT",
|
|
4415
4282
|
"dependencies": {
|
|
4416
|
-
"@expo/config": "~12.0.
|
|
4283
|
+
"@expo/config": "~12.0.10",
|
|
4417
4284
|
"@expo/env": "~2.0.7"
|
|
4418
4285
|
},
|
|
4419
4286
|
"peerDependencies": {
|
|
@@ -4434,13 +4301,13 @@
|
|
|
4434
4301
|
}
|
|
4435
4302
|
},
|
|
4436
4303
|
"node_modules/expo-dev-client": {
|
|
4437
|
-
"version": "6.0.
|
|
4438
|
-
"resolved": "https://registry.npmjs.org/expo-dev-client/-/expo-dev-client-6.0.
|
|
4439
|
-
"integrity": "sha512-
|
|
4304
|
+
"version": "6.0.16",
|
|
4305
|
+
"resolved": "https://registry.npmjs.org/expo-dev-client/-/expo-dev-client-6.0.16.tgz",
|
|
4306
|
+
"integrity": "sha512-8GLud/dtNteqChL9pNGqLBSHd7of2scFmsgN5WwWgtt2dET7+EJM/K1zp0FYUzfmIF5NLsf5xUDg6AjDldOLqg==",
|
|
4440
4307
|
"license": "MIT",
|
|
4441
4308
|
"dependencies": {
|
|
4442
|
-
"expo-dev-launcher": "6.0.
|
|
4443
|
-
"expo-dev-menu": "7.0.
|
|
4309
|
+
"expo-dev-launcher": "6.0.16",
|
|
4310
|
+
"expo-dev-menu": "7.0.15",
|
|
4444
4311
|
"expo-dev-menu-interface": "2.0.0",
|
|
4445
4312
|
"expo-manifests": "~1.0.8",
|
|
4446
4313
|
"expo-updates-interface": "~2.0.0"
|
|
@@ -4450,12 +4317,12 @@
|
|
|
4450
4317
|
}
|
|
4451
4318
|
},
|
|
4452
4319
|
"node_modules/expo-dev-launcher": {
|
|
4453
|
-
"version": "6.0.
|
|
4454
|
-
"resolved": "https://registry.npmjs.org/expo-dev-launcher/-/expo-dev-launcher-6.0.
|
|
4455
|
-
"integrity": "sha512-
|
|
4320
|
+
"version": "6.0.16",
|
|
4321
|
+
"resolved": "https://registry.npmjs.org/expo-dev-launcher/-/expo-dev-launcher-6.0.16.tgz",
|
|
4322
|
+
"integrity": "sha512-OVg5T5ip7evh8zHJeIj2IYgtvTeY8EOiwNQYlmN0JHAw8wlUxYHnSf08RcevVgYTKcIryCyeLG5UHxsQQWbycA==",
|
|
4456
4323
|
"license": "MIT",
|
|
4457
4324
|
"dependencies": {
|
|
4458
|
-
"expo-dev-menu": "7.0.
|
|
4325
|
+
"expo-dev-menu": "7.0.15",
|
|
4459
4326
|
"expo-manifests": "~1.0.8"
|
|
4460
4327
|
},
|
|
4461
4328
|
"peerDependencies": {
|
|
@@ -4463,9 +4330,9 @@
|
|
|
4463
4330
|
}
|
|
4464
4331
|
},
|
|
4465
4332
|
"node_modules/expo-dev-menu": {
|
|
4466
|
-
"version": "7.0.
|
|
4467
|
-
"resolved": "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-7.0.
|
|
4468
|
-
"integrity": "sha512-
|
|
4333
|
+
"version": "7.0.15",
|
|
4334
|
+
"resolved": "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-7.0.15.tgz",
|
|
4335
|
+
"integrity": "sha512-aThUhoBUuQVbCS2k0MwP28/au46FqOXAAiGtCYIWp+Hne95RgFO+KaO0VGksJFwK7I9IPbbminm8ijZDf2KzXg==",
|
|
4469
4336
|
"license": "MIT",
|
|
4470
4337
|
"dependencies": {
|
|
4471
4338
|
"expo-dev-menu-interface": "2.0.0"
|
|
@@ -4484,9 +4351,9 @@
|
|
|
4484
4351
|
}
|
|
4485
4352
|
},
|
|
4486
4353
|
"node_modules/expo-file-system": {
|
|
4487
|
-
"version": "19.0.
|
|
4488
|
-
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.
|
|
4489
|
-
"integrity": "sha512-
|
|
4354
|
+
"version": "19.0.17",
|
|
4355
|
+
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.17.tgz",
|
|
4356
|
+
"integrity": "sha512-WwaS01SUFrxBnExn87pg0sCTJjZpf2KAOzfImG0o8yhkU7fbYpihpl/oocXBEsNbj58a8hVt1Y4CVV5c1tzu/g==",
|
|
4490
4357
|
"license": "MIT",
|
|
4491
4358
|
"peerDependencies": {
|
|
4492
4359
|
"expo": "*",
|
|
@@ -4494,9 +4361,9 @@
|
|
|
4494
4361
|
}
|
|
4495
4362
|
},
|
|
4496
4363
|
"node_modules/expo-font": {
|
|
4497
|
-
"version": "14.0.
|
|
4498
|
-
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.
|
|
4499
|
-
"integrity": "sha512-
|
|
4364
|
+
"version": "14.0.9",
|
|
4365
|
+
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.9.tgz",
|
|
4366
|
+
"integrity": "sha512-xCoQbR/36qqB6tew/LQ6GWICpaBmHLhg/Loix5Rku/0ZtNaXMJv08M9o1AcrdiGTn/Xf/BnLu6DgS45cWQEHZg==",
|
|
4500
4367
|
"license": "MIT",
|
|
4501
4368
|
"dependencies": {
|
|
4502
4369
|
"fontfaceobserver": "^2.1.0"
|
|
@@ -4537,9 +4404,9 @@
|
|
|
4537
4404
|
}
|
|
4538
4405
|
},
|
|
4539
4406
|
"node_modules/expo-modules-autolinking": {
|
|
4540
|
-
"version": "3.0.
|
|
4541
|
-
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.
|
|
4542
|
-
"integrity": "sha512-
|
|
4407
|
+
"version": "3.0.19",
|
|
4408
|
+
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.19.tgz",
|
|
4409
|
+
"integrity": "sha512-tSMYGnfZmAaN77X8iMLiaSgbCFnA7eh6s2ac09J2N2N0Rcf2RCE27jg0c0XenTMTWUcM4QvLhsNHof/WtlKqPw==",
|
|
4543
4410
|
"license": "MIT",
|
|
4544
4411
|
"dependencies": {
|
|
4545
4412
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -4574,9 +4441,9 @@
|
|
|
4574
4441
|
}
|
|
4575
4442
|
},
|
|
4576
4443
|
"node_modules/expo-modules-core": {
|
|
4577
|
-
"version": "3.0.
|
|
4578
|
-
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.
|
|
4579
|
-
"integrity": "sha512-
|
|
4444
|
+
"version": "3.0.22",
|
|
4445
|
+
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.22.tgz",
|
|
4446
|
+
"integrity": "sha512-FqG5oelITFTLcIfGwoJP8Qsk65be/eiEjz354NdAurnhFARHAVYOOIsUehArvm75ISdZOIZEaTSjCudmkA3kKg==",
|
|
4580
4447
|
"license": "MIT",
|
|
4581
4448
|
"dependencies": {
|
|
4582
4449
|
"invariant": "^2.2.4"
|
|
@@ -4586,6 +4453,15 @@
|
|
|
4586
4453
|
"react-native": "*"
|
|
4587
4454
|
}
|
|
4588
4455
|
},
|
|
4456
|
+
"node_modules/expo-server": {
|
|
4457
|
+
"version": "1.0.2",
|
|
4458
|
+
"resolved": "https://registry.npmjs.org/expo-server/-/expo-server-1.0.2.tgz",
|
|
4459
|
+
"integrity": "sha512-QlQLjFuwgCiBc+Qq0IyBBHiZK1RS0NJSsKVB5iECMJrR04q7PhkaF7dON0fhvo00COy4fT9rJ5brrJDpFro/gA==",
|
|
4460
|
+
"license": "MIT",
|
|
4461
|
+
"engines": {
|
|
4462
|
+
"node": ">=20.16.0"
|
|
4463
|
+
}
|
|
4464
|
+
},
|
|
4589
4465
|
"node_modules/expo-updates-interface": {
|
|
4590
4466
|
"version": "2.0.0",
|
|
4591
4467
|
"resolved": "https://registry.npmjs.org/expo-updates-interface/-/expo-updates-interface-2.0.0.tgz",
|
|
@@ -4596,9 +4472,9 @@
|
|
|
4596
4472
|
}
|
|
4597
4473
|
},
|
|
4598
4474
|
"node_modules/exponential-backoff": {
|
|
4599
|
-
"version": "3.1.
|
|
4600
|
-
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.
|
|
4601
|
-
"integrity": "sha512-
|
|
4475
|
+
"version": "3.1.3",
|
|
4476
|
+
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.3.tgz",
|
|
4477
|
+
"integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==",
|
|
4602
4478
|
"license": "Apache-2.0"
|
|
4603
4479
|
},
|
|
4604
4480
|
"node_modules/fast-deep-equal": {
|
|
@@ -4758,9 +4634,9 @@
|
|
|
4758
4634
|
}
|
|
4759
4635
|
},
|
|
4760
4636
|
"node_modules/fs-extra": {
|
|
4761
|
-
"version": "11.3.
|
|
4762
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
|
4763
|
-
"integrity": "sha512-
|
|
4637
|
+
"version": "11.3.2",
|
|
4638
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz",
|
|
4639
|
+
"integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
|
|
4764
4640
|
"license": "MIT",
|
|
4765
4641
|
"dependencies": {
|
|
4766
4642
|
"graceful-fs": "^4.2.0",
|
|
@@ -5033,28 +4909,6 @@
|
|
|
5033
4909
|
"node": ">=16.x"
|
|
5034
4910
|
}
|
|
5035
4911
|
},
|
|
5036
|
-
"node_modules/import-fresh": {
|
|
5037
|
-
"version": "2.0.0",
|
|
5038
|
-
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
|
|
5039
|
-
"integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==",
|
|
5040
|
-
"license": "MIT",
|
|
5041
|
-
"dependencies": {
|
|
5042
|
-
"caller-path": "^2.0.0",
|
|
5043
|
-
"resolve-from": "^3.0.0"
|
|
5044
|
-
},
|
|
5045
|
-
"engines": {
|
|
5046
|
-
"node": ">=4"
|
|
5047
|
-
}
|
|
5048
|
-
},
|
|
5049
|
-
"node_modules/import-fresh/node_modules/resolve-from": {
|
|
5050
|
-
"version": "3.0.0",
|
|
5051
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
|
|
5052
|
-
"integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==",
|
|
5053
|
-
"license": "MIT",
|
|
5054
|
-
"engines": {
|
|
5055
|
-
"node": ">=4"
|
|
5056
|
-
}
|
|
5057
|
-
},
|
|
5058
4912
|
"node_modules/imurmurhash": {
|
|
5059
4913
|
"version": "0.1.4",
|
|
5060
4914
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
@@ -5096,12 +4950,6 @@
|
|
|
5096
4950
|
"loose-envify": "^1.0.0"
|
|
5097
4951
|
}
|
|
5098
4952
|
},
|
|
5099
|
-
"node_modules/is-arrayish": {
|
|
5100
|
-
"version": "0.2.1",
|
|
5101
|
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
|
5102
|
-
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
|
|
5103
|
-
"license": "MIT"
|
|
5104
|
-
},
|
|
5105
4953
|
"node_modules/is-core-module": {
|
|
5106
4954
|
"version": "2.16.1",
|
|
5107
4955
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
@@ -5117,15 +4965,6 @@
|
|
|
5117
4965
|
"url": "https://github.com/sponsors/ljharb"
|
|
5118
4966
|
}
|
|
5119
4967
|
},
|
|
5120
|
-
"node_modules/is-directory": {
|
|
5121
|
-
"version": "0.3.1",
|
|
5122
|
-
"resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
|
|
5123
|
-
"integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==",
|
|
5124
|
-
"license": "MIT",
|
|
5125
|
-
"engines": {
|
|
5126
|
-
"node": ">=0.10.0"
|
|
5127
|
-
}
|
|
5128
|
-
},
|
|
5129
4968
|
"node_modules/is-docker": {
|
|
5130
4969
|
"version": "2.2.1",
|
|
5131
4970
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
|
|
@@ -5429,12 +5268,6 @@
|
|
|
5429
5268
|
"node": ">=6"
|
|
5430
5269
|
}
|
|
5431
5270
|
},
|
|
5432
|
-
"node_modules/json-parse-better-errors": {
|
|
5433
|
-
"version": "1.0.2",
|
|
5434
|
-
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
|
5435
|
-
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
|
|
5436
|
-
"license": "MIT"
|
|
5437
|
-
},
|
|
5438
5271
|
"node_modules/json-schema-traverse": {
|
|
5439
5272
|
"version": "1.0.0",
|
|
5440
5273
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
@@ -5518,9 +5351,9 @@
|
|
|
5518
5351
|
"license": "MIT"
|
|
5519
5352
|
},
|
|
5520
5353
|
"node_modules/lightningcss": {
|
|
5521
|
-
"version": "1.30.
|
|
5522
|
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.
|
|
5523
|
-
"integrity": "sha512-
|
|
5354
|
+
"version": "1.30.2",
|
|
5355
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
|
|
5356
|
+
"integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
|
|
5524
5357
|
"license": "MPL-2.0",
|
|
5525
5358
|
"dependencies": {
|
|
5526
5359
|
"detect-libc": "^2.0.3"
|
|
@@ -5533,29 +5366,30 @@
|
|
|
5533
5366
|
"url": "https://opencollective.com/parcel"
|
|
5534
5367
|
},
|
|
5535
5368
|
"optionalDependencies": {
|
|
5536
|
-
"lightningcss-
|
|
5537
|
-
"lightningcss-darwin-
|
|
5538
|
-
"lightningcss-
|
|
5539
|
-
"lightningcss-
|
|
5540
|
-
"lightningcss-linux-
|
|
5541
|
-
"lightningcss-linux-arm64-
|
|
5542
|
-
"lightningcss-linux-
|
|
5543
|
-
"lightningcss-linux-x64-
|
|
5544
|
-
"lightningcss-
|
|
5545
|
-
"lightningcss-win32-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
"
|
|
5551
|
-
"
|
|
5369
|
+
"lightningcss-android-arm64": "1.30.2",
|
|
5370
|
+
"lightningcss-darwin-arm64": "1.30.2",
|
|
5371
|
+
"lightningcss-darwin-x64": "1.30.2",
|
|
5372
|
+
"lightningcss-freebsd-x64": "1.30.2",
|
|
5373
|
+
"lightningcss-linux-arm-gnueabihf": "1.30.2",
|
|
5374
|
+
"lightningcss-linux-arm64-gnu": "1.30.2",
|
|
5375
|
+
"lightningcss-linux-arm64-musl": "1.30.2",
|
|
5376
|
+
"lightningcss-linux-x64-gnu": "1.30.2",
|
|
5377
|
+
"lightningcss-linux-x64-musl": "1.30.2",
|
|
5378
|
+
"lightningcss-win32-arm64-msvc": "1.30.2",
|
|
5379
|
+
"lightningcss-win32-x64-msvc": "1.30.2"
|
|
5380
|
+
}
|
|
5381
|
+
},
|
|
5382
|
+
"node_modules/lightningcss-android-arm64": {
|
|
5383
|
+
"version": "1.30.2",
|
|
5384
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
|
|
5385
|
+
"integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
|
|
5552
5386
|
"cpu": [
|
|
5553
5387
|
"arm64"
|
|
5554
5388
|
],
|
|
5555
5389
|
"license": "MPL-2.0",
|
|
5556
5390
|
"optional": true,
|
|
5557
5391
|
"os": [
|
|
5558
|
-
"
|
|
5392
|
+
"android"
|
|
5559
5393
|
],
|
|
5560
5394
|
"engines": {
|
|
5561
5395
|
"node": ">= 12.0.0"
|
|
@@ -5565,12 +5399,12 @@
|
|
|
5565
5399
|
"url": "https://opencollective.com/parcel"
|
|
5566
5400
|
}
|
|
5567
5401
|
},
|
|
5568
|
-
"node_modules/lightningcss-darwin-
|
|
5569
|
-
"version": "1.30.
|
|
5570
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-
|
|
5571
|
-
"integrity": "sha512-
|
|
5402
|
+
"node_modules/lightningcss-darwin-arm64": {
|
|
5403
|
+
"version": "1.30.2",
|
|
5404
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
|
|
5405
|
+
"integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
|
|
5572
5406
|
"cpu": [
|
|
5573
|
-
"
|
|
5407
|
+
"arm64"
|
|
5574
5408
|
],
|
|
5575
5409
|
"license": "MPL-2.0",
|
|
5576
5410
|
"optional": true,
|
|
@@ -5585,17 +5419,37 @@
|
|
|
5585
5419
|
"url": "https://opencollective.com/parcel"
|
|
5586
5420
|
}
|
|
5587
5421
|
},
|
|
5588
|
-
"node_modules/lightningcss-
|
|
5589
|
-
"version": "1.30.
|
|
5590
|
-
"resolved": "https://registry.npmjs.org/lightningcss-
|
|
5591
|
-
"integrity": "sha512-
|
|
5422
|
+
"node_modules/lightningcss-darwin-x64": {
|
|
5423
|
+
"version": "1.30.2",
|
|
5424
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
|
|
5425
|
+
"integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
|
|
5592
5426
|
"cpu": [
|
|
5593
5427
|
"x64"
|
|
5594
5428
|
],
|
|
5595
5429
|
"license": "MPL-2.0",
|
|
5596
5430
|
"optional": true,
|
|
5597
5431
|
"os": [
|
|
5598
|
-
"
|
|
5432
|
+
"darwin"
|
|
5433
|
+
],
|
|
5434
|
+
"engines": {
|
|
5435
|
+
"node": ">= 12.0.0"
|
|
5436
|
+
},
|
|
5437
|
+
"funding": {
|
|
5438
|
+
"type": "opencollective",
|
|
5439
|
+
"url": "https://opencollective.com/parcel"
|
|
5440
|
+
}
|
|
5441
|
+
},
|
|
5442
|
+
"node_modules/lightningcss-freebsd-x64": {
|
|
5443
|
+
"version": "1.30.2",
|
|
5444
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
|
|
5445
|
+
"integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
|
|
5446
|
+
"cpu": [
|
|
5447
|
+
"x64"
|
|
5448
|
+
],
|
|
5449
|
+
"license": "MPL-2.0",
|
|
5450
|
+
"optional": true,
|
|
5451
|
+
"os": [
|
|
5452
|
+
"freebsd"
|
|
5599
5453
|
],
|
|
5600
5454
|
"engines": {
|
|
5601
5455
|
"node": ">= 12.0.0"
|
|
@@ -5606,9 +5460,9 @@
|
|
|
5606
5460
|
}
|
|
5607
5461
|
},
|
|
5608
5462
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
5609
|
-
"version": "1.30.
|
|
5610
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.
|
|
5611
|
-
"integrity": "sha512-
|
|
5463
|
+
"version": "1.30.2",
|
|
5464
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
|
|
5465
|
+
"integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
|
|
5612
5466
|
"cpu": [
|
|
5613
5467
|
"arm"
|
|
5614
5468
|
],
|
|
@@ -5626,9 +5480,9 @@
|
|
|
5626
5480
|
}
|
|
5627
5481
|
},
|
|
5628
5482
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
5629
|
-
"version": "1.30.
|
|
5630
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.
|
|
5631
|
-
"integrity": "sha512-
|
|
5483
|
+
"version": "1.30.2",
|
|
5484
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
|
|
5485
|
+
"integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
|
|
5632
5486
|
"cpu": [
|
|
5633
5487
|
"arm64"
|
|
5634
5488
|
],
|
|
@@ -5646,9 +5500,9 @@
|
|
|
5646
5500
|
}
|
|
5647
5501
|
},
|
|
5648
5502
|
"node_modules/lightningcss-linux-arm64-musl": {
|
|
5649
|
-
"version": "1.30.
|
|
5650
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.
|
|
5651
|
-
"integrity": "sha512-
|
|
5503
|
+
"version": "1.30.2",
|
|
5504
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
|
|
5505
|
+
"integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
|
|
5652
5506
|
"cpu": [
|
|
5653
5507
|
"arm64"
|
|
5654
5508
|
],
|
|
@@ -5666,9 +5520,9 @@
|
|
|
5666
5520
|
}
|
|
5667
5521
|
},
|
|
5668
5522
|
"node_modules/lightningcss-linux-x64-gnu": {
|
|
5669
|
-
"version": "1.30.
|
|
5670
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.
|
|
5671
|
-
"integrity": "sha512-
|
|
5523
|
+
"version": "1.30.2",
|
|
5524
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
|
|
5525
|
+
"integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
|
|
5672
5526
|
"cpu": [
|
|
5673
5527
|
"x64"
|
|
5674
5528
|
],
|
|
@@ -5686,9 +5540,9 @@
|
|
|
5686
5540
|
}
|
|
5687
5541
|
},
|
|
5688
5542
|
"node_modules/lightningcss-linux-x64-musl": {
|
|
5689
|
-
"version": "1.30.
|
|
5690
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.
|
|
5691
|
-
"integrity": "sha512-
|
|
5543
|
+
"version": "1.30.2",
|
|
5544
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
|
|
5545
|
+
"integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
|
|
5692
5546
|
"cpu": [
|
|
5693
5547
|
"x64"
|
|
5694
5548
|
],
|
|
@@ -5706,9 +5560,9 @@
|
|
|
5706
5560
|
}
|
|
5707
5561
|
},
|
|
5708
5562
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
5709
|
-
"version": "1.30.
|
|
5710
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.
|
|
5711
|
-
"integrity": "sha512-
|
|
5563
|
+
"version": "1.30.2",
|
|
5564
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
|
|
5565
|
+
"integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
|
|
5712
5566
|
"cpu": [
|
|
5713
5567
|
"arm64"
|
|
5714
5568
|
],
|
|
@@ -5726,9 +5580,9 @@
|
|
|
5726
5580
|
}
|
|
5727
5581
|
},
|
|
5728
5582
|
"node_modules/lightningcss-win32-x64-msvc": {
|
|
5729
|
-
"version": "1.30.
|
|
5730
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.
|
|
5731
|
-
"integrity": "sha512-
|
|
5583
|
+
"version": "1.30.2",
|
|
5584
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
|
|
5585
|
+
"integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
|
|
5732
5586
|
"cpu": [
|
|
5733
5587
|
"x64"
|
|
5734
5588
|
],
|
|
@@ -5910,9 +5764,9 @@
|
|
|
5910
5764
|
"license": "MIT"
|
|
5911
5765
|
},
|
|
5912
5766
|
"node_modules/metro": {
|
|
5913
|
-
"version": "0.83.
|
|
5914
|
-
"resolved": "https://registry.npmjs.org/metro/-/metro-0.83.
|
|
5915
|
-
"integrity": "sha512-
|
|
5767
|
+
"version": "0.83.2",
|
|
5768
|
+
"resolved": "https://registry.npmjs.org/metro/-/metro-0.83.2.tgz",
|
|
5769
|
+
"integrity": "sha512-HQgs9H1FyVbRptNSMy/ImchTTE5vS2MSqLoOo7hbDoBq6hPPZokwJvBMwrYSxdjQZmLXz2JFZtdvS+ZfgTc9yw==",
|
|
5916
5770
|
"license": "MIT",
|
|
5917
5771
|
"dependencies": {
|
|
5918
5772
|
"@babel/code-frame": "^7.24.7",
|
|
@@ -5930,24 +5784,24 @@
|
|
|
5930
5784
|
"error-stack-parser": "^2.0.6",
|
|
5931
5785
|
"flow-enums-runtime": "^0.0.6",
|
|
5932
5786
|
"graceful-fs": "^4.2.4",
|
|
5933
|
-
"hermes-parser": "0.
|
|
5787
|
+
"hermes-parser": "0.32.0",
|
|
5934
5788
|
"image-size": "^1.0.2",
|
|
5935
5789
|
"invariant": "^2.2.4",
|
|
5936
5790
|
"jest-worker": "^29.7.0",
|
|
5937
5791
|
"jsc-safe-url": "^0.2.2",
|
|
5938
5792
|
"lodash.throttle": "^4.1.1",
|
|
5939
|
-
"metro-babel-transformer": "0.83.
|
|
5940
|
-
"metro-cache": "0.83.
|
|
5941
|
-
"metro-cache-key": "0.83.
|
|
5942
|
-
"metro-config": "0.83.
|
|
5943
|
-
"metro-core": "0.83.
|
|
5944
|
-
"metro-file-map": "0.83.
|
|
5945
|
-
"metro-resolver": "0.83.
|
|
5946
|
-
"metro-runtime": "0.83.
|
|
5947
|
-
"metro-source-map": "0.83.
|
|
5948
|
-
"metro-symbolicate": "0.83.
|
|
5949
|
-
"metro-transform-plugins": "0.83.
|
|
5950
|
-
"metro-transform-worker": "0.83.
|
|
5793
|
+
"metro-babel-transformer": "0.83.2",
|
|
5794
|
+
"metro-cache": "0.83.2",
|
|
5795
|
+
"metro-cache-key": "0.83.2",
|
|
5796
|
+
"metro-config": "0.83.2",
|
|
5797
|
+
"metro-core": "0.83.2",
|
|
5798
|
+
"metro-file-map": "0.83.2",
|
|
5799
|
+
"metro-resolver": "0.83.2",
|
|
5800
|
+
"metro-runtime": "0.83.2",
|
|
5801
|
+
"metro-source-map": "0.83.2",
|
|
5802
|
+
"metro-symbolicate": "0.83.2",
|
|
5803
|
+
"metro-transform-plugins": "0.83.2",
|
|
5804
|
+
"metro-transform-worker": "0.83.2",
|
|
5951
5805
|
"mime-types": "^2.1.27",
|
|
5952
5806
|
"nullthrows": "^1.1.1",
|
|
5953
5807
|
"serialize-error": "^2.1.0",
|
|
@@ -5964,39 +5818,54 @@
|
|
|
5964
5818
|
}
|
|
5965
5819
|
},
|
|
5966
5820
|
"node_modules/metro-babel-transformer": {
|
|
5967
|
-
"version": "0.83.
|
|
5968
|
-
"resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.83.
|
|
5969
|
-
"integrity": "sha512-
|
|
5821
|
+
"version": "0.83.2",
|
|
5822
|
+
"resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.83.2.tgz",
|
|
5823
|
+
"integrity": "sha512-rirY1QMFlA1uxH3ZiNauBninwTioOgwChnRdDcbB4tgRZ+bGX9DiXoh9QdpppiaVKXdJsII932OwWXGGV4+Nlw==",
|
|
5970
5824
|
"license": "MIT",
|
|
5971
5825
|
"dependencies": {
|
|
5972
5826
|
"@babel/core": "^7.25.2",
|
|
5973
5827
|
"flow-enums-runtime": "^0.0.6",
|
|
5974
|
-
"hermes-parser": "0.
|
|
5828
|
+
"hermes-parser": "0.32.0",
|
|
5975
5829
|
"nullthrows": "^1.1.1"
|
|
5976
5830
|
},
|
|
5977
5831
|
"engines": {
|
|
5978
5832
|
"node": ">=20.19.4"
|
|
5979
5833
|
}
|
|
5980
5834
|
},
|
|
5835
|
+
"node_modules/metro-babel-transformer/node_modules/hermes-estree": {
|
|
5836
|
+
"version": "0.32.0",
|
|
5837
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.32.0.tgz",
|
|
5838
|
+
"integrity": "sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==",
|
|
5839
|
+
"license": "MIT"
|
|
5840
|
+
},
|
|
5841
|
+
"node_modules/metro-babel-transformer/node_modules/hermes-parser": {
|
|
5842
|
+
"version": "0.32.0",
|
|
5843
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.32.0.tgz",
|
|
5844
|
+
"integrity": "sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==",
|
|
5845
|
+
"license": "MIT",
|
|
5846
|
+
"dependencies": {
|
|
5847
|
+
"hermes-estree": "0.32.0"
|
|
5848
|
+
}
|
|
5849
|
+
},
|
|
5981
5850
|
"node_modules/metro-cache": {
|
|
5982
|
-
"version": "0.83.
|
|
5983
|
-
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.83.
|
|
5984
|
-
"integrity": "sha512-
|
|
5851
|
+
"version": "0.83.2",
|
|
5852
|
+
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.83.2.tgz",
|
|
5853
|
+
"integrity": "sha512-Z43IodutUZeIS7OTH+yQFjc59QlFJ6s5OvM8p2AP9alr0+F8UKr8ADzFzoGKoHefZSKGa4bJx7MZJLF6GwPDHQ==",
|
|
5985
5854
|
"license": "MIT",
|
|
5986
5855
|
"dependencies": {
|
|
5987
5856
|
"exponential-backoff": "^3.1.1",
|
|
5988
5857
|
"flow-enums-runtime": "^0.0.6",
|
|
5989
5858
|
"https-proxy-agent": "^7.0.5",
|
|
5990
|
-
"metro-core": "0.83.
|
|
5859
|
+
"metro-core": "0.83.2"
|
|
5991
5860
|
},
|
|
5992
5861
|
"engines": {
|
|
5993
5862
|
"node": ">=20.19.4"
|
|
5994
5863
|
}
|
|
5995
5864
|
},
|
|
5996
5865
|
"node_modules/metro-cache-key": {
|
|
5997
|
-
"version": "0.83.
|
|
5998
|
-
"resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.83.
|
|
5999
|
-
"integrity": "sha512-
|
|
5866
|
+
"version": "0.83.2",
|
|
5867
|
+
"resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.83.2.tgz",
|
|
5868
|
+
"integrity": "sha512-3EMG/GkGKYoTaf5RqguGLSWRqGTwO7NQ0qXKmNBjr0y6qD9s3VBXYlwB+MszGtmOKsqE9q3FPrE5Nd9Ipv7rZw==",
|
|
6000
5869
|
"license": "MIT",
|
|
6001
5870
|
"dependencies": {
|
|
6002
5871
|
"flow-enums-runtime": "^0.0.6"
|
|
@@ -6006,42 +5875,333 @@
|
|
|
6006
5875
|
}
|
|
6007
5876
|
},
|
|
6008
5877
|
"node_modules/metro-config": {
|
|
6009
|
-
"version": "0.83.
|
|
6010
|
-
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.83.
|
|
6011
|
-
"integrity": "sha512-
|
|
5878
|
+
"version": "0.83.3",
|
|
5879
|
+
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.83.3.tgz",
|
|
5880
|
+
"integrity": "sha512-mTel7ipT0yNjKILIan04bkJkuCzUUkm2SeEaTads8VfEecCh+ltXchdq6DovXJqzQAXuR2P9cxZB47Lg4klriA==",
|
|
6012
5881
|
"license": "MIT",
|
|
6013
5882
|
"dependencies": {
|
|
6014
5883
|
"connect": "^3.6.5",
|
|
6015
|
-
"cosmiconfig": "^5.0.5",
|
|
6016
5884
|
"flow-enums-runtime": "^0.0.6",
|
|
6017
5885
|
"jest-validate": "^29.7.0",
|
|
6018
|
-
"metro": "0.83.
|
|
6019
|
-
"metro-cache": "0.83.
|
|
6020
|
-
"metro-core": "0.83.
|
|
6021
|
-
"metro-runtime": "0.83.
|
|
5886
|
+
"metro": "0.83.3",
|
|
5887
|
+
"metro-cache": "0.83.3",
|
|
5888
|
+
"metro-core": "0.83.3",
|
|
5889
|
+
"metro-runtime": "0.83.3",
|
|
5890
|
+
"yaml": "^2.6.1"
|
|
5891
|
+
},
|
|
5892
|
+
"engines": {
|
|
5893
|
+
"node": ">=20.19.4"
|
|
5894
|
+
}
|
|
5895
|
+
},
|
|
5896
|
+
"node_modules/metro-config/node_modules/ci-info": {
|
|
5897
|
+
"version": "2.0.0",
|
|
5898
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
|
|
5899
|
+
"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
|
|
5900
|
+
"license": "MIT"
|
|
5901
|
+
},
|
|
5902
|
+
"node_modules/metro-config/node_modules/hermes-estree": {
|
|
5903
|
+
"version": "0.32.0",
|
|
5904
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.32.0.tgz",
|
|
5905
|
+
"integrity": "sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==",
|
|
5906
|
+
"license": "MIT"
|
|
5907
|
+
},
|
|
5908
|
+
"node_modules/metro-config/node_modules/hermes-parser": {
|
|
5909
|
+
"version": "0.32.0",
|
|
5910
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.32.0.tgz",
|
|
5911
|
+
"integrity": "sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==",
|
|
5912
|
+
"license": "MIT",
|
|
5913
|
+
"dependencies": {
|
|
5914
|
+
"hermes-estree": "0.32.0"
|
|
5915
|
+
}
|
|
5916
|
+
},
|
|
5917
|
+
"node_modules/metro-config/node_modules/metro": {
|
|
5918
|
+
"version": "0.83.3",
|
|
5919
|
+
"resolved": "https://registry.npmjs.org/metro/-/metro-0.83.3.tgz",
|
|
5920
|
+
"integrity": "sha512-+rP+/GieOzkt97hSJ0MrPOuAH/jpaS21ZDvL9DJ35QYRDlQcwzcvUlGUf79AnQxq/2NPiS/AULhhM4TKutIt8Q==",
|
|
5921
|
+
"license": "MIT",
|
|
5922
|
+
"dependencies": {
|
|
5923
|
+
"@babel/code-frame": "^7.24.7",
|
|
5924
|
+
"@babel/core": "^7.25.2",
|
|
5925
|
+
"@babel/generator": "^7.25.0",
|
|
5926
|
+
"@babel/parser": "^7.25.3",
|
|
5927
|
+
"@babel/template": "^7.25.0",
|
|
5928
|
+
"@babel/traverse": "^7.25.3",
|
|
5929
|
+
"@babel/types": "^7.25.2",
|
|
5930
|
+
"accepts": "^1.3.7",
|
|
5931
|
+
"chalk": "^4.0.0",
|
|
5932
|
+
"ci-info": "^2.0.0",
|
|
5933
|
+
"connect": "^3.6.5",
|
|
5934
|
+
"debug": "^4.4.0",
|
|
5935
|
+
"error-stack-parser": "^2.0.6",
|
|
5936
|
+
"flow-enums-runtime": "^0.0.6",
|
|
5937
|
+
"graceful-fs": "^4.2.4",
|
|
5938
|
+
"hermes-parser": "0.32.0",
|
|
5939
|
+
"image-size": "^1.0.2",
|
|
5940
|
+
"invariant": "^2.2.4",
|
|
5941
|
+
"jest-worker": "^29.7.0",
|
|
5942
|
+
"jsc-safe-url": "^0.2.2",
|
|
5943
|
+
"lodash.throttle": "^4.1.1",
|
|
5944
|
+
"metro-babel-transformer": "0.83.3",
|
|
5945
|
+
"metro-cache": "0.83.3",
|
|
5946
|
+
"metro-cache-key": "0.83.3",
|
|
5947
|
+
"metro-config": "0.83.3",
|
|
5948
|
+
"metro-core": "0.83.3",
|
|
5949
|
+
"metro-file-map": "0.83.3",
|
|
5950
|
+
"metro-resolver": "0.83.3",
|
|
5951
|
+
"metro-runtime": "0.83.3",
|
|
5952
|
+
"metro-source-map": "0.83.3",
|
|
5953
|
+
"metro-symbolicate": "0.83.3",
|
|
5954
|
+
"metro-transform-plugins": "0.83.3",
|
|
5955
|
+
"metro-transform-worker": "0.83.3",
|
|
5956
|
+
"mime-types": "^2.1.27",
|
|
5957
|
+
"nullthrows": "^1.1.1",
|
|
5958
|
+
"serialize-error": "^2.1.0",
|
|
5959
|
+
"source-map": "^0.5.6",
|
|
5960
|
+
"throat": "^5.0.0",
|
|
5961
|
+
"ws": "^7.5.10",
|
|
5962
|
+
"yargs": "^17.6.2"
|
|
5963
|
+
},
|
|
5964
|
+
"bin": {
|
|
5965
|
+
"metro": "src/cli.js"
|
|
5966
|
+
},
|
|
5967
|
+
"engines": {
|
|
5968
|
+
"node": ">=20.19.4"
|
|
5969
|
+
}
|
|
5970
|
+
},
|
|
5971
|
+
"node_modules/metro-config/node_modules/metro-babel-transformer": {
|
|
5972
|
+
"version": "0.83.3",
|
|
5973
|
+
"resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.83.3.tgz",
|
|
5974
|
+
"integrity": "sha512-1vxlvj2yY24ES1O5RsSIvg4a4WeL7PFXgKOHvXTXiW0deLvQr28ExXj6LjwCCDZ4YZLhq6HddLpZnX4dEdSq5g==",
|
|
5975
|
+
"license": "MIT",
|
|
5976
|
+
"dependencies": {
|
|
5977
|
+
"@babel/core": "^7.25.2",
|
|
5978
|
+
"flow-enums-runtime": "^0.0.6",
|
|
5979
|
+
"hermes-parser": "0.32.0",
|
|
5980
|
+
"nullthrows": "^1.1.1"
|
|
5981
|
+
},
|
|
5982
|
+
"engines": {
|
|
5983
|
+
"node": ">=20.19.4"
|
|
5984
|
+
}
|
|
5985
|
+
},
|
|
5986
|
+
"node_modules/metro-config/node_modules/metro-cache": {
|
|
5987
|
+
"version": "0.83.3",
|
|
5988
|
+
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.83.3.tgz",
|
|
5989
|
+
"integrity": "sha512-3jo65X515mQJvKqK3vWRblxDEcgY55Sk3w4xa6LlfEXgQ9g1WgMh9m4qVZVwgcHoLy0a2HENTPCCX4Pk6s8c8Q==",
|
|
5990
|
+
"license": "MIT",
|
|
5991
|
+
"dependencies": {
|
|
5992
|
+
"exponential-backoff": "^3.1.1",
|
|
5993
|
+
"flow-enums-runtime": "^0.0.6",
|
|
5994
|
+
"https-proxy-agent": "^7.0.5",
|
|
5995
|
+
"metro-core": "0.83.3"
|
|
5996
|
+
},
|
|
5997
|
+
"engines": {
|
|
5998
|
+
"node": ">=20.19.4"
|
|
5999
|
+
}
|
|
6000
|
+
},
|
|
6001
|
+
"node_modules/metro-config/node_modules/metro-cache-key": {
|
|
6002
|
+
"version": "0.83.3",
|
|
6003
|
+
"resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.83.3.tgz",
|
|
6004
|
+
"integrity": "sha512-59ZO049jKzSmvBmG/B5bZ6/dztP0ilp0o988nc6dpaDsU05Cl1c/lRf+yx8m9WW/JVgbmfO5MziBU559XjI5Zw==",
|
|
6005
|
+
"license": "MIT",
|
|
6006
|
+
"dependencies": {
|
|
6007
|
+
"flow-enums-runtime": "^0.0.6"
|
|
6008
|
+
},
|
|
6009
|
+
"engines": {
|
|
6010
|
+
"node": ">=20.19.4"
|
|
6011
|
+
}
|
|
6012
|
+
},
|
|
6013
|
+
"node_modules/metro-config/node_modules/metro-core": {
|
|
6014
|
+
"version": "0.83.3",
|
|
6015
|
+
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.83.3.tgz",
|
|
6016
|
+
"integrity": "sha512-M+X59lm7oBmJZamc96usuF1kusd5YimqG/q97g4Ac7slnJ3YiGglW5CsOlicTR5EWf8MQFxxjDoB6ytTqRe8Hw==",
|
|
6017
|
+
"license": "MIT",
|
|
6018
|
+
"dependencies": {
|
|
6019
|
+
"flow-enums-runtime": "^0.0.6",
|
|
6020
|
+
"lodash.throttle": "^4.1.1",
|
|
6021
|
+
"metro-resolver": "0.83.3"
|
|
6022
|
+
},
|
|
6023
|
+
"engines": {
|
|
6024
|
+
"node": ">=20.19.4"
|
|
6025
|
+
}
|
|
6026
|
+
},
|
|
6027
|
+
"node_modules/metro-config/node_modules/metro-file-map": {
|
|
6028
|
+
"version": "0.83.3",
|
|
6029
|
+
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.83.3.tgz",
|
|
6030
|
+
"integrity": "sha512-jg5AcyE0Q9Xbbu/4NAwwZkmQn7doJCKGW0SLeSJmzNB9Z24jBe0AL2PHNMy4eu0JiKtNWHz9IiONGZWq7hjVTA==",
|
|
6031
|
+
"license": "MIT",
|
|
6032
|
+
"dependencies": {
|
|
6033
|
+
"debug": "^4.4.0",
|
|
6034
|
+
"fb-watchman": "^2.0.0",
|
|
6035
|
+
"flow-enums-runtime": "^0.0.6",
|
|
6036
|
+
"graceful-fs": "^4.2.4",
|
|
6037
|
+
"invariant": "^2.2.4",
|
|
6038
|
+
"jest-worker": "^29.7.0",
|
|
6039
|
+
"micromatch": "^4.0.4",
|
|
6040
|
+
"nullthrows": "^1.1.1",
|
|
6041
|
+
"walker": "^1.0.7"
|
|
6042
|
+
},
|
|
6043
|
+
"engines": {
|
|
6044
|
+
"node": ">=20.19.4"
|
|
6045
|
+
}
|
|
6046
|
+
},
|
|
6047
|
+
"node_modules/metro-config/node_modules/metro-minify-terser": {
|
|
6048
|
+
"version": "0.83.3",
|
|
6049
|
+
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.83.3.tgz",
|
|
6050
|
+
"integrity": "sha512-O2BmfWj6FSfzBLrNCXt/rr2VYZdX5i6444QJU0fFoc7Ljg+Q+iqebwE3K0eTvkI6TRjELsXk1cjU+fXwAR4OjQ==",
|
|
6051
|
+
"license": "MIT",
|
|
6052
|
+
"dependencies": {
|
|
6053
|
+
"flow-enums-runtime": "^0.0.6",
|
|
6054
|
+
"terser": "^5.15.0"
|
|
6055
|
+
},
|
|
6056
|
+
"engines": {
|
|
6057
|
+
"node": ">=20.19.4"
|
|
6058
|
+
}
|
|
6059
|
+
},
|
|
6060
|
+
"node_modules/metro-config/node_modules/metro-resolver": {
|
|
6061
|
+
"version": "0.83.3",
|
|
6062
|
+
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.83.3.tgz",
|
|
6063
|
+
"integrity": "sha512-0js+zwI5flFxb1ktmR///bxHYg7OLpRpWZlBBruYG8OKYxeMP7SV0xQ/o/hUelrEMdK4LJzqVtHAhBm25LVfAQ==",
|
|
6064
|
+
"license": "MIT",
|
|
6065
|
+
"dependencies": {
|
|
6066
|
+
"flow-enums-runtime": "^0.0.6"
|
|
6067
|
+
},
|
|
6068
|
+
"engines": {
|
|
6069
|
+
"node": ">=20.19.4"
|
|
6070
|
+
}
|
|
6071
|
+
},
|
|
6072
|
+
"node_modules/metro-config/node_modules/metro-source-map": {
|
|
6073
|
+
"version": "0.83.3",
|
|
6074
|
+
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.83.3.tgz",
|
|
6075
|
+
"integrity": "sha512-xkC3qwUBh2psVZgVavo8+r2C9Igkk3DibiOXSAht1aYRRcztEZNFtAMtfSB7sdO2iFMx2Mlyu++cBxz/fhdzQg==",
|
|
6076
|
+
"license": "MIT",
|
|
6077
|
+
"dependencies": {
|
|
6078
|
+
"@babel/traverse": "^7.25.3",
|
|
6079
|
+
"@babel/traverse--for-generate-function-map": "npm:@babel/traverse@^7.25.3",
|
|
6080
|
+
"@babel/types": "^7.25.2",
|
|
6081
|
+
"flow-enums-runtime": "^0.0.6",
|
|
6082
|
+
"invariant": "^2.2.4",
|
|
6083
|
+
"metro-symbolicate": "0.83.3",
|
|
6084
|
+
"nullthrows": "^1.1.1",
|
|
6085
|
+
"ob1": "0.83.3",
|
|
6086
|
+
"source-map": "^0.5.6",
|
|
6087
|
+
"vlq": "^1.0.0"
|
|
6088
|
+
},
|
|
6089
|
+
"engines": {
|
|
6090
|
+
"node": ">=20.19.4"
|
|
6091
|
+
}
|
|
6092
|
+
},
|
|
6093
|
+
"node_modules/metro-config/node_modules/metro-symbolicate": {
|
|
6094
|
+
"version": "0.83.3",
|
|
6095
|
+
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.83.3.tgz",
|
|
6096
|
+
"integrity": "sha512-F/YChgKd6KbFK3eUR5HdUsfBqVsanf5lNTwFd4Ca7uuxnHgBC3kR/Hba/RGkenR3pZaGNp5Bu9ZqqP52Wyhomw==",
|
|
6097
|
+
"license": "MIT",
|
|
6098
|
+
"dependencies": {
|
|
6099
|
+
"flow-enums-runtime": "^0.0.6",
|
|
6100
|
+
"invariant": "^2.2.4",
|
|
6101
|
+
"metro-source-map": "0.83.3",
|
|
6102
|
+
"nullthrows": "^1.1.1",
|
|
6103
|
+
"source-map": "^0.5.6",
|
|
6104
|
+
"vlq": "^1.0.0"
|
|
6105
|
+
},
|
|
6106
|
+
"bin": {
|
|
6107
|
+
"metro-symbolicate": "src/index.js"
|
|
6022
6108
|
},
|
|
6023
6109
|
"engines": {
|
|
6024
6110
|
"node": ">=20.19.4"
|
|
6025
6111
|
}
|
|
6026
6112
|
},
|
|
6113
|
+
"node_modules/metro-config/node_modules/metro-transform-plugins": {
|
|
6114
|
+
"version": "0.83.3",
|
|
6115
|
+
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.83.3.tgz",
|
|
6116
|
+
"integrity": "sha512-eRGoKJU6jmqOakBMH5kUB7VitEWiNrDzBHpYbkBXW7C5fUGeOd2CyqrosEzbMK5VMiZYyOcNFEphvxk3OXey2A==",
|
|
6117
|
+
"license": "MIT",
|
|
6118
|
+
"dependencies": {
|
|
6119
|
+
"@babel/core": "^7.25.2",
|
|
6120
|
+
"@babel/generator": "^7.25.0",
|
|
6121
|
+
"@babel/template": "^7.25.0",
|
|
6122
|
+
"@babel/traverse": "^7.25.3",
|
|
6123
|
+
"flow-enums-runtime": "^0.0.6",
|
|
6124
|
+
"nullthrows": "^1.1.1"
|
|
6125
|
+
},
|
|
6126
|
+
"engines": {
|
|
6127
|
+
"node": ">=20.19.4"
|
|
6128
|
+
}
|
|
6129
|
+
},
|
|
6130
|
+
"node_modules/metro-config/node_modules/metro-transform-worker": {
|
|
6131
|
+
"version": "0.83.3",
|
|
6132
|
+
"resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.83.3.tgz",
|
|
6133
|
+
"integrity": "sha512-Ztekew9t/gOIMZX1tvJOgX7KlSLL5kWykl0Iwu2cL2vKMKVALRl1hysyhUw0vjpAvLFx+Kfq9VLjnHIkW32fPA==",
|
|
6134
|
+
"license": "MIT",
|
|
6135
|
+
"dependencies": {
|
|
6136
|
+
"@babel/core": "^7.25.2",
|
|
6137
|
+
"@babel/generator": "^7.25.0",
|
|
6138
|
+
"@babel/parser": "^7.25.3",
|
|
6139
|
+
"@babel/types": "^7.25.2",
|
|
6140
|
+
"flow-enums-runtime": "^0.0.6",
|
|
6141
|
+
"metro": "0.83.3",
|
|
6142
|
+
"metro-babel-transformer": "0.83.3",
|
|
6143
|
+
"metro-cache": "0.83.3",
|
|
6144
|
+
"metro-cache-key": "0.83.3",
|
|
6145
|
+
"metro-minify-terser": "0.83.3",
|
|
6146
|
+
"metro-source-map": "0.83.3",
|
|
6147
|
+
"metro-transform-plugins": "0.83.3",
|
|
6148
|
+
"nullthrows": "^1.1.1"
|
|
6149
|
+
},
|
|
6150
|
+
"engines": {
|
|
6151
|
+
"node": ">=20.19.4"
|
|
6152
|
+
}
|
|
6153
|
+
},
|
|
6154
|
+
"node_modules/metro-config/node_modules/ob1": {
|
|
6155
|
+
"version": "0.83.3",
|
|
6156
|
+
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.83.3.tgz",
|
|
6157
|
+
"integrity": "sha512-egUxXCDwoWG06NGCS5s5AdcpnumHKJlfd3HH06P3m9TEMwwScfcY35wpQxbm9oHof+dM/lVH9Rfyu1elTVelSA==",
|
|
6158
|
+
"license": "MIT",
|
|
6159
|
+
"dependencies": {
|
|
6160
|
+
"flow-enums-runtime": "^0.0.6"
|
|
6161
|
+
},
|
|
6162
|
+
"engines": {
|
|
6163
|
+
"node": ">=20.19.4"
|
|
6164
|
+
}
|
|
6165
|
+
},
|
|
6166
|
+
"node_modules/metro-config/node_modules/ws": {
|
|
6167
|
+
"version": "7.5.10",
|
|
6168
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
6169
|
+
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
6170
|
+
"license": "MIT",
|
|
6171
|
+
"engines": {
|
|
6172
|
+
"node": ">=8.3.0"
|
|
6173
|
+
},
|
|
6174
|
+
"peerDependencies": {
|
|
6175
|
+
"bufferutil": "^4.0.1",
|
|
6176
|
+
"utf-8-validate": "^5.0.2"
|
|
6177
|
+
},
|
|
6178
|
+
"peerDependenciesMeta": {
|
|
6179
|
+
"bufferutil": {
|
|
6180
|
+
"optional": true
|
|
6181
|
+
},
|
|
6182
|
+
"utf-8-validate": {
|
|
6183
|
+
"optional": true
|
|
6184
|
+
}
|
|
6185
|
+
}
|
|
6186
|
+
},
|
|
6027
6187
|
"node_modules/metro-core": {
|
|
6028
|
-
"version": "0.83.
|
|
6029
|
-
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.83.
|
|
6030
|
-
"integrity": "sha512-
|
|
6188
|
+
"version": "0.83.2",
|
|
6189
|
+
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.83.2.tgz",
|
|
6190
|
+
"integrity": "sha512-8DRb0O82Br0IW77cNgKMLYWUkx48lWxUkvNUxVISyMkcNwE/9ywf1MYQUE88HaKwSrqne6kFgCSA/UWZoUT0Iw==",
|
|
6031
6191
|
"license": "MIT",
|
|
6032
6192
|
"dependencies": {
|
|
6033
6193
|
"flow-enums-runtime": "^0.0.6",
|
|
6034
6194
|
"lodash.throttle": "^4.1.1",
|
|
6035
|
-
"metro-resolver": "0.83.
|
|
6195
|
+
"metro-resolver": "0.83.2"
|
|
6036
6196
|
},
|
|
6037
6197
|
"engines": {
|
|
6038
6198
|
"node": ">=20.19.4"
|
|
6039
6199
|
}
|
|
6040
6200
|
},
|
|
6041
6201
|
"node_modules/metro-file-map": {
|
|
6042
|
-
"version": "0.83.
|
|
6043
|
-
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.83.
|
|
6044
|
-
"integrity": "sha512-
|
|
6202
|
+
"version": "0.83.2",
|
|
6203
|
+
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.83.2.tgz",
|
|
6204
|
+
"integrity": "sha512-cMSWnEqZrp/dzZIEd7DEDdk72PXz6w5NOKriJoDN9p1TDQ5nAYrY2lHi8d6mwbcGLoSlWmpPyny9HZYFfPWcGQ==",
|
|
6045
6205
|
"license": "MIT",
|
|
6046
6206
|
"dependencies": {
|
|
6047
6207
|
"debug": "^4.4.0",
|
|
@@ -6059,9 +6219,9 @@
|
|
|
6059
6219
|
}
|
|
6060
6220
|
},
|
|
6061
6221
|
"node_modules/metro-minify-terser": {
|
|
6062
|
-
"version": "0.83.
|
|
6063
|
-
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.83.
|
|
6064
|
-
"integrity": "sha512-
|
|
6222
|
+
"version": "0.83.2",
|
|
6223
|
+
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.83.2.tgz",
|
|
6224
|
+
"integrity": "sha512-zvIxnh7U0JQ7vT4quasKsijId3dOAWgq+ip2jF/8TMrPUqQabGrs04L2dd0haQJ+PA+d4VvK/bPOY8X/vL2PWw==",
|
|
6065
6225
|
"license": "MIT",
|
|
6066
6226
|
"dependencies": {
|
|
6067
6227
|
"flow-enums-runtime": "^0.0.6",
|
|
@@ -6072,9 +6232,9 @@
|
|
|
6072
6232
|
}
|
|
6073
6233
|
},
|
|
6074
6234
|
"node_modules/metro-resolver": {
|
|
6075
|
-
"version": "0.83.
|
|
6076
|
-
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.83.
|
|
6077
|
-
"integrity": "sha512-
|
|
6235
|
+
"version": "0.83.2",
|
|
6236
|
+
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.83.2.tgz",
|
|
6237
|
+
"integrity": "sha512-Yf5mjyuiRE/Y+KvqfsZxrbHDA15NZxyfg8pIk0qg47LfAJhpMVEX+36e6ZRBq7KVBqy6VDX5Sq55iHGM4xSm7Q==",
|
|
6078
6238
|
"license": "MIT",
|
|
6079
6239
|
"dependencies": {
|
|
6080
6240
|
"flow-enums-runtime": "^0.0.6"
|
|
@@ -6084,9 +6244,9 @@
|
|
|
6084
6244
|
}
|
|
6085
6245
|
},
|
|
6086
6246
|
"node_modules/metro-runtime": {
|
|
6087
|
-
"version": "0.83.
|
|
6088
|
-
"resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.83.
|
|
6089
|
-
"integrity": "sha512-
|
|
6247
|
+
"version": "0.83.3",
|
|
6248
|
+
"resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.83.3.tgz",
|
|
6249
|
+
"integrity": "sha512-JHCJb9ebr9rfJ+LcssFYA2x1qPYuSD/bbePupIGhpMrsla7RCwC/VL3yJ9cSU+nUhU4c9Ixxy8tBta+JbDeZWw==",
|
|
6090
6250
|
"license": "MIT",
|
|
6091
6251
|
"dependencies": {
|
|
6092
6252
|
"@babel/runtime": "^7.25.0",
|
|
@@ -6097,9 +6257,9 @@
|
|
|
6097
6257
|
}
|
|
6098
6258
|
},
|
|
6099
6259
|
"node_modules/metro-source-map": {
|
|
6100
|
-
"version": "0.83.
|
|
6101
|
-
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.83.
|
|
6102
|
-
"integrity": "sha512-
|
|
6260
|
+
"version": "0.83.2",
|
|
6261
|
+
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.83.2.tgz",
|
|
6262
|
+
"integrity": "sha512-5FL/6BSQvshIKjXOennt9upFngq2lFvDakZn5LfauIVq8+L4sxXewIlSTcxAtzbtjAIaXeOSVMtCJ5DdfCt9AA==",
|
|
6103
6263
|
"license": "MIT",
|
|
6104
6264
|
"dependencies": {
|
|
6105
6265
|
"@babel/traverse": "^7.25.3",
|
|
@@ -6107,9 +6267,9 @@
|
|
|
6107
6267
|
"@babel/types": "^7.25.2",
|
|
6108
6268
|
"flow-enums-runtime": "^0.0.6",
|
|
6109
6269
|
"invariant": "^2.2.4",
|
|
6110
|
-
"metro-symbolicate": "0.83.
|
|
6270
|
+
"metro-symbolicate": "0.83.2",
|
|
6111
6271
|
"nullthrows": "^1.1.1",
|
|
6112
|
-
"ob1": "0.83.
|
|
6272
|
+
"ob1": "0.83.2",
|
|
6113
6273
|
"source-map": "^0.5.6",
|
|
6114
6274
|
"vlq": "^1.0.0"
|
|
6115
6275
|
},
|
|
@@ -6118,14 +6278,14 @@
|
|
|
6118
6278
|
}
|
|
6119
6279
|
},
|
|
6120
6280
|
"node_modules/metro-symbolicate": {
|
|
6121
|
-
"version": "0.83.
|
|
6122
|
-
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.83.
|
|
6123
|
-
"integrity": "sha512-
|
|
6281
|
+
"version": "0.83.2",
|
|
6282
|
+
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.83.2.tgz",
|
|
6283
|
+
"integrity": "sha512-KoU9BLwxxED6n33KYuQQuc5bXkIxF3fSwlc3ouxrrdLWwhu64muYZNQrukkWzhVKRNFIXW7X2iM8JXpi2heIPw==",
|
|
6124
6284
|
"license": "MIT",
|
|
6125
6285
|
"dependencies": {
|
|
6126
6286
|
"flow-enums-runtime": "^0.0.6",
|
|
6127
6287
|
"invariant": "^2.2.4",
|
|
6128
|
-
"metro-source-map": "0.83.
|
|
6288
|
+
"metro-source-map": "0.83.2",
|
|
6129
6289
|
"nullthrows": "^1.1.1",
|
|
6130
6290
|
"source-map": "^0.5.6",
|
|
6131
6291
|
"vlq": "^1.0.0"
|
|
@@ -6138,9 +6298,9 @@
|
|
|
6138
6298
|
}
|
|
6139
6299
|
},
|
|
6140
6300
|
"node_modules/metro-transform-plugins": {
|
|
6141
|
-
"version": "0.83.
|
|
6142
|
-
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.83.
|
|
6143
|
-
"integrity": "sha512-
|
|
6301
|
+
"version": "0.83.2",
|
|
6302
|
+
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.83.2.tgz",
|
|
6303
|
+
"integrity": "sha512-5WlW25WKPkiJk2yA9d8bMuZrgW7vfA4f4MBb9ZeHbTB3eIAoNN8vS8NENgG/X/90vpTB06X66OBvxhT3nHwP6A==",
|
|
6144
6304
|
"license": "MIT",
|
|
6145
6305
|
"dependencies": {
|
|
6146
6306
|
"@babel/core": "^7.25.2",
|
|
@@ -6155,9 +6315,9 @@
|
|
|
6155
6315
|
}
|
|
6156
6316
|
},
|
|
6157
6317
|
"node_modules/metro-transform-worker": {
|
|
6158
|
-
"version": "0.83.
|
|
6159
|
-
"resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.83.
|
|
6160
|
-
"integrity": "sha512-
|
|
6318
|
+
"version": "0.83.2",
|
|
6319
|
+
"resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.83.2.tgz",
|
|
6320
|
+
"integrity": "sha512-G5DsIg+cMZ2KNfrdLnWMvtppb3+Rp1GMyj7Bvd9GgYc/8gRmvq1XVEF9XuO87Shhb03kFhGqMTgZerz3hZ1v4Q==",
|
|
6161
6321
|
"license": "MIT",
|
|
6162
6322
|
"dependencies": {
|
|
6163
6323
|
"@babel/core": "^7.25.2",
|
|
@@ -6165,13 +6325,13 @@
|
|
|
6165
6325
|
"@babel/parser": "^7.25.3",
|
|
6166
6326
|
"@babel/types": "^7.25.2",
|
|
6167
6327
|
"flow-enums-runtime": "^0.0.6",
|
|
6168
|
-
"metro": "0.83.
|
|
6169
|
-
"metro-babel-transformer": "0.83.
|
|
6170
|
-
"metro-cache": "0.83.
|
|
6171
|
-
"metro-cache-key": "0.83.
|
|
6172
|
-
"metro-minify-terser": "0.83.
|
|
6173
|
-
"metro-source-map": "0.83.
|
|
6174
|
-
"metro-transform-plugins": "0.83.
|
|
6328
|
+
"metro": "0.83.2",
|
|
6329
|
+
"metro-babel-transformer": "0.83.2",
|
|
6330
|
+
"metro-cache": "0.83.2",
|
|
6331
|
+
"metro-cache-key": "0.83.2",
|
|
6332
|
+
"metro-minify-terser": "0.83.2",
|
|
6333
|
+
"metro-source-map": "0.83.2",
|
|
6334
|
+
"metro-transform-plugins": "0.83.2",
|
|
6175
6335
|
"nullthrows": "^1.1.1"
|
|
6176
6336
|
},
|
|
6177
6337
|
"engines": {
|
|
@@ -6184,6 +6344,53 @@
|
|
|
6184
6344
|
"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
|
|
6185
6345
|
"license": "MIT"
|
|
6186
6346
|
},
|
|
6347
|
+
"node_modules/metro/node_modules/hermes-estree": {
|
|
6348
|
+
"version": "0.32.0",
|
|
6349
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.32.0.tgz",
|
|
6350
|
+
"integrity": "sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==",
|
|
6351
|
+
"license": "MIT"
|
|
6352
|
+
},
|
|
6353
|
+
"node_modules/metro/node_modules/hermes-parser": {
|
|
6354
|
+
"version": "0.32.0",
|
|
6355
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.32.0.tgz",
|
|
6356
|
+
"integrity": "sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==",
|
|
6357
|
+
"license": "MIT",
|
|
6358
|
+
"dependencies": {
|
|
6359
|
+
"hermes-estree": "0.32.0"
|
|
6360
|
+
}
|
|
6361
|
+
},
|
|
6362
|
+
"node_modules/metro/node_modules/metro-config": {
|
|
6363
|
+
"version": "0.83.2",
|
|
6364
|
+
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.83.2.tgz",
|
|
6365
|
+
"integrity": "sha512-1FjCcdBe3e3D08gSSiU9u3Vtxd7alGH3x/DNFqWDFf5NouX4kLgbVloDDClr1UrLz62c0fHh2Vfr9ecmrOZp+g==",
|
|
6366
|
+
"license": "MIT",
|
|
6367
|
+
"dependencies": {
|
|
6368
|
+
"connect": "^3.6.5",
|
|
6369
|
+
"flow-enums-runtime": "^0.0.6",
|
|
6370
|
+
"jest-validate": "^29.7.0",
|
|
6371
|
+
"metro": "0.83.2",
|
|
6372
|
+
"metro-cache": "0.83.2",
|
|
6373
|
+
"metro-core": "0.83.2",
|
|
6374
|
+
"metro-runtime": "0.83.2",
|
|
6375
|
+
"yaml": "^2.6.1"
|
|
6376
|
+
},
|
|
6377
|
+
"engines": {
|
|
6378
|
+
"node": ">=20.19.4"
|
|
6379
|
+
}
|
|
6380
|
+
},
|
|
6381
|
+
"node_modules/metro/node_modules/metro-runtime": {
|
|
6382
|
+
"version": "0.83.2",
|
|
6383
|
+
"resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.83.2.tgz",
|
|
6384
|
+
"integrity": "sha512-nnsPtgRvFbNKwemqs0FuyFDzXLl+ezuFsUXDbX8o0SXOfsOPijqiQrf3kuafO1Zx1aUWf4NOrKJMAQP5EEHg9A==",
|
|
6385
|
+
"license": "MIT",
|
|
6386
|
+
"dependencies": {
|
|
6387
|
+
"@babel/runtime": "^7.25.0",
|
|
6388
|
+
"flow-enums-runtime": "^0.0.6"
|
|
6389
|
+
},
|
|
6390
|
+
"engines": {
|
|
6391
|
+
"node": ">=20.19.4"
|
|
6392
|
+
}
|
|
6393
|
+
},
|
|
6187
6394
|
"node_modules/metro/node_modules/ws": {
|
|
6188
6395
|
"version": "7.5.10",
|
|
6189
6396
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
@@ -6315,9 +6522,9 @@
|
|
|
6315
6522
|
}
|
|
6316
6523
|
},
|
|
6317
6524
|
"node_modules/minizlib": {
|
|
6318
|
-
"version": "3.0
|
|
6319
|
-
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.
|
|
6320
|
-
"integrity": "sha512-
|
|
6525
|
+
"version": "3.1.0",
|
|
6526
|
+
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
|
|
6527
|
+
"integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
|
|
6321
6528
|
"license": "MIT",
|
|
6322
6529
|
"dependencies": {
|
|
6323
6530
|
"minipass": "^7.1.2"
|
|
@@ -6404,9 +6611,9 @@
|
|
|
6404
6611
|
"license": "MIT"
|
|
6405
6612
|
},
|
|
6406
6613
|
"node_modules/node-releases": {
|
|
6407
|
-
"version": "2.0.
|
|
6408
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
6409
|
-
"integrity": "sha512-
|
|
6614
|
+
"version": "2.0.26",
|
|
6615
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
|
|
6616
|
+
"integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
|
|
6410
6617
|
"license": "MIT"
|
|
6411
6618
|
},
|
|
6412
6619
|
"node_modules/normalize-path": {
|
|
@@ -6434,9 +6641,9 @@
|
|
|
6434
6641
|
}
|
|
6435
6642
|
},
|
|
6436
6643
|
"node_modules/npm-package-arg/node_modules/semver": {
|
|
6437
|
-
"version": "7.7.
|
|
6438
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
6439
|
-
"integrity": "sha512-
|
|
6644
|
+
"version": "7.7.3",
|
|
6645
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
6646
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
6440
6647
|
"license": "ISC",
|
|
6441
6648
|
"bin": {
|
|
6442
6649
|
"semver": "bin/semver.js"
|
|
@@ -6452,9 +6659,9 @@
|
|
|
6452
6659
|
"license": "MIT"
|
|
6453
6660
|
},
|
|
6454
6661
|
"node_modules/ob1": {
|
|
6455
|
-
"version": "0.83.
|
|
6456
|
-
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.83.
|
|
6457
|
-
"integrity": "sha512-
|
|
6662
|
+
"version": "0.83.2",
|
|
6663
|
+
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.83.2.tgz",
|
|
6664
|
+
"integrity": "sha512-XlK3w4M+dwd1g1gvHzVbxiXEbUllRONEgcF2uEO0zm4nxa0eKlh41c6N65q1xbiDOeKKda1tvNOAD33fNjyvCg==",
|
|
6458
6665
|
"license": "MIT",
|
|
6459
6666
|
"dependencies": {
|
|
6460
6667
|
"flow-enums-runtime": "^0.0.6"
|
|
@@ -6663,19 +6870,6 @@
|
|
|
6663
6870
|
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
6664
6871
|
"license": "BlueOak-1.0.0"
|
|
6665
6872
|
},
|
|
6666
|
-
"node_modules/parse-json": {
|
|
6667
|
-
"version": "4.0.0",
|
|
6668
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
|
|
6669
|
-
"integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
|
|
6670
|
-
"license": "MIT",
|
|
6671
|
-
"dependencies": {
|
|
6672
|
-
"error-ex": "^1.3.1",
|
|
6673
|
-
"json-parse-better-errors": "^1.0.1"
|
|
6674
|
-
},
|
|
6675
|
-
"engines": {
|
|
6676
|
-
"node": ">=4"
|
|
6677
|
-
}
|
|
6678
|
-
},
|
|
6679
6873
|
"node_modules/parse-png": {
|
|
6680
6874
|
"version": "2.1.0",
|
|
6681
6875
|
"resolved": "https://registry.npmjs.org/parse-png/-/parse-png-2.1.0.tgz",
|
|
@@ -6959,9 +7153,9 @@
|
|
|
6959
7153
|
}
|
|
6960
7154
|
},
|
|
6961
7155
|
"node_modules/react": {
|
|
6962
|
-
"version": "19.
|
|
6963
|
-
"resolved": "https://registry.npmjs.org/react/-/react-19.
|
|
6964
|
-
"integrity": "sha512-
|
|
7156
|
+
"version": "19.2.0",
|
|
7157
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz",
|
|
7158
|
+
"integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
|
|
6965
7159
|
"license": "MIT",
|
|
6966
7160
|
"engines": {
|
|
6967
7161
|
"node": ">=0.10.0"
|
|
@@ -7005,19 +7199,19 @@
|
|
|
7005
7199
|
"license": "MIT"
|
|
7006
7200
|
},
|
|
7007
7201
|
"node_modules/react-native": {
|
|
7008
|
-
"version": "0.81.
|
|
7009
|
-
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.81.
|
|
7010
|
-
"integrity": "sha512-
|
|
7202
|
+
"version": "0.81.5",
|
|
7203
|
+
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.81.5.tgz",
|
|
7204
|
+
"integrity": "sha512-1w+/oSjEXZjMqsIvmkCRsOc8UBYv163bTWKTI8+1mxztvQPhCRYGTvZ/PL1w16xXHneIj/SLGfxWg2GWN2uexw==",
|
|
7011
7205
|
"license": "MIT",
|
|
7012
7206
|
"dependencies": {
|
|
7013
7207
|
"@jest/create-cache-key-function": "^29.7.0",
|
|
7014
|
-
"@react-native/assets-registry": "0.81.
|
|
7015
|
-
"@react-native/codegen": "0.81.
|
|
7016
|
-
"@react-native/community-cli-plugin": "0.81.
|
|
7017
|
-
"@react-native/gradle-plugin": "0.81.
|
|
7018
|
-
"@react-native/js-polyfills": "0.81.
|
|
7019
|
-
"@react-native/normalize-colors": "0.81.
|
|
7020
|
-
"@react-native/virtualized-lists": "0.81.
|
|
7208
|
+
"@react-native/assets-registry": "0.81.5",
|
|
7209
|
+
"@react-native/codegen": "0.81.5",
|
|
7210
|
+
"@react-native/community-cli-plugin": "0.81.5",
|
|
7211
|
+
"@react-native/gradle-plugin": "0.81.5",
|
|
7212
|
+
"@react-native/js-polyfills": "0.81.5",
|
|
7213
|
+
"@react-native/normalize-colors": "0.81.5",
|
|
7214
|
+
"@react-native/virtualized-lists": "0.81.5",
|
|
7021
7215
|
"abort-controller": "^3.0.0",
|
|
7022
7216
|
"anser": "^1.4.9",
|
|
7023
7217
|
"ansi-regex": "^5.0.0",
|
|
@@ -7104,36 +7298,6 @@
|
|
|
7104
7298
|
"react-native": "*"
|
|
7105
7299
|
}
|
|
7106
7300
|
},
|
|
7107
|
-
"node_modules/react-native/node_modules/@react-native/codegen": {
|
|
7108
|
-
"version": "0.81.4",
|
|
7109
|
-
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.81.4.tgz",
|
|
7110
|
-
"integrity": "sha512-LWTGUTzFu+qOQnvkzBP52B90Ym3stZT8IFCzzUrppz8Iwglg83FCtDZAR4yLHI29VY/x/+pkcWAMCl3739XHdw==",
|
|
7111
|
-
"license": "MIT",
|
|
7112
|
-
"dependencies": {
|
|
7113
|
-
"@babel/core": "^7.25.2",
|
|
7114
|
-
"@babel/parser": "^7.25.3",
|
|
7115
|
-
"glob": "^7.1.1",
|
|
7116
|
-
"hermes-parser": "0.29.1",
|
|
7117
|
-
"invariant": "^2.2.4",
|
|
7118
|
-
"nullthrows": "^1.1.1",
|
|
7119
|
-
"yargs": "^17.6.2"
|
|
7120
|
-
},
|
|
7121
|
-
"engines": {
|
|
7122
|
-
"node": ">= 20.19.4"
|
|
7123
|
-
},
|
|
7124
|
-
"peerDependencies": {
|
|
7125
|
-
"@babel/core": "*"
|
|
7126
|
-
}
|
|
7127
|
-
},
|
|
7128
|
-
"node_modules/react-native/node_modules/@react-native/js-polyfills": {
|
|
7129
|
-
"version": "0.81.4",
|
|
7130
|
-
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.81.4.tgz",
|
|
7131
|
-
"integrity": "sha512-sr42FaypKXJHMVHhgSbu2f/ZJfrLzgaoQ+HdpRvKEiEh2mhFf6XzZwecyLBvWqf2pMPZa+CpPfNPiejXjKEy8w==",
|
|
7132
|
-
"license": "MIT",
|
|
7133
|
-
"engines": {
|
|
7134
|
-
"node": ">= 20.19.4"
|
|
7135
|
-
}
|
|
7136
|
-
},
|
|
7137
7301
|
"node_modules/react-native/node_modules/commander": {
|
|
7138
7302
|
"version": "12.1.0",
|
|
7139
7303
|
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
|
|
@@ -7144,9 +7308,9 @@
|
|
|
7144
7308
|
}
|
|
7145
7309
|
},
|
|
7146
7310
|
"node_modules/react-native/node_modules/semver": {
|
|
7147
|
-
"version": "7.7.
|
|
7148
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
7149
|
-
"integrity": "sha512-
|
|
7311
|
+
"version": "7.7.3",
|
|
7312
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
7313
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
7150
7314
|
"license": "ISC",
|
|
7151
7315
|
"bin": {
|
|
7152
7316
|
"semver": "bin/semver.js"
|
|
@@ -7198,15 +7362,15 @@
|
|
|
7198
7362
|
"license": "MIT"
|
|
7199
7363
|
},
|
|
7200
7364
|
"node_modules/regexpu-core": {
|
|
7201
|
-
"version": "6.
|
|
7202
|
-
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.
|
|
7203
|
-
"integrity": "sha512-
|
|
7365
|
+
"version": "6.4.0",
|
|
7366
|
+
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz",
|
|
7367
|
+
"integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==",
|
|
7204
7368
|
"license": "MIT",
|
|
7205
7369
|
"dependencies": {
|
|
7206
7370
|
"regenerate": "^1.4.2",
|
|
7207
7371
|
"regenerate-unicode-properties": "^10.2.2",
|
|
7208
7372
|
"regjsgen": "^0.8.0",
|
|
7209
|
-
"regjsparser": "^0.
|
|
7373
|
+
"regjsparser": "^0.13.0",
|
|
7210
7374
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
7211
7375
|
"unicode-match-property-value-ecmascript": "^2.2.1"
|
|
7212
7376
|
},
|
|
@@ -7221,29 +7385,17 @@
|
|
|
7221
7385
|
"license": "MIT"
|
|
7222
7386
|
},
|
|
7223
7387
|
"node_modules/regjsparser": {
|
|
7224
|
-
"version": "0.
|
|
7225
|
-
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.
|
|
7226
|
-
"integrity": "sha512-
|
|
7388
|
+
"version": "0.13.0",
|
|
7389
|
+
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz",
|
|
7390
|
+
"integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==",
|
|
7227
7391
|
"license": "BSD-2-Clause",
|
|
7228
7392
|
"dependencies": {
|
|
7229
|
-
"jsesc": "~3.0
|
|
7393
|
+
"jsesc": "~3.1.0"
|
|
7230
7394
|
},
|
|
7231
7395
|
"bin": {
|
|
7232
7396
|
"regjsparser": "bin/parser"
|
|
7233
7397
|
}
|
|
7234
7398
|
},
|
|
7235
|
-
"node_modules/regjsparser/node_modules/jsesc": {
|
|
7236
|
-
"version": "3.0.2",
|
|
7237
|
-
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
|
|
7238
|
-
"integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
|
|
7239
|
-
"license": "MIT",
|
|
7240
|
-
"bin": {
|
|
7241
|
-
"jsesc": "bin/jsesc"
|
|
7242
|
-
},
|
|
7243
|
-
"engines": {
|
|
7244
|
-
"node": ">=6"
|
|
7245
|
-
}
|
|
7246
|
-
},
|
|
7247
7399
|
"node_modules/require-directory": {
|
|
7248
7400
|
"version": "2.1.1",
|
|
7249
7401
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
@@ -7285,12 +7437,12 @@
|
|
|
7285
7437
|
}
|
|
7286
7438
|
},
|
|
7287
7439
|
"node_modules/resolve": {
|
|
7288
|
-
"version": "1.22.
|
|
7289
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.
|
|
7290
|
-
"integrity": "sha512-
|
|
7440
|
+
"version": "1.22.11",
|
|
7441
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
7442
|
+
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
7291
7443
|
"license": "MIT",
|
|
7292
7444
|
"dependencies": {
|
|
7293
|
-
"is-core-module": "^2.16.
|
|
7445
|
+
"is-core-module": "^2.16.1",
|
|
7294
7446
|
"path-parse": "^1.0.7",
|
|
7295
7447
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
7296
7448
|
},
|
|
@@ -7964,37 +8116,21 @@
|
|
|
7964
8116
|
}
|
|
7965
8117
|
},
|
|
7966
8118
|
"node_modules/tar": {
|
|
7967
|
-
"version": "7.
|
|
7968
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.
|
|
7969
|
-
"integrity": "sha512-
|
|
8119
|
+
"version": "7.5.1",
|
|
8120
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz",
|
|
8121
|
+
"integrity": "sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==",
|
|
7970
8122
|
"license": "ISC",
|
|
7971
8123
|
"dependencies": {
|
|
7972
8124
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
7973
8125
|
"chownr": "^3.0.0",
|
|
7974
8126
|
"minipass": "^7.1.2",
|
|
7975
|
-
"minizlib": "^3.0
|
|
7976
|
-
"mkdirp": "^3.0.1",
|
|
8127
|
+
"minizlib": "^3.1.0",
|
|
7977
8128
|
"yallist": "^5.0.0"
|
|
7978
8129
|
},
|
|
7979
8130
|
"engines": {
|
|
7980
8131
|
"node": ">=18"
|
|
7981
8132
|
}
|
|
7982
8133
|
},
|
|
7983
|
-
"node_modules/tar/node_modules/mkdirp": {
|
|
7984
|
-
"version": "3.0.1",
|
|
7985
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
|
|
7986
|
-
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
|
|
7987
|
-
"license": "MIT",
|
|
7988
|
-
"bin": {
|
|
7989
|
-
"mkdirp": "dist/cjs/src/bin.js"
|
|
7990
|
-
},
|
|
7991
|
-
"engines": {
|
|
7992
|
-
"node": ">=10"
|
|
7993
|
-
},
|
|
7994
|
-
"funding": {
|
|
7995
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
7996
|
-
}
|
|
7997
|
-
},
|
|
7998
8134
|
"node_modules/tar/node_modules/yallist": {
|
|
7999
8135
|
"version": "5.0.0",
|
|
8000
8136
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
|
|
@@ -8181,18 +8317,18 @@
|
|
|
8181
8317
|
}
|
|
8182
8318
|
},
|
|
8183
8319
|
"node_modules/undici": {
|
|
8184
|
-
"version": "6.
|
|
8185
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
8186
|
-
"integrity": "sha512-
|
|
8320
|
+
"version": "6.22.0",
|
|
8321
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.22.0.tgz",
|
|
8322
|
+
"integrity": "sha512-hU/10obOIu62MGYjdskASR3CUAiYaFTtC9Pa6vHyf//mAipSvSQg6od2CnJswq7fvzNS3zJhxoRkgNVaHurWKw==",
|
|
8187
8323
|
"license": "MIT",
|
|
8188
8324
|
"engines": {
|
|
8189
8325
|
"node": ">=18.17"
|
|
8190
8326
|
}
|
|
8191
8327
|
},
|
|
8192
8328
|
"node_modules/undici-types": {
|
|
8193
|
-
"version": "7.
|
|
8194
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.
|
|
8195
|
-
"integrity": "sha512-
|
|
8329
|
+
"version": "7.16.0",
|
|
8330
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
8331
|
+
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
8196
8332
|
"license": "MIT"
|
|
8197
8333
|
},
|
|
8198
8334
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
@@ -8266,9 +8402,9 @@
|
|
|
8266
8402
|
}
|
|
8267
8403
|
},
|
|
8268
8404
|
"node_modules/update-browserslist-db": {
|
|
8269
|
-
"version": "1.1.
|
|
8270
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.
|
|
8271
|
-
"integrity": "sha512-
|
|
8405
|
+
"version": "1.1.4",
|
|
8406
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
|
|
8407
|
+
"integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
|
|
8272
8408
|
"funding": [
|
|
8273
8409
|
{
|
|
8274
8410
|
"type": "opencollective",
|
|
@@ -8569,6 +8705,18 @@
|
|
|
8569
8705
|
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
8570
8706
|
"license": "ISC"
|
|
8571
8707
|
},
|
|
8708
|
+
"node_modules/yaml": {
|
|
8709
|
+
"version": "2.8.1",
|
|
8710
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
|
|
8711
|
+
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
|
|
8712
|
+
"license": "ISC",
|
|
8713
|
+
"bin": {
|
|
8714
|
+
"yaml": "bin.mjs"
|
|
8715
|
+
},
|
|
8716
|
+
"engines": {
|
|
8717
|
+
"node": ">= 14.6"
|
|
8718
|
+
}
|
|
8719
|
+
},
|
|
8572
8720
|
"node_modules/yargs": {
|
|
8573
8721
|
"version": "17.7.2",
|
|
8574
8722
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -8607,6 +8755,24 @@
|
|
|
8607
8755
|
"funding": {
|
|
8608
8756
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8609
8757
|
}
|
|
8758
|
+
},
|
|
8759
|
+
"node_modules/zod": {
|
|
8760
|
+
"version": "3.25.76",
|
|
8761
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
8762
|
+
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
8763
|
+
"license": "MIT",
|
|
8764
|
+
"funding": {
|
|
8765
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
8766
|
+
}
|
|
8767
|
+
},
|
|
8768
|
+
"node_modules/zod-to-json-schema": {
|
|
8769
|
+
"version": "3.24.6",
|
|
8770
|
+
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz",
|
|
8771
|
+
"integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==",
|
|
8772
|
+
"license": "ISC",
|
|
8773
|
+
"peerDependencies": {
|
|
8774
|
+
"zod": "^3.24.1"
|
|
8775
|
+
}
|
|
8610
8776
|
}
|
|
8611
8777
|
}
|
|
8612
8778
|
}
|