@regulaforensics/face-sdk 8.3.1210-rc → 8.3.1212-nightly
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RNFaceSDK.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/android/src/main/java/com/regula/plugin/facesdk/Config.kt +90 -90
- package/android/src/main/java/com/regula/plugin/facesdk/JSONConstructor.kt +98 -98
- package/android/src/main/java/com/regula/plugin/facesdk/Main.kt +35 -35
- package/examples/capacitor/package-lock.json +14 -14
- package/examples/capacitor/package.json +2 -2
- package/examples/ionic/package-lock.json +821 -300
- package/examples/ionic/package.json +3 -5
- package/examples/react_native/package-lock.json +761 -654
- package/examples/react_native/package.json +3 -4
- package/ios/Config.swift +105 -105
- package/ios/Decoder.swift +67 -67
- package/ios/Main.swift +22 -22
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +2 -5
- package/test/test.tsx +15 -15
- package/www/types/index.d.ts +24 -24
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"node_modules/@0no-co/graphql.web": {
|
|
26
|
-
"version": "1.
|
|
27
|
-
"resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.
|
|
28
|
-
"integrity": "sha512
|
|
26
|
+
"version": "1.2.0",
|
|
27
|
+
"resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.2.0.tgz",
|
|
28
|
+
"integrity": "sha512-/1iHy9TTr63gE1YcR5idjx8UREz1s0kFhydf3bBLCXyqjhkIc6igAzTOx3zPifCwFR87tsh/4Pa9cNts6d2otw==",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
@@ -106,12 +106,12 @@
|
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
109
|
-
"version": "7.
|
|
110
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
|
111
|
-
"integrity": "sha512-
|
|
109
|
+
"version": "7.27.3",
|
|
110
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
|
|
111
|
+
"integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
|
|
112
112
|
"license": "MIT",
|
|
113
113
|
"dependencies": {
|
|
114
|
-
"@babel/types": "^7.
|
|
114
|
+
"@babel/types": "^7.27.3"
|
|
115
115
|
},
|
|
116
116
|
"engines": {
|
|
117
117
|
"node": ">=6.9.0"
|
|
@@ -134,17 +134,17 @@
|
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
136
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
137
|
-
"version": "7.
|
|
138
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
|
139
|
-
"integrity": "sha512-
|
|
137
|
+
"version": "7.28.6",
|
|
138
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
|
|
139
|
+
"integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
|
|
140
140
|
"license": "MIT",
|
|
141
141
|
"dependencies": {
|
|
142
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
143
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
144
|
-
"@babel/helper-optimise-call-expression": "^7.
|
|
145
|
-
"@babel/helper-replace-supers": "^7.
|
|
146
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
147
|
-
"@babel/traverse": "^7.
|
|
142
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
143
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
144
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
145
|
+
"@babel/helper-replace-supers": "^7.28.6",
|
|
146
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
147
|
+
"@babel/traverse": "^7.28.6",
|
|
148
148
|
"semver": "^6.3.1"
|
|
149
149
|
},
|
|
150
150
|
"engines": {
|
|
@@ -197,13 +197,13 @@
|
|
|
197
197
|
}
|
|
198
198
|
},
|
|
199
199
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
200
|
-
"version": "7.
|
|
201
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
|
202
|
-
"integrity": "sha512-
|
|
200
|
+
"version": "7.28.5",
|
|
201
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
202
|
+
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
203
203
|
"license": "MIT",
|
|
204
204
|
"dependencies": {
|
|
205
|
-
"@babel/traverse": "^7.
|
|
206
|
-
"@babel/types": "^7.
|
|
205
|
+
"@babel/traverse": "^7.28.5",
|
|
206
|
+
"@babel/types": "^7.28.5"
|
|
207
207
|
},
|
|
208
208
|
"engines": {
|
|
209
209
|
"node": ">=6.9.0"
|
|
@@ -240,21 +240,21 @@
|
|
|
240
240
|
}
|
|
241
241
|
},
|
|
242
242
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
243
|
-
"version": "7.
|
|
244
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.
|
|
245
|
-
"integrity": "sha512
|
|
243
|
+
"version": "7.27.1",
|
|
244
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
245
|
+
"integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
|
|
246
246
|
"license": "MIT",
|
|
247
247
|
"dependencies": {
|
|
248
|
-
"@babel/types": "^7.
|
|
248
|
+
"@babel/types": "^7.27.1"
|
|
249
249
|
},
|
|
250
250
|
"engines": {
|
|
251
251
|
"node": ">=6.9.0"
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
"node_modules/@babel/helper-plugin-utils": {
|
|
255
|
-
"version": "7.
|
|
256
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
|
|
257
|
-
"integrity": "sha512-
|
|
255
|
+
"version": "7.28.6",
|
|
256
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
|
|
257
|
+
"integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
|
|
258
258
|
"license": "MIT",
|
|
259
259
|
"engines": {
|
|
260
260
|
"node": ">=6.9.0"
|
|
@@ -278,14 +278,14 @@
|
|
|
278
278
|
}
|
|
279
279
|
},
|
|
280
280
|
"node_modules/@babel/helper-replace-supers": {
|
|
281
|
-
"version": "7.
|
|
282
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
283
|
-
"integrity": "sha512-
|
|
281
|
+
"version": "7.28.6",
|
|
282
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
|
|
283
|
+
"integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
|
|
284
284
|
"license": "MIT",
|
|
285
285
|
"dependencies": {
|
|
286
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
287
|
-
"@babel/helper-optimise-call-expression": "^7.
|
|
288
|
-
"@babel/traverse": "^7.
|
|
286
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
287
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
288
|
+
"@babel/traverse": "^7.28.6"
|
|
289
289
|
},
|
|
290
290
|
"engines": {
|
|
291
291
|
"node": ">=6.9.0"
|
|
@@ -295,13 +295,13 @@
|
|
|
295
295
|
}
|
|
296
296
|
},
|
|
297
297
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
298
|
-
"version": "7.
|
|
299
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
|
|
300
|
-
"integrity": "sha512-
|
|
298
|
+
"version": "7.27.1",
|
|
299
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
300
|
+
"integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
|
|
301
301
|
"license": "MIT",
|
|
302
302
|
"dependencies": {
|
|
303
|
-
"@babel/traverse": "^7.
|
|
304
|
-
"@babel/types": "^7.
|
|
303
|
+
"@babel/traverse": "^7.27.1",
|
|
304
|
+
"@babel/types": "^7.27.1"
|
|
305
305
|
},
|
|
306
306
|
"engines": {
|
|
307
307
|
"node": ">=6.9.0"
|
|
@@ -463,14 +463,14 @@
|
|
|
463
463
|
}
|
|
464
464
|
},
|
|
465
465
|
"node_modules/@babel/plugin-proposal-decorators": {
|
|
466
|
-
"version": "7.29.
|
|
467
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.
|
|
468
|
-
"integrity": "sha512-
|
|
466
|
+
"version": "7.29.0",
|
|
467
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.0.tgz",
|
|
468
|
+
"integrity": "sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==",
|
|
469
469
|
"license": "MIT",
|
|
470
470
|
"dependencies": {
|
|
471
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
472
|
-
"@babel/helper-plugin-utils": "^7.
|
|
473
|
-
"@babel/plugin-syntax-decorators": "^7.
|
|
471
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
472
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
473
|
+
"@babel/plugin-syntax-decorators": "^7.28.6"
|
|
474
474
|
},
|
|
475
475
|
"engines": {
|
|
476
476
|
"node": ">=6.9.0"
|
|
@@ -546,12 +546,12 @@
|
|
|
546
546
|
}
|
|
547
547
|
},
|
|
548
548
|
"node_modules/@babel/plugin-syntax-decorators": {
|
|
549
|
-
"version": "7.
|
|
550
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.
|
|
551
|
-
"integrity": "sha512-
|
|
549
|
+
"version": "7.28.6",
|
|
550
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.28.6.tgz",
|
|
551
|
+
"integrity": "sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==",
|
|
552
552
|
"license": "MIT",
|
|
553
553
|
"dependencies": {
|
|
554
|
-
"@babel/helper-plugin-utils": "^7.
|
|
554
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
555
555
|
},
|
|
556
556
|
"engines": {
|
|
557
557
|
"node": ">=6.9.0"
|
|
@@ -642,12 +642,12 @@
|
|
|
642
642
|
}
|
|
643
643
|
},
|
|
644
644
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
645
|
-
"version": "7.
|
|
646
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
|
647
|
-
"integrity": "sha512-
|
|
645
|
+
"version": "7.28.6",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
|
|
647
|
+
"integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
|
|
648
648
|
"license": "MIT",
|
|
649
649
|
"dependencies": {
|
|
650
|
-
"@babel/helper-plugin-utils": "^7.
|
|
650
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
651
651
|
},
|
|
652
652
|
"engines": {
|
|
653
653
|
"node": ">=6.9.0"
|
|
@@ -759,12 +759,12 @@
|
|
|
759
759
|
}
|
|
760
760
|
},
|
|
761
761
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
762
|
-
"version": "7.
|
|
763
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.
|
|
764
|
-
"integrity": "sha512
|
|
762
|
+
"version": "7.28.6",
|
|
763
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
|
|
764
|
+
"integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
|
|
765
765
|
"license": "MIT",
|
|
766
766
|
"dependencies": {
|
|
767
|
-
"@babel/helper-plugin-utils": "^7.
|
|
767
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
768
768
|
},
|
|
769
769
|
"engines": {
|
|
770
770
|
"node": ">=6.9.0"
|
|
@@ -854,13 +854,13 @@
|
|
|
854
854
|
}
|
|
855
855
|
},
|
|
856
856
|
"node_modules/@babel/plugin-transform-class-static-block": {
|
|
857
|
-
"version": "7.
|
|
858
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.
|
|
859
|
-
"integrity": "sha512-
|
|
857
|
+
"version": "7.28.6",
|
|
858
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz",
|
|
859
|
+
"integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==",
|
|
860
860
|
"license": "MIT",
|
|
861
861
|
"dependencies": {
|
|
862
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
863
|
-
"@babel/helper-plugin-utils": "^7.
|
|
862
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
863
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
864
864
|
},
|
|
865
865
|
"engines": {
|
|
866
866
|
"node": ">=6.9.0"
|
|
@@ -922,12 +922,12 @@
|
|
|
922
922
|
}
|
|
923
923
|
},
|
|
924
924
|
"node_modules/@babel/plugin-transform-export-namespace-from": {
|
|
925
|
-
"version": "7.
|
|
926
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.
|
|
927
|
-
"integrity": "sha512-
|
|
925
|
+
"version": "7.27.1",
|
|
926
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz",
|
|
927
|
+
"integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==",
|
|
928
928
|
"license": "MIT",
|
|
929
929
|
"dependencies": {
|
|
930
|
-
"@babel/helper-plugin-utils": "^7.
|
|
930
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
931
931
|
},
|
|
932
932
|
"engines": {
|
|
933
933
|
"node": ">=6.9.0"
|
|
@@ -1016,13 +1016,13 @@
|
|
|
1016
1016
|
}
|
|
1017
1017
|
},
|
|
1018
1018
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1019
|
-
"version": "7.
|
|
1020
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
|
1021
|
-
"integrity": "sha512-
|
|
1019
|
+
"version": "7.28.6",
|
|
1020
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz",
|
|
1021
|
+
"integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==",
|
|
1022
1022
|
"license": "MIT",
|
|
1023
1023
|
"dependencies": {
|
|
1024
|
-
"@babel/helper-module-transforms": "^7.
|
|
1025
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1024
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
1025
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1026
1026
|
},
|
|
1027
1027
|
"engines": {
|
|
1028
1028
|
"node": ">=6.9.0"
|
|
@@ -1176,12 +1176,12 @@
|
|
|
1176
1176
|
}
|
|
1177
1177
|
},
|
|
1178
1178
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
1179
|
-
"version": "7.
|
|
1180
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
|
1181
|
-
"integrity": "sha512
|
|
1179
|
+
"version": "7.28.0",
|
|
1180
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz",
|
|
1181
|
+
"integrity": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==",
|
|
1182
1182
|
"license": "MIT",
|
|
1183
1183
|
"dependencies": {
|
|
1184
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1184
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1185
1185
|
},
|
|
1186
1186
|
"engines": {
|
|
1187
1187
|
"node": ">=6.9.0"
|
|
@@ -1191,16 +1191,16 @@
|
|
|
1191
1191
|
}
|
|
1192
1192
|
},
|
|
1193
1193
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
1194
|
-
"version": "7.
|
|
1195
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
|
1196
|
-
"integrity": "sha512-
|
|
1194
|
+
"version": "7.28.6",
|
|
1195
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.28.6.tgz",
|
|
1196
|
+
"integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==",
|
|
1197
1197
|
"license": "MIT",
|
|
1198
1198
|
"dependencies": {
|
|
1199
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1200
|
-
"@babel/helper-module-imports": "^7.
|
|
1201
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1202
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
1203
|
-
"@babel/types": "^7.
|
|
1199
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1200
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
1201
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1202
|
+
"@babel/plugin-syntax-jsx": "^7.28.6",
|
|
1203
|
+
"@babel/types": "^7.28.6"
|
|
1204
1204
|
},
|
|
1205
1205
|
"engines": {
|
|
1206
1206
|
"node": ">=6.9.0"
|
|
@@ -1210,12 +1210,12 @@
|
|
|
1210
1210
|
}
|
|
1211
1211
|
},
|
|
1212
1212
|
"node_modules/@babel/plugin-transform-react-jsx-development": {
|
|
1213
|
-
"version": "7.
|
|
1214
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.
|
|
1215
|
-
"integrity": "sha512-
|
|
1213
|
+
"version": "7.27.1",
|
|
1214
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz",
|
|
1215
|
+
"integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==",
|
|
1216
1216
|
"license": "MIT",
|
|
1217
1217
|
"dependencies": {
|
|
1218
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
1218
|
+
"@babel/plugin-transform-react-jsx": "^7.27.1"
|
|
1219
1219
|
},
|
|
1220
1220
|
"engines": {
|
|
1221
1221
|
"node": ">=6.9.0"
|
|
@@ -1255,13 +1255,13 @@
|
|
|
1255
1255
|
}
|
|
1256
1256
|
},
|
|
1257
1257
|
"node_modules/@babel/plugin-transform-react-pure-annotations": {
|
|
1258
|
-
"version": "7.
|
|
1259
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.
|
|
1260
|
-
"integrity": "sha512-
|
|
1258
|
+
"version": "7.27.1",
|
|
1259
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz",
|
|
1260
|
+
"integrity": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==",
|
|
1261
1261
|
"license": "MIT",
|
|
1262
1262
|
"dependencies": {
|
|
1263
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1264
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1263
|
+
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
1264
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1265
1265
|
},
|
|
1266
1266
|
"engines": {
|
|
1267
1267
|
"node": ">=6.9.0"
|
|
@@ -1352,16 +1352,16 @@
|
|
|
1352
1352
|
}
|
|
1353
1353
|
},
|
|
1354
1354
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
1355
|
-
"version": "7.
|
|
1356
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.
|
|
1357
|
-
"integrity": "sha512-
|
|
1355
|
+
"version": "7.28.6",
|
|
1356
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz",
|
|
1357
|
+
"integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
|
|
1358
1358
|
"license": "MIT",
|
|
1359
1359
|
"dependencies": {
|
|
1360
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1361
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1362
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1363
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
1364
|
-
"@babel/plugin-syntax-typescript": "^7.
|
|
1360
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1361
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
1362
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1363
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1364
|
+
"@babel/plugin-syntax-typescript": "^7.28.6"
|
|
1365
1365
|
},
|
|
1366
1366
|
"engines": {
|
|
1367
1367
|
"node": ">=6.9.0"
|
|
@@ -1387,17 +1387,17 @@
|
|
|
1387
1387
|
}
|
|
1388
1388
|
},
|
|
1389
1389
|
"node_modules/@babel/preset-react": {
|
|
1390
|
-
"version": "7.
|
|
1391
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.
|
|
1392
|
-
"integrity": "sha512-
|
|
1390
|
+
"version": "7.28.5",
|
|
1391
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz",
|
|
1392
|
+
"integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==",
|
|
1393
1393
|
"license": "MIT",
|
|
1394
1394
|
"dependencies": {
|
|
1395
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1396
|
-
"@babel/helper-validator-option": "^7.
|
|
1397
|
-
"@babel/plugin-transform-react-display-name": "^7.
|
|
1398
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
1399
|
-
"@babel/plugin-transform-react-jsx-development": "^7.
|
|
1400
|
-
"@babel/plugin-transform-react-pure-annotations": "^7.
|
|
1395
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1396
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
1397
|
+
"@babel/plugin-transform-react-display-name": "^7.28.0",
|
|
1398
|
+
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
1399
|
+
"@babel/plugin-transform-react-jsx-development": "^7.27.1",
|
|
1400
|
+
"@babel/plugin-transform-react-pure-annotations": "^7.27.1"
|
|
1401
1401
|
},
|
|
1402
1402
|
"engines": {
|
|
1403
1403
|
"node": ">=6.9.0"
|
|
@@ -1407,16 +1407,16 @@
|
|
|
1407
1407
|
}
|
|
1408
1408
|
},
|
|
1409
1409
|
"node_modules/@babel/preset-typescript": {
|
|
1410
|
-
"version": "7.
|
|
1411
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.
|
|
1412
|
-
"integrity": "sha512
|
|
1410
|
+
"version": "7.28.5",
|
|
1411
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
1412
|
+
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
1413
1413
|
"license": "MIT",
|
|
1414
1414
|
"dependencies": {
|
|
1415
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1416
|
-
"@babel/helper-validator-option": "^7.
|
|
1417
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
1418
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
1419
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
1415
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1416
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
1417
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1418
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1419
|
+
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
1420
1420
|
},
|
|
1421
1421
|
"engines": {
|
|
1422
1422
|
"node": ">=6.9.0"
|
|
@@ -1498,6 +1498,158 @@
|
|
|
1498
1498
|
"node": ">=6.9.0"
|
|
1499
1499
|
}
|
|
1500
1500
|
},
|
|
1501
|
+
"node_modules/@expo/cli": {
|
|
1502
|
+
"version": "54.0.24",
|
|
1503
|
+
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.24.tgz",
|
|
1504
|
+
"integrity": "sha512-5xse1bEgnVUBhOrtttc6xTNJVvjyTRavpzuF0/0nuj+312vfSbk7EiRbG+xJ2pW/iZxnhLPJkFCrPYG0nmheAQ==",
|
|
1505
|
+
"license": "MIT",
|
|
1506
|
+
"dependencies": {
|
|
1507
|
+
"@0no-co/graphql.web": "^1.0.8",
|
|
1508
|
+
"@expo/code-signing-certificates": "^0.0.6",
|
|
1509
|
+
"@expo/config": "~12.0.13",
|
|
1510
|
+
"@expo/config-plugins": "~54.0.4",
|
|
1511
|
+
"@expo/devcert": "^1.2.1",
|
|
1512
|
+
"@expo/env": "~2.0.8",
|
|
1513
|
+
"@expo/image-utils": "^0.8.8",
|
|
1514
|
+
"@expo/json-file": "^10.0.8",
|
|
1515
|
+
"@expo/metro": "~54.2.0",
|
|
1516
|
+
"@expo/metro-config": "~54.0.15",
|
|
1517
|
+
"@expo/osascript": "^2.3.8",
|
|
1518
|
+
"@expo/package-manager": "^1.9.10",
|
|
1519
|
+
"@expo/plist": "^0.4.8",
|
|
1520
|
+
"@expo/prebuild-config": "^54.0.8",
|
|
1521
|
+
"@expo/schema-utils": "^0.1.8",
|
|
1522
|
+
"@expo/spawn-async": "^1.7.2",
|
|
1523
|
+
"@expo/ws-tunnel": "^1.0.1",
|
|
1524
|
+
"@expo/xcpretty": "^4.3.0",
|
|
1525
|
+
"@react-native/dev-middleware": "0.81.5",
|
|
1526
|
+
"@urql/core": "^5.0.6",
|
|
1527
|
+
"@urql/exchange-retry": "^1.3.0",
|
|
1528
|
+
"accepts": "^1.3.8",
|
|
1529
|
+
"arg": "^5.0.2",
|
|
1530
|
+
"better-opn": "~3.0.2",
|
|
1531
|
+
"bplist-creator": "0.1.0",
|
|
1532
|
+
"bplist-parser": "^0.3.1",
|
|
1533
|
+
"chalk": "^4.0.0",
|
|
1534
|
+
"ci-info": "^3.3.0",
|
|
1535
|
+
"compression": "^1.7.4",
|
|
1536
|
+
"connect": "^3.7.0",
|
|
1537
|
+
"debug": "^4.3.4",
|
|
1538
|
+
"env-editor": "^0.4.1",
|
|
1539
|
+
"expo-server": "^1.0.6",
|
|
1540
|
+
"freeport-async": "^2.0.0",
|
|
1541
|
+
"getenv": "^2.0.0",
|
|
1542
|
+
"glob": "^13.0.0",
|
|
1543
|
+
"lan-network": "^0.2.1",
|
|
1544
|
+
"minimatch": "^9.0.0",
|
|
1545
|
+
"node-forge": "^1.3.3",
|
|
1546
|
+
"npm-package-arg": "^11.0.0",
|
|
1547
|
+
"ora": "^3.4.0",
|
|
1548
|
+
"picomatch": "^4.0.3",
|
|
1549
|
+
"pretty-bytes": "^5.6.0",
|
|
1550
|
+
"pretty-format": "^29.7.0",
|
|
1551
|
+
"progress": "^2.0.3",
|
|
1552
|
+
"prompts": "^2.3.2",
|
|
1553
|
+
"qrcode-terminal": "0.11.0",
|
|
1554
|
+
"require-from-string": "^2.0.2",
|
|
1555
|
+
"requireg": "^0.2.2",
|
|
1556
|
+
"resolve": "^1.22.2",
|
|
1557
|
+
"resolve-from": "^5.0.0",
|
|
1558
|
+
"resolve.exports": "^2.0.3",
|
|
1559
|
+
"semver": "^7.6.0",
|
|
1560
|
+
"send": "^0.19.0",
|
|
1561
|
+
"slugify": "^1.3.4",
|
|
1562
|
+
"source-map-support": "~0.5.21",
|
|
1563
|
+
"stacktrace-parser": "^0.1.10",
|
|
1564
|
+
"structured-headers": "^0.4.1",
|
|
1565
|
+
"tar": "^7.5.2",
|
|
1566
|
+
"terminal-link": "^2.1.1",
|
|
1567
|
+
"undici": "^6.18.2",
|
|
1568
|
+
"wrap-ansi": "^7.0.0",
|
|
1569
|
+
"ws": "^8.12.1"
|
|
1570
|
+
},
|
|
1571
|
+
"bin": {
|
|
1572
|
+
"expo-internal": "build/bin/cli"
|
|
1573
|
+
},
|
|
1574
|
+
"peerDependencies": {
|
|
1575
|
+
"expo": "*",
|
|
1576
|
+
"expo-router": "*",
|
|
1577
|
+
"react-native": "*"
|
|
1578
|
+
},
|
|
1579
|
+
"peerDependenciesMeta": {
|
|
1580
|
+
"expo-router": {
|
|
1581
|
+
"optional": true
|
|
1582
|
+
},
|
|
1583
|
+
"react-native": {
|
|
1584
|
+
"optional": true
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"node_modules/@expo/cli/node_modules/balanced-match": {
|
|
1589
|
+
"version": "4.0.4",
|
|
1590
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
1591
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1592
|
+
"license": "MIT",
|
|
1593
|
+
"engines": {
|
|
1594
|
+
"node": "18 || 20 || >=22"
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
"node_modules/@expo/cli/node_modules/brace-expansion": {
|
|
1598
|
+
"version": "5.0.6",
|
|
1599
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
1600
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1601
|
+
"license": "MIT",
|
|
1602
|
+
"dependencies": {
|
|
1603
|
+
"balanced-match": "^4.0.2"
|
|
1604
|
+
},
|
|
1605
|
+
"engines": {
|
|
1606
|
+
"node": "18 || 20 || >=22"
|
|
1607
|
+
}
|
|
1608
|
+
},
|
|
1609
|
+
"node_modules/@expo/cli/node_modules/glob": {
|
|
1610
|
+
"version": "13.0.6",
|
|
1611
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
1612
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
1613
|
+
"license": "BlueOak-1.0.0",
|
|
1614
|
+
"dependencies": {
|
|
1615
|
+
"minimatch": "^10.2.2",
|
|
1616
|
+
"minipass": "^7.1.3",
|
|
1617
|
+
"path-scurry": "^2.0.2"
|
|
1618
|
+
},
|
|
1619
|
+
"engines": {
|
|
1620
|
+
"node": "18 || 20 || >=22"
|
|
1621
|
+
},
|
|
1622
|
+
"funding": {
|
|
1623
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
"node_modules/@expo/cli/node_modules/glob/node_modules/minimatch": {
|
|
1627
|
+
"version": "10.2.5",
|
|
1628
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
1629
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1630
|
+
"license": "BlueOak-1.0.0",
|
|
1631
|
+
"dependencies": {
|
|
1632
|
+
"brace-expansion": "^5.0.5"
|
|
1633
|
+
},
|
|
1634
|
+
"engines": {
|
|
1635
|
+
"node": "18 || 20 || >=22"
|
|
1636
|
+
},
|
|
1637
|
+
"funding": {
|
|
1638
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"node_modules/@expo/cli/node_modules/semver": {
|
|
1642
|
+
"version": "7.7.4",
|
|
1643
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
1644
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
1645
|
+
"license": "ISC",
|
|
1646
|
+
"bin": {
|
|
1647
|
+
"semver": "bin/semver.js"
|
|
1648
|
+
},
|
|
1649
|
+
"engines": {
|
|
1650
|
+
"node": ">=10"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1501
1653
|
"node_modules/@expo/code-signing-certificates": {
|
|
1502
1654
|
"version": "0.0.6",
|
|
1503
1655
|
"resolved": "https://registry.npmjs.org/@expo/code-signing-certificates/-/code-signing-certificates-0.0.6.tgz",
|
|
@@ -1508,15 +1660,15 @@
|
|
|
1508
1660
|
}
|
|
1509
1661
|
},
|
|
1510
1662
|
"node_modules/@expo/config": {
|
|
1511
|
-
"version": "12.0.
|
|
1512
|
-
"resolved": "https://registry.npmjs.org/@expo/config/-/config-12.0.
|
|
1513
|
-
"integrity": "sha512-
|
|
1663
|
+
"version": "12.0.13",
|
|
1664
|
+
"resolved": "https://registry.npmjs.org/@expo/config/-/config-12.0.13.tgz",
|
|
1665
|
+
"integrity": "sha512-Cu52arBa4vSaupIWsF0h7F/Cg//N374nYb7HAxV0I4KceKA7x2UXpYaHOL7EEYYvp7tZdThBjvGpVmr8ScIvaQ==",
|
|
1514
1666
|
"license": "MIT",
|
|
1515
1667
|
"dependencies": {
|
|
1516
1668
|
"@babel/code-frame": "~7.10.4",
|
|
1517
|
-
"@expo/config-plugins": "~54.0.
|
|
1669
|
+
"@expo/config-plugins": "~54.0.4",
|
|
1518
1670
|
"@expo/config-types": "^54.0.10",
|
|
1519
|
-
"@expo/json-file": "^10.0.
|
|
1671
|
+
"@expo/json-file": "^10.0.8",
|
|
1520
1672
|
"deepmerge": "^4.3.1",
|
|
1521
1673
|
"getenv": "^2.0.0",
|
|
1522
1674
|
"glob": "^13.0.0",
|
|
@@ -1529,14 +1681,14 @@
|
|
|
1529
1681
|
}
|
|
1530
1682
|
},
|
|
1531
1683
|
"node_modules/@expo/config-plugins": {
|
|
1532
|
-
"version": "54.0.
|
|
1533
|
-
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-54.0.
|
|
1534
|
-
"integrity": "sha512-
|
|
1684
|
+
"version": "54.0.4",
|
|
1685
|
+
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-54.0.4.tgz",
|
|
1686
|
+
"integrity": "sha512-g2yXGICdoOw5i3LkQSDxl2Q5AlQCrG7oniu0pCPPO+UxGb7He4AFqSvPSy8HpRUj55io17hT62FTjYRD+d6j3Q==",
|
|
1535
1687
|
"license": "MIT",
|
|
1536
1688
|
"dependencies": {
|
|
1537
1689
|
"@expo/config-types": "^54.0.10",
|
|
1538
|
-
"@expo/json-file": "~10.0.
|
|
1539
|
-
"@expo/plist": "^0.4.
|
|
1690
|
+
"@expo/json-file": "~10.0.8",
|
|
1691
|
+
"@expo/plist": "^0.4.8",
|
|
1540
1692
|
"@expo/sdk-runtime-versions": "^1.0.0",
|
|
1541
1693
|
"chalk": "^4.1.2",
|
|
1542
1694
|
"debug": "^4.3.5",
|
|
@@ -1550,23 +1702,25 @@
|
|
|
1550
1702
|
"xml2js": "0.6.0"
|
|
1551
1703
|
}
|
|
1552
1704
|
},
|
|
1553
|
-
"node_modules/@expo/config-plugins/node_modules
|
|
1554
|
-
"version": "
|
|
1555
|
-
"resolved": "https://registry.npmjs.org
|
|
1556
|
-
"integrity": "sha512-
|
|
1705
|
+
"node_modules/@expo/config-plugins/node_modules/balanced-match": {
|
|
1706
|
+
"version": "4.0.4",
|
|
1707
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
1708
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1557
1709
|
"license": "MIT",
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1710
|
+
"engines": {
|
|
1711
|
+
"node": "18 || 20 || >=22"
|
|
1560
1712
|
}
|
|
1561
1713
|
},
|
|
1562
|
-
"node_modules/@expo/config-plugins/node_modules
|
|
1563
|
-
"version": "
|
|
1564
|
-
"resolved": "https://registry.npmjs.org
|
|
1565
|
-
"integrity": "sha512-
|
|
1714
|
+
"node_modules/@expo/config-plugins/node_modules/brace-expansion": {
|
|
1715
|
+
"version": "5.0.6",
|
|
1716
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
1717
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1566
1718
|
"license": "MIT",
|
|
1567
1719
|
"dependencies": {
|
|
1568
|
-
"
|
|
1569
|
-
|
|
1720
|
+
"balanced-match": "^4.0.2"
|
|
1721
|
+
},
|
|
1722
|
+
"engines": {
|
|
1723
|
+
"node": "18 || 20 || >=22"
|
|
1570
1724
|
}
|
|
1571
1725
|
},
|
|
1572
1726
|
"node_modules/@expo/config-plugins/node_modules/glob": {
|
|
@@ -1587,12 +1741,12 @@
|
|
|
1587
1741
|
}
|
|
1588
1742
|
},
|
|
1589
1743
|
"node_modules/@expo/config-plugins/node_modules/minimatch": {
|
|
1590
|
-
"version": "10.2.
|
|
1591
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
1592
|
-
"integrity": "sha512-
|
|
1744
|
+
"version": "10.2.5",
|
|
1745
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
1746
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1593
1747
|
"license": "BlueOak-1.0.0",
|
|
1594
1748
|
"dependencies": {
|
|
1595
|
-
"brace-expansion": "^5.0.
|
|
1749
|
+
"brace-expansion": "^5.0.5"
|
|
1596
1750
|
},
|
|
1597
1751
|
"engines": {
|
|
1598
1752
|
"node": "18 || 20 || >=22"
|
|
@@ -1602,9 +1756,9 @@
|
|
|
1602
1756
|
}
|
|
1603
1757
|
},
|
|
1604
1758
|
"node_modules/@expo/config-plugins/node_modules/semver": {
|
|
1605
|
-
"version": "7.
|
|
1606
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
1607
|
-
"integrity": "sha512-
|
|
1759
|
+
"version": "7.7.2",
|
|
1760
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
1761
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
1608
1762
|
"license": "ISC",
|
|
1609
1763
|
"bin": {
|
|
1610
1764
|
"semver": "bin/semver.js"
|
|
@@ -1628,6 +1782,27 @@
|
|
|
1628
1782
|
"@babel/highlight": "^7.10.4"
|
|
1629
1783
|
}
|
|
1630
1784
|
},
|
|
1785
|
+
"node_modules/@expo/config/node_modules/balanced-match": {
|
|
1786
|
+
"version": "4.0.4",
|
|
1787
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
1788
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1789
|
+
"license": "MIT",
|
|
1790
|
+
"engines": {
|
|
1791
|
+
"node": "18 || 20 || >=22"
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
"node_modules/@expo/config/node_modules/brace-expansion": {
|
|
1795
|
+
"version": "5.0.6",
|
|
1796
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
1797
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1798
|
+
"license": "MIT",
|
|
1799
|
+
"dependencies": {
|
|
1800
|
+
"balanced-match": "^4.0.2"
|
|
1801
|
+
},
|
|
1802
|
+
"engines": {
|
|
1803
|
+
"node": "18 || 20 || >=22"
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1631
1806
|
"node_modules/@expo/config/node_modules/glob": {
|
|
1632
1807
|
"version": "13.0.6",
|
|
1633
1808
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -1713,9 +1888,9 @@
|
|
|
1713
1888
|
}
|
|
1714
1889
|
},
|
|
1715
1890
|
"node_modules/@expo/env": {
|
|
1716
|
-
"version": "2.0.
|
|
1717
|
-
"resolved": "https://registry.npmjs.org/@expo/env/-/env-2.0.
|
|
1718
|
-
"integrity": "sha512-
|
|
1891
|
+
"version": "2.0.11",
|
|
1892
|
+
"resolved": "https://registry.npmjs.org/@expo/env/-/env-2.0.11.tgz",
|
|
1893
|
+
"integrity": "sha512-xV+ps6YCW7XIPVUwFVCRN2nox09dnRwy8uIjwHWTODu0zFw4kp4omnVkl0OOjuu2XOe7tdgAHxikrkJt9xB/7Q==",
|
|
1719
1894
|
"license": "MIT",
|
|
1720
1895
|
"dependencies": {
|
|
1721
1896
|
"chalk": "^4.0.0",
|
|
@@ -1747,6 +1922,27 @@
|
|
|
1747
1922
|
"fingerprint": "bin/cli.js"
|
|
1748
1923
|
}
|
|
1749
1924
|
},
|
|
1925
|
+
"node_modules/@expo/fingerprint/node_modules/balanced-match": {
|
|
1926
|
+
"version": "4.0.4",
|
|
1927
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
1928
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1929
|
+
"license": "MIT",
|
|
1930
|
+
"engines": {
|
|
1931
|
+
"node": "18 || 20 || >=22"
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
"node_modules/@expo/fingerprint/node_modules/brace-expansion": {
|
|
1935
|
+
"version": "5.0.6",
|
|
1936
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
1937
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1938
|
+
"license": "MIT",
|
|
1939
|
+
"dependencies": {
|
|
1940
|
+
"balanced-match": "^4.0.2"
|
|
1941
|
+
},
|
|
1942
|
+
"engines": {
|
|
1943
|
+
"node": "18 || 20 || >=22"
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1750
1946
|
"node_modules/@expo/fingerprint/node_modules/glob": {
|
|
1751
1947
|
"version": "13.0.6",
|
|
1752
1948
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -1819,9 +2015,9 @@
|
|
|
1819
2015
|
}
|
|
1820
2016
|
},
|
|
1821
2017
|
"node_modules/@expo/json-file": {
|
|
1822
|
-
"version": "10.
|
|
1823
|
-
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-10.
|
|
1824
|
-
"integrity": "sha512-
|
|
2018
|
+
"version": "10.0.13",
|
|
2019
|
+
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-10.0.13.tgz",
|
|
2020
|
+
"integrity": "sha512-pX/XjQn7tgNw6zuuV2ikmegmwe/S7uiwhrs2wXrANMkq7ozrA+JcZwgW9Q/8WZgciBzfAhNp5hnackHcrmapQA==",
|
|
1825
2021
|
"license": "MIT",
|
|
1826
2022
|
"dependencies": {
|
|
1827
2023
|
"@babel/code-frame": "^7.20.0",
|
|
@@ -1851,17 +2047,17 @@
|
|
|
1851
2047
|
}
|
|
1852
2048
|
},
|
|
1853
2049
|
"node_modules/@expo/metro-config": {
|
|
1854
|
-
"version": "54.0.
|
|
1855
|
-
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.
|
|
1856
|
-
"integrity": "sha512-
|
|
2050
|
+
"version": "54.0.15",
|
|
2051
|
+
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.15.tgz",
|
|
2052
|
+
"integrity": "sha512-SqIya4VZ9KHM1S9g+xR0A+QKw1Tfs7Gacx6bQNJ98vs4+O7I5+QP5mHZIB0QSZLUV8opiXebHYTiTu+0OAsIUw==",
|
|
1857
2053
|
"license": "MIT",
|
|
1858
2054
|
"dependencies": {
|
|
1859
2055
|
"@babel/code-frame": "^7.20.0",
|
|
1860
2056
|
"@babel/core": "^7.20.0",
|
|
1861
2057
|
"@babel/generator": "^7.20.5",
|
|
1862
|
-
"@expo/config": "~12.0.
|
|
1863
|
-
"@expo/env": "~2.0.
|
|
1864
|
-
"@expo/json-file": "~10.0.
|
|
2058
|
+
"@expo/config": "~12.0.13",
|
|
2059
|
+
"@expo/env": "~2.0.8",
|
|
2060
|
+
"@expo/json-file": "~10.0.8",
|
|
1865
2061
|
"@expo/metro": "~54.2.0",
|
|
1866
2062
|
"@expo/spawn-async": "^1.7.2",
|
|
1867
2063
|
"browserslist": "^4.25.0",
|
|
@@ -1887,23 +2083,25 @@
|
|
|
1887
2083
|
}
|
|
1888
2084
|
}
|
|
1889
2085
|
},
|
|
1890
|
-
"node_modules/@expo/metro-config/node_modules
|
|
1891
|
-
"version": "
|
|
1892
|
-
"resolved": "https://registry.npmjs.org
|
|
1893
|
-
"integrity": "sha512-
|
|
2086
|
+
"node_modules/@expo/metro-config/node_modules/balanced-match": {
|
|
2087
|
+
"version": "4.0.4",
|
|
2088
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
2089
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1894
2090
|
"license": "MIT",
|
|
1895
|
-
"
|
|
1896
|
-
"
|
|
1897
|
-
"json5": "^2.2.3"
|
|
2091
|
+
"engines": {
|
|
2092
|
+
"node": "18 || 20 || >=22"
|
|
1898
2093
|
}
|
|
1899
2094
|
},
|
|
1900
|
-
"node_modules/@expo/metro-config/node_modules
|
|
1901
|
-
"version": "
|
|
1902
|
-
"resolved": "https://registry.npmjs.org
|
|
1903
|
-
"integrity": "sha512-
|
|
2095
|
+
"node_modules/@expo/metro-config/node_modules/brace-expansion": {
|
|
2096
|
+
"version": "5.0.6",
|
|
2097
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
2098
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1904
2099
|
"license": "MIT",
|
|
1905
2100
|
"dependencies": {
|
|
1906
|
-
"
|
|
2101
|
+
"balanced-match": "^4.0.2"
|
|
2102
|
+
},
|
|
2103
|
+
"engines": {
|
|
2104
|
+
"node": "18 || 20 || >=22"
|
|
1907
2105
|
}
|
|
1908
2106
|
},
|
|
1909
2107
|
"node_modules/@expo/metro-config/node_modules/glob": {
|
|
@@ -1924,12 +2122,12 @@
|
|
|
1924
2122
|
}
|
|
1925
2123
|
},
|
|
1926
2124
|
"node_modules/@expo/metro-config/node_modules/minimatch": {
|
|
1927
|
-
"version": "10.2.
|
|
1928
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
1929
|
-
"integrity": "sha512-
|
|
2125
|
+
"version": "10.2.5",
|
|
2126
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
2127
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1930
2128
|
"license": "BlueOak-1.0.0",
|
|
1931
2129
|
"dependencies": {
|
|
1932
|
-
"brace-expansion": "^5.0.
|
|
2130
|
+
"brace-expansion": "^5.0.5"
|
|
1933
2131
|
},
|
|
1934
2132
|
"engines": {
|
|
1935
2133
|
"node": "18 || 20 || >=22"
|
|
@@ -1939,45 +2137,35 @@
|
|
|
1939
2137
|
}
|
|
1940
2138
|
},
|
|
1941
2139
|
"node_modules/@expo/osascript": {
|
|
1942
|
-
"version": "2.
|
|
1943
|
-
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.
|
|
1944
|
-
"integrity": "sha512
|
|
2140
|
+
"version": "2.4.2",
|
|
2141
|
+
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.4.2.tgz",
|
|
2142
|
+
"integrity": "sha512-/XP7PSYF2hzOZzqfjgkoWtllyeTN8dW3aM4P6YgKcmmPikKL5FdoyQhti4eh6RK5a5VrUXJTOlTNIpIHsfB5Iw==",
|
|
1945
2143
|
"license": "MIT",
|
|
1946
2144
|
"dependencies": {
|
|
1947
|
-
"@expo/spawn-async": "^1.
|
|
2145
|
+
"@expo/spawn-async": "^1.7.2"
|
|
1948
2146
|
},
|
|
1949
2147
|
"engines": {
|
|
1950
2148
|
"node": ">=12"
|
|
1951
2149
|
}
|
|
1952
2150
|
},
|
|
1953
2151
|
"node_modules/@expo/package-manager": {
|
|
1954
|
-
"version": "1.
|
|
1955
|
-
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.
|
|
1956
|
-
"integrity": "sha512-
|
|
1957
|
-
"license": "MIT",
|
|
1958
|
-
"dependencies": {
|
|
1959
|
-
"@expo/json-file": "^11.0.1",
|
|
1960
|
-
"@expo/spawn-async": "^1.8.0",
|
|
1961
|
-
"chalk": "^4.0.0",
|
|
1962
|
-
"npm-package-arg": "^11.0.0",
|
|
1963
|
-
"ora": "^3.4.0",
|
|
1964
|
-
"resolve-workspace-root": "^2.0.0"
|
|
1965
|
-
}
|
|
1966
|
-
},
|
|
1967
|
-
"node_modules/@expo/package-manager/node_modules/@expo/json-file": {
|
|
1968
|
-
"version": "11.0.1",
|
|
1969
|
-
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-11.0.1.tgz",
|
|
1970
|
-
"integrity": "sha512-zxHWj4MKKMAL29ZQSY/Fssx4Thluk40JmuGNaeS078wy/NhlFhnVi+rHHunulE3xJAJ0CM73m8VK2+GkF9eRwQ==",
|
|
2152
|
+
"version": "1.10.4",
|
|
2153
|
+
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.10.4.tgz",
|
|
2154
|
+
"integrity": "sha512-y9Mr4Kmpk4abAVZrNNPCdzOZr8nLLyi18p1SXr0RCVA8IfzqZX/eY4H+50a0HTmXqIsPZrQdcdb4I3ekMS9GvQ==",
|
|
1971
2155
|
"license": "MIT",
|
|
1972
2156
|
"dependencies": {
|
|
1973
|
-
"@
|
|
1974
|
-
"
|
|
2157
|
+
"@expo/json-file": "^10.0.13",
|
|
2158
|
+
"@expo/spawn-async": "^1.7.2",
|
|
2159
|
+
"chalk": "^4.0.0",
|
|
2160
|
+
"npm-package-arg": "^11.0.0",
|
|
2161
|
+
"ora": "^3.4.0",
|
|
2162
|
+
"resolve-workspace-root": "^2.0.0"
|
|
1975
2163
|
}
|
|
1976
2164
|
},
|
|
1977
2165
|
"node_modules/@expo/plist": {
|
|
1978
|
-
"version": "0.4.
|
|
1979
|
-
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.4.
|
|
1980
|
-
"integrity": "sha512-
|
|
2166
|
+
"version": "0.4.8",
|
|
2167
|
+
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.4.8.tgz",
|
|
2168
|
+
"integrity": "sha512-pfNtErGGzzRwHP+5+RqswzPDKkZrx+Cli0mzjQaus1ZWFsog5ibL+nVT3NcporW51o8ggnt7x813vtRbPiyOrQ==",
|
|
1981
2169
|
"license": "MIT",
|
|
1982
2170
|
"dependencies": {
|
|
1983
2171
|
"@xmldom/xmldom": "^0.8.8",
|
|
@@ -1986,16 +2174,16 @@
|
|
|
1986
2174
|
}
|
|
1987
2175
|
},
|
|
1988
2176
|
"node_modules/@expo/prebuild-config": {
|
|
1989
|
-
"version": "54.0.
|
|
1990
|
-
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.
|
|
1991
|
-
"integrity": "sha512-
|
|
2177
|
+
"version": "54.0.8",
|
|
2178
|
+
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.8.tgz",
|
|
2179
|
+
"integrity": "sha512-EA7N4dloty2t5Rde+HP0IEE+nkAQiu4A/+QGZGT9mFnZ5KKjPPkqSyYcRvP5bhQE10D+tvz6X0ngZpulbMdbsg==",
|
|
1992
2180
|
"license": "MIT",
|
|
1993
2181
|
"dependencies": {
|
|
1994
|
-
"@expo/config": "~12.0.
|
|
1995
|
-
"@expo/config-plugins": "~54.0.
|
|
2182
|
+
"@expo/config": "~12.0.13",
|
|
2183
|
+
"@expo/config-plugins": "~54.0.4",
|
|
1996
2184
|
"@expo/config-types": "^54.0.10",
|
|
1997
2185
|
"@expo/image-utils": "^0.8.8",
|
|
1998
|
-
"@expo/json-file": "^10.0.
|
|
2186
|
+
"@expo/json-file": "^10.0.8",
|
|
1999
2187
|
"@react-native/normalize-colors": "0.81.5",
|
|
2000
2188
|
"debug": "^4.3.1",
|
|
2001
2189
|
"resolve-from": "^5.0.0",
|
|
@@ -2007,9 +2195,9 @@
|
|
|
2007
2195
|
}
|
|
2008
2196
|
},
|
|
2009
2197
|
"node_modules/@expo/prebuild-config/node_modules/semver": {
|
|
2010
|
-
"version": "7.
|
|
2011
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
2012
|
-
"integrity": "sha512-
|
|
2198
|
+
"version": "7.7.4",
|
|
2199
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
2200
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
2013
2201
|
"license": "ISC",
|
|
2014
2202
|
"bin": {
|
|
2015
2203
|
"semver": "bin/semver.js"
|
|
@@ -2038,9 +2226,9 @@
|
|
|
2038
2226
|
}
|
|
2039
2227
|
},
|
|
2040
2228
|
"node_modules/@expo/schema-utils": {
|
|
2041
|
-
"version": "0.1.
|
|
2042
|
-
"resolved": "https://registry.npmjs.org/@expo/schema-utils/-/schema-utils-0.1.
|
|
2043
|
-
"integrity": "sha512-
|
|
2229
|
+
"version": "0.1.8",
|
|
2230
|
+
"resolved": "https://registry.npmjs.org/@expo/schema-utils/-/schema-utils-0.1.8.tgz",
|
|
2231
|
+
"integrity": "sha512-9I6ZqvnAvKKDiO+ZF8BpQQFYWXOJvTAL5L/227RUbWG1OVZDInFifzCBiqAZ3b67NRfeAgpgvbA7rejsqhY62A==",
|
|
2044
2232
|
"license": "MIT"
|
|
2045
2233
|
},
|
|
2046
2234
|
"node_modules/@expo/sdk-runtime-versions": {
|
|
@@ -2050,12 +2238,12 @@
|
|
|
2050
2238
|
"license": "MIT"
|
|
2051
2239
|
},
|
|
2052
2240
|
"node_modules/@expo/spawn-async": {
|
|
2053
|
-
"version": "1.
|
|
2054
|
-
"resolved": "https://registry.npmjs.org/@expo/spawn-async/-/spawn-async-1.
|
|
2055
|
-
"integrity": "sha512-
|
|
2241
|
+
"version": "1.7.2",
|
|
2242
|
+
"resolved": "https://registry.npmjs.org/@expo/spawn-async/-/spawn-async-1.7.2.tgz",
|
|
2243
|
+
"integrity": "sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew==",
|
|
2056
2244
|
"license": "MIT",
|
|
2057
2245
|
"dependencies": {
|
|
2058
|
-
"cross-spawn": "^7.0.
|
|
2246
|
+
"cross-spawn": "^7.0.3"
|
|
2059
2247
|
},
|
|
2060
2248
|
"engines": {
|
|
2061
2249
|
"node": ">=12"
|
|
@@ -2085,9 +2273,9 @@
|
|
|
2085
2273
|
"license": "MIT"
|
|
2086
2274
|
},
|
|
2087
2275
|
"node_modules/@expo/xcpretty": {
|
|
2088
|
-
"version": "4.4.
|
|
2089
|
-
"resolved": "https://registry.npmjs.org/@expo/xcpretty/-/xcpretty-4.4.
|
|
2090
|
-
"integrity": "sha512-
|
|
2276
|
+
"version": "4.4.3",
|
|
2277
|
+
"resolved": "https://registry.npmjs.org/@expo/xcpretty/-/xcpretty-4.4.3.tgz",
|
|
2278
|
+
"integrity": "sha512-wC562eD3gS6vO2tWHToFhlFnmHKfKHgF1oyvojeSkLK/ZYop1bMU+7cOMiF9Sq70CzcsLy/EMRy/uRc76QmNRw==",
|
|
2091
2279
|
"license": "BSD-3-Clause",
|
|
2092
2280
|
"dependencies": {
|
|
2093
2281
|
"@babel/code-frame": "^7.20.0",
|
|
@@ -2491,6 +2679,37 @@
|
|
|
2491
2679
|
}
|
|
2492
2680
|
}
|
|
2493
2681
|
},
|
|
2682
|
+
"node_modules/@react-native/community-cli-plugin/node_modules/@react-native/debugger-frontend": {
|
|
2683
|
+
"version": "0.81.6",
|
|
2684
|
+
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.81.6.tgz",
|
|
2685
|
+
"integrity": "sha512-aGw28yzbtm25GQuuxNeVAT72tLuGoH0yh79uYOIZkvjI+5x1NjZyPrgiLZ2LlZi5dJdxfbz30p1zUcHvcAzEZw==",
|
|
2686
|
+
"license": "BSD-3-Clause",
|
|
2687
|
+
"engines": {
|
|
2688
|
+
"node": ">= 20.19.4"
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2691
|
+
"node_modules/@react-native/community-cli-plugin/node_modules/@react-native/dev-middleware": {
|
|
2692
|
+
"version": "0.81.6",
|
|
2693
|
+
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.81.6.tgz",
|
|
2694
|
+
"integrity": "sha512-mK2M3gJ25LtgtqxS1ZXe1vHrz8APOA79Ot/MpbLeovFgLu6YJki0kbO5MRpJagTd+HbesVYSZb/BhAsGN7QAXA==",
|
|
2695
|
+
"license": "MIT",
|
|
2696
|
+
"dependencies": {
|
|
2697
|
+
"@isaacs/ttlcache": "^1.4.1",
|
|
2698
|
+
"@react-native/debugger-frontend": "0.81.6",
|
|
2699
|
+
"chrome-launcher": "^0.15.2",
|
|
2700
|
+
"chromium-edge-launcher": "^0.2.0",
|
|
2701
|
+
"connect": "^3.6.5",
|
|
2702
|
+
"debug": "^4.4.0",
|
|
2703
|
+
"invariant": "^2.2.4",
|
|
2704
|
+
"nullthrows": "^1.1.1",
|
|
2705
|
+
"open": "^7.0.3",
|
|
2706
|
+
"serve-static": "^1.16.2",
|
|
2707
|
+
"ws": "^6.2.3"
|
|
2708
|
+
},
|
|
2709
|
+
"engines": {
|
|
2710
|
+
"node": ">= 20.19.4"
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2494
2713
|
"node_modules/@react-native/community-cli-plugin/node_modules/semver": {
|
|
2495
2714
|
"version": "7.7.4",
|
|
2496
2715
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
@@ -2503,23 +2722,32 @@
|
|
|
2503
2722
|
"node": ">=10"
|
|
2504
2723
|
}
|
|
2505
2724
|
},
|
|
2725
|
+
"node_modules/@react-native/community-cli-plugin/node_modules/ws": {
|
|
2726
|
+
"version": "6.2.4",
|
|
2727
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.4.tgz",
|
|
2728
|
+
"integrity": "sha512-PNIUUyLI5YpkJZj60YBzX1o0ByQ4ovvfmq9N/Kig/PAYbVlGyz4R6G0SEWrD0O9acc0sT2+IdMBVLFv8FSi0Nw==",
|
|
2729
|
+
"license": "MIT",
|
|
2730
|
+
"dependencies": {
|
|
2731
|
+
"async-limiter": "~1.0.0"
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2506
2734
|
"node_modules/@react-native/debugger-frontend": {
|
|
2507
|
-
"version": "0.81.
|
|
2508
|
-
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.81.
|
|
2509
|
-
"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==",
|
|
2510
2738
|
"license": "BSD-3-Clause",
|
|
2511
2739
|
"engines": {
|
|
2512
2740
|
"node": ">= 20.19.4"
|
|
2513
2741
|
}
|
|
2514
2742
|
},
|
|
2515
2743
|
"node_modules/@react-native/dev-middleware": {
|
|
2516
|
-
"version": "0.81.
|
|
2517
|
-
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.81.
|
|
2518
|
-
"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==",
|
|
2519
2747
|
"license": "MIT",
|
|
2520
2748
|
"dependencies": {
|
|
2521
2749
|
"@isaacs/ttlcache": "^1.4.1",
|
|
2522
|
-
"@react-native/debugger-frontend": "0.81.
|
|
2750
|
+
"@react-native/debugger-frontend": "0.81.5",
|
|
2523
2751
|
"chrome-launcher": "^0.15.2",
|
|
2524
2752
|
"chromium-edge-launcher": "^0.2.0",
|
|
2525
2753
|
"connect": "^3.6.5",
|
|
@@ -2534,6 +2762,15 @@
|
|
|
2534
2762
|
"node": ">= 20.19.4"
|
|
2535
2763
|
}
|
|
2536
2764
|
},
|
|
2765
|
+
"node_modules/@react-native/dev-middleware/node_modules/ws": {
|
|
2766
|
+
"version": "6.2.4",
|
|
2767
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.4.tgz",
|
|
2768
|
+
"integrity": "sha512-PNIUUyLI5YpkJZj60YBzX1o0ByQ4ovvfmq9N/Kig/PAYbVlGyz4R6G0SEWrD0O9acc0sT2+IdMBVLFv8FSi0Nw==",
|
|
2769
|
+
"license": "MIT",
|
|
2770
|
+
"dependencies": {
|
|
2771
|
+
"async-limiter": "~1.0.0"
|
|
2772
|
+
}
|
|
2773
|
+
},
|
|
2537
2774
|
"node_modules/@react-native/gradle-plugin": {
|
|
2538
2775
|
"version": "0.81.6",
|
|
2539
2776
|
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.81.6.tgz",
|
|
@@ -3126,9 +3363,9 @@
|
|
|
3126
3363
|
}
|
|
3127
3364
|
},
|
|
3128
3365
|
"node_modules/babel-preset-expo": {
|
|
3129
|
-
"version": "54.0.
|
|
3130
|
-
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.
|
|
3131
|
-
"integrity": "sha512-
|
|
3366
|
+
"version": "54.0.10",
|
|
3367
|
+
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.10.tgz",
|
|
3368
|
+
"integrity": "sha512-wTt7POavLFypLcPW/uC5v8y+mtQKDJiyGLzYCjqr9tx0Qc3vCXcDKk1iCFIj/++Iy5CWhhTflEa7VvVPNWeCfw==",
|
|
3132
3369
|
"license": "MIT",
|
|
3133
3370
|
"dependencies": {
|
|
3134
3371
|
"@babel/helper-module-imports": "^7.25.9",
|
|
@@ -3278,13 +3515,10 @@
|
|
|
3278
3515
|
}
|
|
3279
3516
|
},
|
|
3280
3517
|
"node_modules/balanced-match": {
|
|
3281
|
-
"version": "
|
|
3282
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-
|
|
3283
|
-
"integrity": "sha512-
|
|
3284
|
-
"license": "MIT"
|
|
3285
|
-
"engines": {
|
|
3286
|
-
"node": "18 || 20 || >=22"
|
|
3287
|
-
}
|
|
3518
|
+
"version": "1.0.2",
|
|
3519
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
3520
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3521
|
+
"license": "MIT"
|
|
3288
3522
|
},
|
|
3289
3523
|
"node_modules/base-64": {
|
|
3290
3524
|
"version": "0.1.0",
|
|
@@ -3371,9 +3605,9 @@
|
|
|
3371
3605
|
}
|
|
3372
3606
|
},
|
|
3373
3607
|
"node_modules/bplist-parser": {
|
|
3374
|
-
"version": "0.3.
|
|
3375
|
-
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.
|
|
3376
|
-
"integrity": "sha512-
|
|
3608
|
+
"version": "0.3.2",
|
|
3609
|
+
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.2.tgz",
|
|
3610
|
+
"integrity": "sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==",
|
|
3377
3611
|
"license": "MIT",
|
|
3378
3612
|
"dependencies": {
|
|
3379
3613
|
"big-integer": "1.6.x"
|
|
@@ -3383,15 +3617,12 @@
|
|
|
3383
3617
|
}
|
|
3384
3618
|
},
|
|
3385
3619
|
"node_modules/brace-expansion": {
|
|
3386
|
-
"version": "
|
|
3387
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
3388
|
-
"integrity": "sha512-
|
|
3620
|
+
"version": "2.1.0",
|
|
3621
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
3622
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
3389
3623
|
"license": "MIT",
|
|
3390
3624
|
"dependencies": {
|
|
3391
|
-
"balanced-match": "^
|
|
3392
|
-
},
|
|
3393
|
-
"engines": {
|
|
3394
|
-
"node": "20 || >=22"
|
|
3625
|
+
"balanced-match": "^1.0.0"
|
|
3395
3626
|
}
|
|
3396
3627
|
},
|
|
3397
3628
|
"node_modules/braces": {
|
|
@@ -3731,6 +3962,12 @@
|
|
|
3731
3962
|
"node": ">= 0.6"
|
|
3732
3963
|
}
|
|
3733
3964
|
},
|
|
3965
|
+
"node_modules/concat-map": {
|
|
3966
|
+
"version": "0.0.1",
|
|
3967
|
+
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
3968
|
+
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
3969
|
+
"license": "MIT"
|
|
3970
|
+
},
|
|
3734
3971
|
"node_modules/connect": {
|
|
3735
3972
|
"version": "3.7.0",
|
|
3736
3973
|
"resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
|
|
@@ -4002,28 +4239,28 @@
|
|
|
4002
4239
|
}
|
|
4003
4240
|
},
|
|
4004
4241
|
"node_modules/expo": {
|
|
4005
|
-
"version": "54.0.
|
|
4006
|
-
"resolved": "https://registry.npmjs.org/expo/-/expo-54.0.
|
|
4007
|
-
"integrity": "sha512-
|
|
4242
|
+
"version": "54.0.34",
|
|
4243
|
+
"resolved": "https://registry.npmjs.org/expo/-/expo-54.0.34.tgz",
|
|
4244
|
+
"integrity": "sha512-XkVHguZZDC8BcTQxHAd14/TQFbDp1Wt0Z/KApO9t68Ll5A127hLCPzU+a9gytfCIiyL/V1IpF1vIcOLKEVAoNQ==",
|
|
4008
4245
|
"license": "MIT",
|
|
4009
4246
|
"dependencies": {
|
|
4010
4247
|
"@babel/runtime": "^7.20.0",
|
|
4011
|
-
"@expo/cli": "54.0.
|
|
4012
|
-
"@expo/config": "~12.0.
|
|
4013
|
-
"@expo/config-plugins": "~54.0.
|
|
4248
|
+
"@expo/cli": "54.0.24",
|
|
4249
|
+
"@expo/config": "~12.0.13",
|
|
4250
|
+
"@expo/config-plugins": "~54.0.4",
|
|
4014
4251
|
"@expo/devtools": "0.1.8",
|
|
4015
4252
|
"@expo/fingerprint": "0.15.5",
|
|
4016
4253
|
"@expo/metro": "~54.2.0",
|
|
4017
|
-
"@expo/metro-config": "54.0.
|
|
4254
|
+
"@expo/metro-config": "54.0.15",
|
|
4018
4255
|
"@expo/vector-icons": "^15.0.3",
|
|
4019
4256
|
"@ungap/structured-clone": "^1.3.0",
|
|
4020
|
-
"babel-preset-expo": "~54.0.
|
|
4257
|
+
"babel-preset-expo": "~54.0.10",
|
|
4021
4258
|
"expo-asset": "~12.0.13",
|
|
4022
4259
|
"expo-constants": "~18.0.13",
|
|
4023
|
-
"expo-file-system": "~19.0.
|
|
4024
|
-
"expo-font": "~14.0.
|
|
4260
|
+
"expo-file-system": "~19.0.22",
|
|
4261
|
+
"expo-font": "~14.0.11",
|
|
4025
4262
|
"expo-keep-awake": "~15.0.8",
|
|
4026
|
-
"expo-modules-autolinking": "3.0.
|
|
4263
|
+
"expo-modules-autolinking": "3.0.25",
|
|
4027
4264
|
"expo-modules-core": "3.0.30",
|
|
4028
4265
|
"pretty-format": "^29.7.0",
|
|
4029
4266
|
"react-refresh": "^0.14.2",
|
|
@@ -4145,327 +4382,129 @@
|
|
|
4145
4382
|
"expo-dev-menu": "7.0.19",
|
|
4146
4383
|
"expo-manifests": "~1.0.11"
|
|
4147
4384
|
},
|
|
4148
|
-
"peerDependencies": {
|
|
4149
|
-
"expo": "*"
|
|
4150
|
-
}
|
|
4151
|
-
},
|
|
4152
|
-
"node_modules/expo-dev-menu": {
|
|
4153
|
-
"version": "7.0.19",
|
|
4154
|
-
"resolved": "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-7.0.19.tgz",
|
|
4155
|
-
"integrity": "sha512-ju5MZiBCPhUKKvHy0ElZdnlhq01mkEEiR8jfrgQVvW26aWjzjLiOhppNAyXtvGbhk7WxJim3wYMiqFFrjGdfKA==",
|
|
4156
|
-
"license": "MIT",
|
|
4157
|
-
"dependencies": {
|
|
4158
|
-
"expo-dev-menu-interface": "2.0.0"
|
|
4159
|
-
},
|
|
4160
|
-
"peerDependencies": {
|
|
4161
|
-
"expo": "*"
|
|
4162
|
-
}
|
|
4163
|
-
},
|
|
4164
|
-
"node_modules/expo-dev-menu-interface": {
|
|
4165
|
-
"version": "2.0.0",
|
|
4166
|
-
"resolved": "https://registry.npmjs.org/expo-dev-menu-interface/-/expo-dev-menu-interface-2.0.0.tgz",
|
|
4167
|
-
"integrity": "sha512-BvAMPt6x+vyXpThsyjjOYyjwfjREV4OOpQkZ0tNl+nGpsPfcY9mc6DRACoWnH9KpLzyIt3BOgh3cuy/h/OxQjw==",
|
|
4168
|
-
"license": "MIT",
|
|
4169
|
-
"peerDependencies": {
|
|
4170
|
-
"expo": "*"
|
|
4171
|
-
}
|
|
4172
|
-
},
|
|
4173
|
-
"node_modules/expo-file-system": {
|
|
4174
|
-
"version": "19.0.23",
|
|
4175
|
-
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.23.tgz",
|
|
4176
|
-
"integrity": "sha512-MeGkid9OeNILfT/qonaXHp4f2c15xaB28U/bcN7pqZej0Kx0+6+V7e9ZIXpPHm07zVatxA+QkMTPQEGfmvVOxA==",
|
|
4177
|
-
"license": "MIT",
|
|
4178
|
-
"peerDependencies": {
|
|
4179
|
-
"expo": "*",
|
|
4180
|
-
"react-native": "*"
|
|
4181
|
-
}
|
|
4182
|
-
},
|
|
4183
|
-
"node_modules/expo-font": {
|
|
4184
|
-
"version": "14.0.12",
|
|
4185
|
-
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.12.tgz",
|
|
4186
|
-
"integrity": "sha512-QQzunE2Mxk45AsCWm3tK7OpVljbtVnKD58q4/qliev+cbye1IOduUnRIdD+P7DyButw17G9MTX795kgaQiz5hQ==",
|
|
4187
|
-
"license": "MIT",
|
|
4188
|
-
"dependencies": {
|
|
4189
|
-
"fontfaceobserver": "^2.1.0"
|
|
4190
|
-
},
|
|
4191
|
-
"peerDependencies": {
|
|
4192
|
-
"expo": "*",
|
|
4193
|
-
"react": "*",
|
|
4194
|
-
"react-native": "*"
|
|
4195
|
-
}
|
|
4196
|
-
},
|
|
4197
|
-
"node_modules/expo-json-utils": {
|
|
4198
|
-
"version": "0.15.0",
|
|
4199
|
-
"resolved": "https://registry.npmjs.org/expo-json-utils/-/expo-json-utils-0.15.0.tgz",
|
|
4200
|
-
"integrity": "sha512-duRT6oGl80IDzH2LD2yEFWNwGIC2WkozsB6HF3cDYNoNNdUvFk6uN3YiwsTsqVM/D0z6LEAQ01/SlYvN+Fw0JQ==",
|
|
4201
|
-
"license": "MIT"
|
|
4202
|
-
},
|
|
4203
|
-
"node_modules/expo-keep-awake": {
|
|
4204
|
-
"version": "15.0.8",
|
|
4205
|
-
"resolved": "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-15.0.8.tgz",
|
|
4206
|
-
"integrity": "sha512-YK9M1VrnoH1vLJiQzChZgzDvVimVoriibiDIFLbQMpjYBnvyfUeHJcin/Gx1a+XgupNXy92EQJLgI/9ZuXajYQ==",
|
|
4207
|
-
"license": "MIT",
|
|
4208
|
-
"peerDependencies": {
|
|
4209
|
-
"expo": "*",
|
|
4210
|
-
"react": "*"
|
|
4211
|
-
}
|
|
4212
|
-
},
|
|
4213
|
-
"node_modules/expo-manifests": {
|
|
4214
|
-
"version": "1.0.11",
|
|
4215
|
-
"resolved": "https://registry.npmjs.org/expo-manifests/-/expo-manifests-1.0.11.tgz",
|
|
4216
|
-
"integrity": "sha512-6zItytTewN37Cjhp3glUg0ozrgW2GwB8x9wtfzUNoJIMmxO38nnGdTLMaotYhRqdf5PP2Dzdmej1HDHXVNUpRw==",
|
|
4217
|
-
"license": "MIT",
|
|
4218
|
-
"dependencies": {
|
|
4219
|
-
"@expo/config": "~12.0.13",
|
|
4220
|
-
"expo-json-utils": "~0.15.0"
|
|
4221
|
-
},
|
|
4222
|
-
"peerDependencies": {
|
|
4223
|
-
"expo": "*"
|
|
4224
|
-
}
|
|
4225
|
-
},
|
|
4226
|
-
"node_modules/expo-modules-autolinking": {
|
|
4227
|
-
"version": "3.0.26",
|
|
4228
|
-
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.26.tgz",
|
|
4229
|
-
"integrity": "sha512-WOaud6UKg16ciCOj8raKcMOoKFMHLXKI29U29yhgu1lf+Y7VxJyCktUcYo6AM+ccZ7zLD1uWZdMtgnpf+95OXA==",
|
|
4230
|
-
"license": "MIT",
|
|
4231
|
-
"dependencies": {
|
|
4232
|
-
"@expo/spawn-async": "^1.7.2",
|
|
4233
|
-
"chalk": "^4.1.0",
|
|
4234
|
-
"commander": "^7.2.0",
|
|
4235
|
-
"require-from-string": "^2.0.2",
|
|
4236
|
-
"resolve-from": "^5.0.0"
|
|
4237
|
-
},
|
|
4238
|
-
"bin": {
|
|
4239
|
-
"expo-modules-autolinking": "bin/expo-modules-autolinking.js"
|
|
4240
|
-
}
|
|
4241
|
-
},
|
|
4242
|
-
"node_modules/expo-modules-core": {
|
|
4243
|
-
"version": "3.0.30",
|
|
4244
|
-
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.30.tgz",
|
|
4245
|
-
"integrity": "sha512-a6IrpAn/Jbmwxi9L+hMmXKpNqnkUpoF7WHOpn02rVLyax2J0gB1vvCVE5rNydplEnt41Q6WxQwvcOjZaIkcSUg==",
|
|
4246
|
-
"license": "MIT",
|
|
4247
|
-
"dependencies": {
|
|
4248
|
-
"invariant": "^2.2.4"
|
|
4249
|
-
},
|
|
4250
|
-
"peerDependencies": {
|
|
4251
|
-
"react": "*",
|
|
4252
|
-
"react-native": "*"
|
|
4253
|
-
}
|
|
4254
|
-
},
|
|
4255
|
-
"node_modules/expo-server": {
|
|
4256
|
-
"version": "1.0.7",
|
|
4257
|
-
"resolved": "https://registry.npmjs.org/expo-server/-/expo-server-1.0.7.tgz",
|
|
4258
|
-
"integrity": "sha512-mcmyML3oXcqFUXUxtdtCL1O00ztNI2v76d+MdniXRUgHNxIcHZ05zo+DqBaOOT6LQnPk4vA4YHqQl7iGUfRb3g==",
|
|
4259
|
-
"license": "MIT",
|
|
4260
|
-
"engines": {
|
|
4261
|
-
"node": ">=20.16.0"
|
|
4262
|
-
}
|
|
4263
|
-
},
|
|
4264
|
-
"node_modules/expo-updates-interface": {
|
|
4265
|
-
"version": "2.0.0",
|
|
4266
|
-
"resolved": "https://registry.npmjs.org/expo-updates-interface/-/expo-updates-interface-2.0.0.tgz",
|
|
4267
|
-
"integrity": "sha512-pTzAIufEZdVPKql6iMi5ylVSPqV1qbEopz9G6TSECQmnNde2nwq42PxdFBaUEd8IZJ/fdJLQnOT3m6+XJ5s7jg==",
|
|
4268
|
-
"license": "MIT",
|
|
4269
|
-
"peerDependencies": {
|
|
4270
|
-
"expo": "*"
|
|
4271
|
-
}
|
|
4272
|
-
},
|
|
4273
|
-
"node_modules/expo/node_modules/@expo/cli": {
|
|
4274
|
-
"version": "54.0.26",
|
|
4275
|
-
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.26.tgz",
|
|
4276
|
-
"integrity": "sha512-BjsAoKINLEo3LRE+sDC6FCgjxuOWsyfOFOKz0txrbEcxSatzIjJDVuX8XaTdmeicZdcoN524yl1sfwCWfxhYMw==",
|
|
4277
|
-
"license": "MIT",
|
|
4278
|
-
"dependencies": {
|
|
4279
|
-
"@0no-co/graphql.web": "^1.0.8",
|
|
4280
|
-
"@expo/code-signing-certificates": "^0.0.6",
|
|
4281
|
-
"@expo/config": "~12.0.14",
|
|
4282
|
-
"@expo/config-plugins": "~54.0.5",
|
|
4283
|
-
"@expo/devcert": "^1.2.1",
|
|
4284
|
-
"@expo/env": "~2.0.12",
|
|
4285
|
-
"@expo/image-utils": "^0.8.8",
|
|
4286
|
-
"@expo/json-file": "^10.0.16",
|
|
4287
|
-
"@expo/metro": "~54.2.0",
|
|
4288
|
-
"@expo/metro-config": "~54.0.17",
|
|
4289
|
-
"@expo/osascript": "^2.3.8",
|
|
4290
|
-
"@expo/package-manager": "^1.9.10",
|
|
4291
|
-
"@expo/plist": "^0.4.9",
|
|
4292
|
-
"@expo/prebuild-config": "^54.0.9",
|
|
4293
|
-
"@expo/schema-utils": "^0.1.9",
|
|
4294
|
-
"@expo/spawn-async": "^1.7.2",
|
|
4295
|
-
"@expo/ws-tunnel": "^1.0.1",
|
|
4296
|
-
"@expo/xcpretty": "^4.3.0",
|
|
4297
|
-
"@react-native/dev-middleware": "0.81.5",
|
|
4298
|
-
"@urql/core": "^5.0.6",
|
|
4299
|
-
"@urql/exchange-retry": "^1.3.0",
|
|
4300
|
-
"accepts": "^1.3.8",
|
|
4301
|
-
"arg": "^5.0.2",
|
|
4302
|
-
"better-opn": "~3.0.2",
|
|
4303
|
-
"bplist-creator": "0.1.0",
|
|
4304
|
-
"bplist-parser": "^0.3.1",
|
|
4305
|
-
"chalk": "^4.0.0",
|
|
4306
|
-
"ci-info": "^3.3.0",
|
|
4307
|
-
"compression": "^1.7.4",
|
|
4308
|
-
"connect": "^3.7.0",
|
|
4309
|
-
"debug": "^4.3.4",
|
|
4310
|
-
"env-editor": "^0.4.1",
|
|
4311
|
-
"expo-server": "^1.0.7",
|
|
4312
|
-
"freeport-async": "^2.0.0",
|
|
4313
|
-
"getenv": "^2.0.0",
|
|
4314
|
-
"glob": "^13.0.0",
|
|
4315
|
-
"lan-network": "^0.2.1",
|
|
4316
|
-
"minimatch": "^9.0.0",
|
|
4317
|
-
"node-forge": "^1.3.3",
|
|
4318
|
-
"npm-package-arg": "^11.0.0",
|
|
4319
|
-
"ora": "^3.4.0",
|
|
4320
|
-
"picomatch": "^4.0.3",
|
|
4321
|
-
"pretty-bytes": "^5.6.0",
|
|
4322
|
-
"pretty-format": "^29.7.0",
|
|
4323
|
-
"progress": "^2.0.3",
|
|
4324
|
-
"prompts": "^2.3.2",
|
|
4325
|
-
"qrcode-terminal": "0.11.0",
|
|
4326
|
-
"require-from-string": "^2.0.2",
|
|
4327
|
-
"requireg": "^0.2.2",
|
|
4328
|
-
"resolve": "^1.22.2",
|
|
4329
|
-
"resolve-from": "^5.0.0",
|
|
4330
|
-
"resolve.exports": "^2.0.3",
|
|
4331
|
-
"semver": "^7.6.0",
|
|
4332
|
-
"send": "^0.19.0",
|
|
4333
|
-
"slugify": "^1.3.4",
|
|
4334
|
-
"source-map-support": "~0.5.21",
|
|
4335
|
-
"stacktrace-parser": "^0.1.10",
|
|
4336
|
-
"structured-headers": "^0.4.1",
|
|
4337
|
-
"tar": "^7.5.2",
|
|
4338
|
-
"terminal-link": "^2.1.1",
|
|
4339
|
-
"undici": "^6.18.2",
|
|
4340
|
-
"wrap-ansi": "^7.0.0",
|
|
4341
|
-
"ws": "^8.12.1"
|
|
4342
|
-
},
|
|
4343
|
-
"bin": {
|
|
4344
|
-
"expo-internal": "build/bin/cli"
|
|
4385
|
+
"peerDependencies": {
|
|
4386
|
+
"expo": "*"
|
|
4387
|
+
}
|
|
4388
|
+
},
|
|
4389
|
+
"node_modules/expo-dev-menu": {
|
|
4390
|
+
"version": "7.0.19",
|
|
4391
|
+
"resolved": "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-7.0.19.tgz",
|
|
4392
|
+
"integrity": "sha512-ju5MZiBCPhUKKvHy0ElZdnlhq01mkEEiR8jfrgQVvW26aWjzjLiOhppNAyXtvGbhk7WxJim3wYMiqFFrjGdfKA==",
|
|
4393
|
+
"license": "MIT",
|
|
4394
|
+
"dependencies": {
|
|
4395
|
+
"expo-dev-menu-interface": "2.0.0"
|
|
4345
4396
|
},
|
|
4397
|
+
"peerDependencies": {
|
|
4398
|
+
"expo": "*"
|
|
4399
|
+
}
|
|
4400
|
+
},
|
|
4401
|
+
"node_modules/expo-dev-menu-interface": {
|
|
4402
|
+
"version": "2.0.0",
|
|
4403
|
+
"resolved": "https://registry.npmjs.org/expo-dev-menu-interface/-/expo-dev-menu-interface-2.0.0.tgz",
|
|
4404
|
+
"integrity": "sha512-BvAMPt6x+vyXpThsyjjOYyjwfjREV4OOpQkZ0tNl+nGpsPfcY9mc6DRACoWnH9KpLzyIt3BOgh3cuy/h/OxQjw==",
|
|
4405
|
+
"license": "MIT",
|
|
4406
|
+
"peerDependencies": {
|
|
4407
|
+
"expo": "*"
|
|
4408
|
+
}
|
|
4409
|
+
},
|
|
4410
|
+
"node_modules/expo-file-system": {
|
|
4411
|
+
"version": "19.0.22",
|
|
4412
|
+
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.22.tgz",
|
|
4413
|
+
"integrity": "sha512-l9pgahSc7sJD0bP9vBNeXvZjy8QKDpVHVxWmei/ESQOrzmoj5BidziqLVsyZdxsi+PfdbTtttLTAmddH/JafYA==",
|
|
4414
|
+
"license": "MIT",
|
|
4346
4415
|
"peerDependencies": {
|
|
4347
4416
|
"expo": "*",
|
|
4348
|
-
"expo-router": "*",
|
|
4349
4417
|
"react-native": "*"
|
|
4350
|
-
},
|
|
4351
|
-
"peerDependenciesMeta": {
|
|
4352
|
-
"expo-router": {
|
|
4353
|
-
"optional": true
|
|
4354
|
-
},
|
|
4355
|
-
"react-native": {
|
|
4356
|
-
"optional": true
|
|
4357
|
-
}
|
|
4358
4418
|
}
|
|
4359
4419
|
},
|
|
4360
|
-
"node_modules/expo
|
|
4361
|
-
"version": "
|
|
4362
|
-
"resolved": "https://registry.npmjs.org/
|
|
4363
|
-
"integrity": "sha512
|
|
4420
|
+
"node_modules/expo-font": {
|
|
4421
|
+
"version": "14.0.11",
|
|
4422
|
+
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.11.tgz",
|
|
4423
|
+
"integrity": "sha512-ga0q61ny4s/kr4k8JX9hVH69exVSIfcIc19+qZ7gt71Mqtm7xy2c6kwsPTCyhBW2Ro5yXTT8EaZOpuRi35rHbg==",
|
|
4364
4424
|
"license": "MIT",
|
|
4365
|
-
"
|
|
4366
|
-
"
|
|
4425
|
+
"dependencies": {
|
|
4426
|
+
"fontfaceobserver": "^2.1.0"
|
|
4367
4427
|
},
|
|
4368
4428
|
"peerDependencies": {
|
|
4369
|
-
"
|
|
4370
|
-
"
|
|
4371
|
-
|
|
4372
|
-
"peerDependenciesMeta": {
|
|
4373
|
-
"bufferutil": {
|
|
4374
|
-
"optional": true
|
|
4375
|
-
},
|
|
4376
|
-
"utf-8-validate": {
|
|
4377
|
-
"optional": true
|
|
4378
|
-
}
|
|
4429
|
+
"expo": "*",
|
|
4430
|
+
"react": "*",
|
|
4431
|
+
"react-native": "*"
|
|
4379
4432
|
}
|
|
4380
4433
|
},
|
|
4381
|
-
"node_modules/expo
|
|
4382
|
-
"version": "0.
|
|
4383
|
-
"resolved": "https://registry.npmjs.org
|
|
4384
|
-
"integrity": "sha512-
|
|
4385
|
-
"license": "
|
|
4386
|
-
|
|
4387
|
-
|
|
4434
|
+
"node_modules/expo-json-utils": {
|
|
4435
|
+
"version": "0.15.0",
|
|
4436
|
+
"resolved": "https://registry.npmjs.org/expo-json-utils/-/expo-json-utils-0.15.0.tgz",
|
|
4437
|
+
"integrity": "sha512-duRT6oGl80IDzH2LD2yEFWNwGIC2WkozsB6HF3cDYNoNNdUvFk6uN3YiwsTsqVM/D0z6LEAQ01/SlYvN+Fw0JQ==",
|
|
4438
|
+
"license": "MIT"
|
|
4439
|
+
},
|
|
4440
|
+
"node_modules/expo-keep-awake": {
|
|
4441
|
+
"version": "15.0.8",
|
|
4442
|
+
"resolved": "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-15.0.8.tgz",
|
|
4443
|
+
"integrity": "sha512-YK9M1VrnoH1vLJiQzChZgzDvVimVoriibiDIFLbQMpjYBnvyfUeHJcin/Gx1a+XgupNXy92EQJLgI/9ZuXajYQ==",
|
|
4444
|
+
"license": "MIT",
|
|
4445
|
+
"peerDependencies": {
|
|
4446
|
+
"expo": "*",
|
|
4447
|
+
"react": "*"
|
|
4388
4448
|
}
|
|
4389
4449
|
},
|
|
4390
|
-
"node_modules/expo
|
|
4391
|
-
"version": "0.
|
|
4392
|
-
"resolved": "https://registry.npmjs.org
|
|
4393
|
-
"integrity": "sha512-
|
|
4450
|
+
"node_modules/expo-manifests": {
|
|
4451
|
+
"version": "1.0.11",
|
|
4452
|
+
"resolved": "https://registry.npmjs.org/expo-manifests/-/expo-manifests-1.0.11.tgz",
|
|
4453
|
+
"integrity": "sha512-6zItytTewN37Cjhp3glUg0ozrgW2GwB8x9wtfzUNoJIMmxO38nnGdTLMaotYhRqdf5PP2Dzdmej1HDHXVNUpRw==",
|
|
4394
4454
|
"license": "MIT",
|
|
4395
4455
|
"dependencies": {
|
|
4396
|
-
"@
|
|
4397
|
-
"
|
|
4398
|
-
"chrome-launcher": "^0.15.2",
|
|
4399
|
-
"chromium-edge-launcher": "^0.2.0",
|
|
4400
|
-
"connect": "^3.6.5",
|
|
4401
|
-
"debug": "^4.4.0",
|
|
4402
|
-
"invariant": "^2.2.4",
|
|
4403
|
-
"nullthrows": "^1.1.1",
|
|
4404
|
-
"open": "^7.0.3",
|
|
4405
|
-
"serve-static": "^1.16.2",
|
|
4406
|
-
"ws": "^6.2.3"
|
|
4456
|
+
"@expo/config": "~12.0.13",
|
|
4457
|
+
"expo-json-utils": "~0.15.0"
|
|
4407
4458
|
},
|
|
4408
|
-
"
|
|
4409
|
-
"
|
|
4459
|
+
"peerDependencies": {
|
|
4460
|
+
"expo": "*"
|
|
4410
4461
|
}
|
|
4411
4462
|
},
|
|
4412
|
-
"node_modules/expo
|
|
4413
|
-
"version": "
|
|
4414
|
-
"resolved": "https://registry.npmjs.org/
|
|
4415
|
-
"integrity": "sha512-
|
|
4416
|
-
"license": "
|
|
4463
|
+
"node_modules/expo-modules-autolinking": {
|
|
4464
|
+
"version": "3.0.25",
|
|
4465
|
+
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.25.tgz",
|
|
4466
|
+
"integrity": "sha512-YmHWctJlwvOuLZccg3cOXvSiXVJrPMKl7g2YR0YHWoGL9v2RvcmgaPJWPSLVW+voNEgEPsbo5UmUrAqbnYcBeg==",
|
|
4467
|
+
"license": "MIT",
|
|
4417
4468
|
"dependencies": {
|
|
4418
|
-
"
|
|
4419
|
-
"
|
|
4420
|
-
"
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
"node": "18 || 20 || >=22"
|
|
4469
|
+
"@expo/spawn-async": "^1.7.2",
|
|
4470
|
+
"chalk": "^4.1.0",
|
|
4471
|
+
"commander": "^7.2.0",
|
|
4472
|
+
"require-from-string": "^2.0.2",
|
|
4473
|
+
"resolve-from": "^5.0.0"
|
|
4424
4474
|
},
|
|
4425
|
-
"
|
|
4426
|
-
"
|
|
4475
|
+
"bin": {
|
|
4476
|
+
"expo-modules-autolinking": "bin/expo-modules-autolinking.js"
|
|
4427
4477
|
}
|
|
4428
4478
|
},
|
|
4429
|
-
"node_modules/expo
|
|
4430
|
-
"version": "
|
|
4431
|
-
"resolved": "https://registry.npmjs.org/
|
|
4432
|
-
"integrity": "sha512-
|
|
4433
|
-
"license": "
|
|
4479
|
+
"node_modules/expo-modules-core": {
|
|
4480
|
+
"version": "3.0.30",
|
|
4481
|
+
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.30.tgz",
|
|
4482
|
+
"integrity": "sha512-a6IrpAn/Jbmwxi9L+hMmXKpNqnkUpoF7WHOpn02rVLyax2J0gB1vvCVE5rNydplEnt41Q6WxQwvcOjZaIkcSUg==",
|
|
4483
|
+
"license": "MIT",
|
|
4434
4484
|
"dependencies": {
|
|
4435
|
-
"
|
|
4436
|
-
},
|
|
4437
|
-
"engines": {
|
|
4438
|
-
"node": "18 || 20 || >=22"
|
|
4485
|
+
"invariant": "^2.2.4"
|
|
4439
4486
|
},
|
|
4440
|
-
"
|
|
4441
|
-
"
|
|
4487
|
+
"peerDependencies": {
|
|
4488
|
+
"react": "*",
|
|
4489
|
+
"react-native": "*"
|
|
4442
4490
|
}
|
|
4443
4491
|
},
|
|
4444
|
-
"node_modules/expo
|
|
4445
|
-
"version": "
|
|
4446
|
-
"resolved": "https://registry.npmjs.org/
|
|
4447
|
-
"integrity": "sha512-
|
|
4448
|
-
"license": "
|
|
4449
|
-
"dependencies": {
|
|
4450
|
-
"brace-expansion": "^2.0.2"
|
|
4451
|
-
},
|
|
4492
|
+
"node_modules/expo-server": {
|
|
4493
|
+
"version": "1.0.6",
|
|
4494
|
+
"resolved": "https://registry.npmjs.org/expo-server/-/expo-server-1.0.6.tgz",
|
|
4495
|
+
"integrity": "sha512-vb5TBtskvEdzYuW79lATXutOEBfW5m6U4EFpNjCVZTnI7S//SAsLQkYEpn+EDfn84m6VQfzSGkIVR6YPaScKFA==",
|
|
4496
|
+
"license": "MIT",
|
|
4452
4497
|
"engines": {
|
|
4453
|
-
"node": ">=16
|
|
4454
|
-
},
|
|
4455
|
-
"funding": {
|
|
4456
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4498
|
+
"node": ">=20.16.0"
|
|
4457
4499
|
}
|
|
4458
4500
|
},
|
|
4459
|
-
"node_modules/expo
|
|
4460
|
-
"version": "
|
|
4461
|
-
"resolved": "https://registry.npmjs.org/
|
|
4462
|
-
"integrity": "sha512-
|
|
4463
|
-
"license": "
|
|
4464
|
-
"
|
|
4465
|
-
"
|
|
4466
|
-
},
|
|
4467
|
-
"engines": {
|
|
4468
|
-
"node": ">=10"
|
|
4501
|
+
"node_modules/expo-updates-interface": {
|
|
4502
|
+
"version": "2.0.0",
|
|
4503
|
+
"resolved": "https://registry.npmjs.org/expo-updates-interface/-/expo-updates-interface-2.0.0.tgz",
|
|
4504
|
+
"integrity": "sha512-pTzAIufEZdVPKql6iMi5ylVSPqV1qbEopz9G6TSECQmnNde2nwq42PxdFBaUEd8IZJ/fdJLQnOT3m6+XJ5s7jg==",
|
|
4505
|
+
"license": "MIT",
|
|
4506
|
+
"peerDependencies": {
|
|
4507
|
+
"expo": "*"
|
|
4469
4508
|
}
|
|
4470
4509
|
},
|
|
4471
4510
|
"node_modules/exponential-backoff": {
|
|
@@ -4487,9 +4526,9 @@
|
|
|
4487
4526
|
"license": "MIT"
|
|
4488
4527
|
},
|
|
4489
4528
|
"node_modules/fast-uri": {
|
|
4490
|
-
"version": "3.1.
|
|
4491
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
4492
|
-
"integrity": "sha512-
|
|
4529
|
+
"version": "3.1.2",
|
|
4530
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
4531
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
4493
4532
|
"funding": [
|
|
4494
4533
|
{
|
|
4495
4534
|
"type": "github",
|
|
@@ -4703,6 +4742,28 @@
|
|
|
4703
4742
|
"url": "https://github.com/sponsors/isaacs"
|
|
4704
4743
|
}
|
|
4705
4744
|
},
|
|
4745
|
+
"node_modules/glob/node_modules/brace-expansion": {
|
|
4746
|
+
"version": "1.1.13",
|
|
4747
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
4748
|
+
"integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
|
|
4749
|
+
"license": "MIT",
|
|
4750
|
+
"dependencies": {
|
|
4751
|
+
"balanced-match": "^1.0.0",
|
|
4752
|
+
"concat-map": "0.0.1"
|
|
4753
|
+
}
|
|
4754
|
+
},
|
|
4755
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
4756
|
+
"version": "3.1.5",
|
|
4757
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
4758
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
4759
|
+
"license": "ISC",
|
|
4760
|
+
"dependencies": {
|
|
4761
|
+
"brace-expansion": "^1.1.7"
|
|
4762
|
+
},
|
|
4763
|
+
"engines": {
|
|
4764
|
+
"node": "*"
|
|
4765
|
+
}
|
|
4766
|
+
},
|
|
4706
4767
|
"node_modules/graceful-fs": {
|
|
4707
4768
|
"version": "4.2.11",
|
|
4708
4769
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
@@ -5164,9 +5225,9 @@
|
|
|
5164
5225
|
"license": "MIT"
|
|
5165
5226
|
},
|
|
5166
5227
|
"node_modules/js-yaml": {
|
|
5167
|
-
"version": "4.
|
|
5168
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.
|
|
5169
|
-
"integrity": "sha512-
|
|
5228
|
+
"version": "4.2.0",
|
|
5229
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
|
|
5230
|
+
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
5170
5231
|
"funding": [
|
|
5171
5232
|
{
|
|
5172
5233
|
"type": "github",
|
|
@@ -5286,9 +5347,9 @@
|
|
|
5286
5347
|
"license": "MIT"
|
|
5287
5348
|
},
|
|
5288
5349
|
"node_modules/lightningcss": {
|
|
5289
|
-
"version": "1.
|
|
5290
|
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.
|
|
5291
|
-
"integrity": "sha512-
|
|
5350
|
+
"version": "1.32.0",
|
|
5351
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
5352
|
+
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
5292
5353
|
"license": "MPL-2.0",
|
|
5293
5354
|
"dependencies": {
|
|
5294
5355
|
"detect-libc": "^2.0.3"
|
|
@@ -5301,23 +5362,23 @@
|
|
|
5301
5362
|
"url": "https://opencollective.com/parcel"
|
|
5302
5363
|
},
|
|
5303
5364
|
"optionalDependencies": {
|
|
5304
|
-
"lightningcss-android-arm64": "1.
|
|
5305
|
-
"lightningcss-darwin-arm64": "1.
|
|
5306
|
-
"lightningcss-darwin-x64": "1.
|
|
5307
|
-
"lightningcss-freebsd-x64": "1.
|
|
5308
|
-
"lightningcss-linux-arm-gnueabihf": "1.
|
|
5309
|
-
"lightningcss-linux-arm64-gnu": "1.
|
|
5310
|
-
"lightningcss-linux-arm64-musl": "1.
|
|
5311
|
-
"lightningcss-linux-x64-gnu": "1.
|
|
5312
|
-
"lightningcss-linux-x64-musl": "1.
|
|
5313
|
-
"lightningcss-win32-arm64-msvc": "1.
|
|
5314
|
-
"lightningcss-win32-x64-msvc": "1.
|
|
5365
|
+
"lightningcss-android-arm64": "1.32.0",
|
|
5366
|
+
"lightningcss-darwin-arm64": "1.32.0",
|
|
5367
|
+
"lightningcss-darwin-x64": "1.32.0",
|
|
5368
|
+
"lightningcss-freebsd-x64": "1.32.0",
|
|
5369
|
+
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
5370
|
+
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
5371
|
+
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
5372
|
+
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
5373
|
+
"lightningcss-linux-x64-musl": "1.32.0",
|
|
5374
|
+
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
5375
|
+
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
5315
5376
|
}
|
|
5316
5377
|
},
|
|
5317
5378
|
"node_modules/lightningcss-android-arm64": {
|
|
5318
|
-
"version": "1.
|
|
5319
|
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.
|
|
5320
|
-
"integrity": "sha512-
|
|
5379
|
+
"version": "1.32.0",
|
|
5380
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
|
5381
|
+
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
5321
5382
|
"cpu": [
|
|
5322
5383
|
"arm64"
|
|
5323
5384
|
],
|
|
@@ -5335,9 +5396,9 @@
|
|
|
5335
5396
|
}
|
|
5336
5397
|
},
|
|
5337
5398
|
"node_modules/lightningcss-darwin-arm64": {
|
|
5338
|
-
"version": "1.
|
|
5339
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.
|
|
5340
|
-
"integrity": "sha512-
|
|
5399
|
+
"version": "1.32.0",
|
|
5400
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
|
5401
|
+
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
5341
5402
|
"cpu": [
|
|
5342
5403
|
"arm64"
|
|
5343
5404
|
],
|
|
@@ -5355,9 +5416,9 @@
|
|
|
5355
5416
|
}
|
|
5356
5417
|
},
|
|
5357
5418
|
"node_modules/lightningcss-darwin-x64": {
|
|
5358
|
-
"version": "1.
|
|
5359
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.
|
|
5360
|
-
"integrity": "sha512-
|
|
5419
|
+
"version": "1.32.0",
|
|
5420
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
|
5421
|
+
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
5361
5422
|
"cpu": [
|
|
5362
5423
|
"x64"
|
|
5363
5424
|
],
|
|
@@ -5375,9 +5436,9 @@
|
|
|
5375
5436
|
}
|
|
5376
5437
|
},
|
|
5377
5438
|
"node_modules/lightningcss-freebsd-x64": {
|
|
5378
|
-
"version": "1.
|
|
5379
|
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.
|
|
5380
|
-
"integrity": "sha512-
|
|
5439
|
+
"version": "1.32.0",
|
|
5440
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
|
5441
|
+
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
5381
5442
|
"cpu": [
|
|
5382
5443
|
"x64"
|
|
5383
5444
|
],
|
|
@@ -5395,9 +5456,9 @@
|
|
|
5395
5456
|
}
|
|
5396
5457
|
},
|
|
5397
5458
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
5398
|
-
"version": "1.
|
|
5399
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.
|
|
5400
|
-
"integrity": "sha512-
|
|
5459
|
+
"version": "1.32.0",
|
|
5460
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
|
5461
|
+
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
5401
5462
|
"cpu": [
|
|
5402
5463
|
"arm"
|
|
5403
5464
|
],
|
|
@@ -5415,9 +5476,9 @@
|
|
|
5415
5476
|
}
|
|
5416
5477
|
},
|
|
5417
5478
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
5418
|
-
"version": "1.
|
|
5419
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.
|
|
5420
|
-
"integrity": "sha512-
|
|
5479
|
+
"version": "1.32.0",
|
|
5480
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
|
5481
|
+
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
5421
5482
|
"cpu": [
|
|
5422
5483
|
"arm64"
|
|
5423
5484
|
],
|
|
@@ -5438,9 +5499,9 @@
|
|
|
5438
5499
|
}
|
|
5439
5500
|
},
|
|
5440
5501
|
"node_modules/lightningcss-linux-arm64-musl": {
|
|
5441
|
-
"version": "1.
|
|
5442
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.
|
|
5443
|
-
"integrity": "sha512-
|
|
5502
|
+
"version": "1.32.0",
|
|
5503
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
|
5504
|
+
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
5444
5505
|
"cpu": [
|
|
5445
5506
|
"arm64"
|
|
5446
5507
|
],
|
|
@@ -5461,9 +5522,9 @@
|
|
|
5461
5522
|
}
|
|
5462
5523
|
},
|
|
5463
5524
|
"node_modules/lightningcss-linux-x64-gnu": {
|
|
5464
|
-
"version": "1.
|
|
5465
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.
|
|
5466
|
-
"integrity": "sha512-
|
|
5525
|
+
"version": "1.32.0",
|
|
5526
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
|
5527
|
+
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
5467
5528
|
"cpu": [
|
|
5468
5529
|
"x64"
|
|
5469
5530
|
],
|
|
@@ -5484,9 +5545,9 @@
|
|
|
5484
5545
|
}
|
|
5485
5546
|
},
|
|
5486
5547
|
"node_modules/lightningcss-linux-x64-musl": {
|
|
5487
|
-
"version": "1.
|
|
5488
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.
|
|
5489
|
-
"integrity": "sha512-
|
|
5548
|
+
"version": "1.32.0",
|
|
5549
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
|
5550
|
+
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
5490
5551
|
"cpu": [
|
|
5491
5552
|
"x64"
|
|
5492
5553
|
],
|
|
@@ -5507,9 +5568,9 @@
|
|
|
5507
5568
|
}
|
|
5508
5569
|
},
|
|
5509
5570
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
5510
|
-
"version": "1.
|
|
5511
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.
|
|
5512
|
-
"integrity": "sha512-
|
|
5571
|
+
"version": "1.32.0",
|
|
5572
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
|
5573
|
+
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
5513
5574
|
"cpu": [
|
|
5514
5575
|
"arm64"
|
|
5515
5576
|
],
|
|
@@ -5527,9 +5588,9 @@
|
|
|
5527
5588
|
}
|
|
5528
5589
|
},
|
|
5529
5590
|
"node_modules/lightningcss-win32-x64-msvc": {
|
|
5530
|
-
"version": "1.
|
|
5531
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.
|
|
5532
|
-
"integrity": "sha512-
|
|
5591
|
+
"version": "1.32.0",
|
|
5592
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
|
5593
|
+
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
5533
5594
|
"cpu": [
|
|
5534
5595
|
"x64"
|
|
5535
5596
|
],
|
|
@@ -6098,15 +6159,18 @@
|
|
|
6098
6159
|
}
|
|
6099
6160
|
},
|
|
6100
6161
|
"node_modules/minimatch": {
|
|
6101
|
-
"version": "
|
|
6102
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
6103
|
-
"integrity": "sha512-
|
|
6162
|
+
"version": "9.0.9",
|
|
6163
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
6164
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
6104
6165
|
"license": "ISC",
|
|
6105
6166
|
"dependencies": {
|
|
6106
|
-
"brace-expansion": "^
|
|
6167
|
+
"brace-expansion": "^2.0.2"
|
|
6107
6168
|
},
|
|
6108
6169
|
"engines": {
|
|
6109
|
-
"node": "
|
|
6170
|
+
"node": ">=16 || 14 >=14.17"
|
|
6171
|
+
},
|
|
6172
|
+
"funding": {
|
|
6173
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6110
6174
|
}
|
|
6111
6175
|
},
|
|
6112
6176
|
"node_modules/minimist": {
|
|
@@ -6169,9 +6233,9 @@
|
|
|
6169
6233
|
}
|
|
6170
6234
|
},
|
|
6171
6235
|
"node_modules/nanoid": {
|
|
6172
|
-
"version": "3.3.
|
|
6173
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
6174
|
-
"integrity": "sha512-
|
|
6236
|
+
"version": "3.3.12",
|
|
6237
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
|
|
6238
|
+
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
|
|
6175
6239
|
"funding": [
|
|
6176
6240
|
{
|
|
6177
6241
|
"type": "github",
|
|
@@ -6247,9 +6311,9 @@
|
|
|
6247
6311
|
}
|
|
6248
6312
|
},
|
|
6249
6313
|
"node_modules/npm-package-arg/node_modules/semver": {
|
|
6250
|
-
"version": "7.
|
|
6251
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
6252
|
-
"integrity": "sha512-
|
|
6314
|
+
"version": "7.7.4",
|
|
6315
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
6316
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
6253
6317
|
"license": "ISC",
|
|
6254
6318
|
"bin": {
|
|
6255
6319
|
"semver": "bin/semver.js"
|
|
@@ -6562,12 +6626,12 @@
|
|
|
6562
6626
|
}
|
|
6563
6627
|
},
|
|
6564
6628
|
"node_modules/plist": {
|
|
6565
|
-
"version": "3.1.
|
|
6566
|
-
"resolved": "https://registry.npmjs.org/plist/-/plist-3.1.
|
|
6567
|
-
"integrity": "sha512-
|
|
6629
|
+
"version": "3.1.0",
|
|
6630
|
+
"resolved": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz",
|
|
6631
|
+
"integrity": "sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==",
|
|
6568
6632
|
"license": "MIT",
|
|
6569
6633
|
"dependencies": {
|
|
6570
|
-
"@xmldom/xmldom": "^0.
|
|
6634
|
+
"@xmldom/xmldom": "^0.8.8",
|
|
6571
6635
|
"base64-js": "^1.5.1",
|
|
6572
6636
|
"xmlbuilder": "^15.1.1"
|
|
6573
6637
|
},
|
|
@@ -6575,15 +6639,6 @@
|
|
|
6575
6639
|
"node": ">=10.4.0"
|
|
6576
6640
|
}
|
|
6577
6641
|
},
|
|
6578
|
-
"node_modules/plist/node_modules/@xmldom/xmldom": {
|
|
6579
|
-
"version": "0.9.10",
|
|
6580
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
|
|
6581
|
-
"integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
|
|
6582
|
-
"license": "MIT",
|
|
6583
|
-
"engines": {
|
|
6584
|
-
"node": ">=14.6"
|
|
6585
|
-
}
|
|
6586
|
-
},
|
|
6587
6642
|
"node_modules/pngjs": {
|
|
6588
6643
|
"version": "3.4.0",
|
|
6589
6644
|
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz",
|
|
@@ -6594,9 +6649,9 @@
|
|
|
6594
6649
|
}
|
|
6595
6650
|
},
|
|
6596
6651
|
"node_modules/postcss": {
|
|
6597
|
-
"version": "8.5.
|
|
6598
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
6599
|
-
"integrity": "sha512-
|
|
6652
|
+
"version": "8.5.13",
|
|
6653
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz",
|
|
6654
|
+
"integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==",
|
|
6600
6655
|
"funding": [
|
|
6601
6656
|
{
|
|
6602
6657
|
"type": "opencollective",
|
|
@@ -6613,7 +6668,7 @@
|
|
|
6613
6668
|
],
|
|
6614
6669
|
"license": "MIT",
|
|
6615
6670
|
"dependencies": {
|
|
6616
|
-
"nanoid": "^3.3.
|
|
6671
|
+
"nanoid": "^3.3.11",
|
|
6617
6672
|
"picocolors": "^1.1.1",
|
|
6618
6673
|
"source-map-js": "^1.2.1"
|
|
6619
6674
|
},
|
|
@@ -6922,6 +6977,15 @@
|
|
|
6922
6977
|
"node": ">=10"
|
|
6923
6978
|
}
|
|
6924
6979
|
},
|
|
6980
|
+
"node_modules/react-native/node_modules/ws": {
|
|
6981
|
+
"version": "6.2.4",
|
|
6982
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.4.tgz",
|
|
6983
|
+
"integrity": "sha512-PNIUUyLI5YpkJZj60YBzX1o0ByQ4ovvfmq9N/Kig/PAYbVlGyz4R6G0SEWrD0O9acc0sT2+IdMBVLFv8FSi0Nw==",
|
|
6984
|
+
"license": "MIT",
|
|
6985
|
+
"dependencies": {
|
|
6986
|
+
"async-limiter": "~1.0.0"
|
|
6987
|
+
}
|
|
6988
|
+
},
|
|
6925
6989
|
"node_modules/react-refresh": {
|
|
6926
6990
|
"version": "0.14.2",
|
|
6927
6991
|
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz",
|
|
@@ -7124,13 +7188,10 @@
|
|
|
7124
7188
|
"license": "MIT"
|
|
7125
7189
|
},
|
|
7126
7190
|
"node_modules/sax": {
|
|
7127
|
-
"version": "1.
|
|
7128
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
7129
|
-
"integrity": "sha512
|
|
7130
|
-
"license": "
|
|
7131
|
-
"engines": {
|
|
7132
|
-
"node": ">=11.0.0"
|
|
7133
|
-
}
|
|
7191
|
+
"version": "1.4.1",
|
|
7192
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz",
|
|
7193
|
+
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
|
|
7194
|
+
"license": "ISC"
|
|
7134
7195
|
},
|
|
7135
7196
|
"node_modules/scheduler": {
|
|
7136
7197
|
"version": "0.26.0",
|
|
@@ -7277,9 +7338,9 @@
|
|
|
7277
7338
|
}
|
|
7278
7339
|
},
|
|
7279
7340
|
"node_modules/shell-quote": {
|
|
7280
|
-
"version": "1.
|
|
7281
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.
|
|
7282
|
-
"integrity": "sha512-
|
|
7341
|
+
"version": "1.8.4",
|
|
7342
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz",
|
|
7343
|
+
"integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==",
|
|
7283
7344
|
"license": "MIT",
|
|
7284
7345
|
"engines": {
|
|
7285
7346
|
"node": ">= 0.4"
|
|
@@ -7305,6 +7366,18 @@
|
|
|
7305
7366
|
"plist": "^3.0.5"
|
|
7306
7367
|
}
|
|
7307
7368
|
},
|
|
7369
|
+
"node_modules/simple-plist/node_modules/bplist-parser": {
|
|
7370
|
+
"version": "0.3.1",
|
|
7371
|
+
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz",
|
|
7372
|
+
"integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==",
|
|
7373
|
+
"license": "MIT",
|
|
7374
|
+
"dependencies": {
|
|
7375
|
+
"big-integer": "1.6.x"
|
|
7376
|
+
},
|
|
7377
|
+
"engines": {
|
|
7378
|
+
"node": ">= 5.10.0"
|
|
7379
|
+
}
|
|
7380
|
+
},
|
|
7308
7381
|
"node_modules/sisteransi": {
|
|
7309
7382
|
"version": "1.0.5",
|
|
7310
7383
|
"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
|
|
@@ -7554,9 +7627,9 @@
|
|
|
7554
7627
|
}
|
|
7555
7628
|
},
|
|
7556
7629
|
"node_modules/tar": {
|
|
7557
|
-
"version": "7.5.
|
|
7558
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
7559
|
-
"integrity": "sha512-
|
|
7630
|
+
"version": "7.5.16",
|
|
7631
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.16.tgz",
|
|
7632
|
+
"integrity": "sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==",
|
|
7560
7633
|
"license": "BlueOak-1.0.0",
|
|
7561
7634
|
"dependencies": {
|
|
7562
7635
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -7632,6 +7705,28 @@
|
|
|
7632
7705
|
"node": ">=8"
|
|
7633
7706
|
}
|
|
7634
7707
|
},
|
|
7708
|
+
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
7709
|
+
"version": "1.1.13",
|
|
7710
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
7711
|
+
"integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
|
|
7712
|
+
"license": "MIT",
|
|
7713
|
+
"dependencies": {
|
|
7714
|
+
"balanced-match": "^1.0.0",
|
|
7715
|
+
"concat-map": "0.0.1"
|
|
7716
|
+
}
|
|
7717
|
+
},
|
|
7718
|
+
"node_modules/test-exclude/node_modules/minimatch": {
|
|
7719
|
+
"version": "3.1.5",
|
|
7720
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
7721
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
7722
|
+
"license": "ISC",
|
|
7723
|
+
"dependencies": {
|
|
7724
|
+
"brace-expansion": "^1.1.7"
|
|
7725
|
+
},
|
|
7726
|
+
"engines": {
|
|
7727
|
+
"node": "*"
|
|
7728
|
+
}
|
|
7729
|
+
},
|
|
7635
7730
|
"node_modules/thenify": {
|
|
7636
7731
|
"version": "3.3.1",
|
|
7637
7732
|
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
|
|
@@ -7740,9 +7835,9 @@
|
|
|
7740
7835
|
}
|
|
7741
7836
|
},
|
|
7742
7837
|
"node_modules/undici": {
|
|
7743
|
-
"version": "6.
|
|
7744
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
7745
|
-
"integrity": "sha512-
|
|
7838
|
+
"version": "6.27.0",
|
|
7839
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz",
|
|
7840
|
+
"integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==",
|
|
7746
7841
|
"license": "MIT",
|
|
7747
7842
|
"engines": {
|
|
7748
7843
|
"node": ">=18.17"
|
|
@@ -7858,9 +7953,9 @@
|
|
|
7858
7953
|
}
|
|
7859
7954
|
},
|
|
7860
7955
|
"node_modules/uuid": {
|
|
7861
|
-
"version": "14.0.
|
|
7862
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.
|
|
7863
|
-
"integrity": "sha512-
|
|
7956
|
+
"version": "14.0.0",
|
|
7957
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz",
|
|
7958
|
+
"integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==",
|
|
7864
7959
|
"funding": [
|
|
7865
7960
|
"https://github.com/sponsors/broofa",
|
|
7866
7961
|
"https://github.com/sponsors/ctavan"
|
|
@@ -8011,12 +8106,24 @@
|
|
|
8011
8106
|
}
|
|
8012
8107
|
},
|
|
8013
8108
|
"node_modules/ws": {
|
|
8014
|
-
"version": "
|
|
8015
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-
|
|
8016
|
-
"integrity": "sha512-
|
|
8109
|
+
"version": "8.21.0",
|
|
8110
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
8111
|
+
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
8017
8112
|
"license": "MIT",
|
|
8018
|
-
"
|
|
8019
|
-
"
|
|
8113
|
+
"engines": {
|
|
8114
|
+
"node": ">=10.0.0"
|
|
8115
|
+
},
|
|
8116
|
+
"peerDependencies": {
|
|
8117
|
+
"bufferutil": "^4.0.1",
|
|
8118
|
+
"utf-8-validate": ">=5.0.2"
|
|
8119
|
+
},
|
|
8120
|
+
"peerDependenciesMeta": {
|
|
8121
|
+
"bufferutil": {
|
|
8122
|
+
"optional": true
|
|
8123
|
+
},
|
|
8124
|
+
"utf-8-validate": {
|
|
8125
|
+
"optional": true
|
|
8126
|
+
}
|
|
8020
8127
|
}
|
|
8021
8128
|
},
|
|
8022
8129
|
"node_modules/xcode": {
|