@regulaforensics/idv 3.2.70 → 3.4.84-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/RNIDV.podspec +3 -3
- package/android/{CVDIDV.kt → CDVIDV.kt} +1 -1
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/examples/capacitor/android/app/build.gradle +2 -2
- package/examples/capacitor/android/app/capacitor.build.gradle +1 -4
- package/examples/capacitor/android/app/src/main/AndroidManifest.xml +1 -1
- package/examples/capacitor/android/build.gradle +3 -3
- package/examples/capacitor/android/capacitor.settings.gradle +0 -6
- package/examples/capacitor/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/examples/capacitor/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/examples/capacitor/android/gradlew +4 -5
- package/examples/capacitor/android/gradlew.bat +2 -2
- package/examples/capacitor/android/variables.gradle +10 -10
- package/examples/capacitor/ios/App/App.xcodeproj/project.pbxproj +4 -4
- package/examples/capacitor/ios/App/Podfile +3 -1
- package/examples/capacitor/ios/App/Podfile.lock +52 -0
- package/examples/capacitor/package-lock.json +703 -784
- package/examples/capacitor/package.json +17 -17
- package/examples/ionic/images/icon.png +0 -0
- package/examples/ionic/package-lock.json +2154 -2201
- package/examples/ionic/package.json +24 -22
- package/examples/ionic/patches/cordova-plugin-ionic-webview+5.0.1.patch +23 -0
- package/examples/ionic/scripts/ios.sh +1 -1
- package/examples/react_native/package-lock.json +988 -1764
- package/examples/react_native/package.json +7 -7
- package/ios/{CVDIDV.swift → CDVIDV.swift} +7 -7
- package/package.json +1 -1
- package/plugin.xml +6 -6
- package/test/package-lock.json +1 -1
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"node_modules/@babel/code-frame": {
|
|
43
|
-
"version": "7.
|
|
44
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
45
|
-
"integrity": "sha512-
|
|
43
|
+
"version": "7.29.0",
|
|
44
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
|
|
45
|
+
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
46
46
|
"license": "MIT",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@babel/helper-validator-identifier": "^7.
|
|
48
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
49
49
|
"js-tokens": "^4.0.0",
|
|
50
50
|
"picocolors": "^1.1.1"
|
|
51
51
|
},
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"node_modules/@babel/compat-data": {
|
|
57
|
-
"version": "7.
|
|
58
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
59
|
-
"integrity": "sha512-
|
|
57
|
+
"version": "7.29.0",
|
|
58
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
|
|
59
|
+
"integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
|
|
60
60
|
"license": "MIT",
|
|
61
61
|
"engines": {
|
|
62
62
|
"node": ">=6.9.0"
|
|
@@ -93,13 +93,13 @@
|
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
95
|
"node_modules/@babel/generator": {
|
|
96
|
-
"version": "7.
|
|
97
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
98
|
-
"integrity": "sha512-
|
|
96
|
+
"version": "7.29.1",
|
|
97
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
|
|
98
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
99
99
|
"license": "MIT",
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@babel/parser": "^7.
|
|
102
|
-
"@babel/types": "^7.
|
|
101
|
+
"@babel/parser": "^7.29.0",
|
|
102
|
+
"@babel/types": "^7.29.0",
|
|
103
103
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
104
104
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
105
105
|
"jsesc": "^3.0.2"
|
|
@@ -121,12 +121,12 @@
|
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
"node_modules/@babel/helper-compilation-targets": {
|
|
124
|
-
"version": "7.
|
|
125
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
126
|
-
"integrity": "sha512-
|
|
124
|
+
"version": "7.28.6",
|
|
125
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
|
|
126
|
+
"integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
|
|
127
127
|
"license": "MIT",
|
|
128
128
|
"dependencies": {
|
|
129
|
-
"@babel/compat-data": "^7.
|
|
129
|
+
"@babel/compat-data": "^7.28.6",
|
|
130
130
|
"@babel/helper-validator-option": "^7.27.1",
|
|
131
131
|
"browserslist": "^4.24.0",
|
|
132
132
|
"lru-cache": "^5.1.1",
|
|
@@ -137,17 +137,17 @@
|
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
140
|
-
"version": "7.28.
|
|
141
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.
|
|
142
|
-
"integrity": "sha512-
|
|
140
|
+
"version": "7.28.6",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
|
|
142
|
+
"integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
|
|
143
143
|
"license": "MIT",
|
|
144
144
|
"dependencies": {
|
|
145
145
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
146
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
146
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
147
147
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
148
|
-
"@babel/helper-replace-supers": "^7.
|
|
148
|
+
"@babel/helper-replace-supers": "^7.28.6",
|
|
149
149
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
150
|
-
"@babel/traverse": "^7.28.
|
|
150
|
+
"@babel/traverse": "^7.28.6",
|
|
151
151
|
"semver": "^6.3.1"
|
|
152
152
|
},
|
|
153
153
|
"engines": {
|
|
@@ -158,13 +158,13 @@
|
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
160
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
161
|
-
"version": "7.
|
|
162
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
|
163
|
-
"integrity": "sha512-
|
|
161
|
+
"version": "7.28.5",
|
|
162
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz",
|
|
163
|
+
"integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==",
|
|
164
164
|
"license": "MIT",
|
|
165
165
|
"dependencies": {
|
|
166
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
167
|
-
"regexpu-core": "^6.
|
|
166
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
167
|
+
"regexpu-core": "^6.3.1",
|
|
168
168
|
"semver": "^6.3.1"
|
|
169
169
|
},
|
|
170
170
|
"engines": {
|
|
@@ -175,16 +175,16 @@
|
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
178
|
-
"version": "0.6.
|
|
179
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.
|
|
180
|
-
"integrity": "sha512-
|
|
178
|
+
"version": "0.6.6",
|
|
179
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.6.tgz",
|
|
180
|
+
"integrity": "sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==",
|
|
181
181
|
"license": "MIT",
|
|
182
182
|
"dependencies": {
|
|
183
|
-
"@babel/helper-compilation-targets": "^7.
|
|
184
|
-
"@babel/helper-plugin-utils": "^7.
|
|
185
|
-
"debug": "^4.4.
|
|
183
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
184
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
185
|
+
"debug": "^4.4.3",
|
|
186
186
|
"lodash.debounce": "^4.0.8",
|
|
187
|
-
"resolve": "^1.22.
|
|
187
|
+
"resolve": "^1.22.11"
|
|
188
188
|
},
|
|
189
189
|
"peerDependencies": {
|
|
190
190
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -200,40 +200,40 @@
|
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
203
|
-
"version": "7.
|
|
204
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
|
205
|
-
"integrity": "sha512-
|
|
203
|
+
"version": "7.28.5",
|
|
204
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
205
|
+
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
206
206
|
"license": "MIT",
|
|
207
207
|
"dependencies": {
|
|
208
|
-
"@babel/traverse": "^7.
|
|
209
|
-
"@babel/types": "^7.
|
|
208
|
+
"@babel/traverse": "^7.28.5",
|
|
209
|
+
"@babel/types": "^7.28.5"
|
|
210
210
|
},
|
|
211
211
|
"engines": {
|
|
212
212
|
"node": ">=6.9.0"
|
|
213
213
|
}
|
|
214
214
|
},
|
|
215
215
|
"node_modules/@babel/helper-module-imports": {
|
|
216
|
-
"version": "7.
|
|
217
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
218
|
-
"integrity": "sha512-
|
|
216
|
+
"version": "7.28.6",
|
|
217
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
|
|
218
|
+
"integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
|
|
219
219
|
"license": "MIT",
|
|
220
220
|
"dependencies": {
|
|
221
|
-
"@babel/traverse": "^7.
|
|
222
|
-
"@babel/types": "^7.
|
|
221
|
+
"@babel/traverse": "^7.28.6",
|
|
222
|
+
"@babel/types": "^7.28.6"
|
|
223
223
|
},
|
|
224
224
|
"engines": {
|
|
225
225
|
"node": ">=6.9.0"
|
|
226
226
|
}
|
|
227
227
|
},
|
|
228
228
|
"node_modules/@babel/helper-module-transforms": {
|
|
229
|
-
"version": "7.28.
|
|
230
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.
|
|
231
|
-
"integrity": "sha512-
|
|
229
|
+
"version": "7.28.6",
|
|
230
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
|
|
231
|
+
"integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
|
|
232
232
|
"license": "MIT",
|
|
233
233
|
"dependencies": {
|
|
234
|
-
"@babel/helper-module-imports": "^7.
|
|
235
|
-
"@babel/helper-validator-identifier": "^7.
|
|
236
|
-
"@babel/traverse": "^7.28.
|
|
234
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
235
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
236
|
+
"@babel/traverse": "^7.28.6"
|
|
237
237
|
},
|
|
238
238
|
"engines": {
|
|
239
239
|
"node": ">=6.9.0"
|
|
@@ -255,9 +255,9 @@
|
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
"node_modules/@babel/helper-plugin-utils": {
|
|
258
|
-
"version": "7.
|
|
259
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
|
|
260
|
-
"integrity": "sha512-
|
|
258
|
+
"version": "7.28.6",
|
|
259
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
|
|
260
|
+
"integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
|
|
261
261
|
"license": "MIT",
|
|
262
262
|
"engines": {
|
|
263
263
|
"node": ">=6.9.0"
|
|
@@ -281,14 +281,14 @@
|
|
|
281
281
|
}
|
|
282
282
|
},
|
|
283
283
|
"node_modules/@babel/helper-replace-supers": {
|
|
284
|
-
"version": "7.
|
|
285
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
286
|
-
"integrity": "sha512-
|
|
284
|
+
"version": "7.28.6",
|
|
285
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
|
|
286
|
+
"integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
|
|
287
287
|
"license": "MIT",
|
|
288
288
|
"dependencies": {
|
|
289
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
289
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
290
290
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
291
|
-
"@babel/traverse": "^7.
|
|
291
|
+
"@babel/traverse": "^7.28.6"
|
|
292
292
|
},
|
|
293
293
|
"engines": {
|
|
294
294
|
"node": ">=6.9.0"
|
|
@@ -320,9 +320,9 @@
|
|
|
320
320
|
}
|
|
321
321
|
},
|
|
322
322
|
"node_modules/@babel/helper-validator-identifier": {
|
|
323
|
-
"version": "7.
|
|
324
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
325
|
-
"integrity": "sha512-
|
|
323
|
+
"version": "7.28.5",
|
|
324
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
325
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
326
326
|
"license": "MIT",
|
|
327
327
|
"engines": {
|
|
328
328
|
"node": ">=6.9.0"
|
|
@@ -338,14 +338,14 @@
|
|
|
338
338
|
}
|
|
339
339
|
},
|
|
340
340
|
"node_modules/@babel/helper-wrap-function": {
|
|
341
|
-
"version": "7.28.
|
|
342
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.
|
|
343
|
-
"integrity": "sha512-
|
|
341
|
+
"version": "7.28.6",
|
|
342
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz",
|
|
343
|
+
"integrity": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==",
|
|
344
344
|
"license": "MIT",
|
|
345
345
|
"dependencies": {
|
|
346
|
-
"@babel/template": "^7.
|
|
347
|
-
"@babel/traverse": "^7.28.
|
|
348
|
-
"@babel/types": "^7.28.
|
|
346
|
+
"@babel/template": "^7.28.6",
|
|
347
|
+
"@babel/traverse": "^7.28.6",
|
|
348
|
+
"@babel/types": "^7.28.6"
|
|
349
349
|
},
|
|
350
350
|
"engines": {
|
|
351
351
|
"node": ">=6.9.0"
|
|
@@ -451,12 +451,12 @@
|
|
|
451
451
|
}
|
|
452
452
|
},
|
|
453
453
|
"node_modules/@babel/parser": {
|
|
454
|
-
"version": "7.
|
|
455
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
456
|
-
"integrity": "sha512-
|
|
454
|
+
"version": "7.29.0",
|
|
455
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
456
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
457
457
|
"license": "MIT",
|
|
458
458
|
"dependencies": {
|
|
459
|
-
"@babel/types": "^7.
|
|
459
|
+
"@babel/types": "^7.29.0"
|
|
460
460
|
},
|
|
461
461
|
"bin": {
|
|
462
462
|
"parser": "bin/babel-parser.js"
|
|
@@ -466,14 +466,14 @@
|
|
|
466
466
|
}
|
|
467
467
|
},
|
|
468
468
|
"node_modules/@babel/plugin-proposal-decorators": {
|
|
469
|
-
"version": "7.
|
|
470
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.
|
|
471
|
-
"integrity": "sha512-
|
|
469
|
+
"version": "7.29.0",
|
|
470
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.0.tgz",
|
|
471
|
+
"integrity": "sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==",
|
|
472
472
|
"license": "MIT",
|
|
473
473
|
"dependencies": {
|
|
474
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
475
|
-
"@babel/helper-plugin-utils": "^7.
|
|
476
|
-
"@babel/plugin-syntax-decorators": "^7.
|
|
474
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
475
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
476
|
+
"@babel/plugin-syntax-decorators": "^7.28.6"
|
|
477
477
|
},
|
|
478
478
|
"engines": {
|
|
479
479
|
"node": ">=6.9.0"
|
|
@@ -549,12 +549,12 @@
|
|
|
549
549
|
}
|
|
550
550
|
},
|
|
551
551
|
"node_modules/@babel/plugin-syntax-decorators": {
|
|
552
|
-
"version": "7.
|
|
553
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.
|
|
554
|
-
"integrity": "sha512-
|
|
552
|
+
"version": "7.28.6",
|
|
553
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.28.6.tgz",
|
|
554
|
+
"integrity": "sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==",
|
|
555
555
|
"license": "MIT",
|
|
556
556
|
"dependencies": {
|
|
557
|
-
"@babel/helper-plugin-utils": "^7.
|
|
557
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
558
558
|
},
|
|
559
559
|
"engines": {
|
|
560
560
|
"node": ">=6.9.0"
|
|
@@ -576,12 +576,12 @@
|
|
|
576
576
|
}
|
|
577
577
|
},
|
|
578
578
|
"node_modules/@babel/plugin-syntax-export-default-from": {
|
|
579
|
-
"version": "7.
|
|
580
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.
|
|
581
|
-
"integrity": "sha512-
|
|
579
|
+
"version": "7.28.6",
|
|
580
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.28.6.tgz",
|
|
581
|
+
"integrity": "sha512-Svlx1fjJFnNz0LZeUaybRukSxZI3KkpApUmIRzEdXC5k8ErTOz0OD0kNrICi5Vc3GlpP5ZCeRyRO+mfWTSz+iQ==",
|
|
582
582
|
"license": "MIT",
|
|
583
583
|
"dependencies": {
|
|
584
|
-
"@babel/helper-plugin-utils": "^7.
|
|
584
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
585
585
|
},
|
|
586
586
|
"engines": {
|
|
587
587
|
"node": ">=6.9.0"
|
|
@@ -591,12 +591,12 @@
|
|
|
591
591
|
}
|
|
592
592
|
},
|
|
593
593
|
"node_modules/@babel/plugin-syntax-flow": {
|
|
594
|
-
"version": "7.
|
|
595
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.
|
|
596
|
-
"integrity": "sha512-
|
|
594
|
+
"version": "7.28.6",
|
|
595
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.28.6.tgz",
|
|
596
|
+
"integrity": "sha512-D+OrJumc9McXNEBI/JmFnc/0uCM2/Y3PEBG3gfV3QIYkKv5pvnpzFrl1kYCrcHJP8nOeFB/SHi1IHz29pNGuew==",
|
|
597
597
|
"license": "MIT",
|
|
598
598
|
"dependencies": {
|
|
599
|
-
"@babel/helper-plugin-utils": "^7.
|
|
599
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
600
600
|
},
|
|
601
601
|
"engines": {
|
|
602
602
|
"node": ">=6.9.0"
|
|
@@ -645,12 +645,12 @@
|
|
|
645
645
|
}
|
|
646
646
|
},
|
|
647
647
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
648
|
-
"version": "7.
|
|
649
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
|
650
|
-
"integrity": "sha512-
|
|
648
|
+
"version": "7.28.6",
|
|
649
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
|
|
650
|
+
"integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
|
|
651
651
|
"license": "MIT",
|
|
652
652
|
"dependencies": {
|
|
653
|
-
"@babel/helper-plugin-utils": "^7.
|
|
653
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
654
654
|
},
|
|
655
655
|
"engines": {
|
|
656
656
|
"node": ">=6.9.0"
|
|
@@ -762,12 +762,12 @@
|
|
|
762
762
|
}
|
|
763
763
|
},
|
|
764
764
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
765
|
-
"version": "7.
|
|
766
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.
|
|
767
|
-
"integrity": "sha512
|
|
765
|
+
"version": "7.28.6",
|
|
766
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
|
|
767
|
+
"integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
|
|
768
768
|
"license": "MIT",
|
|
769
769
|
"dependencies": {
|
|
770
|
-
"@babel/helper-plugin-utils": "^7.
|
|
770
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
771
771
|
},
|
|
772
772
|
"engines": {
|
|
773
773
|
"node": ">=6.9.0"
|
|
@@ -792,14 +792,14 @@
|
|
|
792
792
|
}
|
|
793
793
|
},
|
|
794
794
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
795
|
-
"version": "7.
|
|
796
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.
|
|
797
|
-
"integrity": "sha512-
|
|
795
|
+
"version": "7.29.0",
|
|
796
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz",
|
|
797
|
+
"integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==",
|
|
798
798
|
"license": "MIT",
|
|
799
799
|
"dependencies": {
|
|
800
|
-
"@babel/helper-plugin-utils": "^7.
|
|
800
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
801
801
|
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
802
|
-
"@babel/traverse": "^7.
|
|
802
|
+
"@babel/traverse": "^7.29.0"
|
|
803
803
|
},
|
|
804
804
|
"engines": {
|
|
805
805
|
"node": ">=6.9.0"
|
|
@@ -809,13 +809,13 @@
|
|
|
809
809
|
}
|
|
810
810
|
},
|
|
811
811
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
812
|
-
"version": "7.
|
|
813
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
|
814
|
-
"integrity": "sha512-
|
|
812
|
+
"version": "7.28.6",
|
|
813
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz",
|
|
814
|
+
"integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==",
|
|
815
815
|
"license": "MIT",
|
|
816
816
|
"dependencies": {
|
|
817
|
-
"@babel/helper-module-imports": "^7.
|
|
818
|
-
"@babel/helper-plugin-utils": "^7.
|
|
817
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
818
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
819
819
|
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
820
820
|
},
|
|
821
821
|
"engines": {
|
|
@@ -826,12 +826,12 @@
|
|
|
826
826
|
}
|
|
827
827
|
},
|
|
828
828
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
829
|
-
"version": "7.28.
|
|
830
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.
|
|
831
|
-
"integrity": "sha512-
|
|
829
|
+
"version": "7.28.6",
|
|
830
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz",
|
|
831
|
+
"integrity": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==",
|
|
832
832
|
"license": "MIT",
|
|
833
833
|
"dependencies": {
|
|
834
|
-
"@babel/helper-plugin-utils": "^7.
|
|
834
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
835
835
|
},
|
|
836
836
|
"engines": {
|
|
837
837
|
"node": ">=6.9.0"
|
|
@@ -841,13 +841,13 @@
|
|
|
841
841
|
}
|
|
842
842
|
},
|
|
843
843
|
"node_modules/@babel/plugin-transform-class-properties": {
|
|
844
|
-
"version": "7.
|
|
845
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.
|
|
846
|
-
"integrity": "sha512-
|
|
844
|
+
"version": "7.28.6",
|
|
845
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz",
|
|
846
|
+
"integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==",
|
|
847
847
|
"license": "MIT",
|
|
848
848
|
"dependencies": {
|
|
849
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
850
|
-
"@babel/helper-plugin-utils": "^7.
|
|
849
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
850
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
851
851
|
},
|
|
852
852
|
"engines": {
|
|
853
853
|
"node": ">=6.9.0"
|
|
@@ -857,13 +857,13 @@
|
|
|
857
857
|
}
|
|
858
858
|
},
|
|
859
859
|
"node_modules/@babel/plugin-transform-class-static-block": {
|
|
860
|
-
"version": "7.28.
|
|
861
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.
|
|
862
|
-
"integrity": "sha512-
|
|
860
|
+
"version": "7.28.6",
|
|
861
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz",
|
|
862
|
+
"integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==",
|
|
863
863
|
"license": "MIT",
|
|
864
864
|
"dependencies": {
|
|
865
|
-
"@babel/helper-create-class-features-plugin": "^7.28.
|
|
866
|
-
"@babel/helper-plugin-utils": "^7.
|
|
865
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
866
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
867
867
|
},
|
|
868
868
|
"engines": {
|
|
869
869
|
"node": ">=6.9.0"
|
|
@@ -873,17 +873,17 @@
|
|
|
873
873
|
}
|
|
874
874
|
},
|
|
875
875
|
"node_modules/@babel/plugin-transform-classes": {
|
|
876
|
-
"version": "7.28.
|
|
877
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.
|
|
878
|
-
"integrity": "sha512-
|
|
876
|
+
"version": "7.28.6",
|
|
877
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz",
|
|
878
|
+
"integrity": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==",
|
|
879
879
|
"license": "MIT",
|
|
880
880
|
"dependencies": {
|
|
881
881
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
882
|
-
"@babel/helper-compilation-targets": "^7.
|
|
882
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
883
883
|
"@babel/helper-globals": "^7.28.0",
|
|
884
|
-
"@babel/helper-plugin-utils": "^7.
|
|
885
|
-
"@babel/helper-replace-supers": "^7.
|
|
886
|
-
"@babel/traverse": "^7.28.
|
|
884
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
885
|
+
"@babel/helper-replace-supers": "^7.28.6",
|
|
886
|
+
"@babel/traverse": "^7.28.6"
|
|
887
887
|
},
|
|
888
888
|
"engines": {
|
|
889
889
|
"node": ">=6.9.0"
|
|
@@ -893,13 +893,13 @@
|
|
|
893
893
|
}
|
|
894
894
|
},
|
|
895
895
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
896
|
-
"version": "7.
|
|
897
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
|
898
|
-
"integrity": "sha512-
|
|
896
|
+
"version": "7.28.6",
|
|
897
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.28.6.tgz",
|
|
898
|
+
"integrity": "sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==",
|
|
899
899
|
"license": "MIT",
|
|
900
900
|
"dependencies": {
|
|
901
|
-
"@babel/helper-plugin-utils": "^7.
|
|
902
|
-
"@babel/template": "^7.
|
|
901
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
902
|
+
"@babel/template": "^7.28.6"
|
|
903
903
|
},
|
|
904
904
|
"engines": {
|
|
905
905
|
"node": ">=6.9.0"
|
|
@@ -909,13 +909,13 @@
|
|
|
909
909
|
}
|
|
910
910
|
},
|
|
911
911
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
912
|
-
"version": "7.28.
|
|
913
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.
|
|
914
|
-
"integrity": "sha512-
|
|
912
|
+
"version": "7.28.5",
|
|
913
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz",
|
|
914
|
+
"integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
|
|
915
915
|
"license": "MIT",
|
|
916
916
|
"dependencies": {
|
|
917
917
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
918
|
-
"@babel/traverse": "^7.28.
|
|
918
|
+
"@babel/traverse": "^7.28.5"
|
|
919
919
|
},
|
|
920
920
|
"engines": {
|
|
921
921
|
"node": ">=6.9.0"
|
|
@@ -1004,12 +1004,12 @@
|
|
|
1004
1004
|
}
|
|
1005
1005
|
},
|
|
1006
1006
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
1007
|
-
"version": "7.
|
|
1008
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.
|
|
1009
|
-
"integrity": "sha512
|
|
1007
|
+
"version": "7.28.6",
|
|
1008
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.6.tgz",
|
|
1009
|
+
"integrity": "sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==",
|
|
1010
1010
|
"license": "MIT",
|
|
1011
1011
|
"dependencies": {
|
|
1012
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1012
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1013
1013
|
},
|
|
1014
1014
|
"engines": {
|
|
1015
1015
|
"node": ">=6.9.0"
|
|
@@ -1019,13 +1019,13 @@
|
|
|
1019
1019
|
}
|
|
1020
1020
|
},
|
|
1021
1021
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1022
|
-
"version": "7.
|
|
1023
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
|
1024
|
-
"integrity": "sha512-
|
|
1022
|
+
"version": "7.28.6",
|
|
1023
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz",
|
|
1024
|
+
"integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==",
|
|
1025
1025
|
"license": "MIT",
|
|
1026
1026
|
"dependencies": {
|
|
1027
|
-
"@babel/helper-module-transforms": "^7.
|
|
1028
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1027
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
1028
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1029
1029
|
},
|
|
1030
1030
|
"engines": {
|
|
1031
1031
|
"node": ">=6.9.0"
|
|
@@ -1035,13 +1035,13 @@
|
|
|
1035
1035
|
}
|
|
1036
1036
|
},
|
|
1037
1037
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
1038
|
-
"version": "7.
|
|
1039
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.
|
|
1040
|
-
"integrity": "sha512-
|
|
1038
|
+
"version": "7.29.0",
|
|
1039
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz",
|
|
1040
|
+
"integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==",
|
|
1041
1041
|
"license": "MIT",
|
|
1042
1042
|
"dependencies": {
|
|
1043
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1044
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1043
|
+
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
1044
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1045
1045
|
},
|
|
1046
1046
|
"engines": {
|
|
1047
1047
|
"node": ">=6.9.0"
|
|
@@ -1051,12 +1051,12 @@
|
|
|
1051
1051
|
}
|
|
1052
1052
|
},
|
|
1053
1053
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
1054
|
-
"version": "7.
|
|
1055
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.
|
|
1056
|
-
"integrity": "sha512-
|
|
1054
|
+
"version": "7.28.6",
|
|
1055
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz",
|
|
1056
|
+
"integrity": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==",
|
|
1057
1057
|
"license": "MIT",
|
|
1058
1058
|
"dependencies": {
|
|
1059
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1059
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1060
1060
|
},
|
|
1061
1061
|
"engines": {
|
|
1062
1062
|
"node": ">=6.9.0"
|
|
@@ -1066,12 +1066,12 @@
|
|
|
1066
1066
|
}
|
|
1067
1067
|
},
|
|
1068
1068
|
"node_modules/@babel/plugin-transform-numeric-separator": {
|
|
1069
|
-
"version": "7.
|
|
1070
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.
|
|
1071
|
-
"integrity": "sha512-
|
|
1069
|
+
"version": "7.28.6",
|
|
1070
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.28.6.tgz",
|
|
1071
|
+
"integrity": "sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==",
|
|
1072
1072
|
"license": "MIT",
|
|
1073
1073
|
"dependencies": {
|
|
1074
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1074
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1075
1075
|
},
|
|
1076
1076
|
"engines": {
|
|
1077
1077
|
"node": ">=6.9.0"
|
|
@@ -1081,16 +1081,16 @@
|
|
|
1081
1081
|
}
|
|
1082
1082
|
},
|
|
1083
1083
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1084
|
-
"version": "7.28.
|
|
1085
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.
|
|
1086
|
-
"integrity": "sha512-
|
|
1084
|
+
"version": "7.28.6",
|
|
1085
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz",
|
|
1086
|
+
"integrity": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==",
|
|
1087
1087
|
"license": "MIT",
|
|
1088
1088
|
"dependencies": {
|
|
1089
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1090
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1091
|
-
"@babel/plugin-transform-destructuring": "^7.28.
|
|
1089
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
1090
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1091
|
+
"@babel/plugin-transform-destructuring": "^7.28.5",
|
|
1092
1092
|
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1093
|
-
"@babel/traverse": "^7.28.
|
|
1093
|
+
"@babel/traverse": "^7.28.6"
|
|
1094
1094
|
},
|
|
1095
1095
|
"engines": {
|
|
1096
1096
|
"node": ">=6.9.0"
|
|
@@ -1100,12 +1100,12 @@
|
|
|
1100
1100
|
}
|
|
1101
1101
|
},
|
|
1102
1102
|
"node_modules/@babel/plugin-transform-optional-catch-binding": {
|
|
1103
|
-
"version": "7.
|
|
1104
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.
|
|
1105
|
-
"integrity": "sha512-
|
|
1103
|
+
"version": "7.28.6",
|
|
1104
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz",
|
|
1105
|
+
"integrity": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==",
|
|
1106
1106
|
"license": "MIT",
|
|
1107
1107
|
"dependencies": {
|
|
1108
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1108
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1109
1109
|
},
|
|
1110
1110
|
"engines": {
|
|
1111
1111
|
"node": ">=6.9.0"
|
|
@@ -1115,12 +1115,12 @@
|
|
|
1115
1115
|
}
|
|
1116
1116
|
},
|
|
1117
1117
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
1118
|
-
"version": "7.
|
|
1119
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.
|
|
1120
|
-
"integrity": "sha512-
|
|
1118
|
+
"version": "7.28.6",
|
|
1119
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz",
|
|
1120
|
+
"integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==",
|
|
1121
1121
|
"license": "MIT",
|
|
1122
1122
|
"dependencies": {
|
|
1123
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1123
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1124
1124
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
1125
1125
|
},
|
|
1126
1126
|
"engines": {
|
|
@@ -1146,13 +1146,13 @@
|
|
|
1146
1146
|
}
|
|
1147
1147
|
},
|
|
1148
1148
|
"node_modules/@babel/plugin-transform-private-methods": {
|
|
1149
|
-
"version": "7.
|
|
1150
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.
|
|
1151
|
-
"integrity": "sha512-
|
|
1149
|
+
"version": "7.28.6",
|
|
1150
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz",
|
|
1151
|
+
"integrity": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==",
|
|
1152
1152
|
"license": "MIT",
|
|
1153
1153
|
"dependencies": {
|
|
1154
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1155
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1154
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
1155
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1156
1156
|
},
|
|
1157
1157
|
"engines": {
|
|
1158
1158
|
"node": ">=6.9.0"
|
|
@@ -1162,14 +1162,14 @@
|
|
|
1162
1162
|
}
|
|
1163
1163
|
},
|
|
1164
1164
|
"node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
1165
|
-
"version": "7.
|
|
1166
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.
|
|
1167
|
-
"integrity": "sha512-
|
|
1165
|
+
"version": "7.28.6",
|
|
1166
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz",
|
|
1167
|
+
"integrity": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==",
|
|
1168
1168
|
"license": "MIT",
|
|
1169
1169
|
"dependencies": {
|
|
1170
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
1171
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1172
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1170
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1171
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
1172
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1173
1173
|
},
|
|
1174
1174
|
"engines": {
|
|
1175
1175
|
"node": ">=6.9.0"
|
|
@@ -1194,16 +1194,16 @@
|
|
|
1194
1194
|
}
|
|
1195
1195
|
},
|
|
1196
1196
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
1197
|
-
"version": "7.
|
|
1198
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
|
1199
|
-
"integrity": "sha512-
|
|
1197
|
+
"version": "7.28.6",
|
|
1198
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.28.6.tgz",
|
|
1199
|
+
"integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==",
|
|
1200
1200
|
"license": "MIT",
|
|
1201
1201
|
"dependencies": {
|
|
1202
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
1203
|
-
"@babel/helper-module-imports": "^7.
|
|
1204
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1205
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
1206
|
-
"@babel/types": "^7.
|
|
1202
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1203
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
1204
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1205
|
+
"@babel/plugin-syntax-jsx": "^7.28.6",
|
|
1206
|
+
"@babel/types": "^7.28.6"
|
|
1207
1207
|
},
|
|
1208
1208
|
"engines": {
|
|
1209
1209
|
"node": ">=6.9.0"
|
|
@@ -1274,12 +1274,12 @@
|
|
|
1274
1274
|
}
|
|
1275
1275
|
},
|
|
1276
1276
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
1277
|
-
"version": "7.
|
|
1278
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
|
1279
|
-
"integrity": "sha512
|
|
1277
|
+
"version": "7.29.0",
|
|
1278
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz",
|
|
1279
|
+
"integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==",
|
|
1280
1280
|
"license": "MIT",
|
|
1281
1281
|
"dependencies": {
|
|
1282
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1282
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1283
1283
|
},
|
|
1284
1284
|
"engines": {
|
|
1285
1285
|
"node": ">=6.9.0"
|
|
@@ -1289,13 +1289,13 @@
|
|
|
1289
1289
|
}
|
|
1290
1290
|
},
|
|
1291
1291
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
1292
|
-
"version": "7.
|
|
1293
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.
|
|
1294
|
-
"integrity": "sha512-
|
|
1292
|
+
"version": "7.29.0",
|
|
1293
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.0.tgz",
|
|
1294
|
+
"integrity": "sha512-jlaRT5dJtMaMCV6fAuLbsQMSwz/QkvaHOHOSXRitGGwSpR1blCY4KUKoyP2tYO8vJcqYe8cEj96cqSztv3uF9w==",
|
|
1295
1295
|
"license": "MIT",
|
|
1296
1296
|
"dependencies": {
|
|
1297
|
-
"@babel/helper-module-imports": "^7.
|
|
1298
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1297
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
1298
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1299
1299
|
"babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
1300
1300
|
"babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
1301
1301
|
"babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
@@ -1324,12 +1324,12 @@
|
|
|
1324
1324
|
}
|
|
1325
1325
|
},
|
|
1326
1326
|
"node_modules/@babel/plugin-transform-spread": {
|
|
1327
|
-
"version": "7.
|
|
1328
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
|
1329
|
-
"integrity": "sha512-
|
|
1327
|
+
"version": "7.28.6",
|
|
1328
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.28.6.tgz",
|
|
1329
|
+
"integrity": "sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==",
|
|
1330
1330
|
"license": "MIT",
|
|
1331
1331
|
"dependencies": {
|
|
1332
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1332
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1333
1333
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
1334
1334
|
},
|
|
1335
1335
|
"engines": {
|
|
@@ -1355,16 +1355,16 @@
|
|
|
1355
1355
|
}
|
|
1356
1356
|
},
|
|
1357
1357
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
1358
|
-
"version": "7.28.
|
|
1359
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.
|
|
1360
|
-
"integrity": "sha512-
|
|
1358
|
+
"version": "7.28.6",
|
|
1359
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz",
|
|
1360
|
+
"integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
|
|
1361
1361
|
"license": "MIT",
|
|
1362
1362
|
"dependencies": {
|
|
1363
1363
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1364
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1365
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1364
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
1365
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1366
1366
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1367
|
-
"@babel/plugin-syntax-typescript": "^7.
|
|
1367
|
+
"@babel/plugin-syntax-typescript": "^7.28.6"
|
|
1368
1368
|
},
|
|
1369
1369
|
"engines": {
|
|
1370
1370
|
"node": ">=6.9.0"
|
|
@@ -1390,14 +1390,14 @@
|
|
|
1390
1390
|
}
|
|
1391
1391
|
},
|
|
1392
1392
|
"node_modules/@babel/preset-react": {
|
|
1393
|
-
"version": "7.
|
|
1394
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.
|
|
1395
|
-
"integrity": "sha512-
|
|
1393
|
+
"version": "7.28.5",
|
|
1394
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz",
|
|
1395
|
+
"integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==",
|
|
1396
1396
|
"license": "MIT",
|
|
1397
1397
|
"dependencies": {
|
|
1398
1398
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1399
1399
|
"@babel/helper-validator-option": "^7.27.1",
|
|
1400
|
-
"@babel/plugin-transform-react-display-name": "^7.
|
|
1400
|
+
"@babel/plugin-transform-react-display-name": "^7.28.0",
|
|
1401
1401
|
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
1402
1402
|
"@babel/plugin-transform-react-jsx-development": "^7.27.1",
|
|
1403
1403
|
"@babel/plugin-transform-react-pure-annotations": "^7.27.1"
|
|
@@ -1410,16 +1410,16 @@
|
|
|
1410
1410
|
}
|
|
1411
1411
|
},
|
|
1412
1412
|
"node_modules/@babel/preset-typescript": {
|
|
1413
|
-
"version": "7.
|
|
1414
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.
|
|
1415
|
-
"integrity": "sha512
|
|
1413
|
+
"version": "7.28.5",
|
|
1414
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
1415
|
+
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
1416
1416
|
"license": "MIT",
|
|
1417
1417
|
"dependencies": {
|
|
1418
1418
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1419
1419
|
"@babel/helper-validator-option": "^7.27.1",
|
|
1420
1420
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1421
1421
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1422
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
1422
|
+
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
1423
1423
|
},
|
|
1424
1424
|
"engines": {
|
|
1425
1425
|
"node": ">=6.9.0"
|
|
@@ -1438,31 +1438,31 @@
|
|
|
1438
1438
|
}
|
|
1439
1439
|
},
|
|
1440
1440
|
"node_modules/@babel/template": {
|
|
1441
|
-
"version": "7.
|
|
1442
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
1443
|
-
"integrity": "sha512-
|
|
1441
|
+
"version": "7.28.6",
|
|
1442
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
|
|
1443
|
+
"integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
|
|
1444
1444
|
"license": "MIT",
|
|
1445
1445
|
"dependencies": {
|
|
1446
|
-
"@babel/code-frame": "^7.
|
|
1447
|
-
"@babel/parser": "^7.
|
|
1448
|
-
"@babel/types": "^7.
|
|
1446
|
+
"@babel/code-frame": "^7.28.6",
|
|
1447
|
+
"@babel/parser": "^7.28.6",
|
|
1448
|
+
"@babel/types": "^7.28.6"
|
|
1449
1449
|
},
|
|
1450
1450
|
"engines": {
|
|
1451
1451
|
"node": ">=6.9.0"
|
|
1452
1452
|
}
|
|
1453
1453
|
},
|
|
1454
1454
|
"node_modules/@babel/traverse": {
|
|
1455
|
-
"version": "7.
|
|
1456
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
1457
|
-
"integrity": "sha512-
|
|
1455
|
+
"version": "7.29.0",
|
|
1456
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
|
|
1457
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
1458
1458
|
"license": "MIT",
|
|
1459
1459
|
"dependencies": {
|
|
1460
|
-
"@babel/code-frame": "^7.
|
|
1461
|
-
"@babel/generator": "^7.
|
|
1460
|
+
"@babel/code-frame": "^7.29.0",
|
|
1461
|
+
"@babel/generator": "^7.29.0",
|
|
1462
1462
|
"@babel/helper-globals": "^7.28.0",
|
|
1463
|
-
"@babel/parser": "^7.
|
|
1464
|
-
"@babel/template": "^7.
|
|
1465
|
-
"@babel/types": "^7.
|
|
1463
|
+
"@babel/parser": "^7.29.0",
|
|
1464
|
+
"@babel/template": "^7.28.6",
|
|
1465
|
+
"@babel/types": "^7.29.0",
|
|
1466
1466
|
"debug": "^4.3.1"
|
|
1467
1467
|
},
|
|
1468
1468
|
"engines": {
|
|
@@ -1471,17 +1471,17 @@
|
|
|
1471
1471
|
},
|
|
1472
1472
|
"node_modules/@babel/traverse--for-generate-function-map": {
|
|
1473
1473
|
"name": "@babel/traverse",
|
|
1474
|
-
"version": "7.
|
|
1475
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
1476
|
-
"integrity": "sha512-
|
|
1474
|
+
"version": "7.29.0",
|
|
1475
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
|
|
1476
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
1477
1477
|
"license": "MIT",
|
|
1478
1478
|
"dependencies": {
|
|
1479
|
-
"@babel/code-frame": "^7.
|
|
1480
|
-
"@babel/generator": "^7.
|
|
1479
|
+
"@babel/code-frame": "^7.29.0",
|
|
1480
|
+
"@babel/generator": "^7.29.0",
|
|
1481
1481
|
"@babel/helper-globals": "^7.28.0",
|
|
1482
|
-
"@babel/parser": "^7.
|
|
1483
|
-
"@babel/template": "^7.
|
|
1484
|
-
"@babel/types": "^7.
|
|
1482
|
+
"@babel/parser": "^7.29.0",
|
|
1483
|
+
"@babel/template": "^7.28.6",
|
|
1484
|
+
"@babel/types": "^7.29.0",
|
|
1485
1485
|
"debug": "^4.3.1"
|
|
1486
1486
|
},
|
|
1487
1487
|
"engines": {
|
|
@@ -1489,45 +1489,43 @@
|
|
|
1489
1489
|
}
|
|
1490
1490
|
},
|
|
1491
1491
|
"node_modules/@babel/types": {
|
|
1492
|
-
"version": "7.
|
|
1493
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
1494
|
-
"integrity": "sha512-
|
|
1492
|
+
"version": "7.29.0",
|
|
1493
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
1494
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
1495
1495
|
"license": "MIT",
|
|
1496
1496
|
"dependencies": {
|
|
1497
1497
|
"@babel/helper-string-parser": "^7.27.1",
|
|
1498
|
-
"@babel/helper-validator-identifier": "^7.
|
|
1498
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1499
1499
|
},
|
|
1500
1500
|
"engines": {
|
|
1501
1501
|
"node": ">=6.9.0"
|
|
1502
1502
|
}
|
|
1503
1503
|
},
|
|
1504
1504
|
"node_modules/@expo/cli": {
|
|
1505
|
-
"version": "54.0.
|
|
1506
|
-
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.
|
|
1507
|
-
"integrity": "sha512-
|
|
1505
|
+
"version": "54.0.23",
|
|
1506
|
+
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.23.tgz",
|
|
1507
|
+
"integrity": "sha512-km0h72SFfQCmVycH/JtPFTVy69w6Lx1cHNDmfLfQqgKFYeeHTjx7LVDP4POHCtNxFP2UeRazrygJhlh4zz498g==",
|
|
1508
1508
|
"license": "MIT",
|
|
1509
1509
|
"dependencies": {
|
|
1510
1510
|
"@0no-co/graphql.web": "^1.0.8",
|
|
1511
|
-
"@expo/code-signing-certificates": "^0.0.
|
|
1512
|
-
"@expo/config": "~12.0.
|
|
1513
|
-
"@expo/config-plugins": "~54.0.
|
|
1514
|
-
"@expo/devcert": "^1.1
|
|
1515
|
-
"@expo/env": "~2.0.
|
|
1516
|
-
"@expo/image-utils": "^0.8.
|
|
1517
|
-
"@expo/json-file": "^10.0.
|
|
1518
|
-
"@expo/
|
|
1519
|
-
"@expo/metro": "~54.0.
|
|
1520
|
-
"@expo/
|
|
1521
|
-
"@expo/
|
|
1522
|
-
"@expo/
|
|
1523
|
-
"@expo/
|
|
1524
|
-
"@expo/
|
|
1525
|
-
"@expo/schema-utils": "^0.1.7",
|
|
1526
|
-
"@expo/server": "^0.7.5",
|
|
1511
|
+
"@expo/code-signing-certificates": "^0.0.6",
|
|
1512
|
+
"@expo/config": "~12.0.13",
|
|
1513
|
+
"@expo/config-plugins": "~54.0.4",
|
|
1514
|
+
"@expo/devcert": "^1.2.1",
|
|
1515
|
+
"@expo/env": "~2.0.8",
|
|
1516
|
+
"@expo/image-utils": "^0.8.8",
|
|
1517
|
+
"@expo/json-file": "^10.0.8",
|
|
1518
|
+
"@expo/metro": "~54.2.0",
|
|
1519
|
+
"@expo/metro-config": "~54.0.14",
|
|
1520
|
+
"@expo/osascript": "^2.3.8",
|
|
1521
|
+
"@expo/package-manager": "^1.9.10",
|
|
1522
|
+
"@expo/plist": "^0.4.8",
|
|
1523
|
+
"@expo/prebuild-config": "^54.0.8",
|
|
1524
|
+
"@expo/schema-utils": "^0.1.8",
|
|
1527
1525
|
"@expo/spawn-async": "^1.7.2",
|
|
1528
1526
|
"@expo/ws-tunnel": "^1.0.1",
|
|
1529
1527
|
"@expo/xcpretty": "^4.3.0",
|
|
1530
|
-
"@react-native/dev-middleware": "0.81.
|
|
1528
|
+
"@react-native/dev-middleware": "0.81.5",
|
|
1531
1529
|
"@urql/core": "^5.0.6",
|
|
1532
1530
|
"@urql/exchange-retry": "^1.3.0",
|
|
1533
1531
|
"accepts": "^1.3.8",
|
|
@@ -1541,12 +1539,13 @@
|
|
|
1541
1539
|
"connect": "^3.7.0",
|
|
1542
1540
|
"debug": "^4.3.4",
|
|
1543
1541
|
"env-editor": "^0.4.1",
|
|
1542
|
+
"expo-server": "^1.0.5",
|
|
1544
1543
|
"freeport-async": "^2.0.0",
|
|
1545
1544
|
"getenv": "^2.0.0",
|
|
1546
|
-
"glob": "^
|
|
1545
|
+
"glob": "^13.0.0",
|
|
1547
1546
|
"lan-network": "^0.1.6",
|
|
1548
1547
|
"minimatch": "^9.0.0",
|
|
1549
|
-
"node-forge": "^1.3.
|
|
1548
|
+
"node-forge": "^1.3.3",
|
|
1550
1549
|
"npm-package-arg": "^11.0.0",
|
|
1551
1550
|
"ora": "^3.4.0",
|
|
1552
1551
|
"picomatch": "^3.0.1",
|
|
@@ -1566,7 +1565,7 @@
|
|
|
1566
1565
|
"source-map-support": "~0.5.21",
|
|
1567
1566
|
"stacktrace-parser": "^0.1.10",
|
|
1568
1567
|
"structured-headers": "^0.4.1",
|
|
1569
|
-
"tar": "^7.
|
|
1568
|
+
"tar": "^7.5.2",
|
|
1570
1569
|
"terminal-link": "^2.1.1",
|
|
1571
1570
|
"undici": "^6.18.2",
|
|
1572
1571
|
"wrap-ansi": "^7.0.0",
|
|
@@ -1590,29 +1589,41 @@
|
|
|
1590
1589
|
}
|
|
1591
1590
|
},
|
|
1592
1591
|
"node_modules/@expo/cli/node_modules/glob": {
|
|
1593
|
-
"version": "
|
|
1594
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
1595
|
-
"integrity": "sha512-
|
|
1596
|
-
"license": "
|
|
1592
|
+
"version": "13.0.6",
|
|
1593
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
1594
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
1595
|
+
"license": "BlueOak-1.0.0",
|
|
1597
1596
|
"dependencies": {
|
|
1598
|
-
"
|
|
1599
|
-
"
|
|
1600
|
-
"
|
|
1601
|
-
"minipass": "^7.1.2",
|
|
1602
|
-
"package-json-from-dist": "^1.0.0",
|
|
1603
|
-
"path-scurry": "^1.11.1"
|
|
1597
|
+
"minimatch": "^10.2.2",
|
|
1598
|
+
"minipass": "^7.1.3",
|
|
1599
|
+
"path-scurry": "^2.0.2"
|
|
1604
1600
|
},
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1601
|
+
"engines": {
|
|
1602
|
+
"node": "18 || 20 || >=22"
|
|
1603
|
+
},
|
|
1604
|
+
"funding": {
|
|
1605
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
"node_modules/@expo/cli/node_modules/glob/node_modules/minimatch": {
|
|
1609
|
+
"version": "10.2.2",
|
|
1610
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
|
|
1611
|
+
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
|
|
1612
|
+
"license": "BlueOak-1.0.0",
|
|
1613
|
+
"dependencies": {
|
|
1614
|
+
"brace-expansion": "^5.0.2"
|
|
1615
|
+
},
|
|
1616
|
+
"engines": {
|
|
1617
|
+
"node": "18 || 20 || >=22"
|
|
1607
1618
|
},
|
|
1608
1619
|
"funding": {
|
|
1609
1620
|
"url": "https://github.com/sponsors/isaacs"
|
|
1610
1621
|
}
|
|
1611
1622
|
},
|
|
1612
1623
|
"node_modules/@expo/cli/node_modules/semver": {
|
|
1613
|
-
"version": "7.7.
|
|
1614
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
1615
|
-
"integrity": "sha512-
|
|
1624
|
+
"version": "7.7.4",
|
|
1625
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
1626
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
1616
1627
|
"license": "ISC",
|
|
1617
1628
|
"bin": {
|
|
1618
1629
|
"semver": "bin/semver.js"
|
|
@@ -1622,50 +1633,49 @@
|
|
|
1622
1633
|
}
|
|
1623
1634
|
},
|
|
1624
1635
|
"node_modules/@expo/code-signing-certificates": {
|
|
1625
|
-
"version": "0.0.
|
|
1626
|
-
"resolved": "https://registry.npmjs.org/@expo/code-signing-certificates/-/code-signing-certificates-0.0.
|
|
1627
|
-
"integrity": "sha512-
|
|
1636
|
+
"version": "0.0.6",
|
|
1637
|
+
"resolved": "https://registry.npmjs.org/@expo/code-signing-certificates/-/code-signing-certificates-0.0.6.tgz",
|
|
1638
|
+
"integrity": "sha512-iNe0puxwBNEcuua9gmTGzq+SuMDa0iATai1FlFTMHJ/vUmKvN/V//drXoLJkVb5i5H3iE/n/qIJxyoBnXouD0w==",
|
|
1628
1639
|
"license": "MIT",
|
|
1629
1640
|
"dependencies": {
|
|
1630
|
-
"node-forge": "^1.
|
|
1631
|
-
"nullthrows": "^1.1.1"
|
|
1641
|
+
"node-forge": "^1.3.3"
|
|
1632
1642
|
}
|
|
1633
1643
|
},
|
|
1634
1644
|
"node_modules/@expo/config": {
|
|
1635
|
-
"version": "12.0.
|
|
1636
|
-
"resolved": "https://registry.npmjs.org/@expo/config/-/config-12.0.
|
|
1637
|
-
"integrity": "sha512-
|
|
1645
|
+
"version": "12.0.13",
|
|
1646
|
+
"resolved": "https://registry.npmjs.org/@expo/config/-/config-12.0.13.tgz",
|
|
1647
|
+
"integrity": "sha512-Cu52arBa4vSaupIWsF0h7F/Cg//N374nYb7HAxV0I4KceKA7x2UXpYaHOL7EEYYvp7tZdThBjvGpVmr8ScIvaQ==",
|
|
1638
1648
|
"license": "MIT",
|
|
1639
1649
|
"dependencies": {
|
|
1640
1650
|
"@babel/code-frame": "~7.10.4",
|
|
1641
|
-
"@expo/config-plugins": "~54.0.
|
|
1642
|
-
"@expo/config-types": "^54.0.
|
|
1643
|
-
"@expo/json-file": "^10.0.
|
|
1651
|
+
"@expo/config-plugins": "~54.0.4",
|
|
1652
|
+
"@expo/config-types": "^54.0.10",
|
|
1653
|
+
"@expo/json-file": "^10.0.8",
|
|
1644
1654
|
"deepmerge": "^4.3.1",
|
|
1645
1655
|
"getenv": "^2.0.0",
|
|
1646
|
-
"glob": "^
|
|
1656
|
+
"glob": "^13.0.0",
|
|
1647
1657
|
"require-from-string": "^2.0.2",
|
|
1648
1658
|
"resolve-from": "^5.0.0",
|
|
1649
1659
|
"resolve-workspace-root": "^2.0.0",
|
|
1650
1660
|
"semver": "^7.6.0",
|
|
1651
1661
|
"slugify": "^1.3.4",
|
|
1652
|
-
"sucrase": "3.35.
|
|
1662
|
+
"sucrase": "~3.35.1"
|
|
1653
1663
|
}
|
|
1654
1664
|
},
|
|
1655
1665
|
"node_modules/@expo/config-plugins": {
|
|
1656
|
-
"version": "54.0.
|
|
1657
|
-
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-54.0.
|
|
1658
|
-
"integrity": "sha512-
|
|
1666
|
+
"version": "54.0.4",
|
|
1667
|
+
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-54.0.4.tgz",
|
|
1668
|
+
"integrity": "sha512-g2yXGICdoOw5i3LkQSDxl2Q5AlQCrG7oniu0pCPPO+UxGb7He4AFqSvPSy8HpRUj55io17hT62FTjYRD+d6j3Q==",
|
|
1659
1669
|
"license": "MIT",
|
|
1660
1670
|
"dependencies": {
|
|
1661
|
-
"@expo/config-types": "^54.0.
|
|
1662
|
-
"@expo/json-file": "~10.0.
|
|
1663
|
-
"@expo/plist": "^0.4.
|
|
1671
|
+
"@expo/config-types": "^54.0.10",
|
|
1672
|
+
"@expo/json-file": "~10.0.8",
|
|
1673
|
+
"@expo/plist": "^0.4.8",
|
|
1664
1674
|
"@expo/sdk-runtime-versions": "^1.0.0",
|
|
1665
1675
|
"chalk": "^4.1.2",
|
|
1666
1676
|
"debug": "^4.3.5",
|
|
1667
1677
|
"getenv": "^2.0.0",
|
|
1668
|
-
"glob": "^
|
|
1678
|
+
"glob": "^13.0.0",
|
|
1669
1679
|
"resolve-from": "^5.0.0",
|
|
1670
1680
|
"semver": "^7.5.4",
|
|
1671
1681
|
"slash": "^3.0.0",
|
|
@@ -1675,20 +1685,32 @@
|
|
|
1675
1685
|
}
|
|
1676
1686
|
},
|
|
1677
1687
|
"node_modules/@expo/config-plugins/node_modules/glob": {
|
|
1678
|
-
"version": "
|
|
1679
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
1680
|
-
"integrity": "sha512-
|
|
1681
|
-
"license": "
|
|
1688
|
+
"version": "13.0.6",
|
|
1689
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
1690
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
1691
|
+
"license": "BlueOak-1.0.0",
|
|
1682
1692
|
"dependencies": {
|
|
1683
|
-
"
|
|
1684
|
-
"
|
|
1685
|
-
"
|
|
1686
|
-
"minipass": "^7.1.2",
|
|
1687
|
-
"package-json-from-dist": "^1.0.0",
|
|
1688
|
-
"path-scurry": "^1.11.1"
|
|
1693
|
+
"minimatch": "^10.2.2",
|
|
1694
|
+
"minipass": "^7.1.3",
|
|
1695
|
+
"path-scurry": "^2.0.2"
|
|
1689
1696
|
},
|
|
1690
|
-
"
|
|
1691
|
-
"
|
|
1697
|
+
"engines": {
|
|
1698
|
+
"node": "18 || 20 || >=22"
|
|
1699
|
+
},
|
|
1700
|
+
"funding": {
|
|
1701
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
"node_modules/@expo/config-plugins/node_modules/minimatch": {
|
|
1705
|
+
"version": "10.2.2",
|
|
1706
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
|
|
1707
|
+
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
|
|
1708
|
+
"license": "BlueOak-1.0.0",
|
|
1709
|
+
"dependencies": {
|
|
1710
|
+
"brace-expansion": "^5.0.2"
|
|
1711
|
+
},
|
|
1712
|
+
"engines": {
|
|
1713
|
+
"node": "18 || 20 || >=22"
|
|
1692
1714
|
},
|
|
1693
1715
|
"funding": {
|
|
1694
1716
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -1707,9 +1729,9 @@
|
|
|
1707
1729
|
}
|
|
1708
1730
|
},
|
|
1709
1731
|
"node_modules/@expo/config-types": {
|
|
1710
|
-
"version": "54.0.
|
|
1711
|
-
"resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-54.0.
|
|
1712
|
-
"integrity": "sha512
|
|
1732
|
+
"version": "54.0.10",
|
|
1733
|
+
"resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-54.0.10.tgz",
|
|
1734
|
+
"integrity": "sha512-/J16SC2an1LdtCZ67xhSkGXpALYUVUNyZws7v+PVsFZxClYehDSoKLqyRaGkpHlYrCc08bS0RF5E0JV6g50psA==",
|
|
1713
1735
|
"license": "MIT"
|
|
1714
1736
|
},
|
|
1715
1737
|
"node_modules/@expo/config/node_modules/@babel/code-frame": {
|
|
@@ -1722,20 +1744,32 @@
|
|
|
1722
1744
|
}
|
|
1723
1745
|
},
|
|
1724
1746
|
"node_modules/@expo/config/node_modules/glob": {
|
|
1725
|
-
"version": "
|
|
1726
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
1727
|
-
"integrity": "sha512-
|
|
1728
|
-
"license": "
|
|
1747
|
+
"version": "13.0.6",
|
|
1748
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
1749
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
1750
|
+
"license": "BlueOak-1.0.0",
|
|
1729
1751
|
"dependencies": {
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
1733
|
-
"minipass": "^7.1.2",
|
|
1734
|
-
"package-json-from-dist": "^1.0.0",
|
|
1735
|
-
"path-scurry": "^1.11.1"
|
|
1752
|
+
"minimatch": "^10.2.2",
|
|
1753
|
+
"minipass": "^7.1.3",
|
|
1754
|
+
"path-scurry": "^2.0.2"
|
|
1736
1755
|
},
|
|
1737
|
-
"
|
|
1738
|
-
"
|
|
1756
|
+
"engines": {
|
|
1757
|
+
"node": "18 || 20 || >=22"
|
|
1758
|
+
},
|
|
1759
|
+
"funding": {
|
|
1760
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
"node_modules/@expo/config/node_modules/minimatch": {
|
|
1764
|
+
"version": "10.2.2",
|
|
1765
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
|
|
1766
|
+
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
|
|
1767
|
+
"license": "BlueOak-1.0.0",
|
|
1768
|
+
"dependencies": {
|
|
1769
|
+
"brace-expansion": "^5.0.2"
|
|
1770
|
+
},
|
|
1771
|
+
"engines": {
|
|
1772
|
+
"node": "18 || 20 || >=22"
|
|
1739
1773
|
},
|
|
1740
1774
|
"funding": {
|
|
1741
1775
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -1754,14 +1788,13 @@
|
|
|
1754
1788
|
}
|
|
1755
1789
|
},
|
|
1756
1790
|
"node_modules/@expo/devcert": {
|
|
1757
|
-
"version": "1.2.
|
|
1758
|
-
"resolved": "https://registry.npmjs.org/@expo/devcert/-/devcert-1.2.
|
|
1759
|
-
"integrity": "sha512-
|
|
1791
|
+
"version": "1.2.1",
|
|
1792
|
+
"resolved": "https://registry.npmjs.org/@expo/devcert/-/devcert-1.2.1.tgz",
|
|
1793
|
+
"integrity": "sha512-qC4eaxmKMTmJC2ahwyui6ud8f3W60Ss7pMkpBq40Hu3zyiAaugPXnZ24145U7K36qO9UHdZUVxsCvIpz2RYYCA==",
|
|
1760
1794
|
"license": "MIT",
|
|
1761
1795
|
"dependencies": {
|
|
1762
1796
|
"@expo/sudo-prompt": "^9.3.1",
|
|
1763
|
-
"debug": "^3.1.0"
|
|
1764
|
-
"glob": "^10.4.2"
|
|
1797
|
+
"debug": "^3.1.0"
|
|
1765
1798
|
}
|
|
1766
1799
|
},
|
|
1767
1800
|
"node_modules/@expo/devcert/node_modules/debug": {
|
|
@@ -1773,30 +1806,10 @@
|
|
|
1773
1806
|
"ms": "^2.1.1"
|
|
1774
1807
|
}
|
|
1775
1808
|
},
|
|
1776
|
-
"node_modules/@expo/devcert/node_modules/glob": {
|
|
1777
|
-
"version": "10.5.0",
|
|
1778
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
1779
|
-
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
1780
|
-
"license": "ISC",
|
|
1781
|
-
"dependencies": {
|
|
1782
|
-
"foreground-child": "^3.1.0",
|
|
1783
|
-
"jackspeak": "^3.1.2",
|
|
1784
|
-
"minimatch": "^9.0.4",
|
|
1785
|
-
"minipass": "^7.1.2",
|
|
1786
|
-
"package-json-from-dist": "^1.0.0",
|
|
1787
|
-
"path-scurry": "^1.11.1"
|
|
1788
|
-
},
|
|
1789
|
-
"bin": {
|
|
1790
|
-
"glob": "dist/esm/bin.mjs"
|
|
1791
|
-
},
|
|
1792
|
-
"funding": {
|
|
1793
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
1794
|
-
}
|
|
1795
|
-
},
|
|
1796
1809
|
"node_modules/@expo/devtools": {
|
|
1797
|
-
"version": "0.1.
|
|
1798
|
-
"resolved": "https://registry.npmjs.org/@expo/devtools/-/devtools-0.1.
|
|
1799
|
-
"integrity": "sha512-
|
|
1810
|
+
"version": "0.1.8",
|
|
1811
|
+
"resolved": "https://registry.npmjs.org/@expo/devtools/-/devtools-0.1.8.tgz",
|
|
1812
|
+
"integrity": "sha512-SVLxbuanDjJPgc0sy3EfXUMLb/tXzp6XIHkhtPVmTWJAp+FOr6+5SeiCfJrCzZFet0Ifyke2vX3sFcKwEvCXwQ==",
|
|
1800
1813
|
"license": "MIT",
|
|
1801
1814
|
"dependencies": {
|
|
1802
1815
|
"chalk": "^4.1.2"
|
|
@@ -1815,9 +1828,9 @@
|
|
|
1815
1828
|
}
|
|
1816
1829
|
},
|
|
1817
1830
|
"node_modules/@expo/env": {
|
|
1818
|
-
"version": "2.0.
|
|
1819
|
-
"resolved": "https://registry.npmjs.org/@expo/env/-/env-2.0.
|
|
1820
|
-
"integrity": "sha512-
|
|
1831
|
+
"version": "2.0.8",
|
|
1832
|
+
"resolved": "https://registry.npmjs.org/@expo/env/-/env-2.0.8.tgz",
|
|
1833
|
+
"integrity": "sha512-5VQD6GT8HIMRaSaB5JFtOXuvfDVU80YtZIuUT/GDhUF782usIXY13Tn3IdDz1Tm/lqA9qnRZQ1BF4t7LlvdJPA==",
|
|
1821
1834
|
"license": "MIT",
|
|
1822
1835
|
"dependencies": {
|
|
1823
1836
|
"chalk": "^4.0.0",
|
|
@@ -1828,9 +1841,9 @@
|
|
|
1828
1841
|
}
|
|
1829
1842
|
},
|
|
1830
1843
|
"node_modules/@expo/fingerprint": {
|
|
1831
|
-
"version": "0.15.
|
|
1832
|
-
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.15.
|
|
1833
|
-
"integrity": "sha512-
|
|
1844
|
+
"version": "0.15.4",
|
|
1845
|
+
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.15.4.tgz",
|
|
1846
|
+
"integrity": "sha512-eYlxcrGdR2/j2M6pEDXo9zU9KXXF1vhP+V+Tl+lyY+bU8lnzrN6c637mz6Ye3em2ANy8hhUR03Raf8VsT9Ogng==",
|
|
1834
1847
|
"license": "MIT",
|
|
1835
1848
|
"dependencies": {
|
|
1836
1849
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -1838,7 +1851,7 @@
|
|
|
1838
1851
|
"chalk": "^4.1.2",
|
|
1839
1852
|
"debug": "^4.3.4",
|
|
1840
1853
|
"getenv": "^2.0.0",
|
|
1841
|
-
"glob": "^
|
|
1854
|
+
"glob": "^13.0.0",
|
|
1842
1855
|
"ignore": "^5.3.1",
|
|
1843
1856
|
"minimatch": "^9.0.0",
|
|
1844
1857
|
"p-limit": "^3.1.0",
|
|
@@ -1850,29 +1863,41 @@
|
|
|
1850
1863
|
}
|
|
1851
1864
|
},
|
|
1852
1865
|
"node_modules/@expo/fingerprint/node_modules/glob": {
|
|
1853
|
-
"version": "
|
|
1854
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
1855
|
-
"integrity": "sha512-
|
|
1856
|
-
"license": "
|
|
1866
|
+
"version": "13.0.6",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
1868
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
1869
|
+
"license": "BlueOak-1.0.0",
|
|
1857
1870
|
"dependencies": {
|
|
1858
|
-
"
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1861
|
-
"minipass": "^7.1.2",
|
|
1862
|
-
"package-json-from-dist": "^1.0.0",
|
|
1863
|
-
"path-scurry": "^1.11.1"
|
|
1871
|
+
"minimatch": "^10.2.2",
|
|
1872
|
+
"minipass": "^7.1.3",
|
|
1873
|
+
"path-scurry": "^2.0.2"
|
|
1864
1874
|
},
|
|
1865
|
-
"
|
|
1866
|
-
"
|
|
1875
|
+
"engines": {
|
|
1876
|
+
"node": "18 || 20 || >=22"
|
|
1877
|
+
},
|
|
1878
|
+
"funding": {
|
|
1879
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
"node_modules/@expo/fingerprint/node_modules/glob/node_modules/minimatch": {
|
|
1883
|
+
"version": "10.2.2",
|
|
1884
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
|
|
1885
|
+
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
|
|
1886
|
+
"license": "BlueOak-1.0.0",
|
|
1887
|
+
"dependencies": {
|
|
1888
|
+
"brace-expansion": "^5.0.2"
|
|
1889
|
+
},
|
|
1890
|
+
"engines": {
|
|
1891
|
+
"node": "18 || 20 || >=22"
|
|
1867
1892
|
},
|
|
1868
1893
|
"funding": {
|
|
1869
1894
|
"url": "https://github.com/sponsors/isaacs"
|
|
1870
1895
|
}
|
|
1871
1896
|
},
|
|
1872
1897
|
"node_modules/@expo/fingerprint/node_modules/semver": {
|
|
1873
|
-
"version": "7.7.
|
|
1874
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
1875
|
-
"integrity": "sha512-
|
|
1898
|
+
"version": "7.7.4",
|
|
1899
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
1900
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
1876
1901
|
"license": "ISC",
|
|
1877
1902
|
"bin": {
|
|
1878
1903
|
"semver": "bin/semver.js"
|
|
@@ -1882,9 +1907,9 @@
|
|
|
1882
1907
|
}
|
|
1883
1908
|
},
|
|
1884
1909
|
"node_modules/@expo/image-utils": {
|
|
1885
|
-
"version": "0.8.
|
|
1886
|
-
"resolved": "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.8.
|
|
1887
|
-
"integrity": "sha512-
|
|
1910
|
+
"version": "0.8.8",
|
|
1911
|
+
"resolved": "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.8.8.tgz",
|
|
1912
|
+
"integrity": "sha512-HHHaG4J4nKjTtVa1GG9PCh763xlETScfEyNxxOvfTRr8IKPJckjTyqSLEtdJoFNJ1vqiABEjW7tqGhqGibZLeA==",
|
|
1888
1913
|
"license": "MIT",
|
|
1889
1914
|
"dependencies": {
|
|
1890
1915
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -1900,9 +1925,9 @@
|
|
|
1900
1925
|
}
|
|
1901
1926
|
},
|
|
1902
1927
|
"node_modules/@expo/image-utils/node_modules/semver": {
|
|
1903
|
-
"version": "7.7.
|
|
1904
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
1905
|
-
"integrity": "sha512-
|
|
1928
|
+
"version": "7.7.4",
|
|
1929
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
1930
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
1906
1931
|
"license": "ISC",
|
|
1907
1932
|
"bin": {
|
|
1908
1933
|
"semver": "bin/semver.js"
|
|
@@ -1912,9 +1937,9 @@
|
|
|
1912
1937
|
}
|
|
1913
1938
|
},
|
|
1914
1939
|
"node_modules/@expo/json-file": {
|
|
1915
|
-
"version": "10.0.
|
|
1916
|
-
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-10.0.
|
|
1917
|
-
"integrity": "sha512-
|
|
1940
|
+
"version": "10.0.8",
|
|
1941
|
+
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-10.0.8.tgz",
|
|
1942
|
+
"integrity": "sha512-9LOTh1PgKizD1VXfGQ88LtDH0lRwq9lsTb4aichWTWSWqy3Ugfkhfm3BhzBIkJJfQQ5iJu3m/BoRlEIjoCGcnQ==",
|
|
1918
1943
|
"license": "MIT",
|
|
1919
1944
|
"dependencies": {
|
|
1920
1945
|
"@babel/code-frame": "~7.10.4",
|
|
@@ -1930,58 +1955,41 @@
|
|
|
1930
1955
|
"@babel/highlight": "^7.10.4"
|
|
1931
1956
|
}
|
|
1932
1957
|
},
|
|
1933
|
-
"node_modules/@expo/mcp-tunnel": {
|
|
1934
|
-
"version": "0.0.8",
|
|
1935
|
-
"resolved": "https://registry.npmjs.org/@expo/mcp-tunnel/-/mcp-tunnel-0.0.8.tgz",
|
|
1936
|
-
"integrity": "sha512-6261obzt6h9TQb6clET7Fw4Ig4AY2hfTNKI3gBt0gcTNxZipwMg8wER7ssDYieA9feD/FfPTuCPYFcR280aaWA==",
|
|
1937
|
-
"license": "MIT",
|
|
1938
|
-
"dependencies": {
|
|
1939
|
-
"ws": "^8.18.3",
|
|
1940
|
-
"zod": "^3.25.76",
|
|
1941
|
-
"zod-to-json-schema": "^3.24.6"
|
|
1942
|
-
},
|
|
1943
|
-
"peerDependencies": {
|
|
1944
|
-
"@modelcontextprotocol/sdk": "^1.13.2"
|
|
1945
|
-
},
|
|
1946
|
-
"peerDependenciesMeta": {
|
|
1947
|
-
"@modelcontextprotocol/sdk": {
|
|
1948
|
-
"optional": true
|
|
1949
|
-
}
|
|
1950
|
-
}
|
|
1951
|
-
},
|
|
1952
1958
|
"node_modules/@expo/metro": {
|
|
1953
|
-
"version": "54.
|
|
1954
|
-
"resolved": "https://registry.npmjs.org/@expo/metro/-/metro-54.
|
|
1955
|
-
"integrity": "sha512-
|
|
1959
|
+
"version": "54.2.0",
|
|
1960
|
+
"resolved": "https://registry.npmjs.org/@expo/metro/-/metro-54.2.0.tgz",
|
|
1961
|
+
"integrity": "sha512-h68TNZPGsk6swMmLm9nRSnE2UXm48rWwgcbtAHVMikXvbxdS41NDHHeqg1rcQ9AbznDRp6SQVC2MVpDnsRKU1w==",
|
|
1956
1962
|
"license": "MIT",
|
|
1957
1963
|
"dependencies": {
|
|
1958
|
-
"metro": "0.83.
|
|
1959
|
-
"metro-babel-transformer": "0.83.
|
|
1960
|
-
"metro-cache": "0.83.
|
|
1961
|
-
"metro-cache-key": "0.83.
|
|
1962
|
-
"metro-config": "0.83.
|
|
1963
|
-
"metro-core": "0.83.
|
|
1964
|
-
"metro-file-map": "0.83.
|
|
1965
|
-
"metro-
|
|
1966
|
-
"metro-
|
|
1967
|
-
"metro-
|
|
1968
|
-
"metro-
|
|
1969
|
-
"metro-
|
|
1964
|
+
"metro": "0.83.3",
|
|
1965
|
+
"metro-babel-transformer": "0.83.3",
|
|
1966
|
+
"metro-cache": "0.83.3",
|
|
1967
|
+
"metro-cache-key": "0.83.3",
|
|
1968
|
+
"metro-config": "0.83.3",
|
|
1969
|
+
"metro-core": "0.83.3",
|
|
1970
|
+
"metro-file-map": "0.83.3",
|
|
1971
|
+
"metro-minify-terser": "0.83.3",
|
|
1972
|
+
"metro-resolver": "0.83.3",
|
|
1973
|
+
"metro-runtime": "0.83.3",
|
|
1974
|
+
"metro-source-map": "0.83.3",
|
|
1975
|
+
"metro-symbolicate": "0.83.3",
|
|
1976
|
+
"metro-transform-plugins": "0.83.3",
|
|
1977
|
+
"metro-transform-worker": "0.83.3"
|
|
1970
1978
|
}
|
|
1971
1979
|
},
|
|
1972
1980
|
"node_modules/@expo/metro-config": {
|
|
1973
|
-
"version": "54.0.
|
|
1974
|
-
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.
|
|
1975
|
-
"integrity": "sha512-
|
|
1981
|
+
"version": "54.0.14",
|
|
1982
|
+
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.14.tgz",
|
|
1983
|
+
"integrity": "sha512-hxpLyDfOR4L23tJ9W1IbJJsG7k4lv2sotohBm/kTYyiG+pe1SYCAWsRmgk+H42o/wWf/HQjE5k45S5TomGLxNA==",
|
|
1976
1984
|
"license": "MIT",
|
|
1977
1985
|
"dependencies": {
|
|
1978
1986
|
"@babel/code-frame": "^7.20.0",
|
|
1979
1987
|
"@babel/core": "^7.20.0",
|
|
1980
1988
|
"@babel/generator": "^7.20.5",
|
|
1981
|
-
"@expo/config": "~12.0.
|
|
1982
|
-
"@expo/env": "~2.0.
|
|
1983
|
-
"@expo/json-file": "~10.0.
|
|
1984
|
-
"@expo/metro": "~54.
|
|
1989
|
+
"@expo/config": "~12.0.13",
|
|
1990
|
+
"@expo/env": "~2.0.8",
|
|
1991
|
+
"@expo/json-file": "~10.0.8",
|
|
1992
|
+
"@expo/metro": "~54.2.0",
|
|
1985
1993
|
"@expo/spawn-async": "^1.7.2",
|
|
1986
1994
|
"browserslist": "^4.25.0",
|
|
1987
1995
|
"chalk": "^4.1.0",
|
|
@@ -1989,7 +1997,7 @@
|
|
|
1989
1997
|
"dotenv": "~16.4.5",
|
|
1990
1998
|
"dotenv-expand": "~11.0.6",
|
|
1991
1999
|
"getenv": "^2.0.0",
|
|
1992
|
-
"glob": "^
|
|
2000
|
+
"glob": "^13.0.0",
|
|
1993
2001
|
"hermes-parser": "^0.29.1",
|
|
1994
2002
|
"jsc-safe-url": "^0.2.4",
|
|
1995
2003
|
"lightningcss": "^1.30.1",
|
|
@@ -2007,61 +2015,41 @@
|
|
|
2007
2015
|
}
|
|
2008
2016
|
},
|
|
2009
2017
|
"node_modules/@expo/metro-config/node_modules/glob": {
|
|
2010
|
-
"version": "
|
|
2011
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
2012
|
-
"integrity": "sha512-
|
|
2013
|
-
"license": "
|
|
2018
|
+
"version": "13.0.6",
|
|
2019
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
2020
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
2021
|
+
"license": "BlueOak-1.0.0",
|
|
2014
2022
|
"dependencies": {
|
|
2015
|
-
"
|
|
2016
|
-
"
|
|
2017
|
-
"
|
|
2018
|
-
"minipass": "^7.1.2",
|
|
2019
|
-
"package-json-from-dist": "^1.0.0",
|
|
2020
|
-
"path-scurry": "^1.11.1"
|
|
2023
|
+
"minimatch": "^10.2.2",
|
|
2024
|
+
"minipass": "^7.1.3",
|
|
2025
|
+
"path-scurry": "^2.0.2"
|
|
2021
2026
|
},
|
|
2022
|
-
"
|
|
2023
|
-
"
|
|
2027
|
+
"engines": {
|
|
2028
|
+
"node": "18 || 20 || >=22"
|
|
2024
2029
|
},
|
|
2025
2030
|
"funding": {
|
|
2026
2031
|
"url": "https://github.com/sponsors/isaacs"
|
|
2027
2032
|
}
|
|
2028
2033
|
},
|
|
2029
|
-
"node_modules/@expo/metro/node_modules/
|
|
2030
|
-
"version": "
|
|
2031
|
-
"resolved": "https://registry.npmjs.org/
|
|
2032
|
-
"integrity": "sha512
|
|
2033
|
-
"license": "
|
|
2034
|
+
"node_modules/@expo/metro-config/node_modules/glob/node_modules/minimatch": {
|
|
2035
|
+
"version": "10.2.2",
|
|
2036
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
|
|
2037
|
+
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
|
|
2038
|
+
"license": "BlueOak-1.0.0",
|
|
2034
2039
|
"dependencies": {
|
|
2035
|
-
"
|
|
2036
|
-
"cosmiconfig": "^5.0.5",
|
|
2037
|
-
"flow-enums-runtime": "^0.0.6",
|
|
2038
|
-
"jest-validate": "^29.7.0",
|
|
2039
|
-
"metro": "0.83.1",
|
|
2040
|
-
"metro-cache": "0.83.1",
|
|
2041
|
-
"metro-core": "0.83.1",
|
|
2042
|
-
"metro-runtime": "0.83.1"
|
|
2040
|
+
"brace-expansion": "^5.0.2"
|
|
2043
2041
|
},
|
|
2044
2042
|
"engines": {
|
|
2045
|
-
"node": ">=
|
|
2046
|
-
}
|
|
2047
|
-
},
|
|
2048
|
-
"node_modules/@expo/metro/node_modules/metro-runtime": {
|
|
2049
|
-
"version": "0.83.1",
|
|
2050
|
-
"resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.83.1.tgz",
|
|
2051
|
-
"integrity": "sha512-3Ag8ZS4IwafL/JUKlaeM6/CbkooY+WcVeqdNlBG0m4S0Qz0om3rdFdy1y6fYBpl6AwXJwWeMuXrvZdMuByTcRA==",
|
|
2052
|
-
"license": "MIT",
|
|
2053
|
-
"dependencies": {
|
|
2054
|
-
"@babel/runtime": "^7.25.0",
|
|
2055
|
-
"flow-enums-runtime": "^0.0.6"
|
|
2043
|
+
"node": "18 || 20 || >=22"
|
|
2056
2044
|
},
|
|
2057
|
-
"
|
|
2058
|
-
"
|
|
2045
|
+
"funding": {
|
|
2046
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2059
2047
|
}
|
|
2060
2048
|
},
|
|
2061
2049
|
"node_modules/@expo/osascript": {
|
|
2062
|
-
"version": "2.3.
|
|
2063
|
-
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.3.
|
|
2064
|
-
"integrity": "sha512
|
|
2050
|
+
"version": "2.3.8",
|
|
2051
|
+
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.3.8.tgz",
|
|
2052
|
+
"integrity": "sha512-/TuOZvSG7Nn0I8c+FcEaoHeBO07yu6vwDgk7rZVvAXoeAK5rkA09jRyjYsZo+0tMEFaToBeywA6pj50Mb3ny9w==",
|
|
2065
2053
|
"license": "MIT",
|
|
2066
2054
|
"dependencies": {
|
|
2067
2055
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -2072,12 +2060,12 @@
|
|
|
2072
2060
|
}
|
|
2073
2061
|
},
|
|
2074
2062
|
"node_modules/@expo/package-manager": {
|
|
2075
|
-
"version": "1.9.
|
|
2076
|
-
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.9.
|
|
2077
|
-
"integrity": "sha512-
|
|
2063
|
+
"version": "1.9.10",
|
|
2064
|
+
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.9.10.tgz",
|
|
2065
|
+
"integrity": "sha512-axJm+NOj3jVxep49va/+L3KkF3YW/dkV+RwzqUJedZrv4LeTqOG4rhrCaCPXHTvLqCTDKu6j0Xyd28N7mnxsGA==",
|
|
2078
2066
|
"license": "MIT",
|
|
2079
2067
|
"dependencies": {
|
|
2080
|
-
"@expo/json-file": "^10.0.
|
|
2068
|
+
"@expo/json-file": "^10.0.8",
|
|
2081
2069
|
"@expo/spawn-async": "^1.7.2",
|
|
2082
2070
|
"chalk": "^4.0.0",
|
|
2083
2071
|
"npm-package-arg": "^11.0.0",
|
|
@@ -2086,9 +2074,9 @@
|
|
|
2086
2074
|
}
|
|
2087
2075
|
},
|
|
2088
2076
|
"node_modules/@expo/plist": {
|
|
2089
|
-
"version": "0.4.
|
|
2090
|
-
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.4.
|
|
2091
|
-
"integrity": "sha512-
|
|
2077
|
+
"version": "0.4.8",
|
|
2078
|
+
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.4.8.tgz",
|
|
2079
|
+
"integrity": "sha512-pfNtErGGzzRwHP+5+RqswzPDKkZrx+Cli0mzjQaus1ZWFsog5ibL+nVT3NcporW51o8ggnt7x813vtRbPiyOrQ==",
|
|
2092
2080
|
"license": "MIT",
|
|
2093
2081
|
"dependencies": {
|
|
2094
2082
|
"@xmldom/xmldom": "^0.8.8",
|
|
@@ -2097,17 +2085,17 @@
|
|
|
2097
2085
|
}
|
|
2098
2086
|
},
|
|
2099
2087
|
"node_modules/@expo/prebuild-config": {
|
|
2100
|
-
"version": "54.0.
|
|
2101
|
-
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.
|
|
2102
|
-
"integrity": "sha512-
|
|
2088
|
+
"version": "54.0.8",
|
|
2089
|
+
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.8.tgz",
|
|
2090
|
+
"integrity": "sha512-EA7N4dloty2t5Rde+HP0IEE+nkAQiu4A/+QGZGT9mFnZ5KKjPPkqSyYcRvP5bhQE10D+tvz6X0ngZpulbMdbsg==",
|
|
2103
2091
|
"license": "MIT",
|
|
2104
2092
|
"dependencies": {
|
|
2105
|
-
"@expo/config": "~12.0.
|
|
2106
|
-
"@expo/config-plugins": "~54.0.
|
|
2107
|
-
"@expo/config-types": "^54.0.
|
|
2108
|
-
"@expo/image-utils": "^0.8.
|
|
2109
|
-
"@expo/json-file": "^10.0.
|
|
2110
|
-
"@react-native/normalize-colors": "0.81.
|
|
2093
|
+
"@expo/config": "~12.0.13",
|
|
2094
|
+
"@expo/config-plugins": "~54.0.4",
|
|
2095
|
+
"@expo/config-types": "^54.0.10",
|
|
2096
|
+
"@expo/image-utils": "^0.8.8",
|
|
2097
|
+
"@expo/json-file": "^10.0.8",
|
|
2098
|
+
"@react-native/normalize-colors": "0.81.5",
|
|
2111
2099
|
"debug": "^4.3.1",
|
|
2112
2100
|
"resolve-from": "^5.0.0",
|
|
2113
2101
|
"semver": "^7.6.0",
|
|
@@ -2118,9 +2106,9 @@
|
|
|
2118
2106
|
}
|
|
2119
2107
|
},
|
|
2120
2108
|
"node_modules/@expo/prebuild-config/node_modules/semver": {
|
|
2121
|
-
"version": "7.7.
|
|
2122
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
2123
|
-
"integrity": "sha512-
|
|
2109
|
+
"version": "7.7.4",
|
|
2110
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
2111
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
2124
2112
|
"license": "ISC",
|
|
2125
2113
|
"bin": {
|
|
2126
2114
|
"semver": "bin/semver.js"
|
|
@@ -2130,9 +2118,9 @@
|
|
|
2130
2118
|
}
|
|
2131
2119
|
},
|
|
2132
2120
|
"node_modules/@expo/schema-utils": {
|
|
2133
|
-
"version": "0.1.
|
|
2134
|
-
"resolved": "https://registry.npmjs.org/@expo/schema-utils/-/schema-utils-0.1.
|
|
2135
|
-
"integrity": "sha512-
|
|
2121
|
+
"version": "0.1.8",
|
|
2122
|
+
"resolved": "https://registry.npmjs.org/@expo/schema-utils/-/schema-utils-0.1.8.tgz",
|
|
2123
|
+
"integrity": "sha512-9I6ZqvnAvKKDiO+ZF8BpQQFYWXOJvTAL5L/227RUbWG1OVZDInFifzCBiqAZ3b67NRfeAgpgvbA7rejsqhY62A==",
|
|
2136
2124
|
"license": "MIT"
|
|
2137
2125
|
},
|
|
2138
2126
|
"node_modules/@expo/sdk-runtime-versions": {
|
|
@@ -2141,19 +2129,6 @@
|
|
|
2141
2129
|
"integrity": "sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==",
|
|
2142
2130
|
"license": "MIT"
|
|
2143
2131
|
},
|
|
2144
|
-
"node_modules/@expo/server": {
|
|
2145
|
-
"version": "0.7.5",
|
|
2146
|
-
"resolved": "https://registry.npmjs.org/@expo/server/-/server-0.7.5.tgz",
|
|
2147
|
-
"integrity": "sha512-aNVcerBSJEcUspvXRWChEgFhix1gTNIcgFDevaU/A1+TkfbejNIjGX4rfLEpfyRzzdLIRuOkBNjD+uTYMzohyg==",
|
|
2148
|
-
"license": "MIT",
|
|
2149
|
-
"dependencies": {
|
|
2150
|
-
"abort-controller": "^3.0.0",
|
|
2151
|
-
"debug": "^4.3.4"
|
|
2152
|
-
},
|
|
2153
|
-
"engines": {
|
|
2154
|
-
"node": ">=20.16.0"
|
|
2155
|
-
}
|
|
2156
|
-
},
|
|
2157
2132
|
"node_modules/@expo/spawn-async": {
|
|
2158
2133
|
"version": "1.7.2",
|
|
2159
2134
|
"resolved": "https://registry.npmjs.org/@expo/spawn-async/-/spawn-async-1.7.2.tgz",
|
|
@@ -2173,9 +2148,9 @@
|
|
|
2173
2148
|
"license": "MIT"
|
|
2174
2149
|
},
|
|
2175
2150
|
"node_modules/@expo/vector-icons": {
|
|
2176
|
-
"version": "15.
|
|
2177
|
-
"resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-15.
|
|
2178
|
-
"integrity": "sha512-
|
|
2151
|
+
"version": "15.1.1",
|
|
2152
|
+
"resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-15.1.1.tgz",
|
|
2153
|
+
"integrity": "sha512-Iu2VkcoI5vygbtYngm7jb4ifxElNVXQYdDrYkT7UCEIiKLeWnQY0wf2ZhHZ+Wro6Sc5TaumpKUOqDRpLi5rkvw==",
|
|
2179
2154
|
"license": "MIT",
|
|
2180
2155
|
"peerDependencies": {
|
|
2181
2156
|
"expo-font": ">=14.0.4",
|
|
@@ -2190,125 +2165,19 @@
|
|
|
2190
2165
|
"license": "MIT"
|
|
2191
2166
|
},
|
|
2192
2167
|
"node_modules/@expo/xcpretty": {
|
|
2193
|
-
"version": "4.
|
|
2194
|
-
"resolved": "https://registry.npmjs.org/@expo/xcpretty/-/xcpretty-4.
|
|
2195
|
-
"integrity": "sha512-
|
|
2168
|
+
"version": "4.4.0",
|
|
2169
|
+
"resolved": "https://registry.npmjs.org/@expo/xcpretty/-/xcpretty-4.4.0.tgz",
|
|
2170
|
+
"integrity": "sha512-o2qDlTqJ606h4xR36H2zWTywmZ3v3842K6TU8Ik2n1mfW0S580VHlt3eItVYdLYz+klaPp7CXqanja8eASZjRw==",
|
|
2196
2171
|
"license": "BSD-3-Clause",
|
|
2197
2172
|
"dependencies": {
|
|
2198
|
-
"@babel/code-frame": "7.
|
|
2173
|
+
"@babel/code-frame": "^7.20.0",
|
|
2199
2174
|
"chalk": "^4.1.0",
|
|
2200
|
-
"find-up": "^5.0.0",
|
|
2201
2175
|
"js-yaml": "^4.1.0"
|
|
2202
2176
|
},
|
|
2203
2177
|
"bin": {
|
|
2204
2178
|
"excpretty": "build/cli.js"
|
|
2205
2179
|
}
|
|
2206
2180
|
},
|
|
2207
|
-
"node_modules/@expo/xcpretty/node_modules/@babel/code-frame": {
|
|
2208
|
-
"version": "7.10.4",
|
|
2209
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
|
|
2210
|
-
"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
|
|
2211
|
-
"license": "MIT",
|
|
2212
|
-
"dependencies": {
|
|
2213
|
-
"@babel/highlight": "^7.10.4"
|
|
2214
|
-
}
|
|
2215
|
-
},
|
|
2216
|
-
"node_modules/@isaacs/cliui": {
|
|
2217
|
-
"version": "8.0.2",
|
|
2218
|
-
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
2219
|
-
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
2220
|
-
"license": "ISC",
|
|
2221
|
-
"dependencies": {
|
|
2222
|
-
"string-width": "^5.1.2",
|
|
2223
|
-
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
2224
|
-
"strip-ansi": "^7.0.1",
|
|
2225
|
-
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
2226
|
-
"wrap-ansi": "^8.1.0",
|
|
2227
|
-
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
2228
|
-
},
|
|
2229
|
-
"engines": {
|
|
2230
|
-
"node": ">=12"
|
|
2231
|
-
}
|
|
2232
|
-
},
|
|
2233
|
-
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
2234
|
-
"version": "6.2.2",
|
|
2235
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
2236
|
-
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
2237
|
-
"license": "MIT",
|
|
2238
|
-
"engines": {
|
|
2239
|
-
"node": ">=12"
|
|
2240
|
-
},
|
|
2241
|
-
"funding": {
|
|
2242
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
2243
|
-
}
|
|
2244
|
-
},
|
|
2245
|
-
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
2246
|
-
"version": "6.2.3",
|
|
2247
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
2248
|
-
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
2249
|
-
"license": "MIT",
|
|
2250
|
-
"engines": {
|
|
2251
|
-
"node": ">=12"
|
|
2252
|
-
},
|
|
2253
|
-
"funding": {
|
|
2254
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2255
|
-
}
|
|
2256
|
-
},
|
|
2257
|
-
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
2258
|
-
"version": "9.2.2",
|
|
2259
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
2260
|
-
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
2261
|
-
"license": "MIT"
|
|
2262
|
-
},
|
|
2263
|
-
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
2264
|
-
"version": "5.1.2",
|
|
2265
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
2266
|
-
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
2267
|
-
"license": "MIT",
|
|
2268
|
-
"dependencies": {
|
|
2269
|
-
"eastasianwidth": "^0.2.0",
|
|
2270
|
-
"emoji-regex": "^9.2.2",
|
|
2271
|
-
"strip-ansi": "^7.0.1"
|
|
2272
|
-
},
|
|
2273
|
-
"engines": {
|
|
2274
|
-
"node": ">=12"
|
|
2275
|
-
},
|
|
2276
|
-
"funding": {
|
|
2277
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2278
|
-
}
|
|
2279
|
-
},
|
|
2280
|
-
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
2281
|
-
"version": "7.1.2",
|
|
2282
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
2283
|
-
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
2284
|
-
"license": "MIT",
|
|
2285
|
-
"dependencies": {
|
|
2286
|
-
"ansi-regex": "^6.0.1"
|
|
2287
|
-
},
|
|
2288
|
-
"engines": {
|
|
2289
|
-
"node": ">=12"
|
|
2290
|
-
},
|
|
2291
|
-
"funding": {
|
|
2292
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
2293
|
-
}
|
|
2294
|
-
},
|
|
2295
|
-
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
2296
|
-
"version": "8.1.0",
|
|
2297
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
2298
|
-
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
2299
|
-
"license": "MIT",
|
|
2300
|
-
"dependencies": {
|
|
2301
|
-
"ansi-styles": "^6.1.0",
|
|
2302
|
-
"string-width": "^5.0.1",
|
|
2303
|
-
"strip-ansi": "^7.0.1"
|
|
2304
|
-
},
|
|
2305
|
-
"engines": {
|
|
2306
|
-
"node": ">=12"
|
|
2307
|
-
},
|
|
2308
|
-
"funding": {
|
|
2309
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2310
|
-
}
|
|
2311
|
-
},
|
|
2312
2181
|
"node_modules/@isaacs/fs-minipass": {
|
|
2313
2182
|
"version": "4.0.1",
|
|
2314
2183
|
"resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
|
|
@@ -2592,42 +2461,32 @@
|
|
|
2592
2461
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
2593
2462
|
}
|
|
2594
2463
|
},
|
|
2595
|
-
"node_modules/@pkgjs/parseargs": {
|
|
2596
|
-
"version": "0.11.0",
|
|
2597
|
-
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
2598
|
-
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
2599
|
-
"license": "MIT",
|
|
2600
|
-
"optional": true,
|
|
2601
|
-
"engines": {
|
|
2602
|
-
"node": ">=14"
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2605
2464
|
"node_modules/@react-native/assets-registry": {
|
|
2606
|
-
"version": "0.81.
|
|
2607
|
-
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.81.
|
|
2608
|
-
"integrity": "sha512-
|
|
2465
|
+
"version": "0.81.6",
|
|
2466
|
+
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.81.6.tgz",
|
|
2467
|
+
"integrity": "sha512-nNlJ7mdXFoq/7LMG3eJIncqjgXkpDJak3xO8Lb4yQmFI3XVI1nupPRjlYRY0ham1gLE0F/AWvKFChsKUfF5lOQ==",
|
|
2609
2468
|
"license": "MIT",
|
|
2610
2469
|
"engines": {
|
|
2611
2470
|
"node": ">= 20.19.4"
|
|
2612
2471
|
}
|
|
2613
2472
|
},
|
|
2614
2473
|
"node_modules/@react-native/babel-plugin-codegen": {
|
|
2615
|
-
"version": "0.81.
|
|
2616
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.
|
|
2617
|
-
"integrity": "sha512-
|
|
2474
|
+
"version": "0.81.6",
|
|
2475
|
+
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.6.tgz",
|
|
2476
|
+
"integrity": "sha512-OBx6/S0h0MEAoUXhRCWBu00+Oz0gCcHzduTHN++qnK7cIZUhxASUdplYzBZTtTdtA+Zr0bDzH05EsXq718WgFA==",
|
|
2618
2477
|
"license": "MIT",
|
|
2619
2478
|
"dependencies": {
|
|
2620
2479
|
"@babel/traverse": "^7.25.3",
|
|
2621
|
-
"@react-native/codegen": "0.81.
|
|
2480
|
+
"@react-native/codegen": "0.81.6"
|
|
2622
2481
|
},
|
|
2623
2482
|
"engines": {
|
|
2624
2483
|
"node": ">= 20.19.4"
|
|
2625
2484
|
}
|
|
2626
2485
|
},
|
|
2627
2486
|
"node_modules/@react-native/babel-preset": {
|
|
2628
|
-
"version": "0.81.
|
|
2629
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.81.
|
|
2630
|
-
"integrity": "sha512-
|
|
2487
|
+
"version": "0.81.6",
|
|
2488
|
+
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.81.6.tgz",
|
|
2489
|
+
"integrity": "sha512-RtIr82ccPoyMLmIC3/vCG96MzRmIT+IzQkjCgTS5b93uAxiER9BS7+d1l7+zD00VanClt6CTBM4K4n6RCnAykg==",
|
|
2631
2490
|
"license": "MIT",
|
|
2632
2491
|
"dependencies": {
|
|
2633
2492
|
"@babel/core": "^7.25.2",
|
|
@@ -2671,7 +2530,7 @@
|
|
|
2671
2530
|
"@babel/plugin-transform-typescript": "^7.25.2",
|
|
2672
2531
|
"@babel/plugin-transform-unicode-regex": "^7.24.7",
|
|
2673
2532
|
"@babel/template": "^7.25.0",
|
|
2674
|
-
"@react-native/babel-plugin-codegen": "0.81.
|
|
2533
|
+
"@react-native/babel-plugin-codegen": "0.81.6",
|
|
2675
2534
|
"babel-plugin-syntax-hermes-parser": "0.29.1",
|
|
2676
2535
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
2677
2536
|
"react-refresh": "^0.14.0"
|
|
@@ -2684,9 +2543,9 @@
|
|
|
2684
2543
|
}
|
|
2685
2544
|
},
|
|
2686
2545
|
"node_modules/@react-native/codegen": {
|
|
2687
|
-
"version": "0.81.
|
|
2688
|
-
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.81.
|
|
2689
|
-
"integrity": "sha512-
|
|
2546
|
+
"version": "0.81.6",
|
|
2547
|
+
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.81.6.tgz",
|
|
2548
|
+
"integrity": "sha512-9KoYRep/KDnELLLmIYTtIIEOClVUJ88pxWObb/0sjkacA7uL4SgfbAg7rWLURAQJWI85L1YS67IhdEqNNk1I7w==",
|
|
2690
2549
|
"license": "MIT",
|
|
2691
2550
|
"dependencies": {
|
|
2692
2551
|
"@babel/core": "^7.25.2",
|
|
@@ -2705,12 +2564,12 @@
|
|
|
2705
2564
|
}
|
|
2706
2565
|
},
|
|
2707
2566
|
"node_modules/@react-native/community-cli-plugin": {
|
|
2708
|
-
"version": "0.81.
|
|
2709
|
-
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.81.
|
|
2710
|
-
"integrity": "sha512-
|
|
2567
|
+
"version": "0.81.6",
|
|
2568
|
+
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.81.6.tgz",
|
|
2569
|
+
"integrity": "sha512-oTwIheF4TU7NkfoHxwSQAKtIDx4SQEs2xufgM3gguY7WkpnhGa/BYA/A+hdHXfqEKJFKlHcXQu4BrV/7Sv1fhw==",
|
|
2711
2570
|
"license": "MIT",
|
|
2712
2571
|
"dependencies": {
|
|
2713
|
-
"@react-native/dev-middleware": "0.81.
|
|
2572
|
+
"@react-native/dev-middleware": "0.81.6",
|
|
2714
2573
|
"debug": "^4.4.0",
|
|
2715
2574
|
"invariant": "^2.2.4",
|
|
2716
2575
|
"metro": "^0.83.1",
|
|
@@ -2734,10 +2593,41 @@
|
|
|
2734
2593
|
}
|
|
2735
2594
|
}
|
|
2736
2595
|
},
|
|
2596
|
+
"node_modules/@react-native/community-cli-plugin/node_modules/@react-native/debugger-frontend": {
|
|
2597
|
+
"version": "0.81.6",
|
|
2598
|
+
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.81.6.tgz",
|
|
2599
|
+
"integrity": "sha512-aGw28yzbtm25GQuuxNeVAT72tLuGoH0yh79uYOIZkvjI+5x1NjZyPrgiLZ2LlZi5dJdxfbz30p1zUcHvcAzEZw==",
|
|
2600
|
+
"license": "BSD-3-Clause",
|
|
2601
|
+
"engines": {
|
|
2602
|
+
"node": ">= 20.19.4"
|
|
2603
|
+
}
|
|
2604
|
+
},
|
|
2605
|
+
"node_modules/@react-native/community-cli-plugin/node_modules/@react-native/dev-middleware": {
|
|
2606
|
+
"version": "0.81.6",
|
|
2607
|
+
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.81.6.tgz",
|
|
2608
|
+
"integrity": "sha512-mK2M3gJ25LtgtqxS1ZXe1vHrz8APOA79Ot/MpbLeovFgLu6YJki0kbO5MRpJagTd+HbesVYSZb/BhAsGN7QAXA==",
|
|
2609
|
+
"license": "MIT",
|
|
2610
|
+
"dependencies": {
|
|
2611
|
+
"@isaacs/ttlcache": "^1.4.1",
|
|
2612
|
+
"@react-native/debugger-frontend": "0.81.6",
|
|
2613
|
+
"chrome-launcher": "^0.15.2",
|
|
2614
|
+
"chromium-edge-launcher": "^0.2.0",
|
|
2615
|
+
"connect": "^3.6.5",
|
|
2616
|
+
"debug": "^4.4.0",
|
|
2617
|
+
"invariant": "^2.2.4",
|
|
2618
|
+
"nullthrows": "^1.1.1",
|
|
2619
|
+
"open": "^7.0.3",
|
|
2620
|
+
"serve-static": "^1.16.2",
|
|
2621
|
+
"ws": "^6.2.3"
|
|
2622
|
+
},
|
|
2623
|
+
"engines": {
|
|
2624
|
+
"node": ">= 20.19.4"
|
|
2625
|
+
}
|
|
2626
|
+
},
|
|
2737
2627
|
"node_modules/@react-native/community-cli-plugin/node_modules/semver": {
|
|
2738
|
-
"version": "7.7.
|
|
2739
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
2740
|
-
"integrity": "sha512-
|
|
2628
|
+
"version": "7.7.4",
|
|
2629
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
2630
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
2741
2631
|
"license": "ISC",
|
|
2742
2632
|
"bin": {
|
|
2743
2633
|
"semver": "bin/semver.js"
|
|
@@ -2746,23 +2636,32 @@
|
|
|
2746
2636
|
"node": ">=10"
|
|
2747
2637
|
}
|
|
2748
2638
|
},
|
|
2639
|
+
"node_modules/@react-native/community-cli-plugin/node_modules/ws": {
|
|
2640
|
+
"version": "6.2.3",
|
|
2641
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
|
|
2642
|
+
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
|
|
2643
|
+
"license": "MIT",
|
|
2644
|
+
"dependencies": {
|
|
2645
|
+
"async-limiter": "~1.0.0"
|
|
2646
|
+
}
|
|
2647
|
+
},
|
|
2749
2648
|
"node_modules/@react-native/debugger-frontend": {
|
|
2750
|
-
"version": "0.81.
|
|
2751
|
-
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.81.
|
|
2752
|
-
"integrity": "sha512-
|
|
2649
|
+
"version": "0.81.5",
|
|
2650
|
+
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.81.5.tgz",
|
|
2651
|
+
"integrity": "sha512-bnd9FSdWKx2ncklOetCgrlwqSGhMHP2zOxObJbOWXoj7GHEmih4MKarBo5/a8gX8EfA1EwRATdfNBQ81DY+h+w==",
|
|
2753
2652
|
"license": "BSD-3-Clause",
|
|
2754
2653
|
"engines": {
|
|
2755
2654
|
"node": ">= 20.19.4"
|
|
2756
2655
|
}
|
|
2757
2656
|
},
|
|
2758
2657
|
"node_modules/@react-native/dev-middleware": {
|
|
2759
|
-
"version": "0.81.
|
|
2760
|
-
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.81.
|
|
2761
|
-
"integrity": "sha512-
|
|
2658
|
+
"version": "0.81.5",
|
|
2659
|
+
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.81.5.tgz",
|
|
2660
|
+
"integrity": "sha512-WfPfZzboYgo/TUtysuD5xyANzzfka8Ebni6RIb2wDxhb56ERi7qDrE4xGhtPsjCL4pQBXSVxyIlCy0d8I6EgGA==",
|
|
2762
2661
|
"license": "MIT",
|
|
2763
2662
|
"dependencies": {
|
|
2764
2663
|
"@isaacs/ttlcache": "^1.4.1",
|
|
2765
|
-
"@react-native/debugger-frontend": "0.81.
|
|
2664
|
+
"@react-native/debugger-frontend": "0.81.5",
|
|
2766
2665
|
"chrome-launcher": "^0.15.2",
|
|
2767
2666
|
"chromium-edge-launcher": "^0.2.0",
|
|
2768
2667
|
"connect": "^3.6.5",
|
|
@@ -2787,31 +2686,31 @@
|
|
|
2787
2686
|
}
|
|
2788
2687
|
},
|
|
2789
2688
|
"node_modules/@react-native/gradle-plugin": {
|
|
2790
|
-
"version": "0.81.
|
|
2791
|
-
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.81.
|
|
2792
|
-
"integrity": "sha512-
|
|
2689
|
+
"version": "0.81.6",
|
|
2690
|
+
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.81.6.tgz",
|
|
2691
|
+
"integrity": "sha512-atUItC5MZ6yaNaI0sbsoDwUdF+KMNZcMKBIrNhXlUyIj3x1AQ6Cf8CHHv6Qokn8ZFw+uU6GWmQSiOWYUbmi8Ag==",
|
|
2793
2692
|
"license": "MIT",
|
|
2794
2693
|
"engines": {
|
|
2795
2694
|
"node": ">= 20.19.4"
|
|
2796
2695
|
}
|
|
2797
2696
|
},
|
|
2798
2697
|
"node_modules/@react-native/js-polyfills": {
|
|
2799
|
-
"version": "0.81.
|
|
2800
|
-
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.81.
|
|
2801
|
-
"integrity": "sha512-
|
|
2698
|
+
"version": "0.81.6",
|
|
2699
|
+
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.81.6.tgz",
|
|
2700
|
+
"integrity": "sha512-P5MWH/9vM24XkJ1TasCq42DMLoCUjZVSppTn6VWv/cI65NDjuYEy7bUSaXbYxGTnqiKyPG5Y+ADymqlIkdSAcw==",
|
|
2802
2701
|
"license": "MIT",
|
|
2803
2702
|
"engines": {
|
|
2804
2703
|
"node": ">= 20.19.4"
|
|
2805
2704
|
}
|
|
2806
2705
|
},
|
|
2807
2706
|
"node_modules/@react-native/metro-babel-transformer": {
|
|
2808
|
-
"version": "0.81.
|
|
2809
|
-
"resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.81.
|
|
2810
|
-
"integrity": "sha512-
|
|
2707
|
+
"version": "0.81.6",
|
|
2708
|
+
"resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.81.6.tgz",
|
|
2709
|
+
"integrity": "sha512-Z5up8Z1I6PAgY6Z78yXmRJHps5d8FqQIYbAALmSyg5tmtrJyd04JgrwEWhwH1HQsxB5beWwQRntA5WUfWNlQPA==",
|
|
2811
2710
|
"license": "MIT",
|
|
2812
2711
|
"dependencies": {
|
|
2813
2712
|
"@babel/core": "^7.25.2",
|
|
2814
|
-
"@react-native/babel-preset": "0.81.
|
|
2713
|
+
"@react-native/babel-preset": "0.81.6",
|
|
2815
2714
|
"hermes-parser": "0.29.1",
|
|
2816
2715
|
"nullthrows": "^1.1.1"
|
|
2817
2716
|
},
|
|
@@ -2823,13 +2722,13 @@
|
|
|
2823
2722
|
}
|
|
2824
2723
|
},
|
|
2825
2724
|
"node_modules/@react-native/metro-config": {
|
|
2826
|
-
"version": "0.81.
|
|
2827
|
-
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.81.
|
|
2828
|
-
"integrity": "sha512-
|
|
2725
|
+
"version": "0.81.6",
|
|
2726
|
+
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.81.6.tgz",
|
|
2727
|
+
"integrity": "sha512-tdLKkC1Dv0EW6dayL0pAItbdWhrVZDCiTcyb43cLtkeaQYpJgXeRX+1PsmkFywZDn/ojxiGxe/HLg5yZH0gbdA==",
|
|
2829
2728
|
"license": "MIT",
|
|
2830
2729
|
"dependencies": {
|
|
2831
|
-
"@react-native/js-polyfills": "0.81.
|
|
2832
|
-
"@react-native/metro-babel-transformer": "0.81.
|
|
2730
|
+
"@react-native/js-polyfills": "0.81.6",
|
|
2731
|
+
"@react-native/metro-babel-transformer": "0.81.6",
|
|
2833
2732
|
"metro-config": "^0.83.1",
|
|
2834
2733
|
"metro-runtime": "^0.83.1"
|
|
2835
2734
|
},
|
|
@@ -2838,15 +2737,15 @@
|
|
|
2838
2737
|
}
|
|
2839
2738
|
},
|
|
2840
2739
|
"node_modules/@react-native/normalize-colors": {
|
|
2841
|
-
"version": "0.81.
|
|
2842
|
-
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.81.
|
|
2843
|
-
"integrity": "sha512-
|
|
2740
|
+
"version": "0.81.5",
|
|
2741
|
+
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.81.5.tgz",
|
|
2742
|
+
"integrity": "sha512-0HuJ8YtqlTVRXGZuGeBejLE04wSQsibpTI+RGOyVqxZvgtlLLC/Ssw0UmbHhT4lYMp2fhdtvKZSs5emWB1zR/g==",
|
|
2844
2743
|
"license": "MIT"
|
|
2845
2744
|
},
|
|
2846
2745
|
"node_modules/@react-native/virtualized-lists": {
|
|
2847
|
-
"version": "0.81.
|
|
2848
|
-
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.81.
|
|
2849
|
-
"integrity": "sha512-
|
|
2746
|
+
"version": "0.81.6",
|
|
2747
|
+
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.81.6.tgz",
|
|
2748
|
+
"integrity": "sha512-1RrZl3a7iCoAS2SGaRLjJPIn8bg/GLNXzqkIB2lufXcJsftu1umNLRIi17ZoDRejAWSd2pUfUtQBASo4R2mw4Q==",
|
|
2850
2749
|
"license": "MIT",
|
|
2851
2750
|
"dependencies": {
|
|
2852
2751
|
"invariant": "^2.2.4",
|
|
@@ -2856,7 +2755,7 @@
|
|
|
2856
2755
|
"node": ">= 20.19.4"
|
|
2857
2756
|
},
|
|
2858
2757
|
"peerDependencies": {
|
|
2859
|
-
"@types/react": "^19.1.
|
|
2758
|
+
"@types/react": "^19.1.4",
|
|
2860
2759
|
"react": "*",
|
|
2861
2760
|
"react-native": "*"
|
|
2862
2761
|
},
|
|
@@ -3109,9 +3008,9 @@
|
|
|
3109
3008
|
}
|
|
3110
3009
|
},
|
|
3111
3010
|
"node_modules/acorn": {
|
|
3112
|
-
"version": "8.
|
|
3113
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
3114
|
-
"integrity": "sha512-
|
|
3011
|
+
"version": "8.16.0",
|
|
3012
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
3013
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
3115
3014
|
"license": "MIT",
|
|
3116
3015
|
"bin": {
|
|
3117
3016
|
"acorn": "bin/acorn"
|
|
@@ -3130,9 +3029,9 @@
|
|
|
3130
3029
|
}
|
|
3131
3030
|
},
|
|
3132
3031
|
"node_modules/ajv": {
|
|
3133
|
-
"version": "8.
|
|
3134
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
3135
|
-
"integrity": "sha512-
|
|
3032
|
+
"version": "8.18.0",
|
|
3033
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
3034
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
3136
3035
|
"license": "MIT",
|
|
3137
3036
|
"dependencies": {
|
|
3138
3037
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -3310,13 +3209,13 @@
|
|
|
3310
3209
|
}
|
|
3311
3210
|
},
|
|
3312
3211
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
3313
|
-
"version": "0.4.
|
|
3314
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
|
3315
|
-
"integrity": "sha512-
|
|
3212
|
+
"version": "0.4.15",
|
|
3213
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.15.tgz",
|
|
3214
|
+
"integrity": "sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw==",
|
|
3316
3215
|
"license": "MIT",
|
|
3317
3216
|
"dependencies": {
|
|
3318
|
-
"@babel/compat-data": "^7.
|
|
3319
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
3217
|
+
"@babel/compat-data": "^7.28.6",
|
|
3218
|
+
"@babel/helper-define-polyfill-provider": "^0.6.6",
|
|
3320
3219
|
"semver": "^6.3.1"
|
|
3321
3220
|
},
|
|
3322
3221
|
"peerDependencies": {
|
|
@@ -3337,30 +3236,30 @@
|
|
|
3337
3236
|
}
|
|
3338
3237
|
},
|
|
3339
3238
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
3340
|
-
"version": "0.6.
|
|
3341
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.
|
|
3342
|
-
"integrity": "sha512-
|
|
3239
|
+
"version": "0.6.6",
|
|
3240
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.6.tgz",
|
|
3241
|
+
"integrity": "sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A==",
|
|
3343
3242
|
"license": "MIT",
|
|
3344
3243
|
"dependencies": {
|
|
3345
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
3244
|
+
"@babel/helper-define-polyfill-provider": "^0.6.6"
|
|
3346
3245
|
},
|
|
3347
3246
|
"peerDependencies": {
|
|
3348
3247
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
3349
3248
|
}
|
|
3350
3249
|
},
|
|
3351
3250
|
"node_modules/babel-plugin-react-compiler": {
|
|
3352
|
-
"version": "
|
|
3353
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-
|
|
3354
|
-
"integrity": "sha512-
|
|
3251
|
+
"version": "1.0.0",
|
|
3252
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz",
|
|
3253
|
+
"integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==",
|
|
3355
3254
|
"license": "MIT",
|
|
3356
3255
|
"dependencies": {
|
|
3357
3256
|
"@babel/types": "^7.26.0"
|
|
3358
3257
|
}
|
|
3359
3258
|
},
|
|
3360
3259
|
"node_modules/babel-plugin-react-native-web": {
|
|
3361
|
-
"version": "0.21.
|
|
3362
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.21.
|
|
3363
|
-
"integrity": "sha512-
|
|
3260
|
+
"version": "0.21.2",
|
|
3261
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.21.2.tgz",
|
|
3262
|
+
"integrity": "sha512-SPD0J6qjJn8231i0HZhlAGH6NORe+QvRSQM2mwQEzJ2Fb3E4ruWTiiicPlHjmeWShDXLcvoorOCXjeR7k/lyWA==",
|
|
3364
3263
|
"license": "MIT"
|
|
3365
3264
|
},
|
|
3366
3265
|
"node_modules/babel-plugin-syntax-hermes-parser": {
|
|
@@ -3408,9 +3307,9 @@
|
|
|
3408
3307
|
}
|
|
3409
3308
|
},
|
|
3410
3309
|
"node_modules/babel-preset-expo": {
|
|
3411
|
-
"version": "54.0.
|
|
3412
|
-
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.
|
|
3413
|
-
"integrity": "sha512-
|
|
3310
|
+
"version": "54.0.10",
|
|
3311
|
+
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.10.tgz",
|
|
3312
|
+
"integrity": "sha512-wTt7POavLFypLcPW/uC5v8y+mtQKDJiyGLzYCjqr9tx0Qc3vCXcDKk1iCFIj/++Iy5CWhhTflEa7VvVPNWeCfw==",
|
|
3414
3313
|
"license": "MIT",
|
|
3415
3314
|
"dependencies": {
|
|
3416
3315
|
"@babel/helper-module-imports": "^7.25.9",
|
|
@@ -3428,8 +3327,8 @@
|
|
|
3428
3327
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
3429
3328
|
"@babel/preset-react": "^7.22.15",
|
|
3430
3329
|
"@babel/preset-typescript": "^7.23.0",
|
|
3431
|
-
"@react-native/babel-preset": "0.81.
|
|
3432
|
-
"babel-plugin-react-compiler": "^
|
|
3330
|
+
"@react-native/babel-preset": "0.81.5",
|
|
3331
|
+
"babel-plugin-react-compiler": "^1.0.0",
|
|
3433
3332
|
"babel-plugin-react-native-web": "~0.21.0",
|
|
3434
3333
|
"babel-plugin-syntax-hermes-parser": "^0.29.1",
|
|
3435
3334
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
@@ -3451,22 +3350,22 @@
|
|
|
3451
3350
|
}
|
|
3452
3351
|
},
|
|
3453
3352
|
"node_modules/babel-preset-expo/node_modules/@react-native/babel-plugin-codegen": {
|
|
3454
|
-
"version": "0.81.
|
|
3455
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.
|
|
3456
|
-
"integrity": "sha512-
|
|
3353
|
+
"version": "0.81.5",
|
|
3354
|
+
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.5.tgz",
|
|
3355
|
+
"integrity": "sha512-oF71cIH6je3fSLi6VPjjC3Sgyyn57JLHXs+mHWc9MoCiJJcM4nqsS5J38zv1XQ8d3zOW2JtHro+LF0tagj2bfQ==",
|
|
3457
3356
|
"license": "MIT",
|
|
3458
3357
|
"dependencies": {
|
|
3459
3358
|
"@babel/traverse": "^7.25.3",
|
|
3460
|
-
"@react-native/codegen": "0.81.
|
|
3359
|
+
"@react-native/codegen": "0.81.5"
|
|
3461
3360
|
},
|
|
3462
3361
|
"engines": {
|
|
3463
3362
|
"node": ">= 20.19.4"
|
|
3464
3363
|
}
|
|
3465
3364
|
},
|
|
3466
3365
|
"node_modules/babel-preset-expo/node_modules/@react-native/babel-preset": {
|
|
3467
|
-
"version": "0.81.
|
|
3468
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.81.
|
|
3469
|
-
"integrity": "sha512-
|
|
3366
|
+
"version": "0.81.5",
|
|
3367
|
+
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.81.5.tgz",
|
|
3368
|
+
"integrity": "sha512-UoI/x/5tCmi+pZ3c1+Ypr1DaRMDLI3y+Q70pVLLVgrnC3DHsHRIbHcCHIeG/IJvoeFqFM2sTdhSOLJrf8lOPrA==",
|
|
3470
3369
|
"license": "MIT",
|
|
3471
3370
|
"dependencies": {
|
|
3472
3371
|
"@babel/core": "^7.25.2",
|
|
@@ -3510,7 +3409,7 @@
|
|
|
3510
3409
|
"@babel/plugin-transform-typescript": "^7.25.2",
|
|
3511
3410
|
"@babel/plugin-transform-unicode-regex": "^7.24.7",
|
|
3512
3411
|
"@babel/template": "^7.25.0",
|
|
3513
|
-
"@react-native/babel-plugin-codegen": "0.81.
|
|
3412
|
+
"@react-native/babel-plugin-codegen": "0.81.5",
|
|
3514
3413
|
"babel-plugin-syntax-hermes-parser": "0.29.1",
|
|
3515
3414
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
3516
3415
|
"react-refresh": "^0.14.0"
|
|
@@ -3523,9 +3422,9 @@
|
|
|
3523
3422
|
}
|
|
3524
3423
|
},
|
|
3525
3424
|
"node_modules/babel-preset-expo/node_modules/@react-native/codegen": {
|
|
3526
|
-
"version": "0.81.
|
|
3527
|
-
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.81.
|
|
3528
|
-
"integrity": "sha512-
|
|
3425
|
+
"version": "0.81.5",
|
|
3426
|
+
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.81.5.tgz",
|
|
3427
|
+
"integrity": "sha512-a2TDA03Up8lpSa9sh5VRGCQDXgCTOyDOFH+aqyinxp1HChG8uk89/G+nkJ9FPd0rqgi25eCTR16TWdS3b+fA6g==",
|
|
3529
3428
|
"license": "MIT",
|
|
3530
3429
|
"dependencies": {
|
|
3531
3430
|
"@babel/core": "^7.25.2",
|
|
@@ -3586,12 +3485,15 @@
|
|
|
3586
3485
|
"license": "MIT"
|
|
3587
3486
|
},
|
|
3588
3487
|
"node_modules/baseline-browser-mapping": {
|
|
3589
|
-
"version": "2.
|
|
3590
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.
|
|
3591
|
-
"integrity": "sha512-
|
|
3488
|
+
"version": "2.10.0",
|
|
3489
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz",
|
|
3490
|
+
"integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
|
|
3592
3491
|
"license": "Apache-2.0",
|
|
3593
3492
|
"bin": {
|
|
3594
|
-
"baseline-browser-mapping": "dist/cli.
|
|
3493
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
3494
|
+
},
|
|
3495
|
+
"engines": {
|
|
3496
|
+
"node": ">=6.0.0"
|
|
3595
3497
|
}
|
|
3596
3498
|
},
|
|
3597
3499
|
"node_modules/better-opn": {
|
|
@@ -3654,12 +3556,24 @@
|
|
|
3654
3556
|
}
|
|
3655
3557
|
},
|
|
3656
3558
|
"node_modules/brace-expansion": {
|
|
3657
|
-
"version": "
|
|
3658
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
3659
|
-
"integrity": "sha512-
|
|
3559
|
+
"version": "5.0.3",
|
|
3560
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
|
|
3561
|
+
"integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
|
|
3660
3562
|
"license": "MIT",
|
|
3661
3563
|
"dependencies": {
|
|
3662
|
-
"balanced-match": "^
|
|
3564
|
+
"balanced-match": "^4.0.2"
|
|
3565
|
+
},
|
|
3566
|
+
"engines": {
|
|
3567
|
+
"node": "18 || 20 || >=22"
|
|
3568
|
+
}
|
|
3569
|
+
},
|
|
3570
|
+
"node_modules/brace-expansion/node_modules/balanced-match": {
|
|
3571
|
+
"version": "4.0.4",
|
|
3572
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3573
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3574
|
+
"license": "MIT",
|
|
3575
|
+
"engines": {
|
|
3576
|
+
"node": "18 || 20 || >=22"
|
|
3663
3577
|
}
|
|
3664
3578
|
},
|
|
3665
3579
|
"node_modules/braces": {
|
|
@@ -3675,9 +3589,9 @@
|
|
|
3675
3589
|
}
|
|
3676
3590
|
},
|
|
3677
3591
|
"node_modules/browserslist": {
|
|
3678
|
-
"version": "4.
|
|
3679
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
3680
|
-
"integrity": "sha512-
|
|
3592
|
+
"version": "4.28.1",
|
|
3593
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
|
|
3594
|
+
"integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
|
|
3681
3595
|
"funding": [
|
|
3682
3596
|
{
|
|
3683
3597
|
"type": "opencollective",
|
|
@@ -3694,11 +3608,11 @@
|
|
|
3694
3608
|
],
|
|
3695
3609
|
"license": "MIT",
|
|
3696
3610
|
"dependencies": {
|
|
3697
|
-
"baseline-browser-mapping": "^2.
|
|
3698
|
-
"caniuse-lite": "^1.0.
|
|
3699
|
-
"electron-to-chromium": "^1.5.
|
|
3700
|
-
"node-releases": "^2.0.
|
|
3701
|
-
"update-browserslist-db": "^1.
|
|
3611
|
+
"baseline-browser-mapping": "^2.9.0",
|
|
3612
|
+
"caniuse-lite": "^1.0.30001759",
|
|
3613
|
+
"electron-to-chromium": "^1.5.263",
|
|
3614
|
+
"node-releases": "^2.0.27",
|
|
3615
|
+
"update-browserslist-db": "^1.2.0"
|
|
3702
3616
|
},
|
|
3703
3617
|
"bin": {
|
|
3704
3618
|
"browserslist": "cli.js"
|
|
@@ -3755,39 +3669,6 @@
|
|
|
3755
3669
|
"node": ">= 0.8"
|
|
3756
3670
|
}
|
|
3757
3671
|
},
|
|
3758
|
-
"node_modules/caller-callsite": {
|
|
3759
|
-
"version": "2.0.0",
|
|
3760
|
-
"resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
|
|
3761
|
-
"integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==",
|
|
3762
|
-
"license": "MIT",
|
|
3763
|
-
"dependencies": {
|
|
3764
|
-
"callsites": "^2.0.0"
|
|
3765
|
-
},
|
|
3766
|
-
"engines": {
|
|
3767
|
-
"node": ">=4"
|
|
3768
|
-
}
|
|
3769
|
-
},
|
|
3770
|
-
"node_modules/caller-path": {
|
|
3771
|
-
"version": "2.0.0",
|
|
3772
|
-
"resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
|
|
3773
|
-
"integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==",
|
|
3774
|
-
"license": "MIT",
|
|
3775
|
-
"dependencies": {
|
|
3776
|
-
"caller-callsite": "^2.0.0"
|
|
3777
|
-
},
|
|
3778
|
-
"engines": {
|
|
3779
|
-
"node": ">=4"
|
|
3780
|
-
}
|
|
3781
|
-
},
|
|
3782
|
-
"node_modules/callsites": {
|
|
3783
|
-
"version": "2.0.0",
|
|
3784
|
-
"resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
|
|
3785
|
-
"integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==",
|
|
3786
|
-
"license": "MIT",
|
|
3787
|
-
"engines": {
|
|
3788
|
-
"node": ">=4"
|
|
3789
|
-
}
|
|
3790
|
-
},
|
|
3791
3672
|
"node_modules/camelcase": {
|
|
3792
3673
|
"version": "6.3.0",
|
|
3793
3674
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
|
|
@@ -3801,9 +3682,9 @@
|
|
|
3801
3682
|
}
|
|
3802
3683
|
},
|
|
3803
3684
|
"node_modules/caniuse-lite": {
|
|
3804
|
-
"version": "1.0.
|
|
3805
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
3806
|
-
"integrity": "sha512-
|
|
3685
|
+
"version": "1.0.30001774",
|
|
3686
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz",
|
|
3687
|
+
"integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==",
|
|
3807
3688
|
"funding": [
|
|
3808
3689
|
{
|
|
3809
3690
|
"type": "opencollective",
|
|
@@ -4075,55 +3956,18 @@
|
|
|
4075
3956
|
"license": "MIT"
|
|
4076
3957
|
},
|
|
4077
3958
|
"node_modules/core-js-compat": {
|
|
4078
|
-
"version": "3.
|
|
4079
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
4080
|
-
"integrity": "sha512-
|
|
3959
|
+
"version": "3.48.0",
|
|
3960
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.48.0.tgz",
|
|
3961
|
+
"integrity": "sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==",
|
|
4081
3962
|
"license": "MIT",
|
|
4082
3963
|
"dependencies": {
|
|
4083
|
-
"browserslist": "^4.
|
|
3964
|
+
"browserslist": "^4.28.1"
|
|
4084
3965
|
},
|
|
4085
3966
|
"funding": {
|
|
4086
3967
|
"type": "opencollective",
|
|
4087
3968
|
"url": "https://opencollective.com/core-js"
|
|
4088
3969
|
}
|
|
4089
3970
|
},
|
|
4090
|
-
"node_modules/cosmiconfig": {
|
|
4091
|
-
"version": "5.2.1",
|
|
4092
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
|
|
4093
|
-
"integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
|
|
4094
|
-
"license": "MIT",
|
|
4095
|
-
"dependencies": {
|
|
4096
|
-
"import-fresh": "^2.0.0",
|
|
4097
|
-
"is-directory": "^0.3.1",
|
|
4098
|
-
"js-yaml": "^3.13.1",
|
|
4099
|
-
"parse-json": "^4.0.0"
|
|
4100
|
-
},
|
|
4101
|
-
"engines": {
|
|
4102
|
-
"node": ">=4"
|
|
4103
|
-
}
|
|
4104
|
-
},
|
|
4105
|
-
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
4106
|
-
"version": "1.0.10",
|
|
4107
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4108
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4109
|
-
"license": "MIT",
|
|
4110
|
-
"dependencies": {
|
|
4111
|
-
"sprintf-js": "~1.0.2"
|
|
4112
|
-
}
|
|
4113
|
-
},
|
|
4114
|
-
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
4115
|
-
"version": "3.14.2",
|
|
4116
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
|
|
4117
|
-
"integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
|
|
4118
|
-
"license": "MIT",
|
|
4119
|
-
"dependencies": {
|
|
4120
|
-
"argparse": "^1.0.7",
|
|
4121
|
-
"esprima": "^4.0.0"
|
|
4122
|
-
},
|
|
4123
|
-
"bin": {
|
|
4124
|
-
"js-yaml": "bin/js-yaml.js"
|
|
4125
|
-
}
|
|
4126
|
-
},
|
|
4127
3971
|
"node_modules/cross-spawn": {
|
|
4128
3972
|
"version": "7.0.6",
|
|
4129
3973
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -4229,9 +4073,9 @@
|
|
|
4229
4073
|
}
|
|
4230
4074
|
},
|
|
4231
4075
|
"node_modules/detect-libc": {
|
|
4232
|
-
"version": "2.1.
|
|
4233
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.
|
|
4234
|
-
"integrity": "sha512-
|
|
4076
|
+
"version": "2.1.2",
|
|
4077
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
4078
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
4235
4079
|
"license": "Apache-2.0",
|
|
4236
4080
|
"engines": {
|
|
4237
4081
|
"node": ">=8"
|
|
@@ -4264,12 +4108,6 @@
|
|
|
4264
4108
|
"url": "https://dotenvx.com"
|
|
4265
4109
|
}
|
|
4266
4110
|
},
|
|
4267
|
-
"node_modules/eastasianwidth": {
|
|
4268
|
-
"version": "0.2.0",
|
|
4269
|
-
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
4270
|
-
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
4271
|
-
"license": "MIT"
|
|
4272
|
-
},
|
|
4273
4111
|
"node_modules/ee-first": {
|
|
4274
4112
|
"version": "1.1.1",
|
|
4275
4113
|
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
@@ -4277,9 +4115,9 @@
|
|
|
4277
4115
|
"license": "MIT"
|
|
4278
4116
|
},
|
|
4279
4117
|
"node_modules/electron-to-chromium": {
|
|
4280
|
-
"version": "1.5.
|
|
4281
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
4282
|
-
"integrity": "sha512-
|
|
4118
|
+
"version": "1.5.302",
|
|
4119
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz",
|
|
4120
|
+
"integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==",
|
|
4283
4121
|
"license": "ISC"
|
|
4284
4122
|
},
|
|
4285
4123
|
"node_modules/emoji-regex": {
|
|
@@ -4306,15 +4144,6 @@
|
|
|
4306
4144
|
"node": ">=8"
|
|
4307
4145
|
}
|
|
4308
4146
|
},
|
|
4309
|
-
"node_modules/error-ex": {
|
|
4310
|
-
"version": "1.3.4",
|
|
4311
|
-
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
|
|
4312
|
-
"integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
|
|
4313
|
-
"license": "MIT",
|
|
4314
|
-
"dependencies": {
|
|
4315
|
-
"is-arrayish": "^0.2.1"
|
|
4316
|
-
}
|
|
4317
|
-
},
|
|
4318
4147
|
"node_modules/error-stack-parser": {
|
|
4319
4148
|
"version": "2.1.4",
|
|
4320
4149
|
"resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
|
|
@@ -4389,29 +4218,29 @@
|
|
|
4389
4218
|
"license": "MIT"
|
|
4390
4219
|
},
|
|
4391
4220
|
"node_modules/expo": {
|
|
4392
|
-
"version": "54.0.
|
|
4393
|
-
"resolved": "https://registry.npmjs.org/expo/-/expo-54.0.
|
|
4394
|
-
"integrity": "sha512-
|
|
4221
|
+
"version": "54.0.33",
|
|
4222
|
+
"resolved": "https://registry.npmjs.org/expo/-/expo-54.0.33.tgz",
|
|
4223
|
+
"integrity": "sha512-3yOEfAKqo+gqHcV8vKcnq0uA5zxlohnhA3fu4G43likN8ct5ZZ3LjAh9wDdKteEkoad3tFPvwxmXW711S5OHUw==",
|
|
4395
4224
|
"license": "MIT",
|
|
4396
4225
|
"dependencies": {
|
|
4397
4226
|
"@babel/runtime": "^7.20.0",
|
|
4398
|
-
"@expo/cli": "54.0.
|
|
4399
|
-
"@expo/config": "~12.0.
|
|
4400
|
-
"@expo/config-plugins": "~54.0.
|
|
4401
|
-
"@expo/devtools": "0.1.
|
|
4402
|
-
"@expo/fingerprint": "0.15.
|
|
4403
|
-
"@expo/metro": "~54.
|
|
4404
|
-
"@expo/metro-config": "54.0.
|
|
4405
|
-
"@expo/vector-icons": "^15.0.
|
|
4227
|
+
"@expo/cli": "54.0.23",
|
|
4228
|
+
"@expo/config": "~12.0.13",
|
|
4229
|
+
"@expo/config-plugins": "~54.0.4",
|
|
4230
|
+
"@expo/devtools": "0.1.8",
|
|
4231
|
+
"@expo/fingerprint": "0.15.4",
|
|
4232
|
+
"@expo/metro": "~54.2.0",
|
|
4233
|
+
"@expo/metro-config": "54.0.14",
|
|
4234
|
+
"@expo/vector-icons": "^15.0.3",
|
|
4406
4235
|
"@ungap/structured-clone": "^1.3.0",
|
|
4407
|
-
"babel-preset-expo": "~54.0.
|
|
4408
|
-
"expo-asset": "~12.0.
|
|
4409
|
-
"expo-constants": "~18.0.
|
|
4410
|
-
"expo-file-system": "~19.0.
|
|
4411
|
-
"expo-font": "~14.0.
|
|
4412
|
-
"expo-keep-awake": "~15.0.
|
|
4413
|
-
"expo-modules-autolinking": "3.0.
|
|
4414
|
-
"expo-modules-core": "3.0.
|
|
4236
|
+
"babel-preset-expo": "~54.0.10",
|
|
4237
|
+
"expo-asset": "~12.0.12",
|
|
4238
|
+
"expo-constants": "~18.0.13",
|
|
4239
|
+
"expo-file-system": "~19.0.21",
|
|
4240
|
+
"expo-font": "~14.0.11",
|
|
4241
|
+
"expo-keep-awake": "~15.0.8",
|
|
4242
|
+
"expo-modules-autolinking": "3.0.24",
|
|
4243
|
+
"expo-modules-core": "3.0.29",
|
|
4415
4244
|
"pretty-format": "^29.7.0",
|
|
4416
4245
|
"react-refresh": "^0.14.2",
|
|
4417
4246
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -4441,13 +4270,13 @@
|
|
|
4441
4270
|
}
|
|
4442
4271
|
},
|
|
4443
4272
|
"node_modules/expo-asset": {
|
|
4444
|
-
"version": "12.0.
|
|
4445
|
-
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-12.0.
|
|
4446
|
-
"integrity": "sha512-
|
|
4273
|
+
"version": "12.0.12",
|
|
4274
|
+
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-12.0.12.tgz",
|
|
4275
|
+
"integrity": "sha512-CsXFCQbx2fElSMn0lyTdRIyKlSXOal6ilLJd+yeZ6xaC7I9AICQgscY5nj0QcwgA+KYYCCEQEBndMsmj7drOWQ==",
|
|
4447
4276
|
"license": "MIT",
|
|
4448
4277
|
"dependencies": {
|
|
4449
|
-
"@expo/image-utils": "^0.8.
|
|
4450
|
-
"expo-constants": "~18.0.
|
|
4278
|
+
"@expo/image-utils": "^0.8.8",
|
|
4279
|
+
"expo-constants": "~18.0.12"
|
|
4451
4280
|
},
|
|
4452
4281
|
"peerDependencies": {
|
|
4453
4282
|
"expo": "*",
|
|
@@ -4481,13 +4310,13 @@
|
|
|
4481
4310
|
}
|
|
4482
4311
|
},
|
|
4483
4312
|
"node_modules/expo-constants": {
|
|
4484
|
-
"version": "18.0.
|
|
4485
|
-
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-18.0.
|
|
4486
|
-
"integrity": "sha512-
|
|
4313
|
+
"version": "18.0.13",
|
|
4314
|
+
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-18.0.13.tgz",
|
|
4315
|
+
"integrity": "sha512-FnZn12E1dRYKDHlAdIyNFhBurKTS3F9CrfrBDJI5m3D7U17KBHMQ6JEfYlSj7LG7t+Ulr+IKaj58L1k5gBwTcQ==",
|
|
4487
4316
|
"license": "MIT",
|
|
4488
4317
|
"dependencies": {
|
|
4489
|
-
"@expo/config": "~12.0.
|
|
4490
|
-
"@expo/env": "~2.0.
|
|
4318
|
+
"@expo/config": "~12.0.13",
|
|
4319
|
+
"@expo/env": "~2.0.8"
|
|
4491
4320
|
},
|
|
4492
4321
|
"peerDependencies": {
|
|
4493
4322
|
"expo": "*",
|
|
@@ -4557,9 +4386,9 @@
|
|
|
4557
4386
|
}
|
|
4558
4387
|
},
|
|
4559
4388
|
"node_modules/expo-file-system": {
|
|
4560
|
-
"version": "19.0.
|
|
4561
|
-
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.
|
|
4562
|
-
"integrity": "sha512-
|
|
4389
|
+
"version": "19.0.21",
|
|
4390
|
+
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.21.tgz",
|
|
4391
|
+
"integrity": "sha512-s3DlrDdiscBHtab/6W1osrjGL+C2bvoInPJD7sOwmxfJ5Woynv2oc+Fz1/xVXaE/V7HE/+xrHC/H45tu6lZzzg==",
|
|
4563
4392
|
"license": "MIT",
|
|
4564
4393
|
"peerDependencies": {
|
|
4565
4394
|
"expo": "*",
|
|
@@ -4567,9 +4396,9 @@
|
|
|
4567
4396
|
}
|
|
4568
4397
|
},
|
|
4569
4398
|
"node_modules/expo-font": {
|
|
4570
|
-
"version": "14.0.
|
|
4571
|
-
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.
|
|
4572
|
-
"integrity": "sha512-
|
|
4399
|
+
"version": "14.0.11",
|
|
4400
|
+
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.11.tgz",
|
|
4401
|
+
"integrity": "sha512-ga0q61ny4s/kr4k8JX9hVH69exVSIfcIc19+qZ7gt71Mqtm7xy2c6kwsPTCyhBW2Ro5yXTT8EaZOpuRi35rHbg==",
|
|
4573
4402
|
"license": "MIT",
|
|
4574
4403
|
"dependencies": {
|
|
4575
4404
|
"fontfaceobserver": "^2.1.0"
|
|
@@ -4587,9 +4416,9 @@
|
|
|
4587
4416
|
"license": "MIT"
|
|
4588
4417
|
},
|
|
4589
4418
|
"node_modules/expo-keep-awake": {
|
|
4590
|
-
"version": "15.0.
|
|
4591
|
-
"resolved": "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-15.0.
|
|
4592
|
-
"integrity": "sha512-
|
|
4419
|
+
"version": "15.0.8",
|
|
4420
|
+
"resolved": "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-15.0.8.tgz",
|
|
4421
|
+
"integrity": "sha512-YK9M1VrnoH1vLJiQzChZgzDvVimVoriibiDIFLbQMpjYBnvyfUeHJcin/Gx1a+XgupNXy92EQJLgI/9ZuXajYQ==",
|
|
4593
4422
|
"license": "MIT",
|
|
4594
4423
|
"peerDependencies": {
|
|
4595
4424
|
"expo": "*",
|
|
@@ -4610,15 +4439,14 @@
|
|
|
4610
4439
|
}
|
|
4611
4440
|
},
|
|
4612
4441
|
"node_modules/expo-modules-autolinking": {
|
|
4613
|
-
"version": "3.0.
|
|
4614
|
-
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.
|
|
4615
|
-
"integrity": "sha512
|
|
4442
|
+
"version": "3.0.24",
|
|
4443
|
+
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.24.tgz",
|
|
4444
|
+
"integrity": "sha512-TP+6HTwhL7orDvsz2VzauyQlXJcAWyU3ANsZ7JGL4DQu8XaZv/A41ZchbtAYLfozNA2Ya1Hzmhx65hXryBMjaQ==",
|
|
4616
4445
|
"license": "MIT",
|
|
4617
4446
|
"dependencies": {
|
|
4618
4447
|
"@expo/spawn-async": "^1.7.2",
|
|
4619
4448
|
"chalk": "^4.1.0",
|
|
4620
4449
|
"commander": "^7.2.0",
|
|
4621
|
-
"glob": "^10.4.2",
|
|
4622
4450
|
"require-from-string": "^2.0.2",
|
|
4623
4451
|
"resolve-from": "^5.0.0"
|
|
4624
4452
|
},
|
|
@@ -4626,30 +4454,10 @@
|
|
|
4626
4454
|
"expo-modules-autolinking": "bin/expo-modules-autolinking.js"
|
|
4627
4455
|
}
|
|
4628
4456
|
},
|
|
4629
|
-
"node_modules/expo-modules-autolinking/node_modules/glob": {
|
|
4630
|
-
"version": "10.5.0",
|
|
4631
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
4632
|
-
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
4633
|
-
"license": "ISC",
|
|
4634
|
-
"dependencies": {
|
|
4635
|
-
"foreground-child": "^3.1.0",
|
|
4636
|
-
"jackspeak": "^3.1.2",
|
|
4637
|
-
"minimatch": "^9.0.4",
|
|
4638
|
-
"minipass": "^7.1.2",
|
|
4639
|
-
"package-json-from-dist": "^1.0.0",
|
|
4640
|
-
"path-scurry": "^1.11.1"
|
|
4641
|
-
},
|
|
4642
|
-
"bin": {
|
|
4643
|
-
"glob": "dist/esm/bin.mjs"
|
|
4644
|
-
},
|
|
4645
|
-
"funding": {
|
|
4646
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4647
|
-
}
|
|
4648
|
-
},
|
|
4649
4457
|
"node_modules/expo-modules-core": {
|
|
4650
|
-
"version": "3.0.
|
|
4651
|
-
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.
|
|
4652
|
-
"integrity": "sha512-
|
|
4458
|
+
"version": "3.0.29",
|
|
4459
|
+
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.29.tgz",
|
|
4460
|
+
"integrity": "sha512-LzipcjGqk8gvkrOUf7O2mejNWugPkf3lmd9GkqL9WuNyeN2fRwU0Dn77e3ZUKI3k6sI+DNwjkq4Nu9fNN9WS7Q==",
|
|
4653
4461
|
"license": "MIT",
|
|
4654
4462
|
"dependencies": {
|
|
4655
4463
|
"invariant": "^2.2.4"
|
|
@@ -4659,6 +4467,15 @@
|
|
|
4659
4467
|
"react-native": "*"
|
|
4660
4468
|
}
|
|
4661
4469
|
},
|
|
4470
|
+
"node_modules/expo-server": {
|
|
4471
|
+
"version": "1.0.5",
|
|
4472
|
+
"resolved": "https://registry.npmjs.org/expo-server/-/expo-server-1.0.5.tgz",
|
|
4473
|
+
"integrity": "sha512-IGR++flYH70rhLyeXF0Phle56/k4cee87WeQ4mamS+MkVAVP+dDlOHf2nN06Z9Y2KhU0Gp1k+y61KkghF7HdhA==",
|
|
4474
|
+
"license": "MIT",
|
|
4475
|
+
"engines": {
|
|
4476
|
+
"node": ">=20.16.0"
|
|
4477
|
+
}
|
|
4478
|
+
},
|
|
4662
4479
|
"node_modules/expo-updates-interface": {
|
|
4663
4480
|
"version": "2.0.0",
|
|
4664
4481
|
"resolved": "https://registry.npmjs.org/expo-updates-interface/-/expo-updates-interface-2.0.0.tgz",
|
|
@@ -4711,6 +4528,23 @@
|
|
|
4711
4528
|
"bser": "2.1.1"
|
|
4712
4529
|
}
|
|
4713
4530
|
},
|
|
4531
|
+
"node_modules/fdir": {
|
|
4532
|
+
"version": "6.5.0",
|
|
4533
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
4534
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
4535
|
+
"license": "MIT",
|
|
4536
|
+
"engines": {
|
|
4537
|
+
"node": ">=12.0.0"
|
|
4538
|
+
},
|
|
4539
|
+
"peerDependencies": {
|
|
4540
|
+
"picomatch": "^3 || ^4"
|
|
4541
|
+
},
|
|
4542
|
+
"peerDependenciesMeta": {
|
|
4543
|
+
"picomatch": {
|
|
4544
|
+
"optional": true
|
|
4545
|
+
}
|
|
4546
|
+
}
|
|
4547
|
+
},
|
|
4714
4548
|
"node_modules/fill-range": {
|
|
4715
4549
|
"version": "7.1.1",
|
|
4716
4550
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
@@ -4756,22 +4590,6 @@
|
|
|
4756
4590
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
4757
4591
|
"license": "MIT"
|
|
4758
4592
|
},
|
|
4759
|
-
"node_modules/find-up": {
|
|
4760
|
-
"version": "5.0.0",
|
|
4761
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
4762
|
-
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
4763
|
-
"license": "MIT",
|
|
4764
|
-
"dependencies": {
|
|
4765
|
-
"locate-path": "^6.0.0",
|
|
4766
|
-
"path-exists": "^4.0.0"
|
|
4767
|
-
},
|
|
4768
|
-
"engines": {
|
|
4769
|
-
"node": ">=10"
|
|
4770
|
-
},
|
|
4771
|
-
"funding": {
|
|
4772
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4773
|
-
}
|
|
4774
|
-
},
|
|
4775
4593
|
"node_modules/flow-enums-runtime": {
|
|
4776
4594
|
"version": "0.0.6",
|
|
4777
4595
|
"resolved": "https://registry.npmjs.org/flow-enums-runtime/-/flow-enums-runtime-0.0.6.tgz",
|
|
@@ -4784,34 +4602,6 @@
|
|
|
4784
4602
|
"integrity": "sha512-6FPvD/IVyT4ZlNe7Wcn5Fb/4ChigpucKYSvD6a+0iMoLn2inpo711eyIcKjmDtE5XNcgAkSH9uN/nfAeZzHEfg==",
|
|
4785
4603
|
"license": "BSD-2-Clause"
|
|
4786
4604
|
},
|
|
4787
|
-
"node_modules/foreground-child": {
|
|
4788
|
-
"version": "3.3.1",
|
|
4789
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
4790
|
-
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
4791
|
-
"license": "ISC",
|
|
4792
|
-
"dependencies": {
|
|
4793
|
-
"cross-spawn": "^7.0.6",
|
|
4794
|
-
"signal-exit": "^4.0.1"
|
|
4795
|
-
},
|
|
4796
|
-
"engines": {
|
|
4797
|
-
"node": ">=14"
|
|
4798
|
-
},
|
|
4799
|
-
"funding": {
|
|
4800
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4801
|
-
}
|
|
4802
|
-
},
|
|
4803
|
-
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
4804
|
-
"version": "4.1.0",
|
|
4805
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4806
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4807
|
-
"license": "ISC",
|
|
4808
|
-
"engines": {
|
|
4809
|
-
"node": ">=14"
|
|
4810
|
-
},
|
|
4811
|
-
"funding": {
|
|
4812
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4813
|
-
}
|
|
4814
|
-
},
|
|
4815
4605
|
"node_modules/freeport-async": {
|
|
4816
4606
|
"version": "2.0.0",
|
|
4817
4607
|
"resolved": "https://registry.npmjs.org/freeport-async/-/freeport-async-2.0.0.tgz",
|
|
@@ -4941,9 +4731,9 @@
|
|
|
4941
4731
|
}
|
|
4942
4732
|
},
|
|
4943
4733
|
"node_modules/glob/node_modules/minimatch": {
|
|
4944
|
-
"version": "3.1.
|
|
4945
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
4946
|
-
"integrity": "sha512-
|
|
4734
|
+
"version": "3.1.3",
|
|
4735
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
|
|
4736
|
+
"integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
|
|
4947
4737
|
"license": "ISC",
|
|
4948
4738
|
"dependencies": {
|
|
4949
4739
|
"brace-expansion": "^1.1.7"
|
|
@@ -5025,25 +4815,29 @@
|
|
|
5025
4815
|
"license": "ISC"
|
|
5026
4816
|
},
|
|
5027
4817
|
"node_modules/http-errors": {
|
|
5028
|
-
"version": "2.0.
|
|
5029
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.
|
|
5030
|
-
"integrity": "sha512-
|
|
4818
|
+
"version": "2.0.1",
|
|
4819
|
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
4820
|
+
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
5031
4821
|
"license": "MIT",
|
|
5032
4822
|
"dependencies": {
|
|
5033
|
-
"depd": "2.0.0",
|
|
5034
|
-
"inherits": "2.0.4",
|
|
5035
|
-
"setprototypeof": "1.2.0",
|
|
5036
|
-
"statuses": "2.0.
|
|
5037
|
-
"toidentifier": "1.0.1"
|
|
4823
|
+
"depd": "~2.0.0",
|
|
4824
|
+
"inherits": "~2.0.4",
|
|
4825
|
+
"setprototypeof": "~1.2.0",
|
|
4826
|
+
"statuses": "~2.0.2",
|
|
4827
|
+
"toidentifier": "~1.0.1"
|
|
5038
4828
|
},
|
|
5039
4829
|
"engines": {
|
|
5040
4830
|
"node": ">= 0.8"
|
|
4831
|
+
},
|
|
4832
|
+
"funding": {
|
|
4833
|
+
"type": "opencollective",
|
|
4834
|
+
"url": "https://opencollective.com/express"
|
|
5041
4835
|
}
|
|
5042
4836
|
},
|
|
5043
4837
|
"node_modules/http-errors/node_modules/statuses": {
|
|
5044
|
-
"version": "2.0.
|
|
5045
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.
|
|
5046
|
-
"integrity": "sha512-
|
|
4838
|
+
"version": "2.0.2",
|
|
4839
|
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
4840
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
5047
4841
|
"license": "MIT",
|
|
5048
4842
|
"engines": {
|
|
5049
4843
|
"node": ">= 0.8"
|
|
@@ -5106,28 +4900,6 @@
|
|
|
5106
4900
|
"node": ">=16.x"
|
|
5107
4901
|
}
|
|
5108
4902
|
},
|
|
5109
|
-
"node_modules/import-fresh": {
|
|
5110
|
-
"version": "2.0.0",
|
|
5111
|
-
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
|
|
5112
|
-
"integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==",
|
|
5113
|
-
"license": "MIT",
|
|
5114
|
-
"dependencies": {
|
|
5115
|
-
"caller-path": "^2.0.0",
|
|
5116
|
-
"resolve-from": "^3.0.0"
|
|
5117
|
-
},
|
|
5118
|
-
"engines": {
|
|
5119
|
-
"node": ">=4"
|
|
5120
|
-
}
|
|
5121
|
-
},
|
|
5122
|
-
"node_modules/import-fresh/node_modules/resolve-from": {
|
|
5123
|
-
"version": "3.0.0",
|
|
5124
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
|
|
5125
|
-
"integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==",
|
|
5126
|
-
"license": "MIT",
|
|
5127
|
-
"engines": {
|
|
5128
|
-
"node": ">=4"
|
|
5129
|
-
}
|
|
5130
|
-
},
|
|
5131
4903
|
"node_modules/imurmurhash": {
|
|
5132
4904
|
"version": "0.1.4",
|
|
5133
4905
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
@@ -5169,12 +4941,6 @@
|
|
|
5169
4941
|
"loose-envify": "^1.0.0"
|
|
5170
4942
|
}
|
|
5171
4943
|
},
|
|
5172
|
-
"node_modules/is-arrayish": {
|
|
5173
|
-
"version": "0.2.1",
|
|
5174
|
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
|
5175
|
-
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
|
|
5176
|
-
"license": "MIT"
|
|
5177
|
-
},
|
|
5178
4944
|
"node_modules/is-core-module": {
|
|
5179
4945
|
"version": "2.16.1",
|
|
5180
4946
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
@@ -5190,15 +4956,6 @@
|
|
|
5190
4956
|
"url": "https://github.com/sponsors/ljharb"
|
|
5191
4957
|
}
|
|
5192
4958
|
},
|
|
5193
|
-
"node_modules/is-directory": {
|
|
5194
|
-
"version": "0.3.1",
|
|
5195
|
-
"resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
|
|
5196
|
-
"integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==",
|
|
5197
|
-
"license": "MIT",
|
|
5198
|
-
"engines": {
|
|
5199
|
-
"node": ">=0.10.0"
|
|
5200
|
-
}
|
|
5201
|
-
},
|
|
5202
4959
|
"node_modules/is-docker": {
|
|
5203
4960
|
"version": "2.2.1",
|
|
5204
4961
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
|
|
@@ -5275,21 +5032,6 @@
|
|
|
5275
5032
|
"node": ">=8"
|
|
5276
5033
|
}
|
|
5277
5034
|
},
|
|
5278
|
-
"node_modules/jackspeak": {
|
|
5279
|
-
"version": "3.4.3",
|
|
5280
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
5281
|
-
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
5282
|
-
"license": "BlueOak-1.0.0",
|
|
5283
|
-
"dependencies": {
|
|
5284
|
-
"@isaacs/cliui": "^8.0.2"
|
|
5285
|
-
},
|
|
5286
|
-
"funding": {
|
|
5287
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5288
|
-
},
|
|
5289
|
-
"optionalDependencies": {
|
|
5290
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
5291
|
-
}
|
|
5292
|
-
},
|
|
5293
5035
|
"node_modules/jest-environment-node": {
|
|
5294
5036
|
"version": "29.7.0",
|
|
5295
5037
|
"resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz",
|
|
@@ -5502,12 +5244,6 @@
|
|
|
5502
5244
|
"node": ">=6"
|
|
5503
5245
|
}
|
|
5504
5246
|
},
|
|
5505
|
-
"node_modules/json-parse-better-errors": {
|
|
5506
|
-
"version": "1.0.2",
|
|
5507
|
-
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
|
5508
|
-
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
|
|
5509
|
-
"license": "MIT"
|
|
5510
|
-
},
|
|
5511
5247
|
"node_modules/json-schema-traverse": {
|
|
5512
5248
|
"version": "1.0.0",
|
|
5513
5249
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
@@ -5591,9 +5327,9 @@
|
|
|
5591
5327
|
"license": "MIT"
|
|
5592
5328
|
},
|
|
5593
5329
|
"node_modules/lightningcss": {
|
|
5594
|
-
"version": "1.
|
|
5595
|
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.
|
|
5596
|
-
"integrity": "sha512-
|
|
5330
|
+
"version": "1.31.1",
|
|
5331
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
|
|
5332
|
+
"integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
|
|
5597
5333
|
"license": "MPL-2.0",
|
|
5598
5334
|
"dependencies": {
|
|
5599
5335
|
"detect-libc": "^2.0.3"
|
|
@@ -5606,23 +5342,23 @@
|
|
|
5606
5342
|
"url": "https://opencollective.com/parcel"
|
|
5607
5343
|
},
|
|
5608
5344
|
"optionalDependencies": {
|
|
5609
|
-
"lightningcss-android-arm64": "1.
|
|
5610
|
-
"lightningcss-darwin-arm64": "1.
|
|
5611
|
-
"lightningcss-darwin-x64": "1.
|
|
5612
|
-
"lightningcss-freebsd-x64": "1.
|
|
5613
|
-
"lightningcss-linux-arm-gnueabihf": "1.
|
|
5614
|
-
"lightningcss-linux-arm64-gnu": "1.
|
|
5615
|
-
"lightningcss-linux-arm64-musl": "1.
|
|
5616
|
-
"lightningcss-linux-x64-gnu": "1.
|
|
5617
|
-
"lightningcss-linux-x64-musl": "1.
|
|
5618
|
-
"lightningcss-win32-arm64-msvc": "1.
|
|
5619
|
-
"lightningcss-win32-x64-msvc": "1.
|
|
5345
|
+
"lightningcss-android-arm64": "1.31.1",
|
|
5346
|
+
"lightningcss-darwin-arm64": "1.31.1",
|
|
5347
|
+
"lightningcss-darwin-x64": "1.31.1",
|
|
5348
|
+
"lightningcss-freebsd-x64": "1.31.1",
|
|
5349
|
+
"lightningcss-linux-arm-gnueabihf": "1.31.1",
|
|
5350
|
+
"lightningcss-linux-arm64-gnu": "1.31.1",
|
|
5351
|
+
"lightningcss-linux-arm64-musl": "1.31.1",
|
|
5352
|
+
"lightningcss-linux-x64-gnu": "1.31.1",
|
|
5353
|
+
"lightningcss-linux-x64-musl": "1.31.1",
|
|
5354
|
+
"lightningcss-win32-arm64-msvc": "1.31.1",
|
|
5355
|
+
"lightningcss-win32-x64-msvc": "1.31.1"
|
|
5620
5356
|
}
|
|
5621
5357
|
},
|
|
5622
5358
|
"node_modules/lightningcss-android-arm64": {
|
|
5623
|
-
"version": "1.
|
|
5624
|
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.
|
|
5625
|
-
"integrity": "sha512-
|
|
5359
|
+
"version": "1.31.1",
|
|
5360
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
|
|
5361
|
+
"integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
|
|
5626
5362
|
"cpu": [
|
|
5627
5363
|
"arm64"
|
|
5628
5364
|
],
|
|
@@ -5640,9 +5376,9 @@
|
|
|
5640
5376
|
}
|
|
5641
5377
|
},
|
|
5642
5378
|
"node_modules/lightningcss-darwin-arm64": {
|
|
5643
|
-
"version": "1.
|
|
5644
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.
|
|
5645
|
-
"integrity": "sha512-
|
|
5379
|
+
"version": "1.31.1",
|
|
5380
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
|
|
5381
|
+
"integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
|
|
5646
5382
|
"cpu": [
|
|
5647
5383
|
"arm64"
|
|
5648
5384
|
],
|
|
@@ -5660,9 +5396,9 @@
|
|
|
5660
5396
|
}
|
|
5661
5397
|
},
|
|
5662
5398
|
"node_modules/lightningcss-darwin-x64": {
|
|
5663
|
-
"version": "1.
|
|
5664
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.
|
|
5665
|
-
"integrity": "sha512-
|
|
5399
|
+
"version": "1.31.1",
|
|
5400
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
|
|
5401
|
+
"integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
|
|
5666
5402
|
"cpu": [
|
|
5667
5403
|
"x64"
|
|
5668
5404
|
],
|
|
@@ -5680,9 +5416,9 @@
|
|
|
5680
5416
|
}
|
|
5681
5417
|
},
|
|
5682
5418
|
"node_modules/lightningcss-freebsd-x64": {
|
|
5683
|
-
"version": "1.
|
|
5684
|
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.
|
|
5685
|
-
"integrity": "sha512-
|
|
5419
|
+
"version": "1.31.1",
|
|
5420
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
|
|
5421
|
+
"integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
|
|
5686
5422
|
"cpu": [
|
|
5687
5423
|
"x64"
|
|
5688
5424
|
],
|
|
@@ -5700,9 +5436,9 @@
|
|
|
5700
5436
|
}
|
|
5701
5437
|
},
|
|
5702
5438
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
5703
|
-
"version": "1.
|
|
5704
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.
|
|
5705
|
-
"integrity": "sha512-
|
|
5439
|
+
"version": "1.31.1",
|
|
5440
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
|
|
5441
|
+
"integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
|
|
5706
5442
|
"cpu": [
|
|
5707
5443
|
"arm"
|
|
5708
5444
|
],
|
|
@@ -5720,9 +5456,9 @@
|
|
|
5720
5456
|
}
|
|
5721
5457
|
},
|
|
5722
5458
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
5723
|
-
"version": "1.
|
|
5724
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.
|
|
5725
|
-
"integrity": "sha512-
|
|
5459
|
+
"version": "1.31.1",
|
|
5460
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
|
|
5461
|
+
"integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
|
|
5726
5462
|
"cpu": [
|
|
5727
5463
|
"arm64"
|
|
5728
5464
|
],
|
|
@@ -5740,9 +5476,9 @@
|
|
|
5740
5476
|
}
|
|
5741
5477
|
},
|
|
5742
5478
|
"node_modules/lightningcss-linux-arm64-musl": {
|
|
5743
|
-
"version": "1.
|
|
5744
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.
|
|
5745
|
-
"integrity": "sha512-
|
|
5479
|
+
"version": "1.31.1",
|
|
5480
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
|
|
5481
|
+
"integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
|
|
5746
5482
|
"cpu": [
|
|
5747
5483
|
"arm64"
|
|
5748
5484
|
],
|
|
@@ -5760,9 +5496,9 @@
|
|
|
5760
5496
|
}
|
|
5761
5497
|
},
|
|
5762
5498
|
"node_modules/lightningcss-linux-x64-gnu": {
|
|
5763
|
-
"version": "1.
|
|
5764
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.
|
|
5765
|
-
"integrity": "sha512-
|
|
5499
|
+
"version": "1.31.1",
|
|
5500
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
|
|
5501
|
+
"integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
|
|
5766
5502
|
"cpu": [
|
|
5767
5503
|
"x64"
|
|
5768
5504
|
],
|
|
@@ -5780,9 +5516,9 @@
|
|
|
5780
5516
|
}
|
|
5781
5517
|
},
|
|
5782
5518
|
"node_modules/lightningcss-linux-x64-musl": {
|
|
5783
|
-
"version": "1.
|
|
5784
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.
|
|
5785
|
-
"integrity": "sha512-
|
|
5519
|
+
"version": "1.31.1",
|
|
5520
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
|
|
5521
|
+
"integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
|
|
5786
5522
|
"cpu": [
|
|
5787
5523
|
"x64"
|
|
5788
5524
|
],
|
|
@@ -5800,9 +5536,9 @@
|
|
|
5800
5536
|
}
|
|
5801
5537
|
},
|
|
5802
5538
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
5803
|
-
"version": "1.
|
|
5804
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.
|
|
5805
|
-
"integrity": "sha512-
|
|
5539
|
+
"version": "1.31.1",
|
|
5540
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
|
|
5541
|
+
"integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
|
|
5806
5542
|
"cpu": [
|
|
5807
5543
|
"arm64"
|
|
5808
5544
|
],
|
|
@@ -5820,9 +5556,9 @@
|
|
|
5820
5556
|
}
|
|
5821
5557
|
},
|
|
5822
5558
|
"node_modules/lightningcss-win32-x64-msvc": {
|
|
5823
|
-
"version": "1.
|
|
5824
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.
|
|
5825
|
-
"integrity": "sha512-
|
|
5559
|
+
"version": "1.31.1",
|
|
5560
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
|
|
5561
|
+
"integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
|
|
5826
5562
|
"cpu": [
|
|
5827
5563
|
"x64"
|
|
5828
5564
|
],
|
|
@@ -5845,21 +5581,6 @@
|
|
|
5845
5581
|
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
5846
5582
|
"license": "MIT"
|
|
5847
5583
|
},
|
|
5848
|
-
"node_modules/locate-path": {
|
|
5849
|
-
"version": "6.0.0",
|
|
5850
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
5851
|
-
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
5852
|
-
"license": "MIT",
|
|
5853
|
-
"dependencies": {
|
|
5854
|
-
"p-locate": "^5.0.0"
|
|
5855
|
-
},
|
|
5856
|
-
"engines": {
|
|
5857
|
-
"node": ">=10"
|
|
5858
|
-
},
|
|
5859
|
-
"funding": {
|
|
5860
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5861
|
-
}
|
|
5862
|
-
},
|
|
5863
5584
|
"node_modules/lodash.debounce": {
|
|
5864
5585
|
"version": "4.0.8",
|
|
5865
5586
|
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
@@ -6004,142 +5725,6 @@
|
|
|
6004
5725
|
"license": "MIT"
|
|
6005
5726
|
},
|
|
6006
5727
|
"node_modules/metro": {
|
|
6007
|
-
"version": "0.83.1",
|
|
6008
|
-
"resolved": "https://registry.npmjs.org/metro/-/metro-0.83.1.tgz",
|
|
6009
|
-
"integrity": "sha512-UGKepmTxoGD4HkQV8YWvpvwef7fUujNtTgG4Ygf7m/M0qjvb9VuDmAsEU+UdriRX7F61pnVK/opz89hjKlYTXA==",
|
|
6010
|
-
"license": "MIT",
|
|
6011
|
-
"dependencies": {
|
|
6012
|
-
"@babel/code-frame": "^7.24.7",
|
|
6013
|
-
"@babel/core": "^7.25.2",
|
|
6014
|
-
"@babel/generator": "^7.25.0",
|
|
6015
|
-
"@babel/parser": "^7.25.3",
|
|
6016
|
-
"@babel/template": "^7.25.0",
|
|
6017
|
-
"@babel/traverse": "^7.25.3",
|
|
6018
|
-
"@babel/types": "^7.25.2",
|
|
6019
|
-
"accepts": "^1.3.7",
|
|
6020
|
-
"chalk": "^4.0.0",
|
|
6021
|
-
"ci-info": "^2.0.0",
|
|
6022
|
-
"connect": "^3.6.5",
|
|
6023
|
-
"debug": "^4.4.0",
|
|
6024
|
-
"error-stack-parser": "^2.0.6",
|
|
6025
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6026
|
-
"graceful-fs": "^4.2.4",
|
|
6027
|
-
"hermes-parser": "0.29.1",
|
|
6028
|
-
"image-size": "^1.0.2",
|
|
6029
|
-
"invariant": "^2.2.4",
|
|
6030
|
-
"jest-worker": "^29.7.0",
|
|
6031
|
-
"jsc-safe-url": "^0.2.2",
|
|
6032
|
-
"lodash.throttle": "^4.1.1",
|
|
6033
|
-
"metro-babel-transformer": "0.83.1",
|
|
6034
|
-
"metro-cache": "0.83.1",
|
|
6035
|
-
"metro-cache-key": "0.83.1",
|
|
6036
|
-
"metro-config": "0.83.1",
|
|
6037
|
-
"metro-core": "0.83.1",
|
|
6038
|
-
"metro-file-map": "0.83.1",
|
|
6039
|
-
"metro-resolver": "0.83.1",
|
|
6040
|
-
"metro-runtime": "0.83.1",
|
|
6041
|
-
"metro-source-map": "0.83.1",
|
|
6042
|
-
"metro-symbolicate": "0.83.1",
|
|
6043
|
-
"metro-transform-plugins": "0.83.1",
|
|
6044
|
-
"metro-transform-worker": "0.83.1",
|
|
6045
|
-
"mime-types": "^2.1.27",
|
|
6046
|
-
"nullthrows": "^1.1.1",
|
|
6047
|
-
"serialize-error": "^2.1.0",
|
|
6048
|
-
"source-map": "^0.5.6",
|
|
6049
|
-
"throat": "^5.0.0",
|
|
6050
|
-
"ws": "^7.5.10",
|
|
6051
|
-
"yargs": "^17.6.2"
|
|
6052
|
-
},
|
|
6053
|
-
"bin": {
|
|
6054
|
-
"metro": "src/cli.js"
|
|
6055
|
-
},
|
|
6056
|
-
"engines": {
|
|
6057
|
-
"node": ">=20.19.4"
|
|
6058
|
-
}
|
|
6059
|
-
},
|
|
6060
|
-
"node_modules/metro-babel-transformer": {
|
|
6061
|
-
"version": "0.83.1",
|
|
6062
|
-
"resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.83.1.tgz",
|
|
6063
|
-
"integrity": "sha512-r3xAD3964E8dwDBaZNSO2aIIvWXjIK80uO2xo0/pi3WI8XWT9h5SCjtGWtMtE5PRWw+t20TN0q1WMRsjvhC1rQ==",
|
|
6064
|
-
"license": "MIT",
|
|
6065
|
-
"dependencies": {
|
|
6066
|
-
"@babel/core": "^7.25.2",
|
|
6067
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6068
|
-
"hermes-parser": "0.29.1",
|
|
6069
|
-
"nullthrows": "^1.1.1"
|
|
6070
|
-
},
|
|
6071
|
-
"engines": {
|
|
6072
|
-
"node": ">=20.19.4"
|
|
6073
|
-
}
|
|
6074
|
-
},
|
|
6075
|
-
"node_modules/metro-cache": {
|
|
6076
|
-
"version": "0.83.1",
|
|
6077
|
-
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.83.1.tgz",
|
|
6078
|
-
"integrity": "sha512-7N/Ad1PHa1YMWDNiyynTPq34Op2qIE68NWryGEQ4TSE3Zy6a8GpsYnEEZE4Qi6aHgsE+yZHKkRczeBgxhnFIxQ==",
|
|
6079
|
-
"license": "MIT",
|
|
6080
|
-
"dependencies": {
|
|
6081
|
-
"exponential-backoff": "^3.1.1",
|
|
6082
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6083
|
-
"https-proxy-agent": "^7.0.5",
|
|
6084
|
-
"metro-core": "0.83.1"
|
|
6085
|
-
},
|
|
6086
|
-
"engines": {
|
|
6087
|
-
"node": ">=20.19.4"
|
|
6088
|
-
}
|
|
6089
|
-
},
|
|
6090
|
-
"node_modules/metro-cache-key": {
|
|
6091
|
-
"version": "0.83.1",
|
|
6092
|
-
"resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.83.1.tgz",
|
|
6093
|
-
"integrity": "sha512-ZUs+GD5CNeDLxx5UUWmfg26IL+Dnbryd+TLqTlZnDEgehkIa11kUSvgF92OFfJhONeXzV4rZDRGNXoo6JT+8Gg==",
|
|
6094
|
-
"license": "MIT",
|
|
6095
|
-
"dependencies": {
|
|
6096
|
-
"flow-enums-runtime": "^0.0.6"
|
|
6097
|
-
},
|
|
6098
|
-
"engines": {
|
|
6099
|
-
"node": ">=20.19.4"
|
|
6100
|
-
}
|
|
6101
|
-
},
|
|
6102
|
-
"node_modules/metro-config": {
|
|
6103
|
-
"version": "0.83.3",
|
|
6104
|
-
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.83.3.tgz",
|
|
6105
|
-
"integrity": "sha512-mTel7ipT0yNjKILIan04bkJkuCzUUkm2SeEaTads8VfEecCh+ltXchdq6DovXJqzQAXuR2P9cxZB47Lg4klriA==",
|
|
6106
|
-
"license": "MIT",
|
|
6107
|
-
"dependencies": {
|
|
6108
|
-
"connect": "^3.6.5",
|
|
6109
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6110
|
-
"jest-validate": "^29.7.0",
|
|
6111
|
-
"metro": "0.83.3",
|
|
6112
|
-
"metro-cache": "0.83.3",
|
|
6113
|
-
"metro-core": "0.83.3",
|
|
6114
|
-
"metro-runtime": "0.83.3",
|
|
6115
|
-
"yaml": "^2.6.1"
|
|
6116
|
-
},
|
|
6117
|
-
"engines": {
|
|
6118
|
-
"node": ">=20.19.4"
|
|
6119
|
-
}
|
|
6120
|
-
},
|
|
6121
|
-
"node_modules/metro-config/node_modules/ci-info": {
|
|
6122
|
-
"version": "2.0.0",
|
|
6123
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
|
|
6124
|
-
"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
|
|
6125
|
-
"license": "MIT"
|
|
6126
|
-
},
|
|
6127
|
-
"node_modules/metro-config/node_modules/hermes-estree": {
|
|
6128
|
-
"version": "0.32.0",
|
|
6129
|
-
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.32.0.tgz",
|
|
6130
|
-
"integrity": "sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==",
|
|
6131
|
-
"license": "MIT"
|
|
6132
|
-
},
|
|
6133
|
-
"node_modules/metro-config/node_modules/hermes-parser": {
|
|
6134
|
-
"version": "0.32.0",
|
|
6135
|
-
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.32.0.tgz",
|
|
6136
|
-
"integrity": "sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==",
|
|
6137
|
-
"license": "MIT",
|
|
6138
|
-
"dependencies": {
|
|
6139
|
-
"hermes-estree": "0.32.0"
|
|
6140
|
-
}
|
|
6141
|
-
},
|
|
6142
|
-
"node_modules/metro-config/node_modules/metro": {
|
|
6143
5728
|
"version": "0.83.3",
|
|
6144
5729
|
"resolved": "https://registry.npmjs.org/metro/-/metro-0.83.3.tgz",
|
|
6145
5730
|
"integrity": "sha512-+rP+/GieOzkt97hSJ0MrPOuAH/jpaS21ZDvL9DJ35QYRDlQcwzcvUlGUf79AnQxq/2NPiS/AULhhM4TKutIt8Q==",
|
|
@@ -6193,7 +5778,7 @@
|
|
|
6193
5778
|
"node": ">=20.19.4"
|
|
6194
5779
|
}
|
|
6195
5780
|
},
|
|
6196
|
-
"node_modules/metro-
|
|
5781
|
+
"node_modules/metro-babel-transformer": {
|
|
6197
5782
|
"version": "0.83.3",
|
|
6198
5783
|
"resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.83.3.tgz",
|
|
6199
5784
|
"integrity": "sha512-1vxlvj2yY24ES1O5RsSIvg4a4WeL7PFXgKOHvXTXiW0deLvQr28ExXj6LjwCCDZ4YZLhq6HddLpZnX4dEdSq5g==",
|
|
@@ -6208,7 +5793,22 @@
|
|
|
6208
5793
|
"node": ">=20.19.4"
|
|
6209
5794
|
}
|
|
6210
5795
|
},
|
|
6211
|
-
"node_modules/metro-
|
|
5796
|
+
"node_modules/metro-babel-transformer/node_modules/hermes-estree": {
|
|
5797
|
+
"version": "0.32.0",
|
|
5798
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.32.0.tgz",
|
|
5799
|
+
"integrity": "sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==",
|
|
5800
|
+
"license": "MIT"
|
|
5801
|
+
},
|
|
5802
|
+
"node_modules/metro-babel-transformer/node_modules/hermes-parser": {
|
|
5803
|
+
"version": "0.32.0",
|
|
5804
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.32.0.tgz",
|
|
5805
|
+
"integrity": "sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==",
|
|
5806
|
+
"license": "MIT",
|
|
5807
|
+
"dependencies": {
|
|
5808
|
+
"hermes-estree": "0.32.0"
|
|
5809
|
+
}
|
|
5810
|
+
},
|
|
5811
|
+
"node_modules/metro-cache": {
|
|
6212
5812
|
"version": "0.83.3",
|
|
6213
5813
|
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.83.3.tgz",
|
|
6214
5814
|
"integrity": "sha512-3jo65X515mQJvKqK3vWRblxDEcgY55Sk3w4xa6LlfEXgQ9g1WgMh9m4qVZVwgcHoLy0a2HENTPCCX4Pk6s8c8Q==",
|
|
@@ -6223,7 +5823,7 @@
|
|
|
6223
5823
|
"node": ">=20.19.4"
|
|
6224
5824
|
}
|
|
6225
5825
|
},
|
|
6226
|
-
"node_modules/metro-
|
|
5826
|
+
"node_modules/metro-cache-key": {
|
|
6227
5827
|
"version": "0.83.3",
|
|
6228
5828
|
"resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.83.3.tgz",
|
|
6229
5829
|
"integrity": "sha512-59ZO049jKzSmvBmG/B5bZ6/dztP0ilp0o988nc6dpaDsU05Cl1c/lRf+yx8m9WW/JVgbmfO5MziBU559XjI5Zw==",
|
|
@@ -6235,198 +5835,43 @@
|
|
|
6235
5835
|
"node": ">=20.19.4"
|
|
6236
5836
|
}
|
|
6237
5837
|
},
|
|
6238
|
-
"node_modules/metro-config
|
|
6239
|
-
"version": "0.83.3",
|
|
6240
|
-
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.83.3.tgz",
|
|
6241
|
-
"integrity": "sha512-M+X59lm7oBmJZamc96usuF1kusd5YimqG/q97g4Ac7slnJ3YiGglW5CsOlicTR5EWf8MQFxxjDoB6ytTqRe8Hw==",
|
|
6242
|
-
"license": "MIT",
|
|
6243
|
-
"dependencies": {
|
|
6244
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6245
|
-
"lodash.throttle": "^4.1.1",
|
|
6246
|
-
"metro-resolver": "0.83.3"
|
|
6247
|
-
},
|
|
6248
|
-
"engines": {
|
|
6249
|
-
"node": ">=20.19.4"
|
|
6250
|
-
}
|
|
6251
|
-
},
|
|
6252
|
-
"node_modules/metro-config/node_modules/metro-file-map": {
|
|
6253
|
-
"version": "0.83.3",
|
|
6254
|
-
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.83.3.tgz",
|
|
6255
|
-
"integrity": "sha512-jg5AcyE0Q9Xbbu/4NAwwZkmQn7doJCKGW0SLeSJmzNB9Z24jBe0AL2PHNMy4eu0JiKtNWHz9IiONGZWq7hjVTA==",
|
|
6256
|
-
"license": "MIT",
|
|
6257
|
-
"dependencies": {
|
|
6258
|
-
"debug": "^4.4.0",
|
|
6259
|
-
"fb-watchman": "^2.0.0",
|
|
6260
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6261
|
-
"graceful-fs": "^4.2.4",
|
|
6262
|
-
"invariant": "^2.2.4",
|
|
6263
|
-
"jest-worker": "^29.7.0",
|
|
6264
|
-
"micromatch": "^4.0.4",
|
|
6265
|
-
"nullthrows": "^1.1.1",
|
|
6266
|
-
"walker": "^1.0.7"
|
|
6267
|
-
},
|
|
6268
|
-
"engines": {
|
|
6269
|
-
"node": ">=20.19.4"
|
|
6270
|
-
}
|
|
6271
|
-
},
|
|
6272
|
-
"node_modules/metro-config/node_modules/metro-minify-terser": {
|
|
6273
|
-
"version": "0.83.3",
|
|
6274
|
-
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.83.3.tgz",
|
|
6275
|
-
"integrity": "sha512-O2BmfWj6FSfzBLrNCXt/rr2VYZdX5i6444QJU0fFoc7Ljg+Q+iqebwE3K0eTvkI6TRjELsXk1cjU+fXwAR4OjQ==",
|
|
6276
|
-
"license": "MIT",
|
|
6277
|
-
"dependencies": {
|
|
6278
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6279
|
-
"terser": "^5.15.0"
|
|
6280
|
-
},
|
|
6281
|
-
"engines": {
|
|
6282
|
-
"node": ">=20.19.4"
|
|
6283
|
-
}
|
|
6284
|
-
},
|
|
6285
|
-
"node_modules/metro-config/node_modules/metro-resolver": {
|
|
6286
|
-
"version": "0.83.3",
|
|
6287
|
-
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.83.3.tgz",
|
|
6288
|
-
"integrity": "sha512-0js+zwI5flFxb1ktmR///bxHYg7OLpRpWZlBBruYG8OKYxeMP7SV0xQ/o/hUelrEMdK4LJzqVtHAhBm25LVfAQ==",
|
|
6289
|
-
"license": "MIT",
|
|
6290
|
-
"dependencies": {
|
|
6291
|
-
"flow-enums-runtime": "^0.0.6"
|
|
6292
|
-
},
|
|
6293
|
-
"engines": {
|
|
6294
|
-
"node": ">=20.19.4"
|
|
6295
|
-
}
|
|
6296
|
-
},
|
|
6297
|
-
"node_modules/metro-config/node_modules/metro-source-map": {
|
|
6298
|
-
"version": "0.83.3",
|
|
6299
|
-
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.83.3.tgz",
|
|
6300
|
-
"integrity": "sha512-xkC3qwUBh2psVZgVavo8+r2C9Igkk3DibiOXSAht1aYRRcztEZNFtAMtfSB7sdO2iFMx2Mlyu++cBxz/fhdzQg==",
|
|
6301
|
-
"license": "MIT",
|
|
6302
|
-
"dependencies": {
|
|
6303
|
-
"@babel/traverse": "^7.25.3",
|
|
6304
|
-
"@babel/traverse--for-generate-function-map": "npm:@babel/traverse@^7.25.3",
|
|
6305
|
-
"@babel/types": "^7.25.2",
|
|
6306
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6307
|
-
"invariant": "^2.2.4",
|
|
6308
|
-
"metro-symbolicate": "0.83.3",
|
|
6309
|
-
"nullthrows": "^1.1.1",
|
|
6310
|
-
"ob1": "0.83.3",
|
|
6311
|
-
"source-map": "^0.5.6",
|
|
6312
|
-
"vlq": "^1.0.0"
|
|
6313
|
-
},
|
|
6314
|
-
"engines": {
|
|
6315
|
-
"node": ">=20.19.4"
|
|
6316
|
-
}
|
|
6317
|
-
},
|
|
6318
|
-
"node_modules/metro-config/node_modules/metro-symbolicate": {
|
|
6319
|
-
"version": "0.83.3",
|
|
6320
|
-
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.83.3.tgz",
|
|
6321
|
-
"integrity": "sha512-F/YChgKd6KbFK3eUR5HdUsfBqVsanf5lNTwFd4Ca7uuxnHgBC3kR/Hba/RGkenR3pZaGNp5Bu9ZqqP52Wyhomw==",
|
|
6322
|
-
"license": "MIT",
|
|
6323
|
-
"dependencies": {
|
|
6324
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6325
|
-
"invariant": "^2.2.4",
|
|
6326
|
-
"metro-source-map": "0.83.3",
|
|
6327
|
-
"nullthrows": "^1.1.1",
|
|
6328
|
-
"source-map": "^0.5.6",
|
|
6329
|
-
"vlq": "^1.0.0"
|
|
6330
|
-
},
|
|
6331
|
-
"bin": {
|
|
6332
|
-
"metro-symbolicate": "src/index.js"
|
|
6333
|
-
},
|
|
6334
|
-
"engines": {
|
|
6335
|
-
"node": ">=20.19.4"
|
|
6336
|
-
}
|
|
6337
|
-
},
|
|
6338
|
-
"node_modules/metro-config/node_modules/metro-transform-plugins": {
|
|
6339
|
-
"version": "0.83.3",
|
|
6340
|
-
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.83.3.tgz",
|
|
6341
|
-
"integrity": "sha512-eRGoKJU6jmqOakBMH5kUB7VitEWiNrDzBHpYbkBXW7C5fUGeOd2CyqrosEzbMK5VMiZYyOcNFEphvxk3OXey2A==",
|
|
6342
|
-
"license": "MIT",
|
|
6343
|
-
"dependencies": {
|
|
6344
|
-
"@babel/core": "^7.25.2",
|
|
6345
|
-
"@babel/generator": "^7.25.0",
|
|
6346
|
-
"@babel/template": "^7.25.0",
|
|
6347
|
-
"@babel/traverse": "^7.25.3",
|
|
6348
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6349
|
-
"nullthrows": "^1.1.1"
|
|
6350
|
-
},
|
|
6351
|
-
"engines": {
|
|
6352
|
-
"node": ">=20.19.4"
|
|
6353
|
-
}
|
|
6354
|
-
},
|
|
6355
|
-
"node_modules/metro-config/node_modules/metro-transform-worker": {
|
|
5838
|
+
"node_modules/metro-config": {
|
|
6356
5839
|
"version": "0.83.3",
|
|
6357
|
-
"resolved": "https://registry.npmjs.org/metro-
|
|
6358
|
-
"integrity": "sha512-
|
|
5840
|
+
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.83.3.tgz",
|
|
5841
|
+
"integrity": "sha512-mTel7ipT0yNjKILIan04bkJkuCzUUkm2SeEaTads8VfEecCh+ltXchdq6DovXJqzQAXuR2P9cxZB47Lg4klriA==",
|
|
6359
5842
|
"license": "MIT",
|
|
6360
5843
|
"dependencies": {
|
|
6361
|
-
"
|
|
6362
|
-
"@babel/generator": "^7.25.0",
|
|
6363
|
-
"@babel/parser": "^7.25.3",
|
|
6364
|
-
"@babel/types": "^7.25.2",
|
|
5844
|
+
"connect": "^3.6.5",
|
|
6365
5845
|
"flow-enums-runtime": "^0.0.6",
|
|
5846
|
+
"jest-validate": "^29.7.0",
|
|
6366
5847
|
"metro": "0.83.3",
|
|
6367
|
-
"metro-babel-transformer": "0.83.3",
|
|
6368
5848
|
"metro-cache": "0.83.3",
|
|
6369
|
-
"metro-
|
|
6370
|
-
"metro-
|
|
6371
|
-
"
|
|
6372
|
-
"metro-transform-plugins": "0.83.3",
|
|
6373
|
-
"nullthrows": "^1.1.1"
|
|
6374
|
-
},
|
|
6375
|
-
"engines": {
|
|
6376
|
-
"node": ">=20.19.4"
|
|
6377
|
-
}
|
|
6378
|
-
},
|
|
6379
|
-
"node_modules/metro-config/node_modules/ob1": {
|
|
6380
|
-
"version": "0.83.3",
|
|
6381
|
-
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.83.3.tgz",
|
|
6382
|
-
"integrity": "sha512-egUxXCDwoWG06NGCS5s5AdcpnumHKJlfd3HH06P3m9TEMwwScfcY35wpQxbm9oHof+dM/lVH9Rfyu1elTVelSA==",
|
|
6383
|
-
"license": "MIT",
|
|
6384
|
-
"dependencies": {
|
|
6385
|
-
"flow-enums-runtime": "^0.0.6"
|
|
5849
|
+
"metro-core": "0.83.3",
|
|
5850
|
+
"metro-runtime": "0.83.3",
|
|
5851
|
+
"yaml": "^2.6.1"
|
|
6386
5852
|
},
|
|
6387
5853
|
"engines": {
|
|
6388
5854
|
"node": ">=20.19.4"
|
|
6389
5855
|
}
|
|
6390
5856
|
},
|
|
6391
|
-
"node_modules/metro-config/node_modules/ws": {
|
|
6392
|
-
"version": "7.5.10",
|
|
6393
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
6394
|
-
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
6395
|
-
"license": "MIT",
|
|
6396
|
-
"engines": {
|
|
6397
|
-
"node": ">=8.3.0"
|
|
6398
|
-
},
|
|
6399
|
-
"peerDependencies": {
|
|
6400
|
-
"bufferutil": "^4.0.1",
|
|
6401
|
-
"utf-8-validate": "^5.0.2"
|
|
6402
|
-
},
|
|
6403
|
-
"peerDependenciesMeta": {
|
|
6404
|
-
"bufferutil": {
|
|
6405
|
-
"optional": true
|
|
6406
|
-
},
|
|
6407
|
-
"utf-8-validate": {
|
|
6408
|
-
"optional": true
|
|
6409
|
-
}
|
|
6410
|
-
}
|
|
6411
|
-
},
|
|
6412
5857
|
"node_modules/metro-core": {
|
|
6413
|
-
"version": "0.83.
|
|
6414
|
-
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.83.
|
|
6415
|
-
"integrity": "sha512-
|
|
5858
|
+
"version": "0.83.3",
|
|
5859
|
+
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.83.3.tgz",
|
|
5860
|
+
"integrity": "sha512-M+X59lm7oBmJZamc96usuF1kusd5YimqG/q97g4Ac7slnJ3YiGglW5CsOlicTR5EWf8MQFxxjDoB6ytTqRe8Hw==",
|
|
6416
5861
|
"license": "MIT",
|
|
6417
5862
|
"dependencies": {
|
|
6418
5863
|
"flow-enums-runtime": "^0.0.6",
|
|
6419
5864
|
"lodash.throttle": "^4.1.1",
|
|
6420
|
-
"metro-resolver": "0.83.
|
|
5865
|
+
"metro-resolver": "0.83.3"
|
|
6421
5866
|
},
|
|
6422
5867
|
"engines": {
|
|
6423
5868
|
"node": ">=20.19.4"
|
|
6424
5869
|
}
|
|
6425
5870
|
},
|
|
6426
5871
|
"node_modules/metro-file-map": {
|
|
6427
|
-
"version": "0.83.
|
|
6428
|
-
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.83.
|
|
6429
|
-
"integrity": "sha512-
|
|
5872
|
+
"version": "0.83.3",
|
|
5873
|
+
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.83.3.tgz",
|
|
5874
|
+
"integrity": "sha512-jg5AcyE0Q9Xbbu/4NAwwZkmQn7doJCKGW0SLeSJmzNB9Z24jBe0AL2PHNMy4eu0JiKtNWHz9IiONGZWq7hjVTA==",
|
|
6430
5875
|
"license": "MIT",
|
|
6431
5876
|
"dependencies": {
|
|
6432
5877
|
"debug": "^4.4.0",
|
|
@@ -6444,9 +5889,9 @@
|
|
|
6444
5889
|
}
|
|
6445
5890
|
},
|
|
6446
5891
|
"node_modules/metro-minify-terser": {
|
|
6447
|
-
"version": "0.83.
|
|
6448
|
-
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.83.
|
|
6449
|
-
"integrity": "sha512-
|
|
5892
|
+
"version": "0.83.3",
|
|
5893
|
+
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.83.3.tgz",
|
|
5894
|
+
"integrity": "sha512-O2BmfWj6FSfzBLrNCXt/rr2VYZdX5i6444QJU0fFoc7Ljg+Q+iqebwE3K0eTvkI6TRjELsXk1cjU+fXwAR4OjQ==",
|
|
6450
5895
|
"license": "MIT",
|
|
6451
5896
|
"dependencies": {
|
|
6452
5897
|
"flow-enums-runtime": "^0.0.6",
|
|
@@ -6457,9 +5902,9 @@
|
|
|
6457
5902
|
}
|
|
6458
5903
|
},
|
|
6459
5904
|
"node_modules/metro-resolver": {
|
|
6460
|
-
"version": "0.83.
|
|
6461
|
-
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.83.
|
|
6462
|
-
"integrity": "sha512-
|
|
5905
|
+
"version": "0.83.3",
|
|
5906
|
+
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.83.3.tgz",
|
|
5907
|
+
"integrity": "sha512-0js+zwI5flFxb1ktmR///bxHYg7OLpRpWZlBBruYG8OKYxeMP7SV0xQ/o/hUelrEMdK4LJzqVtHAhBm25LVfAQ==",
|
|
6463
5908
|
"license": "MIT",
|
|
6464
5909
|
"dependencies": {
|
|
6465
5910
|
"flow-enums-runtime": "^0.0.6"
|
|
@@ -6482,9 +5927,9 @@
|
|
|
6482
5927
|
}
|
|
6483
5928
|
},
|
|
6484
5929
|
"node_modules/metro-source-map": {
|
|
6485
|
-
"version": "0.83.
|
|
6486
|
-
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.83.
|
|
6487
|
-
"integrity": "sha512-
|
|
5930
|
+
"version": "0.83.3",
|
|
5931
|
+
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.83.3.tgz",
|
|
5932
|
+
"integrity": "sha512-xkC3qwUBh2psVZgVavo8+r2C9Igkk3DibiOXSAht1aYRRcztEZNFtAMtfSB7sdO2iFMx2Mlyu++cBxz/fhdzQg==",
|
|
6488
5933
|
"license": "MIT",
|
|
6489
5934
|
"dependencies": {
|
|
6490
5935
|
"@babel/traverse": "^7.25.3",
|
|
@@ -6492,9 +5937,9 @@
|
|
|
6492
5937
|
"@babel/types": "^7.25.2",
|
|
6493
5938
|
"flow-enums-runtime": "^0.0.6",
|
|
6494
5939
|
"invariant": "^2.2.4",
|
|
6495
|
-
"metro-symbolicate": "0.83.
|
|
5940
|
+
"metro-symbolicate": "0.83.3",
|
|
6496
5941
|
"nullthrows": "^1.1.1",
|
|
6497
|
-
"ob1": "0.83.
|
|
5942
|
+
"ob1": "0.83.3",
|
|
6498
5943
|
"source-map": "^0.5.6",
|
|
6499
5944
|
"vlq": "^1.0.0"
|
|
6500
5945
|
},
|
|
@@ -6503,14 +5948,14 @@
|
|
|
6503
5948
|
}
|
|
6504
5949
|
},
|
|
6505
5950
|
"node_modules/metro-symbolicate": {
|
|
6506
|
-
"version": "0.83.
|
|
6507
|
-
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.83.
|
|
6508
|
-
"integrity": "sha512-
|
|
5951
|
+
"version": "0.83.3",
|
|
5952
|
+
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.83.3.tgz",
|
|
5953
|
+
"integrity": "sha512-F/YChgKd6KbFK3eUR5HdUsfBqVsanf5lNTwFd4Ca7uuxnHgBC3kR/Hba/RGkenR3pZaGNp5Bu9ZqqP52Wyhomw==",
|
|
6509
5954
|
"license": "MIT",
|
|
6510
5955
|
"dependencies": {
|
|
6511
5956
|
"flow-enums-runtime": "^0.0.6",
|
|
6512
5957
|
"invariant": "^2.2.4",
|
|
6513
|
-
"metro-source-map": "0.83.
|
|
5958
|
+
"metro-source-map": "0.83.3",
|
|
6514
5959
|
"nullthrows": "^1.1.1",
|
|
6515
5960
|
"source-map": "^0.5.6",
|
|
6516
5961
|
"vlq": "^1.0.0"
|
|
@@ -6523,9 +5968,9 @@
|
|
|
6523
5968
|
}
|
|
6524
5969
|
},
|
|
6525
5970
|
"node_modules/metro-transform-plugins": {
|
|
6526
|
-
"version": "0.83.
|
|
6527
|
-
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.83.
|
|
6528
|
-
"integrity": "sha512-
|
|
5971
|
+
"version": "0.83.3",
|
|
5972
|
+
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.83.3.tgz",
|
|
5973
|
+
"integrity": "sha512-eRGoKJU6jmqOakBMH5kUB7VitEWiNrDzBHpYbkBXW7C5fUGeOd2CyqrosEzbMK5VMiZYyOcNFEphvxk3OXey2A==",
|
|
6529
5974
|
"license": "MIT",
|
|
6530
5975
|
"dependencies": {
|
|
6531
5976
|
"@babel/core": "^7.25.2",
|
|
@@ -6540,9 +5985,9 @@
|
|
|
6540
5985
|
}
|
|
6541
5986
|
},
|
|
6542
5987
|
"node_modules/metro-transform-worker": {
|
|
6543
|
-
"version": "0.83.
|
|
6544
|
-
"resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.83.
|
|
6545
|
-
"integrity": "sha512-
|
|
5988
|
+
"version": "0.83.3",
|
|
5989
|
+
"resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.83.3.tgz",
|
|
5990
|
+
"integrity": "sha512-Ztekew9t/gOIMZX1tvJOgX7KlSLL5kWykl0Iwu2cL2vKMKVALRl1hysyhUw0vjpAvLFx+Kfq9VLjnHIkW32fPA==",
|
|
6546
5991
|
"license": "MIT",
|
|
6547
5992
|
"dependencies": {
|
|
6548
5993
|
"@babel/core": "^7.25.2",
|
|
@@ -6550,13 +5995,13 @@
|
|
|
6550
5995
|
"@babel/parser": "^7.25.3",
|
|
6551
5996
|
"@babel/types": "^7.25.2",
|
|
6552
5997
|
"flow-enums-runtime": "^0.0.6",
|
|
6553
|
-
"metro": "0.83.
|
|
6554
|
-
"metro-babel-transformer": "0.83.
|
|
6555
|
-
"metro-cache": "0.83.
|
|
6556
|
-
"metro-cache-key": "0.83.
|
|
6557
|
-
"metro-minify-terser": "0.83.
|
|
6558
|
-
"metro-source-map": "0.83.
|
|
6559
|
-
"metro-transform-plugins": "0.83.
|
|
5998
|
+
"metro": "0.83.3",
|
|
5999
|
+
"metro-babel-transformer": "0.83.3",
|
|
6000
|
+
"metro-cache": "0.83.3",
|
|
6001
|
+
"metro-cache-key": "0.83.3",
|
|
6002
|
+
"metro-minify-terser": "0.83.3",
|
|
6003
|
+
"metro-source-map": "0.83.3",
|
|
6004
|
+
"metro-transform-plugins": "0.83.3",
|
|
6560
6005
|
"nullthrows": "^1.1.1"
|
|
6561
6006
|
},
|
|
6562
6007
|
"engines": {
|
|
@@ -6569,36 +6014,19 @@
|
|
|
6569
6014
|
"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
|
|
6570
6015
|
"license": "MIT"
|
|
6571
6016
|
},
|
|
6572
|
-
"node_modules/metro/node_modules/
|
|
6573
|
-
"version": "0.
|
|
6574
|
-
"resolved": "https://registry.npmjs.org/
|
|
6575
|
-
"integrity": "sha512-
|
|
6576
|
-
"license": "MIT"
|
|
6577
|
-
"dependencies": {
|
|
6578
|
-
"connect": "^3.6.5",
|
|
6579
|
-
"cosmiconfig": "^5.0.5",
|
|
6580
|
-
"flow-enums-runtime": "^0.0.6",
|
|
6581
|
-
"jest-validate": "^29.7.0",
|
|
6582
|
-
"metro": "0.83.1",
|
|
6583
|
-
"metro-cache": "0.83.1",
|
|
6584
|
-
"metro-core": "0.83.1",
|
|
6585
|
-
"metro-runtime": "0.83.1"
|
|
6586
|
-
},
|
|
6587
|
-
"engines": {
|
|
6588
|
-
"node": ">=20.19.4"
|
|
6589
|
-
}
|
|
6017
|
+
"node_modules/metro/node_modules/hermes-estree": {
|
|
6018
|
+
"version": "0.32.0",
|
|
6019
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.32.0.tgz",
|
|
6020
|
+
"integrity": "sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==",
|
|
6021
|
+
"license": "MIT"
|
|
6590
6022
|
},
|
|
6591
|
-
"node_modules/metro/node_modules/
|
|
6592
|
-
"version": "0.
|
|
6593
|
-
"resolved": "https://registry.npmjs.org/
|
|
6594
|
-
"integrity": "sha512-
|
|
6023
|
+
"node_modules/metro/node_modules/hermes-parser": {
|
|
6024
|
+
"version": "0.32.0",
|
|
6025
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.32.0.tgz",
|
|
6026
|
+
"integrity": "sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==",
|
|
6595
6027
|
"license": "MIT",
|
|
6596
6028
|
"dependencies": {
|
|
6597
|
-
"
|
|
6598
|
-
"flow-enums-runtime": "^0.0.6"
|
|
6599
|
-
},
|
|
6600
|
-
"engines": {
|
|
6601
|
-
"node": ">=20.19.4"
|
|
6029
|
+
"hermes-estree": "0.32.0"
|
|
6602
6030
|
}
|
|
6603
6031
|
},
|
|
6604
6032
|
"node_modules/metro/node_modules/ws": {
|
|
@@ -6699,12 +6127,12 @@
|
|
|
6699
6127
|
}
|
|
6700
6128
|
},
|
|
6701
6129
|
"node_modules/minimatch": {
|
|
6702
|
-
"version": "9.0.
|
|
6703
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
6704
|
-
"integrity": "sha512-
|
|
6130
|
+
"version": "9.0.6",
|
|
6131
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
|
|
6132
|
+
"integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
|
|
6705
6133
|
"license": "ISC",
|
|
6706
6134
|
"dependencies": {
|
|
6707
|
-
"brace-expansion": "^
|
|
6135
|
+
"brace-expansion": "^5.0.2"
|
|
6708
6136
|
},
|
|
6709
6137
|
"engines": {
|
|
6710
6138
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -6723,10 +6151,10 @@
|
|
|
6723
6151
|
}
|
|
6724
6152
|
},
|
|
6725
6153
|
"node_modules/minipass": {
|
|
6726
|
-
"version": "7.1.
|
|
6727
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.
|
|
6728
|
-
"integrity": "sha512-
|
|
6729
|
-
"license": "
|
|
6154
|
+
"version": "7.1.3",
|
|
6155
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
6156
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
6157
|
+
"license": "BlueOak-1.0.0",
|
|
6730
6158
|
"engines": {
|
|
6731
6159
|
"node": ">=16 || 14 >=14.17"
|
|
6732
6160
|
}
|
|
@@ -6806,9 +6234,9 @@
|
|
|
6806
6234
|
"license": "MIT"
|
|
6807
6235
|
},
|
|
6808
6236
|
"node_modules/node-forge": {
|
|
6809
|
-
"version": "1.3.
|
|
6810
|
-
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.
|
|
6811
|
-
"integrity": "sha512-
|
|
6237
|
+
"version": "1.3.3",
|
|
6238
|
+
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz",
|
|
6239
|
+
"integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
|
|
6812
6240
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
6813
6241
|
"engines": {
|
|
6814
6242
|
"node": ">= 6.13.0"
|
|
@@ -6821,9 +6249,9 @@
|
|
|
6821
6249
|
"license": "MIT"
|
|
6822
6250
|
},
|
|
6823
6251
|
"node_modules/node-releases": {
|
|
6824
|
-
"version": "2.0.
|
|
6825
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
6826
|
-
"integrity": "sha512-
|
|
6252
|
+
"version": "2.0.27",
|
|
6253
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
|
|
6254
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
6827
6255
|
"license": "MIT"
|
|
6828
6256
|
},
|
|
6829
6257
|
"node_modules/normalize-path": {
|
|
@@ -6851,9 +6279,9 @@
|
|
|
6851
6279
|
}
|
|
6852
6280
|
},
|
|
6853
6281
|
"node_modules/npm-package-arg/node_modules/semver": {
|
|
6854
|
-
"version": "7.7.
|
|
6855
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
6856
|
-
"integrity": "sha512-
|
|
6282
|
+
"version": "7.7.4",
|
|
6283
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
6284
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
6857
6285
|
"license": "ISC",
|
|
6858
6286
|
"bin": {
|
|
6859
6287
|
"semver": "bin/semver.js"
|
|
@@ -6869,9 +6297,9 @@
|
|
|
6869
6297
|
"license": "MIT"
|
|
6870
6298
|
},
|
|
6871
6299
|
"node_modules/ob1": {
|
|
6872
|
-
"version": "0.83.
|
|
6873
|
-
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.83.
|
|
6874
|
-
"integrity": "sha512-
|
|
6300
|
+
"version": "0.83.3",
|
|
6301
|
+
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.83.3.tgz",
|
|
6302
|
+
"integrity": "sha512-egUxXCDwoWG06NGCS5s5AdcpnumHKJlfd3HH06P3m9TEMwwScfcY35wpQxbm9oHof+dM/lVH9Rfyu1elTVelSA==",
|
|
6875
6303
|
"license": "MIT",
|
|
6876
6304
|
"dependencies": {
|
|
6877
6305
|
"flow-enums-runtime": "^0.0.6"
|
|
@@ -7050,21 +6478,6 @@
|
|
|
7050
6478
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7051
6479
|
}
|
|
7052
6480
|
},
|
|
7053
|
-
"node_modules/p-locate": {
|
|
7054
|
-
"version": "5.0.0",
|
|
7055
|
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
7056
|
-
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
7057
|
-
"license": "MIT",
|
|
7058
|
-
"dependencies": {
|
|
7059
|
-
"p-limit": "^3.0.2"
|
|
7060
|
-
},
|
|
7061
|
-
"engines": {
|
|
7062
|
-
"node": ">=10"
|
|
7063
|
-
},
|
|
7064
|
-
"funding": {
|
|
7065
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7066
|
-
}
|
|
7067
|
-
},
|
|
7068
6481
|
"node_modules/p-try": {
|
|
7069
6482
|
"version": "2.2.0",
|
|
7070
6483
|
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
|
|
@@ -7074,25 +6487,6 @@
|
|
|
7074
6487
|
"node": ">=6"
|
|
7075
6488
|
}
|
|
7076
6489
|
},
|
|
7077
|
-
"node_modules/package-json-from-dist": {
|
|
7078
|
-
"version": "1.0.1",
|
|
7079
|
-
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
7080
|
-
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
7081
|
-
"license": "BlueOak-1.0.0"
|
|
7082
|
-
},
|
|
7083
|
-
"node_modules/parse-json": {
|
|
7084
|
-
"version": "4.0.0",
|
|
7085
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
|
|
7086
|
-
"integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
|
|
7087
|
-
"license": "MIT",
|
|
7088
|
-
"dependencies": {
|
|
7089
|
-
"error-ex": "^1.3.1",
|
|
7090
|
-
"json-parse-better-errors": "^1.0.1"
|
|
7091
|
-
},
|
|
7092
|
-
"engines": {
|
|
7093
|
-
"node": ">=4"
|
|
7094
|
-
}
|
|
7095
|
-
},
|
|
7096
6490
|
"node_modules/parse-png": {
|
|
7097
6491
|
"version": "2.1.0",
|
|
7098
6492
|
"resolved": "https://registry.npmjs.org/parse-png/-/parse-png-2.1.0.tgz",
|
|
@@ -7148,26 +6542,29 @@
|
|
|
7148
6542
|
"license": "MIT"
|
|
7149
6543
|
},
|
|
7150
6544
|
"node_modules/path-scurry": {
|
|
7151
|
-
"version": "
|
|
7152
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-
|
|
7153
|
-
"integrity": "sha512-
|
|
6545
|
+
"version": "2.0.2",
|
|
6546
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
6547
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
7154
6548
|
"license": "BlueOak-1.0.0",
|
|
7155
6549
|
"dependencies": {
|
|
7156
|
-
"lru-cache": "^
|
|
7157
|
-
"minipass": "^
|
|
6550
|
+
"lru-cache": "^11.0.0",
|
|
6551
|
+
"minipass": "^7.1.2"
|
|
7158
6552
|
},
|
|
7159
6553
|
"engines": {
|
|
7160
|
-
"node": "
|
|
6554
|
+
"node": "18 || 20 || >=22"
|
|
7161
6555
|
},
|
|
7162
6556
|
"funding": {
|
|
7163
6557
|
"url": "https://github.com/sponsors/isaacs"
|
|
7164
6558
|
}
|
|
7165
6559
|
},
|
|
7166
6560
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
7167
|
-
"version": "
|
|
7168
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-
|
|
7169
|
-
"integrity": "sha512-
|
|
7170
|
-
"license": "
|
|
6561
|
+
"version": "11.2.6",
|
|
6562
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
|
|
6563
|
+
"integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
|
|
6564
|
+
"license": "BlueOak-1.0.0",
|
|
6565
|
+
"engines": {
|
|
6566
|
+
"node": "20 || >=22"
|
|
6567
|
+
}
|
|
7171
6568
|
},
|
|
7172
6569
|
"node_modules/picocolors": {
|
|
7173
6570
|
"version": "1.1.1",
|
|
@@ -7376,9 +6773,9 @@
|
|
|
7376
6773
|
}
|
|
7377
6774
|
},
|
|
7378
6775
|
"node_modules/react": {
|
|
7379
|
-
"version": "19.
|
|
7380
|
-
"resolved": "https://registry.npmjs.org/react/-/react-19.
|
|
7381
|
-
"integrity": "sha512-
|
|
6776
|
+
"version": "19.2.4",
|
|
6777
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
|
|
6778
|
+
"integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
|
|
7382
6779
|
"license": "MIT",
|
|
7383
6780
|
"engines": {
|
|
7384
6781
|
"node": ">=0.10.0"
|
|
@@ -7422,19 +6819,19 @@
|
|
|
7422
6819
|
"license": "MIT"
|
|
7423
6820
|
},
|
|
7424
6821
|
"node_modules/react-native": {
|
|
7425
|
-
"version": "0.81.
|
|
7426
|
-
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.81.
|
|
7427
|
-
"integrity": "sha512-
|
|
6822
|
+
"version": "0.81.6",
|
|
6823
|
+
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.81.6.tgz",
|
|
6824
|
+
"integrity": "sha512-X/tI8GqfzVaa+zfbE4+lySNN5UzwBIAVRHVZPKymOny9Acc5GYYcjAcEVfG3AM4h920YALWoSl8favnDmQEWIg==",
|
|
7428
6825
|
"license": "MIT",
|
|
7429
6826
|
"dependencies": {
|
|
7430
6827
|
"@jest/create-cache-key-function": "^29.7.0",
|
|
7431
|
-
"@react-native/assets-registry": "0.81.
|
|
7432
|
-
"@react-native/codegen": "0.81.
|
|
7433
|
-
"@react-native/community-cli-plugin": "0.81.
|
|
7434
|
-
"@react-native/gradle-plugin": "0.81.
|
|
7435
|
-
"@react-native/js-polyfills": "0.81.
|
|
7436
|
-
"@react-native/normalize-colors": "0.81.
|
|
7437
|
-
"@react-native/virtualized-lists": "0.81.
|
|
6828
|
+
"@react-native/assets-registry": "0.81.6",
|
|
6829
|
+
"@react-native/codegen": "0.81.6",
|
|
6830
|
+
"@react-native/community-cli-plugin": "0.81.6",
|
|
6831
|
+
"@react-native/gradle-plugin": "0.81.6",
|
|
6832
|
+
"@react-native/js-polyfills": "0.81.6",
|
|
6833
|
+
"@react-native/normalize-colors": "0.81.6",
|
|
6834
|
+
"@react-native/virtualized-lists": "0.81.6",
|
|
7438
6835
|
"abort-controller": "^3.0.0",
|
|
7439
6836
|
"anser": "^1.4.9",
|
|
7440
6837
|
"ansi-regex": "^5.0.0",
|
|
@@ -7469,8 +6866,8 @@
|
|
|
7469
6866
|
"node": ">= 20.19.4"
|
|
7470
6867
|
},
|
|
7471
6868
|
"peerDependencies": {
|
|
7472
|
-
"@types/react": "^19.1.
|
|
7473
|
-
"react": "^19.1.
|
|
6869
|
+
"@types/react": "^19.1.4",
|
|
6870
|
+
"react": "^19.1.4"
|
|
7474
6871
|
},
|
|
7475
6872
|
"peerDependenciesMeta": {
|
|
7476
6873
|
"@types/react": {
|
|
@@ -7492,35 +6889,11 @@
|
|
|
7492
6889
|
"react-native": "*"
|
|
7493
6890
|
}
|
|
7494
6891
|
},
|
|
7495
|
-
"node_modules/react-native/node_modules/@react-native/
|
|
7496
|
-
"version": "0.81.
|
|
7497
|
-
"resolved": "https://registry.npmjs.org/@react-native/
|
|
7498
|
-
"integrity": "sha512
|
|
7499
|
-
"license": "MIT"
|
|
7500
|
-
"dependencies": {
|
|
7501
|
-
"@babel/core": "^7.25.2",
|
|
7502
|
-
"@babel/parser": "^7.25.3",
|
|
7503
|
-
"glob": "^7.1.1",
|
|
7504
|
-
"hermes-parser": "0.29.1",
|
|
7505
|
-
"invariant": "^2.2.4",
|
|
7506
|
-
"nullthrows": "^1.1.1",
|
|
7507
|
-
"yargs": "^17.6.2"
|
|
7508
|
-
},
|
|
7509
|
-
"engines": {
|
|
7510
|
-
"node": ">= 20.19.4"
|
|
7511
|
-
},
|
|
7512
|
-
"peerDependencies": {
|
|
7513
|
-
"@babel/core": "*"
|
|
7514
|
-
}
|
|
7515
|
-
},
|
|
7516
|
-
"node_modules/react-native/node_modules/@react-native/js-polyfills": {
|
|
7517
|
-
"version": "0.81.4",
|
|
7518
|
-
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.81.4.tgz",
|
|
7519
|
-
"integrity": "sha512-sr42FaypKXJHMVHhgSbu2f/ZJfrLzgaoQ+HdpRvKEiEh2mhFf6XzZwecyLBvWqf2pMPZa+CpPfNPiejXjKEy8w==",
|
|
7520
|
-
"license": "MIT",
|
|
7521
|
-
"engines": {
|
|
7522
|
-
"node": ">= 20.19.4"
|
|
7523
|
-
}
|
|
6892
|
+
"node_modules/react-native/node_modules/@react-native/normalize-colors": {
|
|
6893
|
+
"version": "0.81.6",
|
|
6894
|
+
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.81.6.tgz",
|
|
6895
|
+
"integrity": "sha512-/OCgUysHIFhfmZxbJAydVc58l2SGIZbWpbQXBrYEYch8YElBbDFQ8IUtyogB7YJJQ8ewHZFj93rQGaECgkvvcw==",
|
|
6896
|
+
"license": "MIT"
|
|
7524
6897
|
},
|
|
7525
6898
|
"node_modules/react-native/node_modules/commander": {
|
|
7526
6899
|
"version": "12.1.0",
|
|
@@ -7661,12 +7034,12 @@
|
|
|
7661
7034
|
}
|
|
7662
7035
|
},
|
|
7663
7036
|
"node_modules/resolve": {
|
|
7664
|
-
"version": "1.22.
|
|
7665
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.
|
|
7666
|
-
"integrity": "sha512-
|
|
7037
|
+
"version": "1.22.11",
|
|
7038
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
7039
|
+
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
7667
7040
|
"license": "MIT",
|
|
7668
7041
|
"dependencies": {
|
|
7669
|
-
"is-core-module": "^2.16.
|
|
7042
|
+
"is-core-module": "^2.16.1",
|
|
7670
7043
|
"path-parse": "^1.0.7",
|
|
7671
7044
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
7672
7045
|
},
|
|
@@ -7787,9 +7160,9 @@
|
|
|
7787
7160
|
}
|
|
7788
7161
|
},
|
|
7789
7162
|
"node_modules/send": {
|
|
7790
|
-
"version": "0.19.
|
|
7791
|
-
"resolved": "https://registry.npmjs.org/send/-/send-0.19.
|
|
7792
|
-
"integrity": "sha512-
|
|
7163
|
+
"version": "0.19.2",
|
|
7164
|
+
"resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
|
|
7165
|
+
"integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
|
|
7793
7166
|
"license": "MIT",
|
|
7794
7167
|
"dependencies": {
|
|
7795
7168
|
"debug": "2.6.9",
|
|
@@ -7798,13 +7171,13 @@
|
|
|
7798
7171
|
"encodeurl": "~2.0.0",
|
|
7799
7172
|
"escape-html": "~1.0.3",
|
|
7800
7173
|
"etag": "~1.8.1",
|
|
7801
|
-
"fresh": "0.5.2",
|
|
7802
|
-
"http-errors": "2.0.
|
|
7174
|
+
"fresh": "~0.5.2",
|
|
7175
|
+
"http-errors": "~2.0.1",
|
|
7803
7176
|
"mime": "1.6.0",
|
|
7804
7177
|
"ms": "2.1.3",
|
|
7805
|
-
"on-finished": "2.4.1",
|
|
7178
|
+
"on-finished": "~2.4.1",
|
|
7806
7179
|
"range-parser": "~1.2.1",
|
|
7807
|
-
"statuses": "2.0.
|
|
7180
|
+
"statuses": "~2.0.2"
|
|
7808
7181
|
},
|
|
7809
7182
|
"engines": {
|
|
7810
7183
|
"node": ">= 0.8.0"
|
|
@@ -7847,9 +7220,9 @@
|
|
|
7847
7220
|
}
|
|
7848
7221
|
},
|
|
7849
7222
|
"node_modules/send/node_modules/statuses": {
|
|
7850
|
-
"version": "2.0.
|
|
7851
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.
|
|
7852
|
-
"integrity": "sha512-
|
|
7223
|
+
"version": "2.0.2",
|
|
7224
|
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
7225
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
7853
7226
|
"license": "MIT",
|
|
7854
7227
|
"engines": {
|
|
7855
7228
|
"node": ">= 0.8"
|
|
@@ -7865,35 +7238,20 @@
|
|
|
7865
7238
|
}
|
|
7866
7239
|
},
|
|
7867
7240
|
"node_modules/serve-static": {
|
|
7868
|
-
"version": "1.16.
|
|
7869
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.
|
|
7870
|
-
"integrity": "sha512-
|
|
7241
|
+
"version": "1.16.3",
|
|
7242
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
|
|
7243
|
+
"integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
|
|
7871
7244
|
"license": "MIT",
|
|
7872
7245
|
"dependencies": {
|
|
7873
7246
|
"encodeurl": "~2.0.0",
|
|
7874
7247
|
"escape-html": "~1.0.3",
|
|
7875
7248
|
"parseurl": "~1.3.3",
|
|
7876
|
-
"send": "0.19.
|
|
7249
|
+
"send": "~0.19.1"
|
|
7877
7250
|
},
|
|
7878
7251
|
"engines": {
|
|
7879
7252
|
"node": ">= 0.8.0"
|
|
7880
7253
|
}
|
|
7881
7254
|
},
|
|
7882
|
-
"node_modules/serve-static/node_modules/debug": {
|
|
7883
|
-
"version": "2.6.9",
|
|
7884
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
7885
|
-
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
7886
|
-
"license": "MIT",
|
|
7887
|
-
"dependencies": {
|
|
7888
|
-
"ms": "2.0.0"
|
|
7889
|
-
}
|
|
7890
|
-
},
|
|
7891
|
-
"node_modules/serve-static/node_modules/debug/node_modules/ms": {
|
|
7892
|
-
"version": "2.0.0",
|
|
7893
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
7894
|
-
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
7895
|
-
"license": "MIT"
|
|
7896
|
-
},
|
|
7897
7255
|
"node_modules/serve-static/node_modules/encodeurl": {
|
|
7898
7256
|
"version": "2.0.0",
|
|
7899
7257
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
@@ -7903,60 +7261,6 @@
|
|
|
7903
7261
|
"node": ">= 0.8"
|
|
7904
7262
|
}
|
|
7905
7263
|
},
|
|
7906
|
-
"node_modules/serve-static/node_modules/on-finished": {
|
|
7907
|
-
"version": "2.4.1",
|
|
7908
|
-
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
7909
|
-
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
7910
|
-
"license": "MIT",
|
|
7911
|
-
"dependencies": {
|
|
7912
|
-
"ee-first": "1.1.1"
|
|
7913
|
-
},
|
|
7914
|
-
"engines": {
|
|
7915
|
-
"node": ">= 0.8"
|
|
7916
|
-
}
|
|
7917
|
-
},
|
|
7918
|
-
"node_modules/serve-static/node_modules/send": {
|
|
7919
|
-
"version": "0.19.0",
|
|
7920
|
-
"resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
|
|
7921
|
-
"integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
|
7922
|
-
"license": "MIT",
|
|
7923
|
-
"dependencies": {
|
|
7924
|
-
"debug": "2.6.9",
|
|
7925
|
-
"depd": "2.0.0",
|
|
7926
|
-
"destroy": "1.2.0",
|
|
7927
|
-
"encodeurl": "~1.0.2",
|
|
7928
|
-
"escape-html": "~1.0.3",
|
|
7929
|
-
"etag": "~1.8.1",
|
|
7930
|
-
"fresh": "0.5.2",
|
|
7931
|
-
"http-errors": "2.0.0",
|
|
7932
|
-
"mime": "1.6.0",
|
|
7933
|
-
"ms": "2.1.3",
|
|
7934
|
-
"on-finished": "2.4.1",
|
|
7935
|
-
"range-parser": "~1.2.1",
|
|
7936
|
-
"statuses": "2.0.1"
|
|
7937
|
-
},
|
|
7938
|
-
"engines": {
|
|
7939
|
-
"node": ">= 0.8.0"
|
|
7940
|
-
}
|
|
7941
|
-
},
|
|
7942
|
-
"node_modules/serve-static/node_modules/send/node_modules/encodeurl": {
|
|
7943
|
-
"version": "1.0.2",
|
|
7944
|
-
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
7945
|
-
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
7946
|
-
"license": "MIT",
|
|
7947
|
-
"engines": {
|
|
7948
|
-
"node": ">= 0.8"
|
|
7949
|
-
}
|
|
7950
|
-
},
|
|
7951
|
-
"node_modules/serve-static/node_modules/statuses": {
|
|
7952
|
-
"version": "2.0.1",
|
|
7953
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
7954
|
-
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
7955
|
-
"license": "MIT",
|
|
7956
|
-
"engines": {
|
|
7957
|
-
"node": ">= 0.8"
|
|
7958
|
-
}
|
|
7959
|
-
},
|
|
7960
7264
|
"node_modules/setprototypeof": {
|
|
7961
7265
|
"version": "1.2.0",
|
|
7962
7266
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
@@ -8163,33 +7467,6 @@
|
|
|
8163
7467
|
"node": ">=8"
|
|
8164
7468
|
}
|
|
8165
7469
|
},
|
|
8166
|
-
"node_modules/string-width-cjs": {
|
|
8167
|
-
"name": "string-width",
|
|
8168
|
-
"version": "4.2.3",
|
|
8169
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
8170
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
8171
|
-
"license": "MIT",
|
|
8172
|
-
"dependencies": {
|
|
8173
|
-
"emoji-regex": "^8.0.0",
|
|
8174
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
8175
|
-
"strip-ansi": "^6.0.1"
|
|
8176
|
-
},
|
|
8177
|
-
"engines": {
|
|
8178
|
-
"node": ">=8"
|
|
8179
|
-
}
|
|
8180
|
-
},
|
|
8181
|
-
"node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
8182
|
-
"version": "6.0.1",
|
|
8183
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
8184
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
8185
|
-
"license": "MIT",
|
|
8186
|
-
"dependencies": {
|
|
8187
|
-
"ansi-regex": "^5.0.1"
|
|
8188
|
-
},
|
|
8189
|
-
"engines": {
|
|
8190
|
-
"node": ">=8"
|
|
8191
|
-
}
|
|
8192
|
-
},
|
|
8193
7470
|
"node_modules/string-width/node_modules/strip-ansi": {
|
|
8194
7471
|
"version": "6.0.1",
|
|
8195
7472
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -8214,19 +7491,6 @@
|
|
|
8214
7491
|
"node": ">=6"
|
|
8215
7492
|
}
|
|
8216
7493
|
},
|
|
8217
|
-
"node_modules/strip-ansi-cjs": {
|
|
8218
|
-
"name": "strip-ansi",
|
|
8219
|
-
"version": "6.0.1",
|
|
8220
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
8221
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
8222
|
-
"license": "MIT",
|
|
8223
|
-
"dependencies": {
|
|
8224
|
-
"ansi-regex": "^5.0.1"
|
|
8225
|
-
},
|
|
8226
|
-
"engines": {
|
|
8227
|
-
"node": ">=8"
|
|
8228
|
-
}
|
|
8229
|
-
},
|
|
8230
7494
|
"node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
8231
7495
|
"version": "4.1.1",
|
|
8232
7496
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
|
|
@@ -8252,17 +7516,17 @@
|
|
|
8252
7516
|
"license": "MIT"
|
|
8253
7517
|
},
|
|
8254
7518
|
"node_modules/sucrase": {
|
|
8255
|
-
"version": "3.35.
|
|
8256
|
-
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.
|
|
8257
|
-
"integrity": "sha512-
|
|
7519
|
+
"version": "3.35.1",
|
|
7520
|
+
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
|
|
7521
|
+
"integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
|
|
8258
7522
|
"license": "MIT",
|
|
8259
7523
|
"dependencies": {
|
|
8260
7524
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
8261
7525
|
"commander": "^4.0.0",
|
|
8262
|
-
"glob": "^10.3.10",
|
|
8263
7526
|
"lines-and-columns": "^1.1.6",
|
|
8264
7527
|
"mz": "^2.7.0",
|
|
8265
7528
|
"pirates": "^4.0.1",
|
|
7529
|
+
"tinyglobby": "^0.2.11",
|
|
8266
7530
|
"ts-interface-checker": "^0.1.9"
|
|
8267
7531
|
},
|
|
8268
7532
|
"bin": {
|
|
@@ -8282,26 +7546,6 @@
|
|
|
8282
7546
|
"node": ">= 6"
|
|
8283
7547
|
}
|
|
8284
7548
|
},
|
|
8285
|
-
"node_modules/sucrase/node_modules/glob": {
|
|
8286
|
-
"version": "10.5.0",
|
|
8287
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
8288
|
-
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
8289
|
-
"license": "ISC",
|
|
8290
|
-
"dependencies": {
|
|
8291
|
-
"foreground-child": "^3.1.0",
|
|
8292
|
-
"jackspeak": "^3.1.2",
|
|
8293
|
-
"minimatch": "^9.0.4",
|
|
8294
|
-
"minipass": "^7.1.2",
|
|
8295
|
-
"package-json-from-dist": "^1.0.0",
|
|
8296
|
-
"path-scurry": "^1.11.1"
|
|
8297
|
-
},
|
|
8298
|
-
"bin": {
|
|
8299
|
-
"glob": "dist/esm/bin.mjs"
|
|
8300
|
-
},
|
|
8301
|
-
"funding": {
|
|
8302
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
8303
|
-
}
|
|
8304
|
-
},
|
|
8305
7549
|
"node_modules/supports-color": {
|
|
8306
7550
|
"version": "7.2.0",
|
|
8307
7551
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
@@ -8340,9 +7584,9 @@
|
|
|
8340
7584
|
}
|
|
8341
7585
|
},
|
|
8342
7586
|
"node_modules/tar": {
|
|
8343
|
-
"version": "7.5.
|
|
8344
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
8345
|
-
"integrity": "sha512-
|
|
7587
|
+
"version": "7.5.9",
|
|
7588
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.9.tgz",
|
|
7589
|
+
"integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==",
|
|
8346
7590
|
"license": "BlueOak-1.0.0",
|
|
8347
7591
|
"dependencies": {
|
|
8348
7592
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -8390,9 +7634,9 @@
|
|
|
8390
7634
|
}
|
|
8391
7635
|
},
|
|
8392
7636
|
"node_modules/terser": {
|
|
8393
|
-
"version": "5.
|
|
8394
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
8395
|
-
"integrity": "sha512-
|
|
7637
|
+
"version": "5.46.0",
|
|
7638
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.46.0.tgz",
|
|
7639
|
+
"integrity": "sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==",
|
|
8396
7640
|
"license": "BSD-2-Clause",
|
|
8397
7641
|
"dependencies": {
|
|
8398
7642
|
"@jridgewell/source-map": "^0.3.3",
|
|
@@ -8438,9 +7682,9 @@
|
|
|
8438
7682
|
}
|
|
8439
7683
|
},
|
|
8440
7684
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
8441
|
-
"version": "3.1.
|
|
8442
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
8443
|
-
"integrity": "sha512-
|
|
7685
|
+
"version": "3.1.3",
|
|
7686
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
|
|
7687
|
+
"integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
|
|
8444
7688
|
"license": "ISC",
|
|
8445
7689
|
"dependencies": {
|
|
8446
7690
|
"brace-expansion": "^1.1.7"
|
|
@@ -8476,6 +7720,34 @@
|
|
|
8476
7720
|
"integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==",
|
|
8477
7721
|
"license": "MIT"
|
|
8478
7722
|
},
|
|
7723
|
+
"node_modules/tinyglobby": {
|
|
7724
|
+
"version": "0.2.15",
|
|
7725
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
7726
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
7727
|
+
"license": "MIT",
|
|
7728
|
+
"dependencies": {
|
|
7729
|
+
"fdir": "^6.5.0",
|
|
7730
|
+
"picomatch": "^4.0.3"
|
|
7731
|
+
},
|
|
7732
|
+
"engines": {
|
|
7733
|
+
"node": ">=12.0.0"
|
|
7734
|
+
},
|
|
7735
|
+
"funding": {
|
|
7736
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
7737
|
+
}
|
|
7738
|
+
},
|
|
7739
|
+
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
7740
|
+
"version": "4.0.3",
|
|
7741
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
7742
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
7743
|
+
"license": "MIT",
|
|
7744
|
+
"engines": {
|
|
7745
|
+
"node": ">=12"
|
|
7746
|
+
},
|
|
7747
|
+
"funding": {
|
|
7748
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
7749
|
+
}
|
|
7750
|
+
},
|
|
8479
7751
|
"node_modules/tmpl": {
|
|
8480
7752
|
"version": "1.0.5",
|
|
8481
7753
|
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
|
|
@@ -8541,9 +7813,9 @@
|
|
|
8541
7813
|
}
|
|
8542
7814
|
},
|
|
8543
7815
|
"node_modules/undici": {
|
|
8544
|
-
"version": "6.
|
|
8545
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
8546
|
-
"integrity": "sha512-
|
|
7816
|
+
"version": "6.23.0",
|
|
7817
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz",
|
|
7818
|
+
"integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==",
|
|
8547
7819
|
"license": "MIT",
|
|
8548
7820
|
"engines": {
|
|
8549
7821
|
"node": ">=18.17"
|
|
@@ -8626,9 +7898,9 @@
|
|
|
8626
7898
|
}
|
|
8627
7899
|
},
|
|
8628
7900
|
"node_modules/update-browserslist-db": {
|
|
8629
|
-
"version": "1.
|
|
8630
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.
|
|
8631
|
-
"integrity": "sha512-
|
|
7901
|
+
"version": "1.2.3",
|
|
7902
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
7903
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
8632
7904
|
"funding": [
|
|
8633
7905
|
{
|
|
8634
7906
|
"type": "opencollective",
|
|
@@ -8782,36 +8054,6 @@
|
|
|
8782
8054
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
8783
8055
|
}
|
|
8784
8056
|
},
|
|
8785
|
-
"node_modules/wrap-ansi-cjs": {
|
|
8786
|
-
"name": "wrap-ansi",
|
|
8787
|
-
"version": "7.0.0",
|
|
8788
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
8789
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
8790
|
-
"license": "MIT",
|
|
8791
|
-
"dependencies": {
|
|
8792
|
-
"ansi-styles": "^4.0.0",
|
|
8793
|
-
"string-width": "^4.1.0",
|
|
8794
|
-
"strip-ansi": "^6.0.0"
|
|
8795
|
-
},
|
|
8796
|
-
"engines": {
|
|
8797
|
-
"node": ">=10"
|
|
8798
|
-
},
|
|
8799
|
-
"funding": {
|
|
8800
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
8801
|
-
}
|
|
8802
|
-
},
|
|
8803
|
-
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
8804
|
-
"version": "6.0.1",
|
|
8805
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
8806
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
8807
|
-
"license": "MIT",
|
|
8808
|
-
"dependencies": {
|
|
8809
|
-
"ansi-regex": "^5.0.1"
|
|
8810
|
-
},
|
|
8811
|
-
"engines": {
|
|
8812
|
-
"node": ">=8"
|
|
8813
|
-
}
|
|
8814
|
-
},
|
|
8815
8057
|
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
8816
8058
|
"version": "6.0.1",
|
|
8817
8059
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -8844,9 +8086,9 @@
|
|
|
8844
8086
|
}
|
|
8845
8087
|
},
|
|
8846
8088
|
"node_modules/ws": {
|
|
8847
|
-
"version": "8.
|
|
8848
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
8849
|
-
"integrity": "sha512-
|
|
8089
|
+
"version": "8.19.0",
|
|
8090
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
|
|
8091
|
+
"integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
|
|
8850
8092
|
"license": "MIT",
|
|
8851
8093
|
"engines": {
|
|
8852
8094
|
"node": ">=10.0.0"
|
|
@@ -8973,24 +8215,6 @@
|
|
|
8973
8215
|
"funding": {
|
|
8974
8216
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8975
8217
|
}
|
|
8976
|
-
},
|
|
8977
|
-
"node_modules/zod": {
|
|
8978
|
-
"version": "3.25.76",
|
|
8979
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
8980
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
8981
|
-
"license": "MIT",
|
|
8982
|
-
"funding": {
|
|
8983
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
8984
|
-
}
|
|
8985
|
-
},
|
|
8986
|
-
"node_modules/zod-to-json-schema": {
|
|
8987
|
-
"version": "3.24.6",
|
|
8988
|
-
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz",
|
|
8989
|
-
"integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==",
|
|
8990
|
-
"license": "ISC",
|
|
8991
|
-
"peerDependencies": {
|
|
8992
|
-
"zod": "^3.24.1"
|
|
8993
|
-
}
|
|
8994
8218
|
}
|
|
8995
8219
|
}
|
|
8996
8220
|
}
|