@regulaforensics/face-sdk 7.2.425-beta → 7.2.433-rc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/RNFaceSDK.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/android/src/main/java/com/regula/plugin/facesdk/JSONConstructor.kt +0 -2
- package/android/src/main/java/com/regula/plugin/facesdk/Main.kt +0 -18
- package/examples/capacitor/android/app/src/main/AndroidManifest.xml +2 -2
- package/examples/capacitor/index.html +7 -2
- package/examples/capacitor/package.json +3 -3
- package/examples/capacitor/scripts/setup.sh +2 -4
- package/examples/capacitor/src/main.css +6 -60
- package/examples/capacitor/src/main.html +1 -1
- package/examples/capacitor/src/main.tsx +87 -51
- package/examples/cordova/.vscode/launch.json +28 -0
- package/examples/cordova/README.md +25 -0
- package/examples/cordova/config.xml +26 -0
- package/examples/cordova/package-lock.json +1327 -0
- package/examples/cordova/package.json +30 -0
- package/examples/cordova/scripts/android.sh +8 -0
- package/examples/cordova/scripts/ios.sh +8 -0
- package/examples/cordova/scripts/setup.sh +8 -0
- package/examples/cordova/www/images/logo.png +0 -0
- package/examples/cordova/www/index.html +21 -0
- package/examples/cordova/www/src/main.css +83 -0
- package/examples/cordova/www/src/main.html +25 -0
- package/examples/cordova/www/src/main.js +152 -0
- package/examples/ionic/README.md +1 -1
- package/examples/ionic/angular.json +3 -3
- package/examples/ionic/config.xml +2 -4
- package/examples/ionic/index.ts +17 -0
- package/examples/ionic/package.json +2 -2
- package/examples/ionic/src/images/portrait.png +0 -0
- package/examples/ionic/src/main.css +6 -60
- package/examples/ionic/src/main.html +1 -1
- package/examples/ionic/src/{main.tsx → main.ts} +97 -52
- package/examples/ionic/tsconfig.json +2 -3
- package/examples/react_native/README.md +0 -1
- package/examples/react_native/app.config.ts +1 -1
- package/examples/react_native/index.tsx +7 -49
- package/examples/react_native/package-lock.json +597 -594
- package/examples/react_native/package.json +9 -9
- package/examples/react_native/src/main.css +6 -60
- package/examples/react_native/src/main.html +1 -1
- package/examples/react_native/src/main.tsx +77 -54
- package/ios/RFSWJSONConstructor.h +1 -0
- package/ios/RFSWJSONConstructor.m +14 -5
- package/ios/RFSWMain.m +0 -30
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/www/capacitor/customization/customization_fonts.js +1 -1
- package/www/capacitor/customization/customization_images.js +1 -1
- package/www/capacitor/customization/font.js +0 -8
- package/www/capacitor/detect_faces/detect_face_result.js +0 -12
- package/www/capacitor/detect_faces/detect_faces_attribute_result.js +0 -9
- package/www/capacitor/detect_faces/detect_faces_backend_exception.js +0 -7
- package/www/capacitor/detect_faces/detect_faces_config.js +0 -34
- package/www/capacitor/detect_faces/detect_faces_exception.js +0 -8
- package/www/capacitor/detect_faces/detect_faces_request.js +0 -22
- package/www/capacitor/detect_faces/detect_faces_response.js +0 -9
- package/www/capacitor/face_capture/face_capture_config.js +0 -37
- package/www/capacitor/face_capture/face_capture_exception.js +0 -7
- package/www/capacitor/face_capture/face_capture_image.js +0 -8
- package/www/capacitor/face_capture/face_capture_response.js +0 -7
- package/www/capacitor/image_params/output_image_crop.js +0 -23
- package/www/capacitor/image_params/output_image_params.js +0 -19
- package/www/capacitor/image_params/point.js +0 -7
- package/www/capacitor/image_params/rect.js +0 -9
- package/www/capacitor/image_params/size.js +0 -12
- package/www/capacitor/image_quality/image_quality_characteristic.js +0 -22
- package/www/capacitor/image_quality/image_quality_range.js +0 -7
- package/www/capacitor/image_quality/image_quality_result.js +0 -10
- package/www/capacitor/index.js +0 -48
- package/www/capacitor/init/face_sdk_version.js +0 -8
- package/www/capacitor/init/init_config.js +0 -19
- package/www/capacitor/init/init_exception.js +0 -8
- package/www/capacitor/init/license_exception.js +0 -7
- package/www/capacitor/internal/bridge.js +1 -20
- package/www/capacitor/liveness/liveness_backend_exception.js +0 -7
- package/www/capacitor/liveness/liveness_config.js +0 -43
- package/www/capacitor/liveness/liveness_exception.js +0 -8
- package/www/capacitor/liveness/liveness_notification.js +0 -7
- package/www/capacitor/liveness/liveness_response.js +0 -11
- package/www/capacitor/match_faces/compared_face.js +0 -9
- package/www/capacitor/match_faces/compared_faces_pair.js +0 -10
- package/www/capacitor/match_faces/compared_faces_split.js +0 -7
- package/www/capacitor/match_faces/match_faces_backend_exception.js +0 -7
- package/www/capacitor/match_faces/match_faces_config.js +0 -19
- package/www/capacitor/match_faces/match_faces_detection.js +0 -9
- package/www/capacitor/match_faces/match_faces_detection_face.js +0 -11
- package/www/capacitor/match_faces/match_faces_exception.js +0 -8
- package/www/capacitor/match_faces/match_faces_image.js +0 -9
- package/www/capacitor/match_faces/match_faces_request.js +0 -27
- package/www/capacitor/match_faces/match_faces_response.js +0 -9
- package/www/capacitor/person_database/edit_group_persons_request.js +0 -15
- package/www/capacitor/person_database/image_upload.js +0 -17
- package/www/capacitor/person_database/pageable_item_list.js +0 -8
- package/www/capacitor/person_database/person.js +0 -13
- package/www/capacitor/person_database/person_group.js +0 -11
- package/www/capacitor/person_database/person_image.js +0 -13
- package/www/capacitor/person_database/search_person.js +0 -14
- package/www/capacitor/person_database/search_person_detection.js +0 -9
- package/www/capacitor/person_database/search_person_image.js +0 -15
- package/www/capacitor/person_database/search_person_request.js +0 -29
- package/www/cordova.js +6 -753
- package/www/react-native/customization/customization_fonts.js +1 -1
- package/www/react-native/customization/customization_images.js +1 -1
- package/www/react-native/customization/font.js +0 -8
- package/www/react-native/detect_faces/detect_face_result.js +0 -12
- package/www/react-native/detect_faces/detect_faces_attribute_result.js +0 -9
- package/www/react-native/detect_faces/detect_faces_backend_exception.js +0 -7
- package/www/react-native/detect_faces/detect_faces_config.js +0 -34
- package/www/react-native/detect_faces/detect_faces_exception.js +0 -8
- package/www/react-native/detect_faces/detect_faces_request.js +0 -22
- package/www/react-native/detect_faces/detect_faces_response.js +0 -9
- package/www/react-native/face_capture/face_capture_config.js +0 -37
- package/www/react-native/face_capture/face_capture_exception.js +0 -7
- package/www/react-native/face_capture/face_capture_image.js +0 -8
- package/www/react-native/face_capture/face_capture_response.js +0 -7
- package/www/react-native/image_params/output_image_crop.js +0 -23
- package/www/react-native/image_params/output_image_params.js +0 -19
- package/www/react-native/image_params/point.js +0 -7
- package/www/react-native/image_params/rect.js +0 -9
- package/www/react-native/image_params/size.js +0 -12
- package/www/react-native/image_quality/image_quality_characteristic.js +0 -22
- package/www/react-native/image_quality/image_quality_range.js +0 -7
- package/www/react-native/image_quality/image_quality_result.js +0 -10
- package/www/react-native/index.js +0 -48
- package/www/react-native/init/face_sdk_version.js +0 -8
- package/www/react-native/init/init_config.js +0 -19
- package/www/react-native/init/init_exception.js +0 -8
- package/www/react-native/init/license_exception.js +0 -7
- package/www/react-native/internal/bridge.js +1 -20
- package/www/react-native/liveness/liveness_backend_exception.js +0 -7
- package/www/react-native/liveness/liveness_config.js +0 -43
- package/www/react-native/liveness/liveness_exception.js +0 -8
- package/www/react-native/liveness/liveness_notification.js +0 -7
- package/www/react-native/liveness/liveness_response.js +0 -11
- package/www/react-native/match_faces/compared_face.js +0 -9
- package/www/react-native/match_faces/compared_faces_pair.js +0 -10
- package/www/react-native/match_faces/compared_faces_split.js +0 -7
- package/www/react-native/match_faces/match_faces_backend_exception.js +0 -7
- package/www/react-native/match_faces/match_faces_config.js +0 -19
- package/www/react-native/match_faces/match_faces_detection.js +0 -9
- package/www/react-native/match_faces/match_faces_detection_face.js +0 -11
- package/www/react-native/match_faces/match_faces_exception.js +0 -8
- package/www/react-native/match_faces/match_faces_image.js +0 -9
- package/www/react-native/match_faces/match_faces_request.js +0 -27
- package/www/react-native/match_faces/match_faces_response.js +0 -9
- package/www/react-native/person_database/edit_group_persons_request.js +0 -15
- package/www/react-native/person_database/image_upload.js +0 -17
- package/www/react-native/person_database/pageable_item_list.js +0 -8
- package/www/react-native/person_database/person.js +0 -13
- package/www/react-native/person_database/person_group.js +0 -11
- package/www/react-native/person_database/person_image.js +0 -13
- package/www/react-native/person_database/search_person.js +0 -14
- package/www/react-native/person_database/search_person_detection.js +0 -9
- package/www/react-native/person_database/search_person_image.js +0 -15
- package/www/react-native/person_database/search_person_request.js +0 -29
- package/www/types/index.d.ts +0 -12
- package/www/types/match_faces/match_faces_config.d.ts +0 -2
- package/www/types/person_database/search_person_request.d.ts +0 -4
- package/examples/capacitor/index.tsx +0 -53
- package/examples/ionic/index.tsx +0 -68
- package/test/json.tsx +0 -375
- package/test/package-lock.json +0 -584
- package/test/package.json +0 -9
- package/test/test.tsx +0 -61
- package/test/utils.tsx +0 -38
- /package/examples/{ionic → cordova/www}/images/portrait.png +0 -0
- /package/examples/ionic/{assets → src/assets}/.gitkeep +0 -0
- /package/examples/ionic/{images → src/images}/icon.png +0 -0
|
@@ -6,26 +6,26 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"name": "face-sdk",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@react-native/metro-config": "0.79.
|
|
9
|
+
"@react-native/metro-config": "0.79.2",
|
|
10
10
|
"@regulaforensics/face-core-basic": "7.1.178",
|
|
11
11
|
"@regulaforensics/face-sdk": "7.1.317",
|
|
12
|
-
"@types/react": "19.1.
|
|
13
|
-
"expo": "53.0.
|
|
14
|
-
"expo-build-properties": "0.14.
|
|
12
|
+
"@types/react": "19.1.4",
|
|
13
|
+
"expo": "53.0.9",
|
|
14
|
+
"expo-build-properties": "0.14.6",
|
|
15
15
|
"expo-custom-assets": "1.4.1",
|
|
16
|
-
"expo-dev-client": "5.
|
|
16
|
+
"expo-dev-client": "5.1.8",
|
|
17
17
|
"react": "19.1.0",
|
|
18
|
-
"react-native": "0.79.
|
|
18
|
+
"react-native": "0.79.2",
|
|
19
19
|
"react-native-fs": "2.20.0",
|
|
20
20
|
"react-native-image-picker": "8.2.1",
|
|
21
|
-
"react-native-webview": "13.
|
|
21
|
+
"react-native-webview": "13.13.5",
|
|
22
22
|
"typescript": "5.8.3"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"node_modules/@0no-co/graphql.web": {
|
|
26
|
-
"version": "1.2
|
|
27
|
-
"resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.2.
|
|
28
|
-
"integrity": "sha512
|
|
26
|
+
"version": "1.1.2",
|
|
27
|
+
"resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.1.2.tgz",
|
|
28
|
+
"integrity": "sha512-N2NGsU5FLBhT8NZ+3l2YrzZSHITjNXNuDhC4iDiikv0IujaJ0Xc6xIxQZ/Ek3Cb+rgPjnLHYyJm11tInuJn+cw==",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
@@ -64,30 +64,30 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"node_modules/@babel/compat-data": {
|
|
67
|
-
"version": "7.
|
|
68
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
69
|
-
"integrity": "sha512-
|
|
67
|
+
"version": "7.27.2",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.2.tgz",
|
|
69
|
+
"integrity": "sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==",
|
|
70
70
|
"license": "MIT",
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=6.9.0"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"node_modules/@babel/core": {
|
|
76
|
-
"version": "7.
|
|
77
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
78
|
-
"integrity": "sha512-
|
|
76
|
+
"version": "7.27.1",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.1.tgz",
|
|
78
|
+
"integrity": "sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==",
|
|
79
79
|
"license": "MIT",
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@ampproject/remapping": "^2.2.0",
|
|
82
82
|
"@babel/code-frame": "^7.27.1",
|
|
83
|
-
"@babel/generator": "^7.
|
|
84
|
-
"@babel/helper-compilation-targets": "^7.27.
|
|
85
|
-
"@babel/helper-module-transforms": "^7.
|
|
86
|
-
"@babel/helpers": "^7.
|
|
87
|
-
"@babel/parser": "^7.
|
|
88
|
-
"@babel/template": "^7.27.
|
|
89
|
-
"@babel/traverse": "^7.
|
|
90
|
-
"@babel/types": "^7.
|
|
83
|
+
"@babel/generator": "^7.27.1",
|
|
84
|
+
"@babel/helper-compilation-targets": "^7.27.1",
|
|
85
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
86
|
+
"@babel/helpers": "^7.27.1",
|
|
87
|
+
"@babel/parser": "^7.27.1",
|
|
88
|
+
"@babel/template": "^7.27.1",
|
|
89
|
+
"@babel/traverse": "^7.27.1",
|
|
90
|
+
"@babel/types": "^7.27.1",
|
|
91
91
|
"convert-source-map": "^2.0.0",
|
|
92
92
|
"debug": "^4.1.0",
|
|
93
93
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -103,15 +103,15 @@
|
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
105
|
"node_modules/@babel/generator": {
|
|
106
|
-
"version": "7.
|
|
107
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
108
|
-
"integrity": "sha512-
|
|
106
|
+
"version": "7.27.1",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.1.tgz",
|
|
108
|
+
"integrity": "sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==",
|
|
109
109
|
"license": "MIT",
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@babel/parser": "^7.
|
|
112
|
-
"@babel/types": "^7.
|
|
113
|
-
"@jridgewell/gen-mapping": "^0.3.
|
|
114
|
-
"@jridgewell/trace-mapping": "^0.3.
|
|
111
|
+
"@babel/parser": "^7.27.1",
|
|
112
|
+
"@babel/types": "^7.27.1",
|
|
113
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
114
|
+
"@jridgewell/trace-mapping": "^0.3.25",
|
|
115
115
|
"jsesc": "^3.0.2"
|
|
116
116
|
},
|
|
117
117
|
"engines": {
|
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
122
|
-
"version": "7.27.
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.
|
|
124
|
-
"integrity": "sha512-
|
|
122
|
+
"version": "7.27.1",
|
|
123
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz",
|
|
124
|
+
"integrity": "sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow==",
|
|
125
125
|
"license": "MIT",
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@babel/types": "^7.27.
|
|
127
|
+
"@babel/types": "^7.27.1"
|
|
128
128
|
},
|
|
129
129
|
"engines": {
|
|
130
130
|
"node": ">=6.9.0"
|
|
@@ -147,17 +147,17 @@
|
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
149
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
150
|
-
"version": "7.
|
|
151
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
|
152
|
-
"integrity": "sha512-
|
|
150
|
+
"version": "7.27.1",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
|
|
152
|
+
"integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
|
|
153
153
|
"license": "MIT",
|
|
154
154
|
"dependencies": {
|
|
155
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
155
|
+
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
156
156
|
"@babel/helper-member-expression-to-functions": "^7.27.1",
|
|
157
157
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
158
158
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
159
159
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
160
|
-
"@babel/traverse": "^7.
|
|
160
|
+
"@babel/traverse": "^7.27.1",
|
|
161
161
|
"semver": "^6.3.1"
|
|
162
162
|
},
|
|
163
163
|
"engines": {
|
|
@@ -185,30 +185,21 @@
|
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
187
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
188
|
-
"version": "0.6.
|
|
189
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.
|
|
190
|
-
"integrity": "sha512-
|
|
188
|
+
"version": "0.6.4",
|
|
189
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.4.tgz",
|
|
190
|
+
"integrity": "sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==",
|
|
191
191
|
"license": "MIT",
|
|
192
192
|
"dependencies": {
|
|
193
|
-
"@babel/helper-compilation-targets": "^7.
|
|
194
|
-
"@babel/helper-plugin-utils": "^7.
|
|
195
|
-
"debug": "^4.
|
|
193
|
+
"@babel/helper-compilation-targets": "^7.22.6",
|
|
194
|
+
"@babel/helper-plugin-utils": "^7.22.5",
|
|
195
|
+
"debug": "^4.1.1",
|
|
196
196
|
"lodash.debounce": "^4.0.8",
|
|
197
|
-
"resolve": "^1.
|
|
197
|
+
"resolve": "^1.14.2"
|
|
198
198
|
},
|
|
199
199
|
"peerDependencies": {
|
|
200
200
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
201
201
|
}
|
|
202
202
|
},
|
|
203
|
-
"node_modules/@babel/helper-globals": {
|
|
204
|
-
"version": "7.28.0",
|
|
205
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
206
|
-
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
207
|
-
"license": "MIT",
|
|
208
|
-
"engines": {
|
|
209
|
-
"node": ">=6.9.0"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
203
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
213
204
|
"version": "7.27.1",
|
|
214
205
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
|
|
@@ -236,14 +227,14 @@
|
|
|
236
227
|
}
|
|
237
228
|
},
|
|
238
229
|
"node_modules/@babel/helper-module-transforms": {
|
|
239
|
-
"version": "7.
|
|
240
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
241
|
-
"integrity": "sha512-
|
|
230
|
+
"version": "7.27.1",
|
|
231
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz",
|
|
232
|
+
"integrity": "sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==",
|
|
242
233
|
"license": "MIT",
|
|
243
234
|
"dependencies": {
|
|
244
235
|
"@babel/helper-module-imports": "^7.27.1",
|
|
245
236
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
246
|
-
"@babel/traverse": "^7.
|
|
237
|
+
"@babel/traverse": "^7.27.1"
|
|
247
238
|
},
|
|
248
239
|
"engines": {
|
|
249
240
|
"node": ">=6.9.0"
|
|
@@ -348,27 +339,27 @@
|
|
|
348
339
|
}
|
|
349
340
|
},
|
|
350
341
|
"node_modules/@babel/helper-wrap-function": {
|
|
351
|
-
"version": "7.
|
|
352
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.
|
|
353
|
-
"integrity": "sha512-
|
|
342
|
+
"version": "7.27.1",
|
|
343
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
|
|
344
|
+
"integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
|
|
354
345
|
"license": "MIT",
|
|
355
346
|
"dependencies": {
|
|
356
|
-
"@babel/template": "^7.27.
|
|
357
|
-
"@babel/traverse": "^7.
|
|
358
|
-
"@babel/types": "^7.
|
|
347
|
+
"@babel/template": "^7.27.1",
|
|
348
|
+
"@babel/traverse": "^7.27.1",
|
|
349
|
+
"@babel/types": "^7.27.1"
|
|
359
350
|
},
|
|
360
351
|
"engines": {
|
|
361
352
|
"node": ">=6.9.0"
|
|
362
353
|
}
|
|
363
354
|
},
|
|
364
355
|
"node_modules/@babel/helpers": {
|
|
365
|
-
"version": "7.
|
|
366
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
367
|
-
"integrity": "sha512-
|
|
356
|
+
"version": "7.27.1",
|
|
357
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.1.tgz",
|
|
358
|
+
"integrity": "sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==",
|
|
368
359
|
"license": "MIT",
|
|
369
360
|
"dependencies": {
|
|
370
|
-
"@babel/template": "^7.27.
|
|
371
|
-
"@babel/types": "^7.
|
|
361
|
+
"@babel/template": "^7.27.1",
|
|
362
|
+
"@babel/types": "^7.27.1"
|
|
372
363
|
},
|
|
373
364
|
"engines": {
|
|
374
365
|
"node": ">=6.9.0"
|
|
@@ -461,12 +452,12 @@
|
|
|
461
452
|
}
|
|
462
453
|
},
|
|
463
454
|
"node_modules/@babel/parser": {
|
|
464
|
-
"version": "7.
|
|
465
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
466
|
-
"integrity": "sha512-
|
|
455
|
+
"version": "7.27.2",
|
|
456
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.2.tgz",
|
|
457
|
+
"integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==",
|
|
467
458
|
"license": "MIT",
|
|
468
459
|
"dependencies": {
|
|
469
|
-
"@babel/types": "^7.
|
|
460
|
+
"@babel/types": "^7.27.1"
|
|
470
461
|
},
|
|
471
462
|
"bin": {
|
|
472
463
|
"parser": "bin/babel-parser.js"
|
|
@@ -476,9 +467,9 @@
|
|
|
476
467
|
}
|
|
477
468
|
},
|
|
478
469
|
"node_modules/@babel/plugin-proposal-decorators": {
|
|
479
|
-
"version": "7.
|
|
480
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.
|
|
481
|
-
"integrity": "sha512-
|
|
470
|
+
"version": "7.27.1",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.27.1.tgz",
|
|
472
|
+
"integrity": "sha512-DTxe4LBPrtFdsWzgpmbBKevg3e9PBy+dXRt19kSbucbZvL2uqtdqwwpluL1jfxYE0wIDTFp1nTy/q6gNLsxXrg==",
|
|
482
473
|
"license": "MIT",
|
|
483
474
|
"dependencies": {
|
|
484
475
|
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
@@ -802,14 +793,14 @@
|
|
|
802
793
|
}
|
|
803
794
|
},
|
|
804
795
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
805
|
-
"version": "7.
|
|
806
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.
|
|
807
|
-
"integrity": "sha512-
|
|
796
|
+
"version": "7.27.1",
|
|
797
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.27.1.tgz",
|
|
798
|
+
"integrity": "sha512-eST9RrwlpaoJBDHShc+DS2SG4ATTi2MYNb4OxYkf3n+7eb49LWpnS+HSpVfW4x927qQwgk8A2hGNVaajAEw0EA==",
|
|
808
799
|
"license": "MIT",
|
|
809
800
|
"dependencies": {
|
|
810
801
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
811
802
|
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
812
|
-
"@babel/traverse": "^7.
|
|
803
|
+
"@babel/traverse": "^7.27.1"
|
|
813
804
|
},
|
|
814
805
|
"engines": {
|
|
815
806
|
"node": ">=6.9.0"
|
|
@@ -836,9 +827,9 @@
|
|
|
836
827
|
}
|
|
837
828
|
},
|
|
838
829
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
839
|
-
"version": "7.
|
|
840
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
|
841
|
-
"integrity": "sha512-
|
|
830
|
+
"version": "7.27.1",
|
|
831
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.1.tgz",
|
|
832
|
+
"integrity": "sha512-QEcFlMl9nGTgh1rn2nIeU5bkfb9BAjaQcWbiP4LvKxUot52ABcTkpcyJ7f2Q2U2RuQ84BNLgts3jRme2dTx6Fw==",
|
|
842
833
|
"license": "MIT",
|
|
843
834
|
"dependencies": {
|
|
844
835
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -867,17 +858,17 @@
|
|
|
867
858
|
}
|
|
868
859
|
},
|
|
869
860
|
"node_modules/@babel/plugin-transform-classes": {
|
|
870
|
-
"version": "7.
|
|
871
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
|
872
|
-
"integrity": "sha512-
|
|
861
|
+
"version": "7.27.1",
|
|
862
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.27.1.tgz",
|
|
863
|
+
"integrity": "sha512-7iLhfFAubmpeJe/Wo2TVuDrykh/zlWXLzPNdL0Jqn/Xu8R3QQ8h9ff8FQoISZOsw74/HFqFI7NX63HN7QFIHKA==",
|
|
873
864
|
"license": "MIT",
|
|
874
865
|
"dependencies": {
|
|
875
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
876
|
-
"@babel/helper-compilation-targets": "^7.27.
|
|
877
|
-
"@babel/helper-globals": "^7.28.0",
|
|
866
|
+
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
867
|
+
"@babel/helper-compilation-targets": "^7.27.1",
|
|
878
868
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
879
869
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
880
|
-
"@babel/traverse": "^7.
|
|
870
|
+
"@babel/traverse": "^7.27.1",
|
|
871
|
+
"globals": "^11.1.0"
|
|
881
872
|
},
|
|
882
873
|
"engines": {
|
|
883
874
|
"node": ">=6.9.0"
|
|
@@ -903,13 +894,12 @@
|
|
|
903
894
|
}
|
|
904
895
|
},
|
|
905
896
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
906
|
-
"version": "7.
|
|
907
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
|
908
|
-
"integrity": "sha512-
|
|
897
|
+
"version": "7.27.1",
|
|
898
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz",
|
|
899
|
+
"integrity": "sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q==",
|
|
909
900
|
"license": "MIT",
|
|
910
901
|
"dependencies": {
|
|
911
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
912
|
-
"@babel/traverse": "^7.28.0"
|
|
902
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
913
903
|
},
|
|
914
904
|
"engines": {
|
|
915
905
|
"node": ">=6.9.0"
|
|
@@ -1075,16 +1065,15 @@
|
|
|
1075
1065
|
}
|
|
1076
1066
|
},
|
|
1077
1067
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1078
|
-
"version": "7.
|
|
1079
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.
|
|
1080
|
-
"integrity": "sha512-
|
|
1068
|
+
"version": "7.27.2",
|
|
1069
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz",
|
|
1070
|
+
"integrity": "sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==",
|
|
1081
1071
|
"license": "MIT",
|
|
1082
1072
|
"dependencies": {
|
|
1083
1073
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1084
1074
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1085
|
-
"@babel/plugin-transform-destructuring": "^7.
|
|
1086
|
-
"@babel/plugin-transform-parameters": "^7.27.
|
|
1087
|
-
"@babel/traverse": "^7.28.0"
|
|
1075
|
+
"@babel/plugin-transform-destructuring": "^7.27.1",
|
|
1076
|
+
"@babel/plugin-transform-parameters": "^7.27.1"
|
|
1088
1077
|
},
|
|
1089
1078
|
"engines": {
|
|
1090
1079
|
"node": ">=6.9.0"
|
|
@@ -1125,9 +1114,9 @@
|
|
|
1125
1114
|
}
|
|
1126
1115
|
},
|
|
1127
1116
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
1128
|
-
"version": "7.27.
|
|
1129
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.
|
|
1130
|
-
"integrity": "sha512-
|
|
1117
|
+
"version": "7.27.1",
|
|
1118
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.1.tgz",
|
|
1119
|
+
"integrity": "sha512-018KRk76HWKeZ5l4oTj2zPpSh+NbGdt0st5S6x0pga6HgrjBOJb24mMDHorFopOOd6YHkLgOZ+zaCjZGPO4aKg==",
|
|
1131
1120
|
"license": "MIT",
|
|
1132
1121
|
"dependencies": {
|
|
1133
1122
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1173,9 +1162,9 @@
|
|
|
1173
1162
|
}
|
|
1174
1163
|
},
|
|
1175
1164
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
1176
|
-
"version": "7.
|
|
1177
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
|
1178
|
-
"integrity": "sha512-
|
|
1165
|
+
"version": "7.27.1",
|
|
1166
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.27.1.tgz",
|
|
1167
|
+
"integrity": "sha512-p9+Vl3yuHPmkirRrg021XiP+EETmPMQTLr6Ayjj85RLNEbb3Eya/4VI0vAdzQG9SEAl2Lnt7fy5lZyMzjYoZQQ==",
|
|
1179
1168
|
"license": "MIT",
|
|
1180
1169
|
"dependencies": {
|
|
1181
1170
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1268,9 +1257,9 @@
|
|
|
1268
1257
|
}
|
|
1269
1258
|
},
|
|
1270
1259
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
1271
|
-
"version": "7.
|
|
1272
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
|
1273
|
-
"integrity": "sha512-
|
|
1260
|
+
"version": "7.27.1",
|
|
1261
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.27.1.tgz",
|
|
1262
|
+
"integrity": "sha512-B19lbbL7PMrKr52BNPjCqg1IyNUIjTcxKj8uX9zHO+PmWN93s19NDr/f69mIkEp2x9nmDJ08a7lgHaTTzvW7mw==",
|
|
1274
1263
|
"license": "MIT",
|
|
1275
1264
|
"dependencies": {
|
|
1276
1265
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1283,16 +1272,16 @@
|
|
|
1283
1272
|
}
|
|
1284
1273
|
},
|
|
1285
1274
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
1286
|
-
"version": "7.
|
|
1287
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.
|
|
1288
|
-
"integrity": "sha512-
|
|
1275
|
+
"version": "7.27.1",
|
|
1276
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.27.1.tgz",
|
|
1277
|
+
"integrity": "sha512-TqGF3desVsTcp3WrJGj4HfKokfCXCLcHpt4PJF0D8/iT6LPd9RS82Upw3KPeyr6B22Lfd3DO8MVrmp0oRkUDdw==",
|
|
1289
1278
|
"license": "MIT",
|
|
1290
1279
|
"dependencies": {
|
|
1291
1280
|
"@babel/helper-module-imports": "^7.27.1",
|
|
1292
1281
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1293
|
-
"babel-plugin-polyfill-corejs2": "^0.4.
|
|
1294
|
-
"babel-plugin-polyfill-corejs3": "^0.
|
|
1295
|
-
"babel-plugin-polyfill-regenerator": "^0.6.
|
|
1282
|
+
"babel-plugin-polyfill-corejs2": "^0.4.10",
|
|
1283
|
+
"babel-plugin-polyfill-corejs3": "^0.11.0",
|
|
1284
|
+
"babel-plugin-polyfill-regenerator": "^0.6.1",
|
|
1296
1285
|
"semver": "^6.3.1"
|
|
1297
1286
|
},
|
|
1298
1287
|
"engines": {
|
|
@@ -1349,12 +1338,12 @@
|
|
|
1349
1338
|
}
|
|
1350
1339
|
},
|
|
1351
1340
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
1352
|
-
"version": "7.
|
|
1353
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.
|
|
1354
|
-
"integrity": "sha512-
|
|
1341
|
+
"version": "7.27.1",
|
|
1342
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz",
|
|
1343
|
+
"integrity": "sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==",
|
|
1355
1344
|
"license": "MIT",
|
|
1356
1345
|
"dependencies": {
|
|
1357
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
1346
|
+
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
1358
1347
|
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
1359
1348
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1360
1349
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
@@ -1423,9 +1412,9 @@
|
|
|
1423
1412
|
}
|
|
1424
1413
|
},
|
|
1425
1414
|
"node_modules/@babel/runtime": {
|
|
1426
|
-
"version": "7.
|
|
1427
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.
|
|
1428
|
-
"integrity": "sha512-
|
|
1415
|
+
"version": "7.27.1",
|
|
1416
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz",
|
|
1417
|
+
"integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==",
|
|
1429
1418
|
"license": "MIT",
|
|
1430
1419
|
"engines": {
|
|
1431
1420
|
"node": ">=6.9.0"
|
|
@@ -1446,18 +1435,18 @@
|
|
|
1446
1435
|
}
|
|
1447
1436
|
},
|
|
1448
1437
|
"node_modules/@babel/traverse": {
|
|
1449
|
-
"version": "7.
|
|
1450
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
1451
|
-
"integrity": "sha512-
|
|
1438
|
+
"version": "7.27.1",
|
|
1439
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.1.tgz",
|
|
1440
|
+
"integrity": "sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==",
|
|
1452
1441
|
"license": "MIT",
|
|
1453
1442
|
"dependencies": {
|
|
1454
1443
|
"@babel/code-frame": "^7.27.1",
|
|
1455
|
-
"@babel/generator": "^7.
|
|
1456
|
-
"@babel/
|
|
1457
|
-
"@babel/
|
|
1458
|
-
"@babel/
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1444
|
+
"@babel/generator": "^7.27.1",
|
|
1445
|
+
"@babel/parser": "^7.27.1",
|
|
1446
|
+
"@babel/template": "^7.27.1",
|
|
1447
|
+
"@babel/types": "^7.27.1",
|
|
1448
|
+
"debug": "^4.3.1",
|
|
1449
|
+
"globals": "^11.1.0"
|
|
1461
1450
|
},
|
|
1462
1451
|
"engines": {
|
|
1463
1452
|
"node": ">=6.9.0"
|
|
@@ -1465,27 +1454,27 @@
|
|
|
1465
1454
|
},
|
|
1466
1455
|
"node_modules/@babel/traverse--for-generate-function-map": {
|
|
1467
1456
|
"name": "@babel/traverse",
|
|
1468
|
-
"version": "7.
|
|
1469
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
1470
|
-
"integrity": "sha512-
|
|
1457
|
+
"version": "7.27.1",
|
|
1458
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.1.tgz",
|
|
1459
|
+
"integrity": "sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==",
|
|
1471
1460
|
"license": "MIT",
|
|
1472
1461
|
"dependencies": {
|
|
1473
1462
|
"@babel/code-frame": "^7.27.1",
|
|
1474
|
-
"@babel/generator": "^7.
|
|
1475
|
-
"@babel/
|
|
1476
|
-
"@babel/
|
|
1477
|
-
"@babel/
|
|
1478
|
-
"
|
|
1479
|
-
"
|
|
1463
|
+
"@babel/generator": "^7.27.1",
|
|
1464
|
+
"@babel/parser": "^7.27.1",
|
|
1465
|
+
"@babel/template": "^7.27.1",
|
|
1466
|
+
"@babel/types": "^7.27.1",
|
|
1467
|
+
"debug": "^4.3.1",
|
|
1468
|
+
"globals": "^11.1.0"
|
|
1480
1469
|
},
|
|
1481
1470
|
"engines": {
|
|
1482
1471
|
"node": ">=6.9.0"
|
|
1483
1472
|
}
|
|
1484
1473
|
},
|
|
1485
1474
|
"node_modules/@babel/types": {
|
|
1486
|
-
"version": "7.
|
|
1487
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
1488
|
-
"integrity": "sha512
|
|
1475
|
+
"version": "7.27.1",
|
|
1476
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
|
|
1477
|
+
"integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
|
|
1489
1478
|
"license": "MIT",
|
|
1490
1479
|
"dependencies": {
|
|
1491
1480
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -1529,9 +1518,9 @@
|
|
|
1529
1518
|
}
|
|
1530
1519
|
},
|
|
1531
1520
|
"node_modules/@changesets/assemble-release-plan": {
|
|
1532
|
-
"version": "6.0.
|
|
1533
|
-
"resolved": "https://registry.npmjs.org/@changesets/assemble-release-plan/-/assemble-release-plan-6.0.
|
|
1534
|
-
"integrity": "sha512-
|
|
1521
|
+
"version": "6.0.8",
|
|
1522
|
+
"resolved": "https://registry.npmjs.org/@changesets/assemble-release-plan/-/assemble-release-plan-6.0.8.tgz",
|
|
1523
|
+
"integrity": "sha512-y8+8LvZCkKJdbUlpXFuqcavpzJR80PN0OIfn8HZdwK7Sh6MgLXm4hKY5vu6/NDoKp8lAlM4ERZCqRMLxP4m+MQ==",
|
|
1535
1524
|
"license": "MIT",
|
|
1536
1525
|
"dependencies": {
|
|
1537
1526
|
"@changesets/errors": "^0.2.0",
|
|
@@ -1564,18 +1553,18 @@
|
|
|
1564
1553
|
}
|
|
1565
1554
|
},
|
|
1566
1555
|
"node_modules/@changesets/cli": {
|
|
1567
|
-
"version": "2.29.
|
|
1568
|
-
"resolved": "https://registry.npmjs.org/@changesets/cli/-/cli-2.29.
|
|
1569
|
-
"integrity": "sha512-
|
|
1556
|
+
"version": "2.29.4",
|
|
1557
|
+
"resolved": "https://registry.npmjs.org/@changesets/cli/-/cli-2.29.4.tgz",
|
|
1558
|
+
"integrity": "sha512-VW30x9oiFp/un/80+5jLeWgEU6Btj8IqOgI+X/zAYu4usVOWXjPIK5jSSlt5jsCU7/6Z7AxEkarxBxGUqkAmNg==",
|
|
1570
1559
|
"license": "MIT",
|
|
1571
1560
|
"dependencies": {
|
|
1572
1561
|
"@changesets/apply-release-plan": "^7.0.12",
|
|
1573
|
-
"@changesets/assemble-release-plan": "^6.0.
|
|
1562
|
+
"@changesets/assemble-release-plan": "^6.0.8",
|
|
1574
1563
|
"@changesets/changelog-git": "^0.2.1",
|
|
1575
1564
|
"@changesets/config": "^3.1.1",
|
|
1576
1565
|
"@changesets/errors": "^0.2.0",
|
|
1577
1566
|
"@changesets/get-dependents-graph": "^2.1.3",
|
|
1578
|
-
"@changesets/get-release-plan": "^4.0.
|
|
1567
|
+
"@changesets/get-release-plan": "^4.0.12",
|
|
1579
1568
|
"@changesets/git": "^3.0.4",
|
|
1580
1569
|
"@changesets/logger": "^0.1.1",
|
|
1581
1570
|
"@changesets/pre": "^2.0.2",
|
|
@@ -1583,11 +1572,11 @@
|
|
|
1583
1572
|
"@changesets/should-skip-package": "^0.1.2",
|
|
1584
1573
|
"@changesets/types": "^6.1.0",
|
|
1585
1574
|
"@changesets/write": "^0.4.0",
|
|
1586
|
-
"@inquirer/external-editor": "^1.0.0",
|
|
1587
1575
|
"@manypkg/get-packages": "^1.1.3",
|
|
1588
1576
|
"ansi-colors": "^4.1.3",
|
|
1589
1577
|
"ci-info": "^3.7.0",
|
|
1590
1578
|
"enquirer": "^2.4.1",
|
|
1579
|
+
"external-editor": "^3.1.0",
|
|
1591
1580
|
"fs-extra": "^7.0.1",
|
|
1592
1581
|
"mri": "^1.2.0",
|
|
1593
1582
|
"p-limit": "^2.2.0",
|
|
@@ -1678,12 +1667,12 @@
|
|
|
1678
1667
|
}
|
|
1679
1668
|
},
|
|
1680
1669
|
"node_modules/@changesets/get-release-plan": {
|
|
1681
|
-
"version": "4.0.
|
|
1682
|
-
"resolved": "https://registry.npmjs.org/@changesets/get-release-plan/-/get-release-plan-4.0.
|
|
1683
|
-
"integrity": "sha512-
|
|
1670
|
+
"version": "4.0.12",
|
|
1671
|
+
"resolved": "https://registry.npmjs.org/@changesets/get-release-plan/-/get-release-plan-4.0.12.tgz",
|
|
1672
|
+
"integrity": "sha512-KukdEgaafnyGryUwpHG2kZ7xJquOmWWWk5mmoeQaSvZTWH1DC5D/Sw6ClgGFYtQnOMSQhgoEbDxAbpIIayKH1g==",
|
|
1684
1673
|
"license": "MIT",
|
|
1685
1674
|
"dependencies": {
|
|
1686
|
-
"@changesets/assemble-release-plan": "^6.0.
|
|
1675
|
+
"@changesets/assemble-release-plan": "^6.0.8",
|
|
1687
1676
|
"@changesets/config": "^3.1.1",
|
|
1688
1677
|
"@changesets/pre": "^2.0.2",
|
|
1689
1678
|
"@changesets/read": "^0.6.5",
|
|
@@ -1807,29 +1796,29 @@
|
|
|
1807
1796
|
}
|
|
1808
1797
|
},
|
|
1809
1798
|
"node_modules/@expo/cli": {
|
|
1810
|
-
"version": "0.24.
|
|
1811
|
-
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-0.24.
|
|
1812
|
-
"integrity": "sha512-
|
|
1799
|
+
"version": "0.24.13",
|
|
1800
|
+
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-0.24.13.tgz",
|
|
1801
|
+
"integrity": "sha512-2LSdbvYs+WmUljnplQXMCUyNzyX4H+F4l8uExfA1hud25Bl5kyaGrx1jjtgNxMTXmfmMjvgBdK798R50imEhkA==",
|
|
1813
1802
|
"license": "MIT",
|
|
1814
1803
|
"dependencies": {
|
|
1815
1804
|
"@0no-co/graphql.web": "^1.0.8",
|
|
1816
1805
|
"@babel/runtime": "^7.20.0",
|
|
1817
1806
|
"@expo/code-signing-certificates": "^0.0.5",
|
|
1818
|
-
"@expo/config": "~11.0.
|
|
1819
|
-
"@expo/config-plugins": "~10.
|
|
1807
|
+
"@expo/config": "~11.0.10",
|
|
1808
|
+
"@expo/config-plugins": "~10.0.2",
|
|
1820
1809
|
"@expo/devcert": "^1.1.2",
|
|
1821
|
-
"@expo/env": "~1.0.
|
|
1822
|
-
"@expo/image-utils": "^0.7.
|
|
1823
|
-
"@expo/json-file": "^9.1.
|
|
1824
|
-
"@expo/metro-config": "~0.20.
|
|
1825
|
-
"@expo/osascript": "^2.2.
|
|
1826
|
-
"@expo/package-manager": "^1.8.
|
|
1827
|
-
"@expo/plist": "^0.3.
|
|
1828
|
-
"@expo/prebuild-config": "^9.0.
|
|
1810
|
+
"@expo/env": "~1.0.5",
|
|
1811
|
+
"@expo/image-utils": "^0.7.4",
|
|
1812
|
+
"@expo/json-file": "^9.1.4",
|
|
1813
|
+
"@expo/metro-config": "~0.20.14",
|
|
1814
|
+
"@expo/osascript": "^2.2.4",
|
|
1815
|
+
"@expo/package-manager": "^1.8.4",
|
|
1816
|
+
"@expo/plist": "^0.3.4",
|
|
1817
|
+
"@expo/prebuild-config": "^9.0.6",
|
|
1829
1818
|
"@expo/spawn-async": "^1.7.2",
|
|
1830
1819
|
"@expo/ws-tunnel": "^1.0.1",
|
|
1831
1820
|
"@expo/xcpretty": "^4.3.0",
|
|
1832
|
-
"@react-native/dev-middleware": "0.79.
|
|
1821
|
+
"@react-native/dev-middleware": "0.79.2",
|
|
1833
1822
|
"@urql/core": "^5.0.6",
|
|
1834
1823
|
"@urql/exchange-retry": "^1.3.0",
|
|
1835
1824
|
"accepts": "^1.3.8",
|
|
@@ -1844,7 +1833,7 @@
|
|
|
1844
1833
|
"debug": "^4.3.4",
|
|
1845
1834
|
"env-editor": "^0.4.1",
|
|
1846
1835
|
"freeport-async": "^2.0.0",
|
|
1847
|
-
"getenv": "^
|
|
1836
|
+
"getenv": "^1.0.0",
|
|
1848
1837
|
"glob": "^10.4.2",
|
|
1849
1838
|
"lan-network": "^0.1.6",
|
|
1850
1839
|
"minimatch": "^9.0.0",
|
|
@@ -1921,17 +1910,17 @@
|
|
|
1921
1910
|
}
|
|
1922
1911
|
},
|
|
1923
1912
|
"node_modules/@expo/config": {
|
|
1924
|
-
"version": "11.0.
|
|
1925
|
-
"resolved": "https://registry.npmjs.org/@expo/config/-/config-11.0.
|
|
1926
|
-
"integrity": "sha512-
|
|
1913
|
+
"version": "11.0.10",
|
|
1914
|
+
"resolved": "https://registry.npmjs.org/@expo/config/-/config-11.0.10.tgz",
|
|
1915
|
+
"integrity": "sha512-8S8Krr/c5lnl0eF03tA2UGY9rGBhZcbWKz2UWw5dpL/+zstwUmog8oyuuC8aRcn7GiTQLlbBkxcMeT8sOGlhbA==",
|
|
1927
1916
|
"license": "MIT",
|
|
1928
1917
|
"dependencies": {
|
|
1929
1918
|
"@babel/code-frame": "~7.10.4",
|
|
1930
|
-
"@expo/config-plugins": "~10.
|
|
1931
|
-
"@expo/config-types": "^53.0.
|
|
1932
|
-
"@expo/json-file": "^9.1.
|
|
1919
|
+
"@expo/config-plugins": "~10.0.2",
|
|
1920
|
+
"@expo/config-types": "^53.0.4",
|
|
1921
|
+
"@expo/json-file": "^9.1.4",
|
|
1933
1922
|
"deepmerge": "^4.3.1",
|
|
1934
|
-
"getenv": "^
|
|
1923
|
+
"getenv": "^1.0.0",
|
|
1935
1924
|
"glob": "^10.4.2",
|
|
1936
1925
|
"require-from-string": "^2.0.2",
|
|
1937
1926
|
"resolve-from": "^5.0.0",
|
|
@@ -1942,18 +1931,18 @@
|
|
|
1942
1931
|
}
|
|
1943
1932
|
},
|
|
1944
1933
|
"node_modules/@expo/config-plugins": {
|
|
1945
|
-
"version": "10.
|
|
1946
|
-
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-10.
|
|
1947
|
-
"integrity": "sha512-
|
|
1934
|
+
"version": "10.0.2",
|
|
1935
|
+
"resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-10.0.2.tgz",
|
|
1936
|
+
"integrity": "sha512-TzUn3pPdpwCS0yYaSlZOClgDmCX8N4I2lfgitX5oStqmvpPtB+vqtdyqsVM02fQ2tlJIAqwBW+NHaHqqy8Jv7g==",
|
|
1948
1937
|
"license": "MIT",
|
|
1949
1938
|
"dependencies": {
|
|
1950
|
-
"@expo/config-types": "^53.0.
|
|
1951
|
-
"@expo/json-file": "~9.1.
|
|
1952
|
-
"@expo/plist": "^0.3.
|
|
1939
|
+
"@expo/config-types": "^53.0.3",
|
|
1940
|
+
"@expo/json-file": "~9.1.4",
|
|
1941
|
+
"@expo/plist": "^0.3.4",
|
|
1953
1942
|
"@expo/sdk-runtime-versions": "^1.0.0",
|
|
1954
1943
|
"chalk": "^4.1.2",
|
|
1955
1944
|
"debug": "^4.3.5",
|
|
1956
|
-
"getenv": "^
|
|
1945
|
+
"getenv": "^1.0.0",
|
|
1957
1946
|
"glob": "^10.4.2",
|
|
1958
1947
|
"resolve-from": "^5.0.0",
|
|
1959
1948
|
"semver": "^7.5.4",
|
|
@@ -1996,9 +1985,9 @@
|
|
|
1996
1985
|
}
|
|
1997
1986
|
},
|
|
1998
1987
|
"node_modules/@expo/config-types": {
|
|
1999
|
-
"version": "53.0.
|
|
2000
|
-
"resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-53.0.
|
|
2001
|
-
"integrity": "sha512-
|
|
1988
|
+
"version": "53.0.4",
|
|
1989
|
+
"resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-53.0.4.tgz",
|
|
1990
|
+
"integrity": "sha512-0s+9vFx83WIToEr0Iwy4CcmiUXa5BgwBmEjylBB2eojX5XAMm9mJvw9KpjAb8m7zq2G0Q6bRbeufkzgbipuNQg==",
|
|
2002
1991
|
"license": "MIT"
|
|
2003
1992
|
},
|
|
2004
1993
|
"node_modules/@expo/config/node_modules/@babel/code-frame": {
|
|
@@ -2083,22 +2072,22 @@
|
|
|
2083
2072
|
}
|
|
2084
2073
|
},
|
|
2085
2074
|
"node_modules/@expo/env": {
|
|
2086
|
-
"version": "1.0.
|
|
2087
|
-
"resolved": "https://registry.npmjs.org/@expo/env/-/env-1.0.
|
|
2088
|
-
"integrity": "sha512-
|
|
2075
|
+
"version": "1.0.5",
|
|
2076
|
+
"resolved": "https://registry.npmjs.org/@expo/env/-/env-1.0.5.tgz",
|
|
2077
|
+
"integrity": "sha512-dtEZ4CAMaVrFu2+tezhU3FoGWtbzQl50xV+rNJE5lYVRjUflWiZkVHlHkWUlPAwDPifLy4TuissVfScGGPWR5g==",
|
|
2089
2078
|
"license": "MIT",
|
|
2090
2079
|
"dependencies": {
|
|
2091
2080
|
"chalk": "^4.0.0",
|
|
2092
2081
|
"debug": "^4.3.4",
|
|
2093
2082
|
"dotenv": "~16.4.5",
|
|
2094
2083
|
"dotenv-expand": "~11.0.6",
|
|
2095
|
-
"getenv": "^
|
|
2084
|
+
"getenv": "^1.0.0"
|
|
2096
2085
|
}
|
|
2097
2086
|
},
|
|
2098
2087
|
"node_modules/@expo/fingerprint": {
|
|
2099
|
-
"version": "0.
|
|
2100
|
-
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.
|
|
2101
|
-
"integrity": "sha512-
|
|
2088
|
+
"version": "0.12.4",
|
|
2089
|
+
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.12.4.tgz",
|
|
2090
|
+
"integrity": "sha512-HOJVvjiQYVHIouCOfFf4JRrQvBDIV/12GVG2iwbw1iGwmpQVkPgEXa9lN0f2yuS4J3QXHs73wr9jvuCjMmJlfw==",
|
|
2102
2091
|
"license": "MIT",
|
|
2103
2092
|
"dependencies": {
|
|
2104
2093
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -2106,9 +2095,7 @@
|
|
|
2106
2095
|
"chalk": "^4.1.2",
|
|
2107
2096
|
"debug": "^4.3.4",
|
|
2108
2097
|
"find-up": "^5.0.0",
|
|
2109
|
-
"getenv": "^
|
|
2110
|
-
"glob": "^10.4.2",
|
|
2111
|
-
"ignore": "^5.3.1",
|
|
2098
|
+
"getenv": "^1.0.0",
|
|
2112
2099
|
"minimatch": "^9.0.0",
|
|
2113
2100
|
"p-limit": "^3.1.0",
|
|
2114
2101
|
"resolve-from": "^5.0.0",
|
|
@@ -2118,26 +2105,6 @@
|
|
|
2118
2105
|
"fingerprint": "bin/cli.js"
|
|
2119
2106
|
}
|
|
2120
2107
|
},
|
|
2121
|
-
"node_modules/@expo/fingerprint/node_modules/glob": {
|
|
2122
|
-
"version": "10.4.5",
|
|
2123
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
|
2124
|
-
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
2125
|
-
"license": "ISC",
|
|
2126
|
-
"dependencies": {
|
|
2127
|
-
"foreground-child": "^3.1.0",
|
|
2128
|
-
"jackspeak": "^3.1.2",
|
|
2129
|
-
"minimatch": "^9.0.4",
|
|
2130
|
-
"minipass": "^7.1.2",
|
|
2131
|
-
"package-json-from-dist": "^1.0.0",
|
|
2132
|
-
"path-scurry": "^1.11.1"
|
|
2133
|
-
},
|
|
2134
|
-
"bin": {
|
|
2135
|
-
"glob": "dist/esm/bin.mjs"
|
|
2136
|
-
},
|
|
2137
|
-
"funding": {
|
|
2138
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2139
|
-
}
|
|
2140
|
-
},
|
|
2141
2108
|
"node_modules/@expo/fingerprint/node_modules/semver": {
|
|
2142
2109
|
"version": "7.7.2",
|
|
2143
2110
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
@@ -2151,14 +2118,14 @@
|
|
|
2151
2118
|
}
|
|
2152
2119
|
},
|
|
2153
2120
|
"node_modules/@expo/image-utils": {
|
|
2154
|
-
"version": "0.7.
|
|
2155
|
-
"resolved": "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.7.
|
|
2156
|
-
"integrity": "sha512-
|
|
2121
|
+
"version": "0.7.4",
|
|
2122
|
+
"resolved": "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.7.4.tgz",
|
|
2123
|
+
"integrity": "sha512-LcZ82EJy/t/a1avwIboeZbO6hlw8CvsIRh2k6SWPcAOvW0RqynyKFzUJsvnjWlhUzfBEn4oI7y/Pu5Xkw3KkkA==",
|
|
2157
2124
|
"license": "MIT",
|
|
2158
2125
|
"dependencies": {
|
|
2159
2126
|
"@expo/spawn-async": "^1.7.2",
|
|
2160
2127
|
"chalk": "^4.0.0",
|
|
2161
|
-
"getenv": "^
|
|
2128
|
+
"getenv": "^1.0.0",
|
|
2162
2129
|
"jimp-compact": "0.16.1",
|
|
2163
2130
|
"parse-png": "^2.1.0",
|
|
2164
2131
|
"resolve-from": "^5.0.0",
|
|
@@ -2180,9 +2147,9 @@
|
|
|
2180
2147
|
}
|
|
2181
2148
|
},
|
|
2182
2149
|
"node_modules/@expo/json-file": {
|
|
2183
|
-
"version": "9.1.
|
|
2184
|
-
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-9.1.
|
|
2185
|
-
"integrity": "sha512-
|
|
2150
|
+
"version": "9.1.4",
|
|
2151
|
+
"resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-9.1.4.tgz",
|
|
2152
|
+
"integrity": "sha512-7Bv86X27fPERGhw8aJEZvRcH9sk+9BenDnEmrI3ZpywKodYSBgc8lX9Y32faNVQ/p0YbDK9zdJ0BfAKNAOyi0A==",
|
|
2186
2153
|
"license": "MIT",
|
|
2187
2154
|
"dependencies": {
|
|
2188
2155
|
"@babel/code-frame": "~7.10.4",
|
|
@@ -2199,24 +2166,24 @@
|
|
|
2199
2166
|
}
|
|
2200
2167
|
},
|
|
2201
2168
|
"node_modules/@expo/metro-config": {
|
|
2202
|
-
"version": "0.20.
|
|
2203
|
-
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.20.
|
|
2204
|
-
"integrity": "sha512-
|
|
2169
|
+
"version": "0.20.14",
|
|
2170
|
+
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.20.14.tgz",
|
|
2171
|
+
"integrity": "sha512-tYDDubuZycK+NX00XN7BMu73kBur/evOPcKfxc+UBeFfgN2EifOITtdwSUDdRsbtJ2OnXwMY1HfRUG3Lq3l4cw==",
|
|
2205
2172
|
"license": "MIT",
|
|
2206
2173
|
"dependencies": {
|
|
2207
2174
|
"@babel/core": "^7.20.0",
|
|
2208
2175
|
"@babel/generator": "^7.20.5",
|
|
2209
2176
|
"@babel/parser": "^7.20.0",
|
|
2210
2177
|
"@babel/types": "^7.20.0",
|
|
2211
|
-
"@expo/config": "~11.0.
|
|
2212
|
-
"@expo/env": "~1.0.
|
|
2213
|
-
"@expo/json-file": "~9.1.
|
|
2178
|
+
"@expo/config": "~11.0.9",
|
|
2179
|
+
"@expo/env": "~1.0.5",
|
|
2180
|
+
"@expo/json-file": "~9.1.4",
|
|
2214
2181
|
"@expo/spawn-async": "^1.7.2",
|
|
2215
2182
|
"chalk": "^4.1.0",
|
|
2216
2183
|
"debug": "^4.3.2",
|
|
2217
2184
|
"dotenv": "~16.4.5",
|
|
2218
2185
|
"dotenv-expand": "~11.0.6",
|
|
2219
|
-
"getenv": "^
|
|
2186
|
+
"getenv": "^1.0.0",
|
|
2220
2187
|
"glob": "^10.4.2",
|
|
2221
2188
|
"jsc-safe-url": "^0.2.4",
|
|
2222
2189
|
"lightningcss": "~1.27.0",
|
|
@@ -2246,9 +2213,9 @@
|
|
|
2246
2213
|
}
|
|
2247
2214
|
},
|
|
2248
2215
|
"node_modules/@expo/osascript": {
|
|
2249
|
-
"version": "2.2.
|
|
2250
|
-
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.2.
|
|
2251
|
-
"integrity": "sha512-
|
|
2216
|
+
"version": "2.2.4",
|
|
2217
|
+
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.2.4.tgz",
|
|
2218
|
+
"integrity": "sha512-Q+Oyj+1pdRiHHpev9YjqfMZzByFH8UhKvSszxa0acTveijjDhQgWrq4e9T/cchBHi0GWZpGczWyiyJkk1wM1dg==",
|
|
2252
2219
|
"license": "MIT",
|
|
2253
2220
|
"dependencies": {
|
|
2254
2221
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -2259,12 +2226,12 @@
|
|
|
2259
2226
|
}
|
|
2260
2227
|
},
|
|
2261
2228
|
"node_modules/@expo/package-manager": {
|
|
2262
|
-
"version": "1.8.
|
|
2263
|
-
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.8.
|
|
2264
|
-
"integrity": "sha512-
|
|
2229
|
+
"version": "1.8.4",
|
|
2230
|
+
"resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.8.4.tgz",
|
|
2231
|
+
"integrity": "sha512-8H8tLga/NS3iS7QaX/NneRPqbObnHvVCfMCo0ShudreOFmvmgqhYjRlkZTRstSyFqefai8ONaT4VmnLHneRYYg==",
|
|
2265
2232
|
"license": "MIT",
|
|
2266
2233
|
"dependencies": {
|
|
2267
|
-
"@expo/json-file": "^9.1.
|
|
2234
|
+
"@expo/json-file": "^9.1.4",
|
|
2268
2235
|
"@expo/spawn-async": "^1.7.2",
|
|
2269
2236
|
"chalk": "^4.0.0",
|
|
2270
2237
|
"npm-package-arg": "^11.0.0",
|
|
@@ -2273,9 +2240,9 @@
|
|
|
2273
2240
|
}
|
|
2274
2241
|
},
|
|
2275
2242
|
"node_modules/@expo/plist": {
|
|
2276
|
-
"version": "0.3.
|
|
2277
|
-
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.3.
|
|
2278
|
-
"integrity": "sha512-
|
|
2243
|
+
"version": "0.3.4",
|
|
2244
|
+
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.3.4.tgz",
|
|
2245
|
+
"integrity": "sha512-MhBLaUJNe9FQDDU2xhSNS4SAolr6K2wuyi4+A79vYuXLkAoICsbTwcGEQJN5jPY6D9izO/jsXh5k0h+mIWQMdw==",
|
|
2279
2246
|
"license": "MIT",
|
|
2280
2247
|
"dependencies": {
|
|
2281
2248
|
"@xmldom/xmldom": "^0.8.8",
|
|
@@ -2284,17 +2251,17 @@
|
|
|
2284
2251
|
}
|
|
2285
2252
|
},
|
|
2286
2253
|
"node_modules/@expo/prebuild-config": {
|
|
2287
|
-
"version": "9.0.
|
|
2288
|
-
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-9.0.
|
|
2289
|
-
"integrity": "sha512-
|
|
2254
|
+
"version": "9.0.6",
|
|
2255
|
+
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-9.0.6.tgz",
|
|
2256
|
+
"integrity": "sha512-HDTdlMkTQZ95rd6EpvuLM+xkZV03yGLc38FqI37qKFLJtUN1WnYVaWsuXKoljd1OrVEVsHe6CfqKwaPZ52D56Q==",
|
|
2290
2257
|
"license": "MIT",
|
|
2291
2258
|
"dependencies": {
|
|
2292
|
-
"@expo/config": "~11.0.
|
|
2293
|
-
"@expo/config-plugins": "~10.
|
|
2294
|
-
"@expo/config-types": "^53.0.
|
|
2295
|
-
"@expo/image-utils": "^0.7.
|
|
2296
|
-
"@expo/json-file": "^9.1.
|
|
2297
|
-
"@react-native/normalize-colors": "0.79.
|
|
2259
|
+
"@expo/config": "~11.0.9",
|
|
2260
|
+
"@expo/config-plugins": "~10.0.2",
|
|
2261
|
+
"@expo/config-types": "^53.0.4",
|
|
2262
|
+
"@expo/image-utils": "^0.7.4",
|
|
2263
|
+
"@expo/json-file": "^9.1.4",
|
|
2264
|
+
"@react-native/normalize-colors": "0.79.2",
|
|
2298
2265
|
"debug": "^4.3.1",
|
|
2299
2266
|
"resolve-from": "^5.0.0",
|
|
2300
2267
|
"semver": "^7.6.0",
|
|
@@ -2378,27 +2345,6 @@
|
|
|
2378
2345
|
"@babel/highlight": "^7.10.4"
|
|
2379
2346
|
}
|
|
2380
2347
|
},
|
|
2381
|
-
"node_modules/@inquirer/external-editor": {
|
|
2382
|
-
"version": "1.0.1",
|
|
2383
|
-
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.1.tgz",
|
|
2384
|
-
"integrity": "sha512-Oau4yL24d2B5IL4ma4UpbQigkVhzPDXLoqy1ggK4gnHg/stmkffJE4oOXHXF3uz0UEpywG68KcyXsyYpA1Re/Q==",
|
|
2385
|
-
"license": "MIT",
|
|
2386
|
-
"dependencies": {
|
|
2387
|
-
"chardet": "^2.1.0",
|
|
2388
|
-
"iconv-lite": "^0.6.3"
|
|
2389
|
-
},
|
|
2390
|
-
"engines": {
|
|
2391
|
-
"node": ">=18"
|
|
2392
|
-
},
|
|
2393
|
-
"peerDependencies": {
|
|
2394
|
-
"@types/node": ">=18"
|
|
2395
|
-
},
|
|
2396
|
-
"peerDependenciesMeta": {
|
|
2397
|
-
"@types/node": {
|
|
2398
|
-
"optional": true
|
|
2399
|
-
}
|
|
2400
|
-
}
|
|
2401
|
-
},
|
|
2402
2348
|
"node_modules/@isaacs/cliui": {
|
|
2403
2349
|
"version": "8.0.2",
|
|
2404
2350
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -2417,9 +2363,9 @@
|
|
|
2417
2363
|
}
|
|
2418
2364
|
},
|
|
2419
2365
|
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
2420
|
-
"version": "6.
|
|
2421
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
2422
|
-
"integrity": "sha512-
|
|
2366
|
+
"version": "6.1.0",
|
|
2367
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
|
|
2368
|
+
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
|
|
2423
2369
|
"license": "MIT",
|
|
2424
2370
|
"engines": {
|
|
2425
2371
|
"node": ">=12"
|
|
@@ -2724,13 +2670,17 @@
|
|
|
2724
2670
|
}
|
|
2725
2671
|
},
|
|
2726
2672
|
"node_modules/@jridgewell/gen-mapping": {
|
|
2727
|
-
"version": "0.3.
|
|
2728
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.
|
|
2729
|
-
"integrity": "sha512-
|
|
2673
|
+
"version": "0.3.8",
|
|
2674
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
|
|
2675
|
+
"integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
|
|
2730
2676
|
"license": "MIT",
|
|
2731
2677
|
"dependencies": {
|
|
2732
|
-
"@jridgewell/
|
|
2678
|
+
"@jridgewell/set-array": "^1.2.1",
|
|
2679
|
+
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
2733
2680
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
2681
|
+
},
|
|
2682
|
+
"engines": {
|
|
2683
|
+
"node": ">=6.0.0"
|
|
2734
2684
|
}
|
|
2735
2685
|
},
|
|
2736
2686
|
"node_modules/@jridgewell/resolve-uri": {
|
|
@@ -2742,10 +2692,19 @@
|
|
|
2742
2692
|
"node": ">=6.0.0"
|
|
2743
2693
|
}
|
|
2744
2694
|
},
|
|
2695
|
+
"node_modules/@jridgewell/set-array": {
|
|
2696
|
+
"version": "1.2.1",
|
|
2697
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
|
|
2698
|
+
"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
|
|
2699
|
+
"license": "MIT",
|
|
2700
|
+
"engines": {
|
|
2701
|
+
"node": ">=6.0.0"
|
|
2702
|
+
}
|
|
2703
|
+
},
|
|
2745
2704
|
"node_modules/@jridgewell/source-map": {
|
|
2746
|
-
"version": "0.3.
|
|
2747
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.
|
|
2748
|
-
"integrity": "sha512-
|
|
2705
|
+
"version": "0.3.6",
|
|
2706
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
|
|
2707
|
+
"integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
|
|
2749
2708
|
"license": "MIT",
|
|
2750
2709
|
"dependencies": {
|
|
2751
2710
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
@@ -2753,15 +2712,15 @@
|
|
|
2753
2712
|
}
|
|
2754
2713
|
},
|
|
2755
2714
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
2756
|
-
"version": "1.5.
|
|
2757
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.
|
|
2758
|
-
"integrity": "sha512-
|
|
2715
|
+
"version": "1.5.0",
|
|
2716
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
2717
|
+
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
|
|
2759
2718
|
"license": "MIT"
|
|
2760
2719
|
},
|
|
2761
2720
|
"node_modules/@jridgewell/trace-mapping": {
|
|
2762
|
-
"version": "0.3.
|
|
2763
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
2764
|
-
"integrity": "sha512-
|
|
2721
|
+
"version": "0.3.25",
|
|
2722
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
|
|
2723
|
+
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
|
|
2765
2724
|
"license": "MIT",
|
|
2766
2725
|
"dependencies": {
|
|
2767
2726
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
@@ -2932,31 +2891,31 @@
|
|
|
2932
2891
|
}
|
|
2933
2892
|
},
|
|
2934
2893
|
"node_modules/@react-native/assets-registry": {
|
|
2935
|
-
"version": "0.79.
|
|
2936
|
-
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.79.
|
|
2937
|
-
"integrity": "sha512-
|
|
2894
|
+
"version": "0.79.2",
|
|
2895
|
+
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.79.2.tgz",
|
|
2896
|
+
"integrity": "sha512-5h2Z7/+/HL/0h88s0JHOdRCW4CXMCJoROxqzHqxdrjGL6EBD1DdaB4ZqkCOEVSW4Vjhir5Qb97C8i/MPWEYPtg==",
|
|
2938
2897
|
"license": "MIT",
|
|
2939
2898
|
"engines": {
|
|
2940
2899
|
"node": ">=18"
|
|
2941
2900
|
}
|
|
2942
2901
|
},
|
|
2943
2902
|
"node_modules/@react-native/babel-plugin-codegen": {
|
|
2944
|
-
"version": "0.79.
|
|
2945
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.
|
|
2946
|
-
"integrity": "sha512-
|
|
2903
|
+
"version": "0.79.2",
|
|
2904
|
+
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.2.tgz",
|
|
2905
|
+
"integrity": "sha512-d+NB7Uosn2ZWd4O4+7ZkB6q1a+0z2opD/4+Bzhk/Tv6fc5FrSftK2Noqxvo3/bhbdGFVPxf0yvLE8et4W17x/Q==",
|
|
2947
2906
|
"license": "MIT",
|
|
2948
2907
|
"dependencies": {
|
|
2949
2908
|
"@babel/traverse": "^7.25.3",
|
|
2950
|
-
"@react-native/codegen": "0.79.
|
|
2909
|
+
"@react-native/codegen": "0.79.2"
|
|
2951
2910
|
},
|
|
2952
2911
|
"engines": {
|
|
2953
2912
|
"node": ">=18"
|
|
2954
2913
|
}
|
|
2955
2914
|
},
|
|
2956
2915
|
"node_modules/@react-native/babel-preset": {
|
|
2957
|
-
"version": "0.79.
|
|
2958
|
-
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.79.
|
|
2959
|
-
"integrity": "sha512
|
|
2916
|
+
"version": "0.79.2",
|
|
2917
|
+
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.79.2.tgz",
|
|
2918
|
+
"integrity": "sha512-/HNu869oUq4FUXizpiNWrIhucsYZqu0/0spudJEzk9SEKar0EjVDP7zkg/sKK+KccNypDQGW7nFXT8onzvQ3og==",
|
|
2960
2919
|
"license": "MIT",
|
|
2961
2920
|
"dependencies": {
|
|
2962
2921
|
"@babel/core": "^7.25.2",
|
|
@@ -3000,7 +2959,7 @@
|
|
|
3000
2959
|
"@babel/plugin-transform-typescript": "^7.25.2",
|
|
3001
2960
|
"@babel/plugin-transform-unicode-regex": "^7.24.7",
|
|
3002
2961
|
"@babel/template": "^7.25.0",
|
|
3003
|
-
"@react-native/babel-plugin-codegen": "0.79.
|
|
2962
|
+
"@react-native/babel-plugin-codegen": "0.79.2",
|
|
3004
2963
|
"babel-plugin-syntax-hermes-parser": "0.25.1",
|
|
3005
2964
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
3006
2965
|
"react-refresh": "^0.14.0"
|
|
@@ -3013,9 +2972,9 @@
|
|
|
3013
2972
|
}
|
|
3014
2973
|
},
|
|
3015
2974
|
"node_modules/@react-native/codegen": {
|
|
3016
|
-
"version": "0.79.
|
|
3017
|
-
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.79.
|
|
3018
|
-
"integrity": "sha512-
|
|
2975
|
+
"version": "0.79.2",
|
|
2976
|
+
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.79.2.tgz",
|
|
2977
|
+
"integrity": "sha512-8JTlGLuLi1p8Jx2N/enwwEd7/2CfrqJpv90Cp77QLRX3VHF2hdyavRIxAmXMwN95k+Me7CUuPtqn2X3IBXOWYg==",
|
|
3019
2978
|
"license": "MIT",
|
|
3020
2979
|
"dependencies": {
|
|
3021
2980
|
"glob": "^7.1.1",
|
|
@@ -3032,12 +2991,12 @@
|
|
|
3032
2991
|
}
|
|
3033
2992
|
},
|
|
3034
2993
|
"node_modules/@react-native/community-cli-plugin": {
|
|
3035
|
-
"version": "0.79.
|
|
3036
|
-
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.79.
|
|
3037
|
-
"integrity": "sha512-
|
|
2994
|
+
"version": "0.79.2",
|
|
2995
|
+
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.79.2.tgz",
|
|
2996
|
+
"integrity": "sha512-E+YEY2dL+68HyR2iahsZdyBKBUi9QyPyaN9vsnda1jNgCjNpSPk2yAF5cXsho+zKK5ZQna3JSeE1Kbi2IfGJbw==",
|
|
3038
2997
|
"license": "MIT",
|
|
3039
2998
|
"dependencies": {
|
|
3040
|
-
"@react-native/dev-middleware": "0.79.
|
|
2999
|
+
"@react-native/dev-middleware": "0.79.2",
|
|
3041
3000
|
"chalk": "^4.0.0",
|
|
3042
3001
|
"debug": "^2.2.0",
|
|
3043
3002
|
"invariant": "^2.2.4",
|
|
@@ -3086,22 +3045,22 @@
|
|
|
3086
3045
|
}
|
|
3087
3046
|
},
|
|
3088
3047
|
"node_modules/@react-native/debugger-frontend": {
|
|
3089
|
-
"version": "0.79.
|
|
3090
|
-
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.79.
|
|
3091
|
-
"integrity": "sha512-
|
|
3048
|
+
"version": "0.79.2",
|
|
3049
|
+
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.79.2.tgz",
|
|
3050
|
+
"integrity": "sha512-cGmC7X6kju76DopSBNc+PRAEetbd7TWF9J9o84hOp/xL3ahxR2kuxJy0oJX8Eg8oehhGGEXTuMKHzNa3rDBeSg==",
|
|
3092
3051
|
"license": "BSD-3-Clause",
|
|
3093
3052
|
"engines": {
|
|
3094
3053
|
"node": ">=18"
|
|
3095
3054
|
}
|
|
3096
3055
|
},
|
|
3097
3056
|
"node_modules/@react-native/dev-middleware": {
|
|
3098
|
-
"version": "0.79.
|
|
3099
|
-
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.79.
|
|
3100
|
-
"integrity": "sha512-
|
|
3057
|
+
"version": "0.79.2",
|
|
3058
|
+
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.79.2.tgz",
|
|
3059
|
+
"integrity": "sha512-9q4CpkklsAs1L0Bw8XYCoqqyBSrfRALGEw4/r0EkR38Y/6fVfNfdsjSns0pTLO6h0VpxswK34L/hm4uK3MoLHw==",
|
|
3101
3060
|
"license": "MIT",
|
|
3102
3061
|
"dependencies": {
|
|
3103
3062
|
"@isaacs/ttlcache": "^1.4.1",
|
|
3104
|
-
"@react-native/debugger-frontend": "0.79.
|
|
3063
|
+
"@react-native/debugger-frontend": "0.79.2",
|
|
3105
3064
|
"chrome-launcher": "^0.15.2",
|
|
3106
3065
|
"chromium-edge-launcher": "^0.2.0",
|
|
3107
3066
|
"connect": "^3.6.5",
|
|
@@ -3141,31 +3100,31 @@
|
|
|
3141
3100
|
}
|
|
3142
3101
|
},
|
|
3143
3102
|
"node_modules/@react-native/gradle-plugin": {
|
|
3144
|
-
"version": "0.79.
|
|
3145
|
-
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.79.
|
|
3146
|
-
"integrity": "sha512-
|
|
3103
|
+
"version": "0.79.2",
|
|
3104
|
+
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.79.2.tgz",
|
|
3105
|
+
"integrity": "sha512-6MJFemrwR0bOT0QM+2BxX9k3/pvZQNmJ3Js5pF/6owsA0cUDiCO57otiEU8Fz+UywWEzn1FoQfOfQ8vt2GYmoA==",
|
|
3147
3106
|
"license": "MIT",
|
|
3148
3107
|
"engines": {
|
|
3149
3108
|
"node": ">=18"
|
|
3150
3109
|
}
|
|
3151
3110
|
},
|
|
3152
3111
|
"node_modules/@react-native/js-polyfills": {
|
|
3153
|
-
"version": "0.79.
|
|
3154
|
-
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.79.
|
|
3155
|
-
"integrity": "sha512-
|
|
3112
|
+
"version": "0.79.2",
|
|
3113
|
+
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.79.2.tgz",
|
|
3114
|
+
"integrity": "sha512-IaY87Ckd4GTPMkO1/Fe8fC1IgIx3vc3q9Tyt/6qS3Mtk9nC0x9q4kSR5t+HHq0/MuvGtu8HpdxXGy5wLaM+zUw==",
|
|
3156
3115
|
"license": "MIT",
|
|
3157
3116
|
"engines": {
|
|
3158
3117
|
"node": ">=18"
|
|
3159
3118
|
}
|
|
3160
3119
|
},
|
|
3161
3120
|
"node_modules/@react-native/metro-babel-transformer": {
|
|
3162
|
-
"version": "0.79.
|
|
3163
|
-
"resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.79.
|
|
3164
|
-
"integrity": "sha512-
|
|
3121
|
+
"version": "0.79.2",
|
|
3122
|
+
"resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.79.2.tgz",
|
|
3123
|
+
"integrity": "sha512-Bch+UhA5LCrcI/No0rGR6ZS1gOl5Y6Vcoe9MG3NoC0S2lAd96CN0BEhbLQgzR/KmCz9lYT38+3CYzVKKTPLhZA==",
|
|
3165
3124
|
"license": "MIT",
|
|
3166
3125
|
"dependencies": {
|
|
3167
3126
|
"@babel/core": "^7.25.2",
|
|
3168
|
-
"@react-native/babel-preset": "0.79.
|
|
3127
|
+
"@react-native/babel-preset": "0.79.2",
|
|
3169
3128
|
"hermes-parser": "0.25.1",
|
|
3170
3129
|
"nullthrows": "^1.1.1"
|
|
3171
3130
|
},
|
|
@@ -3177,13 +3136,13 @@
|
|
|
3177
3136
|
}
|
|
3178
3137
|
},
|
|
3179
3138
|
"node_modules/@react-native/metro-config": {
|
|
3180
|
-
"version": "0.79.
|
|
3181
|
-
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.79.
|
|
3182
|
-
"integrity": "sha512-
|
|
3139
|
+
"version": "0.79.2",
|
|
3140
|
+
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.79.2.tgz",
|
|
3141
|
+
"integrity": "sha512-0yHHZxYnaz/CsZfS8Jxz45TVvI6oQAU1wNGuaxEgoMby0KcRVnPXaIkMh/PltxGCBscmueKhiQFNLaoeTTezuw==",
|
|
3183
3142
|
"license": "MIT",
|
|
3184
3143
|
"dependencies": {
|
|
3185
|
-
"@react-native/js-polyfills": "0.79.
|
|
3186
|
-
"@react-native/metro-babel-transformer": "0.79.
|
|
3144
|
+
"@react-native/js-polyfills": "0.79.2",
|
|
3145
|
+
"@react-native/metro-babel-transformer": "0.79.2",
|
|
3187
3146
|
"metro-config": "^0.82.0",
|
|
3188
3147
|
"metro-runtime": "^0.82.0"
|
|
3189
3148
|
},
|
|
@@ -3192,15 +3151,15 @@
|
|
|
3192
3151
|
}
|
|
3193
3152
|
},
|
|
3194
3153
|
"node_modules/@react-native/normalize-colors": {
|
|
3195
|
-
"version": "0.79.
|
|
3196
|
-
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.79.
|
|
3197
|
-
"integrity": "sha512
|
|
3154
|
+
"version": "0.79.2",
|
|
3155
|
+
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.79.2.tgz",
|
|
3156
|
+
"integrity": "sha512-+b+GNrupWrWw1okHnEENz63j7NSMqhKeFMOyzYLBwKcprG8fqJQhDIGXfizKdxeIa5NnGSAevKL1Ev1zJ56X8w==",
|
|
3198
3157
|
"license": "MIT"
|
|
3199
3158
|
},
|
|
3200
3159
|
"node_modules/@react-native/virtualized-lists": {
|
|
3201
|
-
"version": "0.79.
|
|
3202
|
-
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.79.
|
|
3203
|
-
"integrity": "sha512-
|
|
3160
|
+
"version": "0.79.2",
|
|
3161
|
+
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.79.2.tgz",
|
|
3162
|
+
"integrity": "sha512-9G6ROJeP+rdw9Bvr5ruOlag11ET7j1z/En1riFFNo6W3xZvJY+alCuH1ttm12y9+zBm4n8jwCk4lGhjYaV4dKw==",
|
|
3204
3163
|
"license": "MIT",
|
|
3205
3164
|
"dependencies": {
|
|
3206
3165
|
"invariant": "^2.2.4",
|
|
@@ -3289,12 +3248,12 @@
|
|
|
3289
3248
|
}
|
|
3290
3249
|
},
|
|
3291
3250
|
"node_modules/@types/babel__traverse": {
|
|
3292
|
-
"version": "7.
|
|
3293
|
-
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.
|
|
3294
|
-
"integrity": "sha512-
|
|
3251
|
+
"version": "7.20.7",
|
|
3252
|
+
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.7.tgz",
|
|
3253
|
+
"integrity": "sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==",
|
|
3295
3254
|
"license": "MIT",
|
|
3296
3255
|
"dependencies": {
|
|
3297
|
-
"@babel/types": "^7.
|
|
3256
|
+
"@babel/types": "^7.20.7"
|
|
3298
3257
|
}
|
|
3299
3258
|
},
|
|
3300
3259
|
"node_modules/@types/graceful-fs": {
|
|
@@ -3331,18 +3290,18 @@
|
|
|
3331
3290
|
}
|
|
3332
3291
|
},
|
|
3333
3292
|
"node_modules/@types/node": {
|
|
3334
|
-
"version": "
|
|
3335
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
3336
|
-
"integrity": "sha512-
|
|
3293
|
+
"version": "22.15.18",
|
|
3294
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.18.tgz",
|
|
3295
|
+
"integrity": "sha512-v1DKRfUdyW+jJhZNEI1PYy29S2YRxMV5AOO/x/SjKmW0acCIOqmbj6Haf9eHAhsPmrhlHSxEhv/1WszcLWV4cg==",
|
|
3337
3296
|
"license": "MIT",
|
|
3338
3297
|
"dependencies": {
|
|
3339
|
-
"undici-types": "~
|
|
3298
|
+
"undici-types": "~6.21.0"
|
|
3340
3299
|
}
|
|
3341
3300
|
},
|
|
3342
3301
|
"node_modules/@types/react": {
|
|
3343
|
-
"version": "19.1.
|
|
3344
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.
|
|
3345
|
-
"integrity": "sha512-
|
|
3302
|
+
"version": "19.1.4",
|
|
3303
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.4.tgz",
|
|
3304
|
+
"integrity": "sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==",
|
|
3346
3305
|
"license": "MIT",
|
|
3347
3306
|
"dependencies": {
|
|
3348
3307
|
"csstype": "^3.0.2"
|
|
@@ -3370,22 +3329,22 @@
|
|
|
3370
3329
|
"license": "MIT"
|
|
3371
3330
|
},
|
|
3372
3331
|
"node_modules/@urql/core": {
|
|
3373
|
-
"version": "5.
|
|
3374
|
-
"resolved": "https://registry.npmjs.org/@urql/core/-/core-5.
|
|
3375
|
-
"integrity": "sha512
|
|
3332
|
+
"version": "5.1.1",
|
|
3333
|
+
"resolved": "https://registry.npmjs.org/@urql/core/-/core-5.1.1.tgz",
|
|
3334
|
+
"integrity": "sha512-aGh024z5v2oINGD/In6rAtVKTm4VmQ2TxKQBAtk2ZSME5dunZFcjltw4p5ENQg+5CBhZ3FHMzl0Oa+rwqiWqlg==",
|
|
3376
3335
|
"license": "MIT",
|
|
3377
3336
|
"dependencies": {
|
|
3378
|
-
"@0no-co/graphql.web": "^1.0.
|
|
3337
|
+
"@0no-co/graphql.web": "^1.0.5",
|
|
3379
3338
|
"wonka": "^6.3.2"
|
|
3380
3339
|
}
|
|
3381
3340
|
},
|
|
3382
3341
|
"node_modules/@urql/exchange-retry": {
|
|
3383
|
-
"version": "1.3.
|
|
3384
|
-
"resolved": "https://registry.npmjs.org/@urql/exchange-retry/-/exchange-retry-1.3.
|
|
3385
|
-
"integrity": "sha512-
|
|
3342
|
+
"version": "1.3.1",
|
|
3343
|
+
"resolved": "https://registry.npmjs.org/@urql/exchange-retry/-/exchange-retry-1.3.1.tgz",
|
|
3344
|
+
"integrity": "sha512-EEmtFu8JTuwsInqMakhLq+U3qN8ZMd5V3pX44q0EqD2imqTDsa8ikZqJ1schVrN8HljOdN+C08cwZ1/r5uIgLw==",
|
|
3386
3345
|
"license": "MIT",
|
|
3387
3346
|
"dependencies": {
|
|
3388
|
-
"@urql/core": "^5.1.
|
|
3347
|
+
"@urql/core": "^5.1.1",
|
|
3389
3348
|
"wonka": "^6.3.2"
|
|
3390
3349
|
},
|
|
3391
3350
|
"peerDependencies": {
|
|
@@ -3393,9 +3352,9 @@
|
|
|
3393
3352
|
}
|
|
3394
3353
|
},
|
|
3395
3354
|
"node_modules/@xmldom/xmldom": {
|
|
3396
|
-
"version": "0.8.
|
|
3397
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.
|
|
3398
|
-
"integrity": "sha512-
|
|
3355
|
+
"version": "0.8.10",
|
|
3356
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
|
3357
|
+
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
|
|
3399
3358
|
"license": "MIT",
|
|
3400
3359
|
"engines": {
|
|
3401
3360
|
"node": ">=10.0.0"
|
|
@@ -3427,9 +3386,9 @@
|
|
|
3427
3386
|
}
|
|
3428
3387
|
},
|
|
3429
3388
|
"node_modules/acorn": {
|
|
3430
|
-
"version": "8.
|
|
3431
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
3432
|
-
"integrity": "sha512-
|
|
3389
|
+
"version": "8.14.1",
|
|
3390
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
|
|
3391
|
+
"integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
|
|
3433
3392
|
"license": "MIT",
|
|
3434
3393
|
"bin": {
|
|
3435
3394
|
"acorn": "bin/acorn"
|
|
@@ -3439,9 +3398,9 @@
|
|
|
3439
3398
|
}
|
|
3440
3399
|
},
|
|
3441
3400
|
"node_modules/agent-base": {
|
|
3442
|
-
"version": "7.1.
|
|
3443
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.
|
|
3444
|
-
"integrity": "sha512-
|
|
3401
|
+
"version": "7.1.3",
|
|
3402
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
|
|
3403
|
+
"integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
|
|
3445
3404
|
"license": "MIT",
|
|
3446
3405
|
"engines": {
|
|
3447
3406
|
"node": ">= 14"
|
|
@@ -3646,13 +3605,13 @@
|
|
|
3646
3605
|
}
|
|
3647
3606
|
},
|
|
3648
3607
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
3649
|
-
"version": "0.4.
|
|
3650
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
|
3651
|
-
"integrity": "sha512-
|
|
3608
|
+
"version": "0.4.13",
|
|
3609
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.13.tgz",
|
|
3610
|
+
"integrity": "sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==",
|
|
3652
3611
|
"license": "MIT",
|
|
3653
3612
|
"dependencies": {
|
|
3654
|
-
"@babel/compat-data": "^7.
|
|
3655
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
3613
|
+
"@babel/compat-data": "^7.22.6",
|
|
3614
|
+
"@babel/helper-define-polyfill-provider": "^0.6.4",
|
|
3656
3615
|
"semver": "^6.3.1"
|
|
3657
3616
|
},
|
|
3658
3617
|
"peerDependencies": {
|
|
@@ -3660,25 +3619,25 @@
|
|
|
3660
3619
|
}
|
|
3661
3620
|
},
|
|
3662
3621
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
3663
|
-
"version": "0.
|
|
3664
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.
|
|
3665
|
-
"integrity": "sha512-
|
|
3622
|
+
"version": "0.11.1",
|
|
3623
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz",
|
|
3624
|
+
"integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==",
|
|
3666
3625
|
"license": "MIT",
|
|
3667
3626
|
"dependencies": {
|
|
3668
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
3669
|
-
"core-js-compat": "^3.
|
|
3627
|
+
"@babel/helper-define-polyfill-provider": "^0.6.3",
|
|
3628
|
+
"core-js-compat": "^3.40.0"
|
|
3670
3629
|
},
|
|
3671
3630
|
"peerDependencies": {
|
|
3672
3631
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
3673
3632
|
}
|
|
3674
3633
|
},
|
|
3675
3634
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
3676
|
-
"version": "0.6.
|
|
3677
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.
|
|
3678
|
-
"integrity": "sha512-
|
|
3635
|
+
"version": "0.6.4",
|
|
3636
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.4.tgz",
|
|
3637
|
+
"integrity": "sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==",
|
|
3679
3638
|
"license": "MIT",
|
|
3680
3639
|
"dependencies": {
|
|
3681
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
3640
|
+
"@babel/helper-define-polyfill-provider": "^0.6.4"
|
|
3682
3641
|
},
|
|
3683
3642
|
"peerDependencies": {
|
|
3684
3643
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -3709,9 +3668,9 @@
|
|
|
3709
3668
|
}
|
|
3710
3669
|
},
|
|
3711
3670
|
"node_modules/babel-preset-current-node-syntax": {
|
|
3712
|
-
"version": "1.
|
|
3713
|
-
"resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.
|
|
3714
|
-
"integrity": "sha512-
|
|
3671
|
+
"version": "1.1.0",
|
|
3672
|
+
"resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz",
|
|
3673
|
+
"integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==",
|
|
3715
3674
|
"license": "MIT",
|
|
3716
3675
|
"dependencies": {
|
|
3717
3676
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
@@ -3731,13 +3690,13 @@
|
|
|
3731
3690
|
"@babel/plugin-syntax-top-level-await": "^7.14.5"
|
|
3732
3691
|
},
|
|
3733
3692
|
"peerDependencies": {
|
|
3734
|
-
"@babel/core": "^7.0.0
|
|
3693
|
+
"@babel/core": "^7.0.0"
|
|
3735
3694
|
}
|
|
3736
3695
|
},
|
|
3737
3696
|
"node_modules/babel-preset-expo": {
|
|
3738
|
-
"version": "13.
|
|
3739
|
-
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-13.
|
|
3740
|
-
"integrity": "sha512-
|
|
3697
|
+
"version": "13.1.11",
|
|
3698
|
+
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-13.1.11.tgz",
|
|
3699
|
+
"integrity": "sha512-jigWjvhRVdm9UTPJ1wjLYJ0OJvD5vLZ8YYkEknEl6+9S1JWORO/y3xtHr/hNj5n34nOilZqdXrmNFcqKc8YTsg==",
|
|
3741
3700
|
"license": "MIT",
|
|
3742
3701
|
"dependencies": {
|
|
3743
3702
|
"@babel/helper-module-imports": "^7.25.9",
|
|
@@ -3754,7 +3713,7 @@
|
|
|
3754
3713
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
3755
3714
|
"@babel/preset-react": "^7.22.15",
|
|
3756
3715
|
"@babel/preset-typescript": "^7.23.0",
|
|
3757
|
-
"@react-native/babel-preset": "0.79.
|
|
3716
|
+
"@react-native/babel-preset": "0.79.2",
|
|
3758
3717
|
"babel-plugin-react-native-web": "~0.19.13",
|
|
3759
3718
|
"babel-plugin-syntax-hermes-parser": "^0.25.1",
|
|
3760
3719
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
@@ -3911,9 +3870,9 @@
|
|
|
3911
3870
|
}
|
|
3912
3871
|
},
|
|
3913
3872
|
"node_modules/browserslist": {
|
|
3914
|
-
"version": "4.
|
|
3915
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
3916
|
-
"integrity": "sha512-
|
|
3873
|
+
"version": "4.24.5",
|
|
3874
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.5.tgz",
|
|
3875
|
+
"integrity": "sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==",
|
|
3917
3876
|
"funding": [
|
|
3918
3877
|
{
|
|
3919
3878
|
"type": "opencollective",
|
|
@@ -3930,8 +3889,8 @@
|
|
|
3930
3889
|
],
|
|
3931
3890
|
"license": "MIT",
|
|
3932
3891
|
"dependencies": {
|
|
3933
|
-
"caniuse-lite": "^1.0.
|
|
3934
|
-
"electron-to-chromium": "^1.5.
|
|
3892
|
+
"caniuse-lite": "^1.0.30001716",
|
|
3893
|
+
"electron-to-chromium": "^1.5.149",
|
|
3935
3894
|
"node-releases": "^2.0.19",
|
|
3936
3895
|
"update-browserslist-db": "^1.1.3"
|
|
3937
3896
|
},
|
|
@@ -4036,9 +3995,9 @@
|
|
|
4036
3995
|
}
|
|
4037
3996
|
},
|
|
4038
3997
|
"node_modules/caniuse-lite": {
|
|
4039
|
-
"version": "1.0.
|
|
4040
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4041
|
-
"integrity": "sha512-
|
|
3998
|
+
"version": "1.0.30001718",
|
|
3999
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001718.tgz",
|
|
4000
|
+
"integrity": "sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==",
|
|
4042
4001
|
"funding": [
|
|
4043
4002
|
{
|
|
4044
4003
|
"type": "opencollective",
|
|
@@ -4072,9 +4031,9 @@
|
|
|
4072
4031
|
}
|
|
4073
4032
|
},
|
|
4074
4033
|
"node_modules/chardet": {
|
|
4075
|
-
"version": "
|
|
4076
|
-
"resolved": "https://registry.npmjs.org/chardet/-/chardet-
|
|
4077
|
-
"integrity": "sha512-
|
|
4034
|
+
"version": "0.7.0",
|
|
4035
|
+
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
|
|
4036
|
+
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
|
|
4078
4037
|
"license": "MIT"
|
|
4079
4038
|
},
|
|
4080
4039
|
"node_modules/chownr": {
|
|
@@ -4304,12 +4263,12 @@
|
|
|
4304
4263
|
"license": "MIT"
|
|
4305
4264
|
},
|
|
4306
4265
|
"node_modules/core-js-compat": {
|
|
4307
|
-
"version": "3.
|
|
4308
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
4309
|
-
"integrity": "sha512-
|
|
4266
|
+
"version": "3.42.0",
|
|
4267
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.42.0.tgz",
|
|
4268
|
+
"integrity": "sha512-bQasjMfyDGyaeWKBIu33lHh9qlSR0MFE/Nmc6nMjf/iU9b3rSMdAYz1Baxrv4lPdGUsTqZudHA4jIGSJy0SWZQ==",
|
|
4310
4269
|
"license": "MIT",
|
|
4311
4270
|
"dependencies": {
|
|
4312
|
-
"browserslist": "^4.
|
|
4271
|
+
"browserslist": "^4.24.4"
|
|
4313
4272
|
},
|
|
4314
4273
|
"funding": {
|
|
4315
4274
|
"type": "opencollective",
|
|
@@ -4530,9 +4489,9 @@
|
|
|
4530
4489
|
"license": "MIT"
|
|
4531
4490
|
},
|
|
4532
4491
|
"node_modules/electron-to-chromium": {
|
|
4533
|
-
"version": "1.5.
|
|
4534
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
4535
|
-
"integrity": "sha512-
|
|
4492
|
+
"version": "1.5.152",
|
|
4493
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.152.tgz",
|
|
4494
|
+
"integrity": "sha512-xBOfg/EBaIlVsHipHl2VdTPJRSvErNUaqW8ejTq5OlOlIYx1wOllCHsAvAIrr55jD1IYEfdR86miUEt8H5IeJg==",
|
|
4536
4495
|
"license": "ISC"
|
|
4537
4496
|
},
|
|
4538
4497
|
"node_modules/emoji-regex": {
|
|
@@ -4655,26 +4614,26 @@
|
|
|
4655
4614
|
"license": "MIT"
|
|
4656
4615
|
},
|
|
4657
4616
|
"node_modules/expo": {
|
|
4658
|
-
"version": "53.0.
|
|
4659
|
-
"resolved": "https://registry.npmjs.org/expo/-/expo-53.0.
|
|
4660
|
-
"integrity": "sha512-
|
|
4617
|
+
"version": "53.0.9",
|
|
4618
|
+
"resolved": "https://registry.npmjs.org/expo/-/expo-53.0.9.tgz",
|
|
4619
|
+
"integrity": "sha512-UFG68aVOpccg3s++S3pbtI3YCQCnlu/TFvhnQ5vaD3vhOox1Uk/f2O2T95jmwA/EvKvetqGj34lys3DNXvPqgQ==",
|
|
4661
4620
|
"license": "MIT",
|
|
4662
4621
|
"dependencies": {
|
|
4663
4622
|
"@babel/runtime": "^7.20.0",
|
|
4664
|
-
"@expo/cli": "0.24.
|
|
4665
|
-
"@expo/config": "~11.0.
|
|
4666
|
-
"@expo/config-plugins": "~10.
|
|
4667
|
-
"@expo/fingerprint": "0.
|
|
4668
|
-
"@expo/metro-config": "0.20.
|
|
4623
|
+
"@expo/cli": "0.24.13",
|
|
4624
|
+
"@expo/config": "~11.0.10",
|
|
4625
|
+
"@expo/config-plugins": "~10.0.2",
|
|
4626
|
+
"@expo/fingerprint": "0.12.4",
|
|
4627
|
+
"@expo/metro-config": "0.20.14",
|
|
4669
4628
|
"@expo/vector-icons": "^14.0.0",
|
|
4670
|
-
"babel-preset-expo": "~13.
|
|
4671
|
-
"expo-asset": "~11.1.
|
|
4672
|
-
"expo-constants": "~17.1.
|
|
4673
|
-
"expo-file-system": "~18.1.
|
|
4674
|
-
"expo-font": "~13.3.
|
|
4629
|
+
"babel-preset-expo": "~13.1.11",
|
|
4630
|
+
"expo-asset": "~11.1.5",
|
|
4631
|
+
"expo-constants": "~17.1.6",
|
|
4632
|
+
"expo-file-system": "~18.1.10",
|
|
4633
|
+
"expo-font": "~13.3.1",
|
|
4675
4634
|
"expo-keep-awake": "~14.1.4",
|
|
4676
|
-
"expo-modules-autolinking": "2.1.
|
|
4677
|
-
"expo-modules-core": "2.
|
|
4635
|
+
"expo-modules-autolinking": "2.1.10",
|
|
4636
|
+
"expo-modules-core": "2.3.13",
|
|
4678
4637
|
"react-native-edge-to-edge": "1.6.0",
|
|
4679
4638
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
4680
4639
|
},
|
|
@@ -4703,13 +4662,13 @@
|
|
|
4703
4662
|
}
|
|
4704
4663
|
},
|
|
4705
4664
|
"node_modules/expo-asset": {
|
|
4706
|
-
"version": "11.1.
|
|
4707
|
-
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-11.1.
|
|
4708
|
-
"integrity": "sha512-
|
|
4665
|
+
"version": "11.1.5",
|
|
4666
|
+
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-11.1.5.tgz",
|
|
4667
|
+
"integrity": "sha512-GEQDCqC25uDBoXHEnXeBuwpeXvI+3fRGvtzwwt0ZKKzWaN+TgeF8H7c76p3Zi4DfBMFDcduM0CmOvJX+yCCLUQ==",
|
|
4709
4668
|
"license": "MIT",
|
|
4710
4669
|
"dependencies": {
|
|
4711
|
-
"@expo/image-utils": "^0.7.
|
|
4712
|
-
"expo-constants": "~17.1.
|
|
4670
|
+
"@expo/image-utils": "^0.7.4",
|
|
4671
|
+
"expo-constants": "~17.1.5"
|
|
4713
4672
|
},
|
|
4714
4673
|
"peerDependencies": {
|
|
4715
4674
|
"expo": "*",
|
|
@@ -4718,9 +4677,9 @@
|
|
|
4718
4677
|
}
|
|
4719
4678
|
},
|
|
4720
4679
|
"node_modules/expo-build-properties": {
|
|
4721
|
-
"version": "0.14.
|
|
4722
|
-
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.14.
|
|
4723
|
-
"integrity": "sha512-
|
|
4680
|
+
"version": "0.14.6",
|
|
4681
|
+
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.14.6.tgz",
|
|
4682
|
+
"integrity": "sha512-46+gcnFxb2Dz2TFEhFlEJ11qT85THlPtFgkRKQ3a11S3+stgDzDBC2WwbXS5/GMINLIDdBFbbZlajgVND0tMnQ==",
|
|
4724
4683
|
"license": "MIT",
|
|
4725
4684
|
"dependencies": {
|
|
4726
4685
|
"ajv": "^8.11.0",
|
|
@@ -4743,13 +4702,13 @@
|
|
|
4743
4702
|
}
|
|
4744
4703
|
},
|
|
4745
4704
|
"node_modules/expo-constants": {
|
|
4746
|
-
"version": "17.1.
|
|
4747
|
-
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-17.1.
|
|
4748
|
-
"integrity": "sha512-
|
|
4705
|
+
"version": "17.1.6",
|
|
4706
|
+
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-17.1.6.tgz",
|
|
4707
|
+
"integrity": "sha512-q5mLvJiLtPcaZ7t2diSOlQ2AyxIO8YMVEJsEfI/ExkGj15JrflNQ7CALEW6IF/uNae/76qI/XcjEuuAyjdaCNw==",
|
|
4749
4708
|
"license": "MIT",
|
|
4750
4709
|
"dependencies": {
|
|
4751
|
-
"@expo/config": "~11.0.
|
|
4752
|
-
"@expo/env": "~1.0.
|
|
4710
|
+
"@expo/config": "~11.0.9",
|
|
4711
|
+
"@expo/env": "~1.0.5"
|
|
4753
4712
|
},
|
|
4754
4713
|
"peerDependencies": {
|
|
4755
4714
|
"expo": "*",
|
|
@@ -4769,15 +4728,15 @@
|
|
|
4769
4728
|
}
|
|
4770
4729
|
},
|
|
4771
4730
|
"node_modules/expo-dev-client": {
|
|
4772
|
-
"version": "5.
|
|
4773
|
-
"resolved": "https://registry.npmjs.org/expo-dev-client/-/expo-dev-client-5.
|
|
4774
|
-
"integrity": "sha512-
|
|
4731
|
+
"version": "5.1.8",
|
|
4732
|
+
"resolved": "https://registry.npmjs.org/expo-dev-client/-/expo-dev-client-5.1.8.tgz",
|
|
4733
|
+
"integrity": "sha512-IopYPgBi3JflksO5ieTphbKsbYHy9iIVdT/d69It++y0iBMSm0oBIoDmUijrHKjE3fV6jnrwrm8luU13/mzIQQ==",
|
|
4775
4734
|
"license": "MIT",
|
|
4776
4735
|
"dependencies": {
|
|
4777
|
-
"expo-dev-launcher": "5.1.
|
|
4778
|
-
"expo-dev-menu": "6.1.
|
|
4736
|
+
"expo-dev-launcher": "5.1.11",
|
|
4737
|
+
"expo-dev-menu": "6.1.10",
|
|
4779
4738
|
"expo-dev-menu-interface": "1.10.0",
|
|
4780
|
-
"expo-manifests": "~0.16.
|
|
4739
|
+
"expo-manifests": "~0.16.4",
|
|
4781
4740
|
"expo-updates-interface": "~1.1.0"
|
|
4782
4741
|
},
|
|
4783
4742
|
"peerDependencies": {
|
|
@@ -4785,14 +4744,14 @@
|
|
|
4785
4744
|
}
|
|
4786
4745
|
},
|
|
4787
4746
|
"node_modules/expo-dev-launcher": {
|
|
4788
|
-
"version": "5.1.
|
|
4789
|
-
"resolved": "https://registry.npmjs.org/expo-dev-launcher/-/expo-dev-launcher-5.1.
|
|
4790
|
-
"integrity": "sha512-
|
|
4747
|
+
"version": "5.1.11",
|
|
4748
|
+
"resolved": "https://registry.npmjs.org/expo-dev-launcher/-/expo-dev-launcher-5.1.11.tgz",
|
|
4749
|
+
"integrity": "sha512-bN0+nv5H038s8Gzf8i16hwCyD3sWDmHp7vb+QbL1i6B3XNnICCKS/H/3VH6H3PRMvCmoLGPlg+ODDqGlf0nu3g==",
|
|
4791
4750
|
"license": "MIT",
|
|
4792
4751
|
"dependencies": {
|
|
4793
4752
|
"ajv": "8.11.0",
|
|
4794
|
-
"expo-dev-menu": "6.1.
|
|
4795
|
-
"expo-manifests": "~0.16.
|
|
4753
|
+
"expo-dev-menu": "6.1.10",
|
|
4754
|
+
"expo-manifests": "~0.16.4",
|
|
4796
4755
|
"resolve-from": "^5.0.0"
|
|
4797
4756
|
},
|
|
4798
4757
|
"peerDependencies": {
|
|
@@ -4816,9 +4775,9 @@
|
|
|
4816
4775
|
}
|
|
4817
4776
|
},
|
|
4818
4777
|
"node_modules/expo-dev-menu": {
|
|
4819
|
-
"version": "6.1.
|
|
4820
|
-
"resolved": "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-6.1.
|
|
4821
|
-
"integrity": "sha512-
|
|
4778
|
+
"version": "6.1.10",
|
|
4779
|
+
"resolved": "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-6.1.10.tgz",
|
|
4780
|
+
"integrity": "sha512-LaI0Bw5zzw5XefjYSX6YaMydzk0YBysjqQoxzj6ufDyKgwAfPmFwOLkZ03DOSerc9naezGLNAGgTEN6QTgMmgQ==",
|
|
4822
4781
|
"license": "MIT",
|
|
4823
4782
|
"dependencies": {
|
|
4824
4783
|
"expo-dev-menu-interface": "1.10.0"
|
|
@@ -4837,9 +4796,9 @@
|
|
|
4837
4796
|
}
|
|
4838
4797
|
},
|
|
4839
4798
|
"node_modules/expo-file-system": {
|
|
4840
|
-
"version": "18.1.
|
|
4841
|
-
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-18.1.
|
|
4842
|
-
"integrity": "sha512-
|
|
4799
|
+
"version": "18.1.10",
|
|
4800
|
+
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-18.1.10.tgz",
|
|
4801
|
+
"integrity": "sha512-SyaWg+HitScLuyEeSG9gMSDT0hIxbM9jiZjSBP9l9zMnwZjmQwsusE6+7qGiddxJzdOhTP4YGUfvEzeeS0YL3Q==",
|
|
4843
4802
|
"license": "MIT",
|
|
4844
4803
|
"peerDependencies": {
|
|
4845
4804
|
"expo": "*",
|
|
@@ -4847,9 +4806,9 @@
|
|
|
4847
4806
|
}
|
|
4848
4807
|
},
|
|
4849
4808
|
"node_modules/expo-font": {
|
|
4850
|
-
"version": "13.3.
|
|
4851
|
-
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-13.3.
|
|
4852
|
-
"integrity": "sha512-
|
|
4809
|
+
"version": "13.3.1",
|
|
4810
|
+
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-13.3.1.tgz",
|
|
4811
|
+
"integrity": "sha512-d+xrHYvSM9WB42wj8vP9OOFWyxed5R1evphfDb6zYBmC1dA9Hf89FpT7TNFtj2Bk3clTnpmVqQTCYbbA2P3CLg==",
|
|
4853
4812
|
"license": "MIT",
|
|
4854
4813
|
"dependencies": {
|
|
4855
4814
|
"fontfaceobserver": "^2.1.0"
|
|
@@ -4876,12 +4835,12 @@
|
|
|
4876
4835
|
}
|
|
4877
4836
|
},
|
|
4878
4837
|
"node_modules/expo-manifests": {
|
|
4879
|
-
"version": "0.16.
|
|
4880
|
-
"resolved": "https://registry.npmjs.org/expo-manifests/-/expo-manifests-0.16.
|
|
4881
|
-
"integrity": "sha512-
|
|
4838
|
+
"version": "0.16.5",
|
|
4839
|
+
"resolved": "https://registry.npmjs.org/expo-manifests/-/expo-manifests-0.16.5.tgz",
|
|
4840
|
+
"integrity": "sha512-zLUeJogn2C7qOE75Zz7jcmJorMfIbSRR35ctspN0OK/Hq/+PAAptA8p9jNVC8xp/91uP9uI8f3xPhh+A11eR2A==",
|
|
4882
4841
|
"license": "MIT",
|
|
4883
4842
|
"dependencies": {
|
|
4884
|
-
"@expo/config": "~11.0.
|
|
4843
|
+
"@expo/config": "~11.0.10",
|
|
4885
4844
|
"expo-json-utils": "~0.15.0"
|
|
4886
4845
|
},
|
|
4887
4846
|
"peerDependencies": {
|
|
@@ -4889,9 +4848,9 @@
|
|
|
4889
4848
|
}
|
|
4890
4849
|
},
|
|
4891
4850
|
"node_modules/expo-modules-autolinking": {
|
|
4892
|
-
"version": "2.1.
|
|
4893
|
-
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-2.1.
|
|
4894
|
-
"integrity": "sha512-
|
|
4851
|
+
"version": "2.1.10",
|
|
4852
|
+
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-2.1.10.tgz",
|
|
4853
|
+
"integrity": "sha512-k93fzoszrYTKbZ51DSVnewYIGUV6Gi22Su8qySXPFJEfvtDs2NUUNRHBZNKgLHvwc6xPzVC5j7JYbrpXNuY44A==",
|
|
4895
4854
|
"license": "MIT",
|
|
4896
4855
|
"dependencies": {
|
|
4897
4856
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -4927,9 +4886,9 @@
|
|
|
4927
4886
|
}
|
|
4928
4887
|
},
|
|
4929
4888
|
"node_modules/expo-modules-core": {
|
|
4930
|
-
"version": "2.
|
|
4931
|
-
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-2.
|
|
4932
|
-
"integrity": "sha512-
|
|
4889
|
+
"version": "2.3.13",
|
|
4890
|
+
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-2.3.13.tgz",
|
|
4891
|
+
"integrity": "sha512-vmKHv7tEo2wUQoYDV6grhsLsQfD3DUnew5Up3yNnOE1gHGQE+zhV1SBYqaPMPB12OvpyD1mlfzGhu6r9PODnng==",
|
|
4933
4892
|
"license": "MIT",
|
|
4934
4893
|
"dependencies": {
|
|
4935
4894
|
"invariant": "^2.2.4"
|
|
@@ -4956,6 +4915,20 @@
|
|
|
4956
4915
|
"integrity": "sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==",
|
|
4957
4916
|
"license": "MIT"
|
|
4958
4917
|
},
|
|
4918
|
+
"node_modules/external-editor": {
|
|
4919
|
+
"version": "3.1.0",
|
|
4920
|
+
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
4921
|
+
"integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
|
4922
|
+
"license": "MIT",
|
|
4923
|
+
"dependencies": {
|
|
4924
|
+
"chardet": "^0.7.0",
|
|
4925
|
+
"iconv-lite": "^0.4.24",
|
|
4926
|
+
"tmp": "^0.0.33"
|
|
4927
|
+
},
|
|
4928
|
+
"engines": {
|
|
4929
|
+
"node": ">=4"
|
|
4930
|
+
}
|
|
4931
|
+
},
|
|
4959
4932
|
"node_modules/fast-deep-equal": {
|
|
4960
4933
|
"version": "3.1.3",
|
|
4961
4934
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
@@ -5208,9 +5181,9 @@
|
|
|
5208
5181
|
}
|
|
5209
5182
|
},
|
|
5210
5183
|
"node_modules/getenv": {
|
|
5211
|
-
"version": "
|
|
5212
|
-
"resolved": "https://registry.npmjs.org/getenv/-/getenv-
|
|
5213
|
-
"integrity": "sha512-
|
|
5184
|
+
"version": "1.0.0",
|
|
5185
|
+
"resolved": "https://registry.npmjs.org/getenv/-/getenv-1.0.0.tgz",
|
|
5186
|
+
"integrity": "sha512-7yetJWqbS9sbn0vIfliPsFgoXMKn/YMF+Wuiog97x+urnSRRRZ7xB+uVkwGKzRgq9CDFfMQnE9ruL5DHv9c6Xg==",
|
|
5214
5187
|
"license": "MIT",
|
|
5215
5188
|
"engines": {
|
|
5216
5189
|
"node": ">=6"
|
|
@@ -5271,6 +5244,15 @@
|
|
|
5271
5244
|
"node": "*"
|
|
5272
5245
|
}
|
|
5273
5246
|
},
|
|
5247
|
+
"node_modules/globals": {
|
|
5248
|
+
"version": "11.12.0",
|
|
5249
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
|
|
5250
|
+
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
|
|
5251
|
+
"license": "MIT",
|
|
5252
|
+
"engines": {
|
|
5253
|
+
"node": ">=4"
|
|
5254
|
+
}
|
|
5255
|
+
},
|
|
5274
5256
|
"node_modules/globby": {
|
|
5275
5257
|
"version": "11.1.0",
|
|
5276
5258
|
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
@@ -5399,12 +5381,12 @@
|
|
|
5399
5381
|
}
|
|
5400
5382
|
},
|
|
5401
5383
|
"node_modules/iconv-lite": {
|
|
5402
|
-
"version": "0.
|
|
5403
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.
|
|
5404
|
-
"integrity": "sha512-
|
|
5384
|
+
"version": "0.4.24",
|
|
5385
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
5386
|
+
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
5405
5387
|
"license": "MIT",
|
|
5406
5388
|
"dependencies": {
|
|
5407
|
-
"safer-buffer": ">= 2.1.2 < 3
|
|
5389
|
+
"safer-buffer": ">= 2.1.2 < 3"
|
|
5408
5390
|
},
|
|
5409
5391
|
"engines": {
|
|
5410
5392
|
"node": ">=0.10.0"
|
|
@@ -5935,9 +5917,9 @@
|
|
|
5935
5917
|
}
|
|
5936
5918
|
},
|
|
5937
5919
|
"node_modules/lan-network": {
|
|
5938
|
-
"version": "0.1.
|
|
5939
|
-
"resolved": "https://registry.npmjs.org/lan-network/-/lan-network-0.1.
|
|
5940
|
-
"integrity": "sha512-
|
|
5920
|
+
"version": "0.1.6",
|
|
5921
|
+
"resolved": "https://registry.npmjs.org/lan-network/-/lan-network-0.1.6.tgz",
|
|
5922
|
+
"integrity": "sha512-0qPYjNoD89v+bfhkIqFBYGBAof1xhxLqjX8bkNN1kQdP81UHpZw5TDXgEjwB+X2iCFGQmzF8TRmvg4vQcykyDA==",
|
|
5941
5923
|
"license": "MIT",
|
|
5942
5924
|
"bin": {
|
|
5943
5925
|
"lan-network": "dist/lan-network-cli.js"
|
|
@@ -6385,9 +6367,9 @@
|
|
|
6385
6367
|
}
|
|
6386
6368
|
},
|
|
6387
6369
|
"node_modules/metro": {
|
|
6388
|
-
"version": "0.82.
|
|
6389
|
-
"resolved": "https://registry.npmjs.org/metro/-/metro-0.82.
|
|
6390
|
-
"integrity": "sha512-
|
|
6370
|
+
"version": "0.82.3",
|
|
6371
|
+
"resolved": "https://registry.npmjs.org/metro/-/metro-0.82.3.tgz",
|
|
6372
|
+
"integrity": "sha512-EfSLtuUmfsGk3znJ+zoN8cRLniQo3W1wyA+nJMfpTLdENfbbPnGRTwmKhzRcJIUh9jgkrrF4oRQ5shLtQ2DsUw==",
|
|
6391
6373
|
"license": "MIT",
|
|
6392
6374
|
"dependencies": {
|
|
6393
6375
|
"@babel/code-frame": "^7.24.7",
|
|
@@ -6405,24 +6387,24 @@
|
|
|
6405
6387
|
"error-stack-parser": "^2.0.6",
|
|
6406
6388
|
"flow-enums-runtime": "^0.0.6",
|
|
6407
6389
|
"graceful-fs": "^4.2.4",
|
|
6408
|
-
"hermes-parser": "0.
|
|
6390
|
+
"hermes-parser": "0.28.1",
|
|
6409
6391
|
"image-size": "^1.0.2",
|
|
6410
6392
|
"invariant": "^2.2.4",
|
|
6411
6393
|
"jest-worker": "^29.7.0",
|
|
6412
6394
|
"jsc-safe-url": "^0.2.2",
|
|
6413
6395
|
"lodash.throttle": "^4.1.1",
|
|
6414
|
-
"metro-babel-transformer": "0.82.
|
|
6415
|
-
"metro-cache": "0.82.
|
|
6416
|
-
"metro-cache-key": "0.82.
|
|
6417
|
-
"metro-config": "0.82.
|
|
6418
|
-
"metro-core": "0.82.
|
|
6419
|
-
"metro-file-map": "0.82.
|
|
6420
|
-
"metro-resolver": "0.82.
|
|
6421
|
-
"metro-runtime": "0.82.
|
|
6422
|
-
"metro-source-map": "0.82.
|
|
6423
|
-
"metro-symbolicate": "0.82.
|
|
6424
|
-
"metro-transform-plugins": "0.82.
|
|
6425
|
-
"metro-transform-worker": "0.82.
|
|
6396
|
+
"metro-babel-transformer": "0.82.3",
|
|
6397
|
+
"metro-cache": "0.82.3",
|
|
6398
|
+
"metro-cache-key": "0.82.3",
|
|
6399
|
+
"metro-config": "0.82.3",
|
|
6400
|
+
"metro-core": "0.82.3",
|
|
6401
|
+
"metro-file-map": "0.82.3",
|
|
6402
|
+
"metro-resolver": "0.82.3",
|
|
6403
|
+
"metro-runtime": "0.82.3",
|
|
6404
|
+
"metro-source-map": "0.82.3",
|
|
6405
|
+
"metro-symbolicate": "0.82.3",
|
|
6406
|
+
"metro-transform-plugins": "0.82.3",
|
|
6407
|
+
"metro-transform-worker": "0.82.3",
|
|
6426
6408
|
"mime-types": "^2.1.27",
|
|
6427
6409
|
"nullthrows": "^1.1.1",
|
|
6428
6410
|
"serialize-error": "^2.1.0",
|
|
@@ -6439,14 +6421,14 @@
|
|
|
6439
6421
|
}
|
|
6440
6422
|
},
|
|
6441
6423
|
"node_modules/metro-babel-transformer": {
|
|
6442
|
-
"version": "0.82.
|
|
6443
|
-
"resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.82.
|
|
6444
|
-
"integrity": "sha512-
|
|
6424
|
+
"version": "0.82.3",
|
|
6425
|
+
"resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.82.3.tgz",
|
|
6426
|
+
"integrity": "sha512-eC0f1MSA8rg7VoNDCYMIAIe5AEgYBskh5W8rIa4RGRdmEOsGlXbAV0AWMYoA7NlIALW/S9b10AcdIwD3n1e50w==",
|
|
6445
6427
|
"license": "MIT",
|
|
6446
6428
|
"dependencies": {
|
|
6447
6429
|
"@babel/core": "^7.25.2",
|
|
6448
6430
|
"flow-enums-runtime": "^0.0.6",
|
|
6449
|
-
"hermes-parser": "0.
|
|
6431
|
+
"hermes-parser": "0.28.1",
|
|
6450
6432
|
"nullthrows": "^1.1.1"
|
|
6451
6433
|
},
|
|
6452
6434
|
"engines": {
|
|
@@ -6454,39 +6436,39 @@
|
|
|
6454
6436
|
}
|
|
6455
6437
|
},
|
|
6456
6438
|
"node_modules/metro-babel-transformer/node_modules/hermes-estree": {
|
|
6457
|
-
"version": "0.
|
|
6458
|
-
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.
|
|
6459
|
-
"integrity": "sha512-
|
|
6439
|
+
"version": "0.28.1",
|
|
6440
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.28.1.tgz",
|
|
6441
|
+
"integrity": "sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==",
|
|
6460
6442
|
"license": "MIT"
|
|
6461
6443
|
},
|
|
6462
6444
|
"node_modules/metro-babel-transformer/node_modules/hermes-parser": {
|
|
6463
|
-
"version": "0.
|
|
6464
|
-
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.
|
|
6465
|
-
"integrity": "sha512-
|
|
6445
|
+
"version": "0.28.1",
|
|
6446
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.28.1.tgz",
|
|
6447
|
+
"integrity": "sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==",
|
|
6466
6448
|
"license": "MIT",
|
|
6467
6449
|
"dependencies": {
|
|
6468
|
-
"hermes-estree": "0.
|
|
6450
|
+
"hermes-estree": "0.28.1"
|
|
6469
6451
|
}
|
|
6470
6452
|
},
|
|
6471
6453
|
"node_modules/metro-cache": {
|
|
6472
|
-
"version": "0.82.
|
|
6473
|
-
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.82.
|
|
6474
|
-
"integrity": "sha512-
|
|
6454
|
+
"version": "0.82.3",
|
|
6455
|
+
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.82.3.tgz",
|
|
6456
|
+
"integrity": "sha512-9zKhicA5GENROeP+iXku1NrI8FegtwEg3iPXHGixkm1Yppkbwsy/3lSHSiJZoT6GkZmxUDjN6sQ5QQ+/p72Msw==",
|
|
6475
6457
|
"license": "MIT",
|
|
6476
6458
|
"dependencies": {
|
|
6477
6459
|
"exponential-backoff": "^3.1.1",
|
|
6478
6460
|
"flow-enums-runtime": "^0.0.6",
|
|
6479
6461
|
"https-proxy-agent": "^7.0.5",
|
|
6480
|
-
"metro-core": "0.82.
|
|
6462
|
+
"metro-core": "0.82.3"
|
|
6481
6463
|
},
|
|
6482
6464
|
"engines": {
|
|
6483
6465
|
"node": ">=18.18"
|
|
6484
6466
|
}
|
|
6485
6467
|
},
|
|
6486
6468
|
"node_modules/metro-cache-key": {
|
|
6487
|
-
"version": "0.82.
|
|
6488
|
-
"resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.82.
|
|
6489
|
-
"integrity": "sha512-
|
|
6469
|
+
"version": "0.82.3",
|
|
6470
|
+
"resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.82.3.tgz",
|
|
6471
|
+
"integrity": "sha512-dDLTUOJ7YYqGog9kR55InchwnkkHuxBXD765J3hQVWWPCy6xO9uZXZYGX1Y/tIMV8U7Ho1Sve0V13n5rFajrRQ==",
|
|
6490
6472
|
"license": "MIT",
|
|
6491
6473
|
"dependencies": {
|
|
6492
6474
|
"flow-enums-runtime": "^0.0.6"
|
|
@@ -6496,42 +6478,42 @@
|
|
|
6496
6478
|
}
|
|
6497
6479
|
},
|
|
6498
6480
|
"node_modules/metro-config": {
|
|
6499
|
-
"version": "0.82.
|
|
6500
|
-
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.82.
|
|
6501
|
-
"integrity": "sha512
|
|
6481
|
+
"version": "0.82.3",
|
|
6482
|
+
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.82.3.tgz",
|
|
6483
|
+
"integrity": "sha512-GRG9sBkPvrGXD/Wu3RdEDuWg5NDixF9t0c6Zz9kZ9Aa/aQY+m85JgaCI5HYEV+UzVC/IUFFSpJiMfzQRicppLw==",
|
|
6502
6484
|
"license": "MIT",
|
|
6503
6485
|
"dependencies": {
|
|
6504
6486
|
"connect": "^3.6.5",
|
|
6505
6487
|
"cosmiconfig": "^5.0.5",
|
|
6506
6488
|
"flow-enums-runtime": "^0.0.6",
|
|
6507
6489
|
"jest-validate": "^29.7.0",
|
|
6508
|
-
"metro": "0.82.
|
|
6509
|
-
"metro-cache": "0.82.
|
|
6510
|
-
"metro-core": "0.82.
|
|
6511
|
-
"metro-runtime": "0.82.
|
|
6490
|
+
"metro": "0.82.3",
|
|
6491
|
+
"metro-cache": "0.82.3",
|
|
6492
|
+
"metro-core": "0.82.3",
|
|
6493
|
+
"metro-runtime": "0.82.3"
|
|
6512
6494
|
},
|
|
6513
6495
|
"engines": {
|
|
6514
6496
|
"node": ">=18.18"
|
|
6515
6497
|
}
|
|
6516
6498
|
},
|
|
6517
6499
|
"node_modules/metro-core": {
|
|
6518
|
-
"version": "0.82.
|
|
6519
|
-
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.82.
|
|
6520
|
-
"integrity": "sha512-
|
|
6500
|
+
"version": "0.82.3",
|
|
6501
|
+
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.82.3.tgz",
|
|
6502
|
+
"integrity": "sha512-JQZDdXo3hyLl1pqVT4IKEwcBK+3f11qFXeCjQ1hjVpjMwQLOqSM02J7NC/4DNSBt+qWBxWj6R5Jphcc7+9AEWw==",
|
|
6521
6503
|
"license": "MIT",
|
|
6522
6504
|
"dependencies": {
|
|
6523
6505
|
"flow-enums-runtime": "^0.0.6",
|
|
6524
6506
|
"lodash.throttle": "^4.1.1",
|
|
6525
|
-
"metro-resolver": "0.82.
|
|
6507
|
+
"metro-resolver": "0.82.3"
|
|
6526
6508
|
},
|
|
6527
6509
|
"engines": {
|
|
6528
6510
|
"node": ">=18.18"
|
|
6529
6511
|
}
|
|
6530
6512
|
},
|
|
6531
6513
|
"node_modules/metro-file-map": {
|
|
6532
|
-
"version": "0.82.
|
|
6533
|
-
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.82.
|
|
6534
|
-
"integrity": "sha512-
|
|
6514
|
+
"version": "0.82.3",
|
|
6515
|
+
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.82.3.tgz",
|
|
6516
|
+
"integrity": "sha512-o4wtloAge85MZl85F87FT59R/4tn5GvCvLfYcnzzDB20o2YX9AMxZqswrGMaei/GbD/Win5FrLF/Iq8oetcByA==",
|
|
6535
6517
|
"license": "MIT",
|
|
6536
6518
|
"dependencies": {
|
|
6537
6519
|
"debug": "^4.4.0",
|
|
@@ -6549,9 +6531,9 @@
|
|
|
6549
6531
|
}
|
|
6550
6532
|
},
|
|
6551
6533
|
"node_modules/metro-minify-terser": {
|
|
6552
|
-
"version": "0.82.
|
|
6553
|
-
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.82.
|
|
6554
|
-
"integrity": "sha512
|
|
6534
|
+
"version": "0.82.3",
|
|
6535
|
+
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.82.3.tgz",
|
|
6536
|
+
"integrity": "sha512-/3FasOULfHq1P0KPNFy5y28Th5oknPSwEbt9JELVBMAPhUnLqQkCLr4M+RQzKG3aEQN1/mEqenWApFCkk6Nm/Q==",
|
|
6555
6537
|
"license": "MIT",
|
|
6556
6538
|
"dependencies": {
|
|
6557
6539
|
"flow-enums-runtime": "^0.0.6",
|
|
@@ -6562,9 +6544,9 @@
|
|
|
6562
6544
|
}
|
|
6563
6545
|
},
|
|
6564
6546
|
"node_modules/metro-resolver": {
|
|
6565
|
-
"version": "0.82.
|
|
6566
|
-
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.82.
|
|
6567
|
-
"integrity": "sha512-
|
|
6547
|
+
"version": "0.82.3",
|
|
6548
|
+
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.82.3.tgz",
|
|
6549
|
+
"integrity": "sha512-pdib7UrOM04j/RjWmaqmjjWRiuCbpA8BdUSuXzvBaK0QlNzHkRRDv6kiOGxgQ+UgG+KdbPcJktsW9olqiDhf9w==",
|
|
6568
6550
|
"license": "MIT",
|
|
6569
6551
|
"dependencies": {
|
|
6570
6552
|
"flow-enums-runtime": "^0.0.6"
|
|
@@ -6574,9 +6556,9 @@
|
|
|
6574
6556
|
}
|
|
6575
6557
|
},
|
|
6576
6558
|
"node_modules/metro-runtime": {
|
|
6577
|
-
"version": "0.82.
|
|
6578
|
-
"resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.82.
|
|
6579
|
-
"integrity": "sha512-
|
|
6559
|
+
"version": "0.82.3",
|
|
6560
|
+
"resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.82.3.tgz",
|
|
6561
|
+
"integrity": "sha512-J4SrUUsBy9ire8I2sFuXN5MzPmuBHlx1bjvAjdoo1ecpH2mtS3ubRqVnMotBxuK5+GhrbW0mtg5/46PVXy26cw==",
|
|
6580
6562
|
"license": "MIT",
|
|
6581
6563
|
"dependencies": {
|
|
6582
6564
|
"@babel/runtime": "^7.25.0",
|
|
@@ -6587,9 +6569,9 @@
|
|
|
6587
6569
|
}
|
|
6588
6570
|
},
|
|
6589
6571
|
"node_modules/metro-source-map": {
|
|
6590
|
-
"version": "0.82.
|
|
6591
|
-
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.82.
|
|
6592
|
-
"integrity": "sha512-
|
|
6572
|
+
"version": "0.82.3",
|
|
6573
|
+
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.82.3.tgz",
|
|
6574
|
+
"integrity": "sha512-gz7wfjz23rit6ePQ7NKE9x+VOWGKm54vli4wbphR9W+3y0bh6Ad7T0BGH9DUzRAnOnOorewrVEqFmT24mia5sg==",
|
|
6593
6575
|
"license": "MIT",
|
|
6594
6576
|
"dependencies": {
|
|
6595
6577
|
"@babel/traverse": "^7.25.3",
|
|
@@ -6597,9 +6579,9 @@
|
|
|
6597
6579
|
"@babel/types": "^7.25.2",
|
|
6598
6580
|
"flow-enums-runtime": "^0.0.6",
|
|
6599
6581
|
"invariant": "^2.2.4",
|
|
6600
|
-
"metro-symbolicate": "0.82.
|
|
6582
|
+
"metro-symbolicate": "0.82.3",
|
|
6601
6583
|
"nullthrows": "^1.1.1",
|
|
6602
|
-
"ob1": "0.82.
|
|
6584
|
+
"ob1": "0.82.3",
|
|
6603
6585
|
"source-map": "^0.5.6",
|
|
6604
6586
|
"vlq": "^1.0.0"
|
|
6605
6587
|
},
|
|
@@ -6608,14 +6590,14 @@
|
|
|
6608
6590
|
}
|
|
6609
6591
|
},
|
|
6610
6592
|
"node_modules/metro-symbolicate": {
|
|
6611
|
-
"version": "0.82.
|
|
6612
|
-
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.82.
|
|
6613
|
-
"integrity": "sha512-
|
|
6593
|
+
"version": "0.82.3",
|
|
6594
|
+
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.82.3.tgz",
|
|
6595
|
+
"integrity": "sha512-WZKhR+QGbwkOLWP1z58Y7BFWUqLVDEEPsSQ5UI5+OWQDAwdtsPU9+sSNoJtD5qRU9qrB2XewQE3lJ2EQRRFJew==",
|
|
6614
6596
|
"license": "MIT",
|
|
6615
6597
|
"dependencies": {
|
|
6616
6598
|
"flow-enums-runtime": "^0.0.6",
|
|
6617
6599
|
"invariant": "^2.2.4",
|
|
6618
|
-
"metro-source-map": "0.82.
|
|
6600
|
+
"metro-source-map": "0.82.3",
|
|
6619
6601
|
"nullthrows": "^1.1.1",
|
|
6620
6602
|
"source-map": "^0.5.6",
|
|
6621
6603
|
"vlq": "^1.0.0"
|
|
@@ -6628,9 +6610,9 @@
|
|
|
6628
6610
|
}
|
|
6629
6611
|
},
|
|
6630
6612
|
"node_modules/metro-transform-plugins": {
|
|
6631
|
-
"version": "0.82.
|
|
6632
|
-
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.82.
|
|
6633
|
-
"integrity": "sha512-
|
|
6613
|
+
"version": "0.82.3",
|
|
6614
|
+
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.82.3.tgz",
|
|
6615
|
+
"integrity": "sha512-s1gVrkhczwMbxZLRSLCJ16K/4Sqx5IhO4sWlL6j0jlIEs1/Drn3JrkUUdQTtgmJS8SBpxmmB66cw7wnz751dVg==",
|
|
6634
6616
|
"license": "MIT",
|
|
6635
6617
|
"dependencies": {
|
|
6636
6618
|
"@babel/core": "^7.25.2",
|
|
@@ -6645,9 +6627,9 @@
|
|
|
6645
6627
|
}
|
|
6646
6628
|
},
|
|
6647
6629
|
"node_modules/metro-transform-worker": {
|
|
6648
|
-
"version": "0.82.
|
|
6649
|
-
"resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.82.
|
|
6650
|
-
"integrity": "sha512-
|
|
6630
|
+
"version": "0.82.3",
|
|
6631
|
+
"resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.82.3.tgz",
|
|
6632
|
+
"integrity": "sha512-z5Y7nYlSlLAEhjFi73uEJh69G5IC6HFZmXFcrxnY+JNlsjT2r0GgsDF4WaQGtarAIt5NP88V8983/PedwNfEcw==",
|
|
6651
6633
|
"license": "MIT",
|
|
6652
6634
|
"dependencies": {
|
|
6653
6635
|
"@babel/core": "^7.25.2",
|
|
@@ -6655,13 +6637,13 @@
|
|
|
6655
6637
|
"@babel/parser": "^7.25.3",
|
|
6656
6638
|
"@babel/types": "^7.25.2",
|
|
6657
6639
|
"flow-enums-runtime": "^0.0.6",
|
|
6658
|
-
"metro": "0.82.
|
|
6659
|
-
"metro-babel-transformer": "0.82.
|
|
6660
|
-
"metro-cache": "0.82.
|
|
6661
|
-
"metro-cache-key": "0.82.
|
|
6662
|
-
"metro-minify-terser": "0.82.
|
|
6663
|
-
"metro-source-map": "0.82.
|
|
6664
|
-
"metro-transform-plugins": "0.82.
|
|
6640
|
+
"metro": "0.82.3",
|
|
6641
|
+
"metro-babel-transformer": "0.82.3",
|
|
6642
|
+
"metro-cache": "0.82.3",
|
|
6643
|
+
"metro-cache-key": "0.82.3",
|
|
6644
|
+
"metro-minify-terser": "0.82.3",
|
|
6645
|
+
"metro-source-map": "0.82.3",
|
|
6646
|
+
"metro-transform-plugins": "0.82.3",
|
|
6665
6647
|
"nullthrows": "^1.1.1"
|
|
6666
6648
|
},
|
|
6667
6649
|
"engines": {
|
|
@@ -6675,18 +6657,18 @@
|
|
|
6675
6657
|
"license": "MIT"
|
|
6676
6658
|
},
|
|
6677
6659
|
"node_modules/metro/node_modules/hermes-estree": {
|
|
6678
|
-
"version": "0.
|
|
6679
|
-
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.
|
|
6680
|
-
"integrity": "sha512-
|
|
6660
|
+
"version": "0.28.1",
|
|
6661
|
+
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.28.1.tgz",
|
|
6662
|
+
"integrity": "sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==",
|
|
6681
6663
|
"license": "MIT"
|
|
6682
6664
|
},
|
|
6683
6665
|
"node_modules/metro/node_modules/hermes-parser": {
|
|
6684
|
-
"version": "0.
|
|
6685
|
-
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.
|
|
6686
|
-
"integrity": "sha512-
|
|
6666
|
+
"version": "0.28.1",
|
|
6667
|
+
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.28.1.tgz",
|
|
6668
|
+
"integrity": "sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==",
|
|
6687
6669
|
"license": "MIT",
|
|
6688
6670
|
"dependencies": {
|
|
6689
|
-
"hermes-estree": "0.
|
|
6671
|
+
"hermes-estree": "0.28.1"
|
|
6690
6672
|
}
|
|
6691
6673
|
},
|
|
6692
6674
|
"node_modules/metro/node_modules/ws": {
|
|
@@ -6966,9 +6948,9 @@
|
|
|
6966
6948
|
"license": "MIT"
|
|
6967
6949
|
},
|
|
6968
6950
|
"node_modules/ob1": {
|
|
6969
|
-
"version": "0.82.
|
|
6970
|
-
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.82.
|
|
6971
|
-
"integrity": "sha512-
|
|
6951
|
+
"version": "0.82.3",
|
|
6952
|
+
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.82.3.tgz",
|
|
6953
|
+
"integrity": "sha512-8/SeymYlPMVODpCATHqm+X8eiuvD1GsKVa11n688V4GGgjrM3CRvrbtrYBs4t89LJDkv5CwGYPdqayuY0DmTTA==",
|
|
6972
6954
|
"license": "MIT",
|
|
6973
6955
|
"dependencies": {
|
|
6974
6956
|
"flow-enums-runtime": "^0.0.6"
|
|
@@ -7153,6 +7135,15 @@
|
|
|
7153
7135
|
"node": ">=4"
|
|
7154
7136
|
}
|
|
7155
7137
|
},
|
|
7138
|
+
"node_modules/os-tmpdir": {
|
|
7139
|
+
"version": "1.0.2",
|
|
7140
|
+
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
7141
|
+
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
7142
|
+
"license": "MIT",
|
|
7143
|
+
"engines": {
|
|
7144
|
+
"node": ">=0.10.0"
|
|
7145
|
+
}
|
|
7146
|
+
},
|
|
7156
7147
|
"node_modules/outdent": {
|
|
7157
7148
|
"version": "0.5.0",
|
|
7158
7149
|
"resolved": "https://registry.npmjs.org/outdent/-/outdent-0.5.0.tgz",
|
|
@@ -7530,9 +7521,9 @@
|
|
|
7530
7521
|
}
|
|
7531
7522
|
},
|
|
7532
7523
|
"node_modules/quansync": {
|
|
7533
|
-
"version": "0.2.
|
|
7534
|
-
"resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.
|
|
7535
|
-
"integrity": "sha512-
|
|
7524
|
+
"version": "0.2.10",
|
|
7525
|
+
"resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.10.tgz",
|
|
7526
|
+
"integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==",
|
|
7536
7527
|
"funding": [
|
|
7537
7528
|
{
|
|
7538
7529
|
"type": "individual",
|
|
@@ -7608,9 +7599,9 @@
|
|
|
7608
7599
|
}
|
|
7609
7600
|
},
|
|
7610
7601
|
"node_modules/react-devtools-core": {
|
|
7611
|
-
"version": "6.1.
|
|
7612
|
-
"resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-6.1.
|
|
7613
|
-
"integrity": "sha512-
|
|
7602
|
+
"version": "6.1.2",
|
|
7603
|
+
"resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-6.1.2.tgz",
|
|
7604
|
+
"integrity": "sha512-ldFwzufLletzCikNJVYaxlxMLu7swJ3T2VrGfzXlMsVhZhPDKXA38DEROidaYZVgMAmQnIjymrmqto5pyfrwPA==",
|
|
7614
7605
|
"license": "MIT",
|
|
7615
7606
|
"dependencies": {
|
|
7616
7607
|
"shell-quote": "^1.6.1",
|
|
@@ -7645,19 +7636,19 @@
|
|
|
7645
7636
|
"license": "MIT"
|
|
7646
7637
|
},
|
|
7647
7638
|
"node_modules/react-native": {
|
|
7648
|
-
"version": "0.79.
|
|
7649
|
-
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.79.
|
|
7650
|
-
"integrity": "sha512-
|
|
7639
|
+
"version": "0.79.2",
|
|
7640
|
+
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.79.2.tgz",
|
|
7641
|
+
"integrity": "sha512-AnGzb56JvU5YCL7cAwg10+ewDquzvmgrMddiBM0GAWLwQM/6DJfGd2ZKrMuKKehHerpDDZgG+EY64gk3x3dEkw==",
|
|
7651
7642
|
"license": "MIT",
|
|
7652
7643
|
"dependencies": {
|
|
7653
7644
|
"@jest/create-cache-key-function": "^29.7.0",
|
|
7654
|
-
"@react-native/assets-registry": "0.79.
|
|
7655
|
-
"@react-native/codegen": "0.79.
|
|
7656
|
-
"@react-native/community-cli-plugin": "0.79.
|
|
7657
|
-
"@react-native/gradle-plugin": "0.79.
|
|
7658
|
-
"@react-native/js-polyfills": "0.79.
|
|
7659
|
-
"@react-native/normalize-colors": "0.79.
|
|
7660
|
-
"@react-native/virtualized-lists": "0.79.
|
|
7645
|
+
"@react-native/assets-registry": "0.79.2",
|
|
7646
|
+
"@react-native/codegen": "0.79.2",
|
|
7647
|
+
"@react-native/community-cli-plugin": "0.79.2",
|
|
7648
|
+
"@react-native/gradle-plugin": "0.79.2",
|
|
7649
|
+
"@react-native/js-polyfills": "0.79.2",
|
|
7650
|
+
"@react-native/normalize-colors": "0.79.2",
|
|
7651
|
+
"@react-native/virtualized-lists": "0.79.2",
|
|
7661
7652
|
"abort-controller": "^3.0.0",
|
|
7662
7653
|
"anser": "^1.4.9",
|
|
7663
7654
|
"ansi-regex": "^5.0.0",
|
|
@@ -7743,9 +7734,9 @@
|
|
|
7743
7734
|
}
|
|
7744
7735
|
},
|
|
7745
7736
|
"node_modules/react-native-webview": {
|
|
7746
|
-
"version": "13.
|
|
7747
|
-
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.
|
|
7748
|
-
"integrity": "sha512-
|
|
7737
|
+
"version": "13.13.5",
|
|
7738
|
+
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.13.5.tgz",
|
|
7739
|
+
"integrity": "sha512-MfC2B+woL4Hlj2WCzcb1USySKk+SteXnUKmKktOk/H/AQy5+LuVdkPKm8SknJ0/RxaxhZ48WBoTRGaqgR137hw==",
|
|
7749
7740
|
"license": "MIT",
|
|
7750
7741
|
"dependencies": {
|
|
7751
7742
|
"escape-string-regexp": "^4.0.0",
|
|
@@ -8295,9 +8286,9 @@
|
|
|
8295
8286
|
}
|
|
8296
8287
|
},
|
|
8297
8288
|
"node_modules/shell-quote": {
|
|
8298
|
-
"version": "1.8.
|
|
8299
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
8300
|
-
"integrity": "sha512-
|
|
8289
|
+
"version": "1.8.2",
|
|
8290
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
|
|
8291
|
+
"integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
|
|
8301
8292
|
"license": "MIT",
|
|
8302
8293
|
"engines": {
|
|
8303
8294
|
"node": ">= 0.4"
|
|
@@ -8726,13 +8717,13 @@
|
|
|
8726
8717
|
}
|
|
8727
8718
|
},
|
|
8728
8719
|
"node_modules/terser": {
|
|
8729
|
-
"version": "5.
|
|
8730
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
8731
|
-
"integrity": "sha512
|
|
8720
|
+
"version": "5.39.1",
|
|
8721
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.39.1.tgz",
|
|
8722
|
+
"integrity": "sha512-Mm6+uad0ZuDtcV8/4uOZQDQ8RuiC5Pu+iZRedJtF7yA/27sPL7d++In/AJKpWZlU3SYMPPkVfwetn6sgZ66pUA==",
|
|
8732
8723
|
"license": "BSD-2-Clause",
|
|
8733
8724
|
"dependencies": {
|
|
8734
8725
|
"@jridgewell/source-map": "^0.3.3",
|
|
8735
|
-
"acorn": "^8.
|
|
8726
|
+
"acorn": "^8.8.2",
|
|
8736
8727
|
"commander": "^2.20.0",
|
|
8737
8728
|
"source-map-support": "~0.5.20"
|
|
8738
8729
|
},
|
|
@@ -8812,6 +8803,18 @@
|
|
|
8812
8803
|
"integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==",
|
|
8813
8804
|
"license": "MIT"
|
|
8814
8805
|
},
|
|
8806
|
+
"node_modules/tmp": {
|
|
8807
|
+
"version": "0.0.33",
|
|
8808
|
+
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
8809
|
+
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
8810
|
+
"license": "MIT",
|
|
8811
|
+
"dependencies": {
|
|
8812
|
+
"os-tmpdir": "~1.0.2"
|
|
8813
|
+
},
|
|
8814
|
+
"engines": {
|
|
8815
|
+
"node": ">=0.6.0"
|
|
8816
|
+
}
|
|
8817
|
+
},
|
|
8815
8818
|
"node_modules/tmpl": {
|
|
8816
8819
|
"version": "1.0.5",
|
|
8817
8820
|
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
|
|
@@ -8886,9 +8889,9 @@
|
|
|
8886
8889
|
}
|
|
8887
8890
|
},
|
|
8888
8891
|
"node_modules/undici-types": {
|
|
8889
|
-
"version": "
|
|
8890
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
8891
|
-
"integrity": "sha512-
|
|
8892
|
+
"version": "6.21.0",
|
|
8893
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
8894
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
8892
8895
|
"license": "MIT"
|
|
8893
8896
|
},
|
|
8894
8897
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
@@ -9171,9 +9174,9 @@
|
|
|
9171
9174
|
}
|
|
9172
9175
|
},
|
|
9173
9176
|
"node_modules/ws": {
|
|
9174
|
-
"version": "8.18.
|
|
9175
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.
|
|
9176
|
-
"integrity": "sha512-
|
|
9177
|
+
"version": "8.18.2",
|
|
9178
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
|
|
9179
|
+
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
|
|
9177
9180
|
"license": "MIT",
|
|
9178
9181
|
"engines": {
|
|
9179
9182
|
"node": ">=10.0.0"
|