@wavemaker/app-rn-runtime 11.12.1-rc.6244 → 11.13.0-rc.6255
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/components/basic/bottomsheet/bottomsheet.component.js +159 -29
- package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -1
- package/components/basic/bottomsheet/bottomsheet.props.js +5 -0
- package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -1
- package/components/basic/bottomsheet/bottomsheet.styles.js +12 -3
- package/components/basic/bottomsheet/bottomsheet.styles.js.map +1 -1
- package/components/input/chips/chips.component.js +10 -20
- package/components/input/chips/chips.component.js.map +1 -1
- package/components/input/chips/chips.styles.js +32 -32
- package/components/input/chips/chips.styles.js.map +1 -1
- package/components/page/page.component.js +3 -1
- package/components/page/page.component.js.map +1 -1
- package/core/AppConfig.js.map +1 -1
- package/core/responsive.utils.js +2 -2
- package/core/responsive.utils.js.map +1 -1
- package/core/screen-capture-protection.service.js +5 -0
- package/core/screen-capture-protection.service.js.map +1 -0
- package/core/secure-storage.service.js +55 -0
- package/core/secure-storage.service.js.map +1 -0
- package/core/storage.service.js.map +1 -1
- package/gestures/carousel-swipe.animation.js +6 -6
- package/gestures/carousel-swipe.animation.js.map +1 -1
- package/gestures/swipe.animation.js +6 -6
- package/gestures/swipe.animation.js.map +1 -1
- package/npm-shrinkwrap.json +198 -159
- package/package-lock.json +198 -159
- package/package.json +5 -3
- package/runtime/App.js +32 -2
- package/runtime/App.js.map +1 -1
- package/runtime/base-page.component.js +17 -1
- package/runtime/base-page.component.js.map +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.13.0-rc.6255",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
|
9
|
-
"version": "11.
|
|
9
|
+
"version": "11.13.0-rc.6255",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@expo/vector-icons": "14.0.2",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@react-navigation/drawer": "6.6.3",
|
|
21
21
|
"@react-navigation/native": "6.1.7",
|
|
22
22
|
"@react-navigation/stack": "6.3.29",
|
|
23
|
-
"@wavemaker/variables": "11.
|
|
23
|
+
"@wavemaker/variables": "11.13.0-rc.6255",
|
|
24
24
|
"axios": "1.8.3",
|
|
25
25
|
"color": "4.2.3",
|
|
26
26
|
"cross-env": "7.0.3",
|
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"expo-linear-gradient": "13.0.2",
|
|
36
36
|
"expo-modules-core": "2.1.1",
|
|
37
37
|
"expo-navigation-bar": "4.0.8",
|
|
38
|
+
"expo-screen-capture": "~7.0.1",
|
|
39
|
+
"expo-secure-store": "14.0.1",
|
|
38
40
|
"expo-sharing": "13.0.1",
|
|
39
41
|
"expo-video": "2.0.2",
|
|
40
42
|
"fast-xml-parser": "4.5.3",
|
|
@@ -2862,14 +2864,14 @@
|
|
|
2862
2864
|
}
|
|
2863
2865
|
},
|
|
2864
2866
|
"node_modules/@expo/config": {
|
|
2865
|
-
"version": "12.0.
|
|
2866
|
-
"integrity": "sha512-
|
|
2867
|
+
"version": "12.0.9",
|
|
2868
|
+
"integrity": "sha512-HiDVVaXYKY57+L1MxSF3TaYjX6zZlGBnuWnOKZG+7mtsLD+aNTtW4bZM0pZqZfoRumyOU0SfTCwT10BWtUUiJQ==",
|
|
2867
2869
|
"license": "MIT",
|
|
2868
2870
|
"peer": true,
|
|
2869
2871
|
"dependencies": {
|
|
2870
2872
|
"@babel/code-frame": "~7.10.4",
|
|
2871
|
-
"@expo/config-plugins": "~54.0.
|
|
2872
|
-
"@expo/config-types": "^54.0.
|
|
2873
|
+
"@expo/config-plugins": "~54.0.1",
|
|
2874
|
+
"@expo/config-types": "^54.0.8",
|
|
2873
2875
|
"@expo/json-file": "^10.0.7",
|
|
2874
2876
|
"deepmerge": "^4.3.1",
|
|
2875
2877
|
"getenv": "^2.0.0",
|
|
@@ -3091,8 +3093,8 @@
|
|
|
3091
3093
|
}
|
|
3092
3094
|
},
|
|
3093
3095
|
"node_modules/@expo/fingerprint": {
|
|
3094
|
-
"version": "0.15.
|
|
3095
|
-
"integrity": "sha512-
|
|
3096
|
+
"version": "0.15.1",
|
|
3097
|
+
"integrity": "sha512-U1S9DwiapCHQjHdHDDyO/oXsl/1oEHSHZRRkWDDrHgXRUDiAVIySw9Unvvcr118Ee6/x4NmKSZY1X0VagrqmFg==",
|
|
3096
3098
|
"license": "MIT",
|
|
3097
3099
|
"peer": true,
|
|
3098
3100
|
"dependencies": {
|
|
@@ -3259,9 +3261,28 @@
|
|
|
3259
3261
|
"@babel/highlight": "^7.10.4"
|
|
3260
3262
|
}
|
|
3261
3263
|
},
|
|
3264
|
+
"node_modules/@expo/mcp-tunnel": {
|
|
3265
|
+
"version": "0.0.8",
|
|
3266
|
+
"integrity": "sha512-6261obzt6h9TQb6clET7Fw4Ig4AY2hfTNKI3gBt0gcTNxZipwMg8wER7ssDYieA9feD/FfPTuCPYFcR280aaWA==",
|
|
3267
|
+
"license": "MIT",
|
|
3268
|
+
"peer": true,
|
|
3269
|
+
"dependencies": {
|
|
3270
|
+
"ws": "^8.18.3",
|
|
3271
|
+
"zod": "^3.25.76",
|
|
3272
|
+
"zod-to-json-schema": "^3.24.6"
|
|
3273
|
+
},
|
|
3274
|
+
"peerDependencies": {
|
|
3275
|
+
"@modelcontextprotocol/sdk": "^1.13.2"
|
|
3276
|
+
},
|
|
3277
|
+
"peerDependenciesMeta": {
|
|
3278
|
+
"@modelcontextprotocol/sdk": {
|
|
3279
|
+
"optional": true
|
|
3280
|
+
}
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3262
3283
|
"node_modules/@expo/metro": {
|
|
3263
|
-
"version": "0.
|
|
3264
|
-
"integrity": "sha512-
|
|
3284
|
+
"version": "54.0.0",
|
|
3285
|
+
"integrity": "sha512-x2HlliepLJVLSe0Fl/LuPT83Mn2EXpPlb1ngVtcawlz4IfbkYJo16/Zfsfrn1t9d8LpN5dD44Dc55Q1/fO05Nw==",
|
|
3265
3286
|
"license": "MIT",
|
|
3266
3287
|
"peer": true,
|
|
3267
3288
|
"dependencies": {
|
|
@@ -3280,18 +3301,18 @@
|
|
|
3280
3301
|
}
|
|
3281
3302
|
},
|
|
3282
3303
|
"node_modules/@expo/metro-config": {
|
|
3283
|
-
"version": "54.0.
|
|
3284
|
-
"integrity": "sha512-
|
|
3304
|
+
"version": "54.0.5",
|
|
3305
|
+
"integrity": "sha512-Y+oYtLg8b3L4dHFImfu8+yqO+KOcBpLLjxN7wGbs7miP/BjntBQ6tKbPxyKxHz5UUa1s+buBzZlZhsFo9uqKMg==",
|
|
3285
3306
|
"license": "MIT",
|
|
3286
3307
|
"peer": true,
|
|
3287
3308
|
"dependencies": {
|
|
3288
3309
|
"@babel/code-frame": "^7.20.0",
|
|
3289
3310
|
"@babel/core": "^7.20.0",
|
|
3290
3311
|
"@babel/generator": "^7.20.5",
|
|
3291
|
-
"@expo/config": "~12.0.
|
|
3312
|
+
"@expo/config": "~12.0.9",
|
|
3292
3313
|
"@expo/env": "~2.0.7",
|
|
3293
3314
|
"@expo/json-file": "~10.0.7",
|
|
3294
|
-
"@expo/metro": "~0.
|
|
3315
|
+
"@expo/metro": "~54.0.0",
|
|
3295
3316
|
"@expo/spawn-async": "^1.7.2",
|
|
3296
3317
|
"browserslist": "^4.25.0",
|
|
3297
3318
|
"chalk": "^4.1.0",
|
|
@@ -3385,8 +3406,8 @@
|
|
|
3385
3406
|
}
|
|
3386
3407
|
},
|
|
3387
3408
|
"node_modules/@expo/package-manager": {
|
|
3388
|
-
"version": "1.9.
|
|
3389
|
-
"integrity": "sha512-
|
|
3409
|
+
"version": "1.9.8",
|
|
3410
|
+
"integrity": "sha512-4/I6OWquKXYnzo38pkISHCOCOXxfeEmu4uDoERq1Ei/9Ur/s9y3kLbAamEkitUkDC7gHk1INxRWEfFNzGbmOrA==",
|
|
3390
3411
|
"license": "MIT",
|
|
3391
3412
|
"peer": true,
|
|
3392
3413
|
"dependencies": {
|
|
@@ -3905,8 +3926,8 @@
|
|
|
3905
3926
|
"license": "MIT"
|
|
3906
3927
|
},
|
|
3907
3928
|
"node_modules/@expo/server": {
|
|
3908
|
-
"version": "0.7.
|
|
3909
|
-
"integrity": "sha512-
|
|
3929
|
+
"version": "0.7.5",
|
|
3930
|
+
"integrity": "sha512-aNVcerBSJEcUspvXRWChEgFhix1gTNIcgFDevaU/A1+TkfbejNIjGX4rfLEpfyRzzdLIRuOkBNjD+uTYMzohyg==",
|
|
3910
3931
|
"license": "MIT",
|
|
3911
3932
|
"peer": true,
|
|
3912
3933
|
"dependencies": {
|
|
@@ -5426,15 +5447,6 @@
|
|
|
5426
5447
|
"@babel/core": "*"
|
|
5427
5448
|
}
|
|
5428
5449
|
},
|
|
5429
|
-
"node_modules/@react-native/babel-preset/node_modules/babel-plugin-syntax-hermes-parser": {
|
|
5430
|
-
"version": "0.29.1",
|
|
5431
|
-
"integrity": "sha512-2WFYnoWGdmih1I1J5eIqxATOeycOqRwYxAQBu3cUu/rhwInwHUg7k60AFNbuGjSDL8tje5GDrAnxzRLcu2pYcA==",
|
|
5432
|
-
"license": "MIT",
|
|
5433
|
-
"peer": true,
|
|
5434
|
-
"dependencies": {
|
|
5435
|
-
"hermes-parser": "0.29.1"
|
|
5436
|
-
}
|
|
5437
|
-
},
|
|
5438
5450
|
"node_modules/@react-native/codegen": {
|
|
5439
5451
|
"version": "0.81.4",
|
|
5440
5452
|
"integrity": "sha512-LWTGUTzFu+qOQnvkzBP52B90Ym3stZT8IFCzzUrppz8Iwglg83FCtDZAR4yLHI29VY/x/+pkcWAMCl3739XHdw==",
|
|
@@ -6290,6 +6302,27 @@
|
|
|
6290
6302
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6291
6303
|
}
|
|
6292
6304
|
},
|
|
6305
|
+
"node_modules/@react-native/metro-babel-transformer/node_modules/babel-plugin-syntax-hermes-parser": {
|
|
6306
|
+
"version": "0.25.1",
|
|
6307
|
+
"integrity": "sha512-IVNpGzboFLfXZUAwkLFcI/bnqVbwky0jP3eBno4HKtqvQJAHBLdgxiG6lQ4to0+Q/YCN3PO0od5NZwIKyY4REQ==",
|
|
6308
|
+
"license": "MIT",
|
|
6309
|
+
"dependencies": {
|
|
6310
|
+
"hermes-parser": "0.25.1"
|
|
6311
|
+
}
|
|
6312
|
+
},
|
|
6313
|
+
"node_modules/@react-native/metro-babel-transformer/node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-estree": {
|
|
6314
|
+
"version": "0.25.1",
|
|
6315
|
+
"integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
|
|
6316
|
+
"license": "MIT"
|
|
6317
|
+
},
|
|
6318
|
+
"node_modules/@react-native/metro-babel-transformer/node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-parser": {
|
|
6319
|
+
"version": "0.25.1",
|
|
6320
|
+
"integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
|
|
6321
|
+
"license": "MIT",
|
|
6322
|
+
"dependencies": {
|
|
6323
|
+
"hermes-estree": "0.25.1"
|
|
6324
|
+
}
|
|
6325
|
+
},
|
|
6293
6326
|
"node_modules/@react-native/metro-babel-transformer/node_modules/cliui": {
|
|
6294
6327
|
"version": "8.0.1",
|
|
6295
6328
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
@@ -6741,8 +6774,8 @@
|
|
|
6741
6774
|
"license": "MIT"
|
|
6742
6775
|
},
|
|
6743
6776
|
"node_modules/@types/d3-array": {
|
|
6744
|
-
"version": "3.2.
|
|
6745
|
-
"integrity": "sha512-
|
|
6777
|
+
"version": "3.2.2",
|
|
6778
|
+
"integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
|
|
6746
6779
|
"dev": true,
|
|
6747
6780
|
"license": "MIT"
|
|
6748
6781
|
},
|
|
@@ -6951,11 +6984,11 @@
|
|
|
6951
6984
|
"license": "MIT"
|
|
6952
6985
|
},
|
|
6953
6986
|
"node_modules/@types/node": {
|
|
6954
|
-
"version": "24.
|
|
6955
|
-
"integrity": "sha512-
|
|
6987
|
+
"version": "24.5.2",
|
|
6988
|
+
"integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==",
|
|
6956
6989
|
"license": "MIT",
|
|
6957
6990
|
"dependencies": {
|
|
6958
|
-
"undici-types": "~7.
|
|
6991
|
+
"undici-types": "~7.12.0"
|
|
6959
6992
|
}
|
|
6960
6993
|
},
|
|
6961
6994
|
"node_modules/@types/node-forge": {
|
|
@@ -7251,8 +7284,8 @@
|
|
|
7251
7284
|
}
|
|
7252
7285
|
},
|
|
7253
7286
|
"node_modules/@wavemaker/variables": {
|
|
7254
|
-
"version": "11.
|
|
7255
|
-
"integrity": "sha512-
|
|
7287
|
+
"version": "11.13.0-rc.6255",
|
|
7288
|
+
"integrity": "sha512-DHWrG0GWEaI6DnNC0qOtnrjNvIBaPM8aCGut8cIZqdLD6eLP/5tCIJsK2yM76kTZb/dIukHBoE0DwteixwheEQ==",
|
|
7256
7289
|
"license": "ISC",
|
|
7257
7290
|
"dependencies": {
|
|
7258
7291
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -8390,24 +8423,12 @@
|
|
|
8390
8423
|
"license": "MIT"
|
|
8391
8424
|
},
|
|
8392
8425
|
"node_modules/babel-plugin-syntax-hermes-parser": {
|
|
8393
|
-
"version": "0.
|
|
8394
|
-
"integrity": "sha512-
|
|
8395
|
-
"license": "MIT",
|
|
8396
|
-
"dependencies": {
|
|
8397
|
-
"hermes-parser": "0.25.1"
|
|
8398
|
-
}
|
|
8399
|
-
},
|
|
8400
|
-
"node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-estree": {
|
|
8401
|
-
"version": "0.25.1",
|
|
8402
|
-
"integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
|
|
8403
|
-
"license": "MIT"
|
|
8404
|
-
},
|
|
8405
|
-
"node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-parser": {
|
|
8406
|
-
"version": "0.25.1",
|
|
8407
|
-
"integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
|
|
8426
|
+
"version": "0.29.1",
|
|
8427
|
+
"integrity": "sha512-2WFYnoWGdmih1I1J5eIqxATOeycOqRwYxAQBu3cUu/rhwInwHUg7k60AFNbuGjSDL8tje5GDrAnxzRLcu2pYcA==",
|
|
8408
8428
|
"license": "MIT",
|
|
8429
|
+
"peer": true,
|
|
8409
8430
|
"dependencies": {
|
|
8410
|
-
"hermes-
|
|
8431
|
+
"hermes-parser": "0.29.1"
|
|
8411
8432
|
}
|
|
8412
8433
|
},
|
|
8413
8434
|
"node_modules/babel-plugin-syntax-jsx": {
|
|
@@ -8915,8 +8936,8 @@
|
|
|
8915
8936
|
}
|
|
8916
8937
|
},
|
|
8917
8938
|
"node_modules/babel-preset-expo": {
|
|
8918
|
-
"version": "54.0.
|
|
8919
|
-
"integrity": "sha512-
|
|
8939
|
+
"version": "54.0.3",
|
|
8940
|
+
"integrity": "sha512-zC6g96Mbf1bofnCI8yI0VKAp8/ER/gpfTsWOpQvStbHU+E4jFZ294n3unW8Hf6nNP4NoeNq9Zc6Prp0vwhxbow==",
|
|
8920
8941
|
"license": "MIT",
|
|
8921
8942
|
"peer": true,
|
|
8922
8943
|
"dependencies": {
|
|
@@ -8938,7 +8959,7 @@
|
|
|
8938
8959
|
"@react-native/babel-preset": "0.81.4",
|
|
8939
8960
|
"babel-plugin-react-compiler": "^19.1.0-rc.2",
|
|
8940
8961
|
"babel-plugin-react-native-web": "~0.21.0",
|
|
8941
|
-
"babel-plugin-syntax-hermes-parser": "^0.
|
|
8962
|
+
"babel-plugin-syntax-hermes-parser": "^0.29.1",
|
|
8942
8963
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
8943
8964
|
"debug": "^4.3.4",
|
|
8944
8965
|
"resolve-from": "^5.0.0"
|
|
@@ -9151,6 +9172,14 @@
|
|
|
9151
9172
|
],
|
|
9152
9173
|
"license": "MIT"
|
|
9153
9174
|
},
|
|
9175
|
+
"node_modules/baseline-browser-mapping": {
|
|
9176
|
+
"version": "2.8.7",
|
|
9177
|
+
"integrity": "sha512-bxxN2M3a4d1CRoQC//IqsR5XrLh0IJ8TCv2x6Y9N0nckNz/rTjZB3//GGscZziZOxmjP55rzxg/ze7usFI9FqQ==",
|
|
9178
|
+
"license": "Apache-2.0",
|
|
9179
|
+
"bin": {
|
|
9180
|
+
"baseline-browser-mapping": "dist/cli.js"
|
|
9181
|
+
}
|
|
9182
|
+
},
|
|
9154
9183
|
"node_modules/before-after-hook": {
|
|
9155
9184
|
"version": "2.2.3",
|
|
9156
9185
|
"integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==",
|
|
@@ -9318,8 +9347,8 @@
|
|
|
9318
9347
|
}
|
|
9319
9348
|
},
|
|
9320
9349
|
"node_modules/browserslist": {
|
|
9321
|
-
"version": "4.
|
|
9322
|
-
"integrity": "sha512-
|
|
9350
|
+
"version": "4.26.2",
|
|
9351
|
+
"integrity": "sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==",
|
|
9323
9352
|
"funding": [
|
|
9324
9353
|
{
|
|
9325
9354
|
"type": "opencollective",
|
|
@@ -9336,9 +9365,10 @@
|
|
|
9336
9365
|
],
|
|
9337
9366
|
"license": "MIT",
|
|
9338
9367
|
"dependencies": {
|
|
9339
|
-
"
|
|
9340
|
-
"
|
|
9341
|
-
"
|
|
9368
|
+
"baseline-browser-mapping": "^2.8.3",
|
|
9369
|
+
"caniuse-lite": "^1.0.30001741",
|
|
9370
|
+
"electron-to-chromium": "^1.5.218",
|
|
9371
|
+
"node-releases": "^2.0.21",
|
|
9342
9372
|
"update-browserslist-db": "^1.1.3"
|
|
9343
9373
|
},
|
|
9344
9374
|
"bin": {
|
|
@@ -9547,8 +9577,8 @@
|
|
|
9547
9577
|
}
|
|
9548
9578
|
},
|
|
9549
9579
|
"node_modules/caniuse-lite": {
|
|
9550
|
-
"version": "1.0.
|
|
9551
|
-
"integrity": "sha512-
|
|
9580
|
+
"version": "1.0.30001745",
|
|
9581
|
+
"integrity": "sha512-ywt6i8FzvdgrrrGbr1jZVObnVv6adj+0if2/omv9cmR2oiZs30zL4DIyaptKcbOrBdOIc74QTMoJvSE2QHh5UQ==",
|
|
9552
9582
|
"funding": [
|
|
9553
9583
|
{
|
|
9554
9584
|
"type": "opencollective",
|
|
@@ -11056,8 +11086,8 @@
|
|
|
11056
11086
|
}
|
|
11057
11087
|
},
|
|
11058
11088
|
"node_modules/debug": {
|
|
11059
|
-
"version": "4.4.
|
|
11060
|
-
"integrity": "sha512-
|
|
11089
|
+
"version": "4.4.3",
|
|
11090
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
11061
11091
|
"license": "MIT",
|
|
11062
11092
|
"dependencies": {
|
|
11063
11093
|
"ms": "^2.1.3"
|
|
@@ -11327,8 +11357,8 @@
|
|
|
11327
11357
|
}
|
|
11328
11358
|
},
|
|
11329
11359
|
"node_modules/detect-libc": {
|
|
11330
|
-
"version": "2.
|
|
11331
|
-
"integrity": "sha512-
|
|
11360
|
+
"version": "2.1.1",
|
|
11361
|
+
"integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==",
|
|
11332
11362
|
"license": "Apache-2.0",
|
|
11333
11363
|
"peer": true,
|
|
11334
11364
|
"engines": {
|
|
@@ -11521,8 +11551,8 @@
|
|
|
11521
11551
|
"license": "MIT"
|
|
11522
11552
|
},
|
|
11523
11553
|
"node_modules/electron-to-chromium": {
|
|
11524
|
-
"version": "1.5.
|
|
11525
|
-
"integrity": "sha512-
|
|
11554
|
+
"version": "1.5.224",
|
|
11555
|
+
"integrity": "sha512-kWAoUu/bwzvnhpdZSIc6KUyvkI1rbRXMT0Eq8pKReyOyaPZcctMli+EgvcN1PAvwVc7Tdo4Fxi2PsLNDU05mdg==",
|
|
11526
11556
|
"license": "ISC"
|
|
11527
11557
|
},
|
|
11528
11558
|
"node_modules/emittery": {
|
|
@@ -11662,8 +11692,8 @@
|
|
|
11662
11692
|
}
|
|
11663
11693
|
},
|
|
11664
11694
|
"node_modules/error-ex": {
|
|
11665
|
-
"version": "1.3.
|
|
11666
|
-
"integrity": "sha512-
|
|
11695
|
+
"version": "1.3.4",
|
|
11696
|
+
"integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
|
|
11667
11697
|
"license": "MIT",
|
|
11668
11698
|
"dependencies": {
|
|
11669
11699
|
"is-arrayish": "^0.2.1"
|
|
@@ -12407,29 +12437,29 @@
|
|
|
12407
12437
|
}
|
|
12408
12438
|
},
|
|
12409
12439
|
"node_modules/expo": {
|
|
12410
|
-
"version": "54.0.
|
|
12411
|
-
"integrity": "sha512-
|
|
12440
|
+
"version": "54.0.10",
|
|
12441
|
+
"integrity": "sha512-49+IginEoKC+g125ZlRvUYNl9jKjjHcDiDnQvejNWlMQ0LtcFIWiFad/PLjmi7YqF/0rj9u3FNxqM6jNP16O0w==",
|
|
12412
12442
|
"license": "MIT",
|
|
12413
12443
|
"peer": true,
|
|
12414
12444
|
"dependencies": {
|
|
12415
12445
|
"@babel/runtime": "^7.20.0",
|
|
12416
|
-
"@expo/cli": "54.0.
|
|
12417
|
-
"@expo/config": "~12.0.
|
|
12446
|
+
"@expo/cli": "54.0.8",
|
|
12447
|
+
"@expo/config": "~12.0.9",
|
|
12418
12448
|
"@expo/config-plugins": "~54.0.1",
|
|
12419
12449
|
"@expo/devtools": "0.1.7",
|
|
12420
|
-
"@expo/fingerprint": "0.15.
|
|
12421
|
-
"@expo/metro": "~0.
|
|
12422
|
-
"@expo/metro-config": "54.0.
|
|
12450
|
+
"@expo/fingerprint": "0.15.1",
|
|
12451
|
+
"@expo/metro": "~54.0.0",
|
|
12452
|
+
"@expo/metro-config": "54.0.5",
|
|
12423
12453
|
"@expo/vector-icons": "^15.0.2",
|
|
12424
12454
|
"@ungap/structured-clone": "^1.3.0",
|
|
12425
|
-
"babel-preset-expo": "~54.0.
|
|
12426
|
-
"expo-asset": "~12.0.
|
|
12427
|
-
"expo-constants": "~18.0.
|
|
12428
|
-
"expo-file-system": "~19.0.
|
|
12455
|
+
"babel-preset-expo": "~54.0.3",
|
|
12456
|
+
"expo-asset": "~12.0.9",
|
|
12457
|
+
"expo-constants": "~18.0.9",
|
|
12458
|
+
"expo-file-system": "~19.0.15",
|
|
12429
12459
|
"expo-font": "~14.0.8",
|
|
12430
12460
|
"expo-keep-awake": "~15.0.7",
|
|
12431
|
-
"expo-modules-autolinking": "3.0.
|
|
12432
|
-
"expo-modules-core": "3.0.
|
|
12461
|
+
"expo-modules-autolinking": "3.0.13",
|
|
12462
|
+
"expo-modules-core": "3.0.18",
|
|
12433
12463
|
"pretty-format": "^29.7.0",
|
|
12434
12464
|
"react-refresh": "^0.14.2",
|
|
12435
12465
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -12467,13 +12497,13 @@
|
|
|
12467
12497
|
}
|
|
12468
12498
|
},
|
|
12469
12499
|
"node_modules/expo-asset": {
|
|
12470
|
-
"version": "12.0.
|
|
12471
|
-
"integrity": "sha512-
|
|
12500
|
+
"version": "12.0.9",
|
|
12501
|
+
"integrity": "sha512-vrdRoyhGhBmd0nJcssTSk1Ypx3Mbn/eXaaBCQVkL0MJ8IOZpAObAjfD5CTy8+8RofcHEQdh3wwZVCs7crvfOeg==",
|
|
12472
12502
|
"license": "MIT",
|
|
12473
12503
|
"peer": true,
|
|
12474
12504
|
"dependencies": {
|
|
12475
12505
|
"@expo/image-utils": "^0.8.7",
|
|
12476
|
-
"expo-constants": "~18.0.
|
|
12506
|
+
"expo-constants": "~18.0.9"
|
|
12477
12507
|
},
|
|
12478
12508
|
"peerDependencies": {
|
|
12479
12509
|
"expo": "*",
|
|
@@ -12549,12 +12579,12 @@
|
|
|
12549
12579
|
}
|
|
12550
12580
|
},
|
|
12551
12581
|
"node_modules/expo-constants": {
|
|
12552
|
-
"version": "18.0.
|
|
12553
|
-
"integrity": "sha512-
|
|
12582
|
+
"version": "18.0.9",
|
|
12583
|
+
"integrity": "sha512-sqoXHAOGDcr+M9NlXzj1tGoZyd3zxYDy215W6E0Z0n8fgBaqce9FAYQE2bu5X4G629AYig5go7U6sQz7Pjcm8A==",
|
|
12554
12584
|
"license": "MIT",
|
|
12555
12585
|
"peer": true,
|
|
12556
12586
|
"dependencies": {
|
|
12557
|
-
"@expo/config": "~12.0.
|
|
12587
|
+
"@expo/config": "~12.0.9",
|
|
12558
12588
|
"@expo/env": "~2.0.7"
|
|
12559
12589
|
},
|
|
12560
12590
|
"peerDependencies": {
|
|
@@ -12662,8 +12692,8 @@
|
|
|
12662
12692
|
}
|
|
12663
12693
|
},
|
|
12664
12694
|
"node_modules/expo-modules-autolinking": {
|
|
12665
|
-
"version": "3.0.
|
|
12666
|
-
"integrity": "sha512-
|
|
12695
|
+
"version": "3.0.13",
|
|
12696
|
+
"integrity": "sha512-58WnM15ESTyT2v93Rba7jplXtGvh5cFbxqUCi2uTSpBf3nndDRItLzBQaoWBzAvNUhpC2j1bye7Dn/E+GJFXmw==",
|
|
12667
12697
|
"license": "MIT",
|
|
12668
12698
|
"peer": true,
|
|
12669
12699
|
"dependencies": {
|
|
@@ -12741,6 +12771,23 @@
|
|
|
12741
12771
|
"react": "*"
|
|
12742
12772
|
}
|
|
12743
12773
|
},
|
|
12774
|
+
"node_modules/expo-screen-capture": {
|
|
12775
|
+
"version": "7.0.1",
|
|
12776
|
+
"integrity": "sha512-9VAiusz2S3lEXW5XZNg6kVCo1+HrjSkFO7/0L9b94+xCo7SxTu4SSt9aXEDzpivoeha33P3P4qCFg8TwgIl+Ow==",
|
|
12777
|
+
"license": "MIT",
|
|
12778
|
+
"peerDependencies": {
|
|
12779
|
+
"expo": "*",
|
|
12780
|
+
"react": "*"
|
|
12781
|
+
}
|
|
12782
|
+
},
|
|
12783
|
+
"node_modules/expo-secure-store": {
|
|
12784
|
+
"version": "14.0.1",
|
|
12785
|
+
"integrity": "sha512-QUS+j4+UG4jRQalgnpmTvvrFnMVLqPiUZRzYPnG3+JrZ5kwVW2w6YS3WWerPoR7C6g3y/a2htRxRSylsDs+TaQ==",
|
|
12786
|
+
"license": "MIT",
|
|
12787
|
+
"peerDependencies": {
|
|
12788
|
+
"expo": "*"
|
|
12789
|
+
}
|
|
12790
|
+
},
|
|
12744
12791
|
"node_modules/expo-sharing": {
|
|
12745
12792
|
"version": "13.0.1",
|
|
12746
12793
|
"integrity": "sha512-qych3Nw65wlFcnzE/gRrsdtvmdV0uF4U4qVMZBJYPG90vYyWh2QM9rp1gVu0KWOBc7N8CC2dSVYn4/BXqJy6Xw==",
|
|
@@ -12782,27 +12829,28 @@
|
|
|
12782
12829
|
}
|
|
12783
12830
|
},
|
|
12784
12831
|
"node_modules/expo/node_modules/@expo/cli": {
|
|
12785
|
-
"version": "54.0.
|
|
12786
|
-
"integrity": "sha512-
|
|
12832
|
+
"version": "54.0.8",
|
|
12833
|
+
"integrity": "sha512-bRJXvtjgxpyElmJuKLotWyIW5j9a2K3rGUjd2A8LRcFimrZp0wwuKPQjlUK0sFNbU7zHWfxubNq/B+UkUNkCxw==",
|
|
12787
12834
|
"license": "MIT",
|
|
12788
12835
|
"peer": true,
|
|
12789
12836
|
"dependencies": {
|
|
12790
12837
|
"@0no-co/graphql.web": "^1.0.8",
|
|
12791
12838
|
"@expo/code-signing-certificates": "^0.0.5",
|
|
12792
|
-
"@expo/config": "~12.0.
|
|
12839
|
+
"@expo/config": "~12.0.9",
|
|
12793
12840
|
"@expo/config-plugins": "~54.0.1",
|
|
12794
12841
|
"@expo/devcert": "^1.1.2",
|
|
12795
12842
|
"@expo/env": "~2.0.7",
|
|
12796
12843
|
"@expo/image-utils": "^0.8.7",
|
|
12797
12844
|
"@expo/json-file": "^10.0.7",
|
|
12798
|
-
"@expo/
|
|
12799
|
-
"@expo/metro
|
|
12845
|
+
"@expo/mcp-tunnel": "~0.0.7",
|
|
12846
|
+
"@expo/metro": "~54.0.0",
|
|
12847
|
+
"@expo/metro-config": "~54.0.5",
|
|
12800
12848
|
"@expo/osascript": "^2.3.7",
|
|
12801
|
-
"@expo/package-manager": "^1.9.
|
|
12849
|
+
"@expo/package-manager": "^1.9.8",
|
|
12802
12850
|
"@expo/plist": "^0.4.7",
|
|
12803
|
-
"@expo/prebuild-config": "^54.0.
|
|
12851
|
+
"@expo/prebuild-config": "^54.0.3",
|
|
12804
12852
|
"@expo/schema-utils": "^0.1.7",
|
|
12805
|
-
"@expo/server": "^0.7.
|
|
12853
|
+
"@expo/server": "^0.7.5",
|
|
12806
12854
|
"@expo/spawn-async": "^1.7.2",
|
|
12807
12855
|
"@expo/ws-tunnel": "^1.0.1",
|
|
12808
12856
|
"@expo/xcpretty": "^4.3.0",
|
|
@@ -12869,14 +12917,14 @@
|
|
|
12869
12917
|
}
|
|
12870
12918
|
},
|
|
12871
12919
|
"node_modules/expo/node_modules/@expo/prebuild-config": {
|
|
12872
|
-
"version": "54.0.
|
|
12873
|
-
"integrity": "sha512-
|
|
12920
|
+
"version": "54.0.3",
|
|
12921
|
+
"integrity": "sha512-okf6Umaz1VniKmm+pA37QHBzB9XlRHvO1Qh3VbUezy07LTkz87kXUW7uLMmrA319WLavWSVORTXeR0jBRihObA==",
|
|
12874
12922
|
"license": "MIT",
|
|
12875
12923
|
"peer": true,
|
|
12876
12924
|
"dependencies": {
|
|
12877
|
-
"@expo/config": "~12.0.
|
|
12878
|
-
"@expo/config-plugins": "~54.0.
|
|
12879
|
-
"@expo/config-types": "^54.0.
|
|
12925
|
+
"@expo/config": "~12.0.9",
|
|
12926
|
+
"@expo/config-plugins": "~54.0.1",
|
|
12927
|
+
"@expo/config-types": "^54.0.8",
|
|
12880
12928
|
"@expo/image-utils": "^0.8.7",
|
|
12881
12929
|
"@expo/json-file": "^10.0.7",
|
|
12882
12930
|
"@react-native/normalize-colors": "0.81.4",
|
|
@@ -13038,8 +13086,8 @@
|
|
|
13038
13086
|
}
|
|
13039
13087
|
},
|
|
13040
13088
|
"node_modules/expo/node_modules/expo-file-system": {
|
|
13041
|
-
"version": "19.0.
|
|
13042
|
-
"integrity": "sha512-
|
|
13089
|
+
"version": "19.0.15",
|
|
13090
|
+
"integrity": "sha512-sRLW+3PVJDiuoCE2LuteHhC7OxPjh1cfqLylf1YG1TDEbbQXnzwjfsKeRm6dslEPZLkMWfSLYIrVbnuq5mF7kQ==",
|
|
13043
13091
|
"license": "MIT",
|
|
13044
13092
|
"peer": true,
|
|
13045
13093
|
"peerDependencies": {
|
|
@@ -13062,8 +13110,8 @@
|
|
|
13062
13110
|
}
|
|
13063
13111
|
},
|
|
13064
13112
|
"node_modules/expo/node_modules/expo-modules-core": {
|
|
13065
|
-
"version": "3.0.
|
|
13066
|
-
"integrity": "sha512-
|
|
13113
|
+
"version": "3.0.18",
|
|
13114
|
+
"integrity": "sha512-9JPnjlXEFaq/uACZ7I4wb/RkgPYCEsfG75UKMvfl7P7rkymtpRGYj8/gTL2KId8Xt1fpmIPOF57U8tKamjtjXg==",
|
|
13067
13115
|
"license": "MIT",
|
|
13068
13116
|
"peer": true,
|
|
13069
13117
|
"dependencies": {
|
|
@@ -13167,8 +13215,8 @@
|
|
|
13167
13215
|
}
|
|
13168
13216
|
},
|
|
13169
13217
|
"node_modules/expo/node_modules/minizlib": {
|
|
13170
|
-
"version": "3.0
|
|
13171
|
-
"integrity": "sha512-
|
|
13218
|
+
"version": "3.1.0",
|
|
13219
|
+
"integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
|
|
13172
13220
|
"license": "MIT",
|
|
13173
13221
|
"peer": true,
|
|
13174
13222
|
"dependencies": {
|
|
@@ -13178,21 +13226,6 @@
|
|
|
13178
13226
|
"node": ">= 18"
|
|
13179
13227
|
}
|
|
13180
13228
|
},
|
|
13181
|
-
"node_modules/expo/node_modules/mkdirp": {
|
|
13182
|
-
"version": "3.0.1",
|
|
13183
|
-
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
|
|
13184
|
-
"license": "MIT",
|
|
13185
|
-
"peer": true,
|
|
13186
|
-
"bin": {
|
|
13187
|
-
"mkdirp": "dist/cjs/src/bin.js"
|
|
13188
|
-
},
|
|
13189
|
-
"engines": {
|
|
13190
|
-
"node": ">=10"
|
|
13191
|
-
},
|
|
13192
|
-
"funding": {
|
|
13193
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
13194
|
-
}
|
|
13195
|
-
},
|
|
13196
13229
|
"node_modules/expo/node_modules/onetime": {
|
|
13197
13230
|
"version": "2.0.1",
|
|
13198
13231
|
"integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==",
|
|
@@ -13343,16 +13376,15 @@
|
|
|
13343
13376
|
}
|
|
13344
13377
|
},
|
|
13345
13378
|
"node_modules/expo/node_modules/tar": {
|
|
13346
|
-
"version": "7.
|
|
13347
|
-
"integrity": "sha512-
|
|
13379
|
+
"version": "7.5.1",
|
|
13380
|
+
"integrity": "sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==",
|
|
13348
13381
|
"license": "ISC",
|
|
13349
13382
|
"peer": true,
|
|
13350
13383
|
"dependencies": {
|
|
13351
13384
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
13352
13385
|
"chownr": "^3.0.0",
|
|
13353
13386
|
"minipass": "^7.1.2",
|
|
13354
|
-
"minizlib": "^3.0
|
|
13355
|
-
"mkdirp": "^3.0.1",
|
|
13387
|
+
"minizlib": "^3.1.0",
|
|
13356
13388
|
"yallist": "^5.0.0"
|
|
13357
13389
|
},
|
|
13358
13390
|
"engines": {
|
|
@@ -13822,8 +13854,8 @@
|
|
|
13822
13854
|
"license": "MIT"
|
|
13823
13855
|
},
|
|
13824
13856
|
"node_modules/flow-parser": {
|
|
13825
|
-
"version": "0.
|
|
13826
|
-
"integrity": "sha512
|
|
13857
|
+
"version": "0.286.0",
|
|
13858
|
+
"integrity": "sha512-+tLYO+fxXCYc/0hyOxI3ky0lvVTbzc3jPSnUkoul/L6OCHvrUhVjxLMz1fsYVvVGyFDmlsMut3SVxaqoLBjC9A==",
|
|
13827
13859
|
"license": "MIT",
|
|
13828
13860
|
"engines": {
|
|
13829
13861
|
"node": ">=0.4.0"
|
|
@@ -17721,8 +17753,8 @@
|
|
|
17721
17753
|
"license": "MIT"
|
|
17722
17754
|
},
|
|
17723
17755
|
"node_modules/jiti": {
|
|
17724
|
-
"version": "2.
|
|
17725
|
-
"integrity": "sha512-
|
|
17756
|
+
"version": "2.6.0",
|
|
17757
|
+
"integrity": "sha512-VXe6RjJkBPj0ohtqaO8vSWP3ZhAKo66fKrFNCll4BTcwljPLz03pCbaNKfzGP5MbrCYcbJ7v0nOYYwUzTEIdXQ==",
|
|
17726
17758
|
"dev": true,
|
|
17727
17759
|
"license": "MIT",
|
|
17728
17760
|
"bin": {
|
|
@@ -19744,8 +19776,8 @@
|
|
|
19744
19776
|
"license": "MIT"
|
|
19745
19777
|
},
|
|
19746
19778
|
"node_modules/node-releases": {
|
|
19747
|
-
"version": "2.0.
|
|
19748
|
-
"integrity": "sha512-
|
|
19779
|
+
"version": "2.0.21",
|
|
19780
|
+
"integrity": "sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==",
|
|
19749
19781
|
"license": "MIT"
|
|
19750
19782
|
},
|
|
19751
19783
|
"node_modules/normalize-package-data": {
|
|
@@ -22312,14 +22344,14 @@
|
|
|
22312
22344
|
}
|
|
22313
22345
|
},
|
|
22314
22346
|
"node_modules/regexpu-core": {
|
|
22315
|
-
"version": "6.
|
|
22316
|
-
"integrity": "sha512-
|
|
22347
|
+
"version": "6.4.0",
|
|
22348
|
+
"integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==",
|
|
22317
22349
|
"license": "MIT",
|
|
22318
22350
|
"dependencies": {
|
|
22319
22351
|
"regenerate": "^1.4.2",
|
|
22320
22352
|
"regenerate-unicode-properties": "^10.2.2",
|
|
22321
22353
|
"regjsgen": "^0.8.0",
|
|
22322
|
-
"regjsparser": "^0.
|
|
22354
|
+
"regjsparser": "^0.13.0",
|
|
22323
22355
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
22324
22356
|
"unicode-match-property-value-ecmascript": "^2.2.1"
|
|
22325
22357
|
},
|
|
@@ -22357,27 +22389,16 @@
|
|
|
22357
22389
|
"license": "MIT"
|
|
22358
22390
|
},
|
|
22359
22391
|
"node_modules/regjsparser": {
|
|
22360
|
-
"version": "0.
|
|
22361
|
-
"integrity": "sha512-
|
|
22392
|
+
"version": "0.13.0",
|
|
22393
|
+
"integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==",
|
|
22362
22394
|
"license": "BSD-2-Clause",
|
|
22363
22395
|
"dependencies": {
|
|
22364
|
-
"jsesc": "~3.0
|
|
22396
|
+
"jsesc": "~3.1.0"
|
|
22365
22397
|
},
|
|
22366
22398
|
"bin": {
|
|
22367
22399
|
"regjsparser": "bin/parser"
|
|
22368
22400
|
}
|
|
22369
22401
|
},
|
|
22370
|
-
"node_modules/regjsparser/node_modules/jsesc": {
|
|
22371
|
-
"version": "3.0.2",
|
|
22372
|
-
"integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
|
|
22373
|
-
"license": "MIT",
|
|
22374
|
-
"bin": {
|
|
22375
|
-
"jsesc": "bin/jsesc"
|
|
22376
|
-
},
|
|
22377
|
-
"engines": {
|
|
22378
|
-
"node": ">=6"
|
|
22379
|
-
}
|
|
22380
|
-
},
|
|
22381
22402
|
"node_modules/release-it": {
|
|
22382
22403
|
"version": "14.2.2",
|
|
22383
22404
|
"integrity": "sha512-rnJOzDIXErrwCD9cRMtDgmOZlcLQiL0z0dVyN95G2T1FQVBQNr7AD5EiH3U+K6X7s+EVoK90lF96NXe5QuvG1A==",
|
|
@@ -23431,16 +23452,16 @@
|
|
|
23431
23452
|
}
|
|
23432
23453
|
},
|
|
23433
23454
|
"node_modules/simple-swizzle": {
|
|
23434
|
-
"version": "0.2.
|
|
23435
|
-
"integrity": "sha512-
|
|
23455
|
+
"version": "0.2.4",
|
|
23456
|
+
"integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
|
|
23436
23457
|
"license": "MIT",
|
|
23437
23458
|
"dependencies": {
|
|
23438
23459
|
"is-arrayish": "^0.3.1"
|
|
23439
23460
|
}
|
|
23440
23461
|
},
|
|
23441
23462
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
23442
|
-
"version": "0.3.
|
|
23443
|
-
"integrity": "sha512-
|
|
23463
|
+
"version": "0.3.4",
|
|
23464
|
+
"integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
|
|
23444
23465
|
"license": "MIT"
|
|
23445
23466
|
},
|
|
23446
23467
|
"node_modules/sisteransi": {
|
|
@@ -24740,8 +24761,8 @@
|
|
|
24740
24761
|
}
|
|
24741
24762
|
},
|
|
24742
24763
|
"node_modules/undici-types": {
|
|
24743
|
-
"version": "7.
|
|
24744
|
-
"integrity": "sha512-
|
|
24764
|
+
"version": "7.12.0",
|
|
24765
|
+
"integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==",
|
|
24745
24766
|
"license": "MIT"
|
|
24746
24767
|
},
|
|
24747
24768
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
@@ -24773,8 +24794,8 @@
|
|
|
24773
24794
|
}
|
|
24774
24795
|
},
|
|
24775
24796
|
"node_modules/unicode-property-aliases-ecmascript": {
|
|
24776
|
-
"version": "2.
|
|
24777
|
-
"integrity": "sha512-
|
|
24797
|
+
"version": "2.2.0",
|
|
24798
|
+
"integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==",
|
|
24778
24799
|
"license": "MIT",
|
|
24779
24800
|
"engines": {
|
|
24780
24801
|
"node": ">=4"
|
|
@@ -26310,6 +26331,24 @@
|
|
|
26310
26331
|
"funding": {
|
|
26311
26332
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
26312
26333
|
}
|
|
26334
|
+
},
|
|
26335
|
+
"node_modules/zod": {
|
|
26336
|
+
"version": "3.25.76",
|
|
26337
|
+
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
26338
|
+
"license": "MIT",
|
|
26339
|
+
"peer": true,
|
|
26340
|
+
"funding": {
|
|
26341
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
26342
|
+
}
|
|
26343
|
+
},
|
|
26344
|
+
"node_modules/zod-to-json-schema": {
|
|
26345
|
+
"version": "3.24.6",
|
|
26346
|
+
"integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==",
|
|
26347
|
+
"license": "ISC",
|
|
26348
|
+
"peer": true,
|
|
26349
|
+
"peerDependencies": {
|
|
26350
|
+
"zod": "^3.24.1"
|
|
26351
|
+
}
|
|
26313
26352
|
}
|
|
26314
26353
|
}
|
|
26315
26354
|
}
|