@wavemaker/rn-codegen 11.8.0-next.24905 → 11.8.0-next.27301

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.
rn-codegen/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/rn-codegen",
3
- "version": "11.8.0-next.24905",
3
+ "version": "11.8.0-next.27301",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -9,10 +9,9 @@
9
9
  "postinstall": "echo \"\""
10
10
  },
11
11
  "dependencies": {
12
- "@unimodules/react-native-adapter": "6.3.9",
13
- "@wavemaker/app-rn-runtime": "11.8.0-next.24905",
14
- "@wavemaker/variables": "11.8.0-next.24905",
15
- "@wavemaker/rn-codegen": "11.8.0-next.24905",
12
+ "@wavemaker/app-rn-runtime": "11.8.0-next.27301",
13
+ "@wavemaker/variables": "11.8.0-next.27301",
14
+ "@wavemaker/rn-codegen": "11.8.0-next.27301",
16
15
  "deprecated-react-native-prop-types": "4.1.0",
17
16
  "expo": "50.0.17",
18
17
  "@expo/vector-icons": "14.0.0",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@babel/core": "7.20.2",
10
10
  "@babel/plugin-syntax-jsx": "7.21.4",
11
- "@babel/standalone": "^7.23.10",
11
+ "@babel/standalone": "7.23.10",
12
12
  "@expo/metro-runtime": "3.1.3",
13
13
  "@expo/vector-icons": "14.0.0",
14
14
  "@expo/webpack-config": "19.0.1",
@@ -21,7 +21,6 @@
21
21
  "@react-native/assets-registry": "0.74.83",
22
22
  "@react-navigation/drawer": "6.6.3",
23
23
  "@react-navigation/native": "6.1.7",
24
- "@unimodules/react-native-adapter": "6.3.9",
25
24
  "@wavemaker/app-rn-runtime": "file:.yalc/@wavemaker/app-rn-runtime",
26
25
  "@wavemaker/react-native-ssl-publickey": "1.0.2",
27
26
  "@wavemaker/rn-codegen": "file:.yalc/@wavemaker/rn-codegen",
@@ -2252,9 +2251,9 @@
2252
2251
  }
2253
2252
  },
2254
2253
  "node_modules/@babel/standalone": {
2255
- "version": "7.24.7",
2256
- "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.24.7.tgz",
2257
- "integrity": "sha512-QRIRMJ2KTeN+vt4l9OjYlxDVXEpcor1Z6V7OeYzeBOw6Q8ew9oMTHjzTx8s6ClsZO7wVf6JgTRutihatN6K0yA==",
2254
+ "version": "7.23.10",
2255
+ "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.23.10.tgz",
2256
+ "integrity": "sha512-xqWviI/pt1Zb/d+6ilWa5IDL2mkDzsBnlHbreqnfyP3/QB/ofQ1bNVcHj8YQX154Rf/xZKR6y0s1ydVF3nAS8g==",
2258
2257
  "engines": {
2259
2258
  "node": ">=6.9.0"
2260
2259
  }
@@ -2449,54 +2448,6 @@
2449
2448
  "expo-internal": "build/bin/cli"
2450
2449
  }
2451
2450
  },
2452
- "node_modules/@expo/cli/node_modules/@expo/prebuild-config": {
2453
- "version": "6.8.1",
2454
- "resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-6.8.1.tgz",
2455
- "integrity": "sha512-ptK9e0dcj1eYlAWV+fG+QkuAWcLAT1AmtEbj++tn7ZjEj8+LkXRM73LCOEGaF0Er8i8ZWNnaVsgGW4vjgP5ZsA==",
2456
- "dependencies": {
2457
- "@expo/config": "~8.5.0",
2458
- "@expo/config-plugins": "~7.9.0",
2459
- "@expo/config-types": "^50.0.0-alpha.1",
2460
- "@expo/image-utils": "^0.4.0",
2461
- "@expo/json-file": "^8.2.37",
2462
- "debug": "^4.3.1",
2463
- "fs-extra": "^9.0.0",
2464
- "resolve-from": "^5.0.0",
2465
- "semver": "7.5.3",
2466
- "xml2js": "0.6.0"
2467
- },
2468
- "peerDependencies": {
2469
- "expo-modules-autolinking": ">=0.8.1"
2470
- }
2471
- },
2472
- "node_modules/@expo/cli/node_modules/@expo/prebuild-config/node_modules/fs-extra": {
2473
- "version": "9.1.0",
2474
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
2475
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
2476
- "dependencies": {
2477
- "at-least-node": "^1.0.0",
2478
- "graceful-fs": "^4.2.0",
2479
- "jsonfile": "^6.0.1",
2480
- "universalify": "^2.0.0"
2481
- },
2482
- "engines": {
2483
- "node": ">=10"
2484
- }
2485
- },
2486
- "node_modules/@expo/cli/node_modules/@expo/prebuild-config/node_modules/semver": {
2487
- "version": "7.5.3",
2488
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
2489
- "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
2490
- "dependencies": {
2491
- "lru-cache": "^6.0.0"
2492
- },
2493
- "bin": {
2494
- "semver": "bin/semver.js"
2495
- },
2496
- "engines": {
2497
- "node": ">=10"
2498
- }
2499
- },
2500
2451
  "node_modules/@expo/cli/node_modules/ansi-styles": {
2501
2452
  "version": "4.3.0",
2502
2453
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -2542,46 +2493,6 @@
2542
2493
  "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2543
2494
  "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
2544
2495
  },
2545
- "node_modules/@expo/cli/node_modules/commander": {
2546
- "version": "7.2.0",
2547
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
2548
- "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
2549
- "peer": true,
2550
- "engines": {
2551
- "node": ">= 10"
2552
- }
2553
- },
2554
- "node_modules/@expo/cli/node_modules/expo-modules-autolinking": {
2555
- "version": "1.11.1",
2556
- "resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-1.11.1.tgz",
2557
- "integrity": "sha512-2dy3lTz76adOl7QUvbreMCrXyzUiF8lygI7iFJLjgIQIVH+43KnFWE5zBumpPbkiaq0f0uaFpN9U0RGQbnKiMw==",
2558
- "peer": true,
2559
- "dependencies": {
2560
- "chalk": "^4.1.0",
2561
- "commander": "^7.2.0",
2562
- "fast-glob": "^3.2.5",
2563
- "find-up": "^5.0.0",
2564
- "fs-extra": "^9.1.0"
2565
- },
2566
- "bin": {
2567
- "expo-modules-autolinking": "bin/expo-modules-autolinking.js"
2568
- }
2569
- },
2570
- "node_modules/@expo/cli/node_modules/expo-modules-autolinking/node_modules/fs-extra": {
2571
- "version": "9.1.0",
2572
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
2573
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
2574
- "peer": true,
2575
- "dependencies": {
2576
- "at-least-node": "^1.0.0",
2577
- "graceful-fs": "^4.2.0",
2578
- "jsonfile": "^6.0.1",
2579
- "universalify": "^2.0.0"
2580
- },
2581
- "engines": {
2582
- "node": ">=10"
2583
- }
2584
- },
2585
2496
  "node_modules/@expo/cli/node_modules/fs-extra": {
2586
2497
  "version": "8.1.0",
2587
2498
  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
@@ -2595,22 +2506,6 @@
2595
2506
  "node": ">=6 <7 || >=8"
2596
2507
  }
2597
2508
  },
2598
- "node_modules/@expo/cli/node_modules/fs-extra/node_modules/jsonfile": {
2599
- "version": "4.0.0",
2600
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
2601
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
2602
- "optionalDependencies": {
2603
- "graceful-fs": "^4.1.6"
2604
- }
2605
- },
2606
- "node_modules/@expo/cli/node_modules/fs-extra/node_modules/universalify": {
2607
- "version": "0.1.2",
2608
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
2609
- "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
2610
- "engines": {
2611
- "node": ">= 4.0.0"
2612
- }
2613
- },
2614
2509
  "node_modules/@expo/cli/node_modules/has-flag": {
2615
2510
  "version": "4.0.0",
2616
2511
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -2619,15 +2514,12 @@
2619
2514
  "node": ">=8"
2620
2515
  }
2621
2516
  },
2622
- "node_modules/@expo/cli/node_modules/lru-cache": {
2623
- "version": "6.0.0",
2624
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
2625
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
2626
- "dependencies": {
2627
- "yallist": "^4.0.0"
2628
- },
2629
- "engines": {
2630
- "node": ">=10"
2517
+ "node_modules/@expo/cli/node_modules/jsonfile": {
2518
+ "version": "4.0.0",
2519
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
2520
+ "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
2521
+ "optionalDependencies": {
2522
+ "graceful-fs": "^4.1.6"
2631
2523
  }
2632
2524
  },
2633
2525
  "node_modules/@expo/cli/node_modules/semver": {
@@ -2652,10 +2544,13 @@
2652
2544
  "node": ">=8"
2653
2545
  }
2654
2546
  },
2655
- "node_modules/@expo/cli/node_modules/yallist": {
2656
- "version": "4.0.0",
2657
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
2658
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
2547
+ "node_modules/@expo/cli/node_modules/universalify": {
2548
+ "version": "0.1.2",
2549
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
2550
+ "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
2551
+ "engines": {
2552
+ "node": ">= 4.0.0"
2553
+ }
2659
2554
  },
2660
2555
  "node_modules/@expo/code-signing-certificates": {
2661
2556
  "version": "0.0.5",
@@ -3724,6 +3619,70 @@
3724
3619
  "xmlbuilder": "^14.0.0"
3725
3620
  }
3726
3621
  },
3622
+ "node_modules/@expo/prebuild-config": {
3623
+ "version": "6.8.1",
3624
+ "resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-6.8.1.tgz",
3625
+ "integrity": "sha512-ptK9e0dcj1eYlAWV+fG+QkuAWcLAT1AmtEbj++tn7ZjEj8+LkXRM73LCOEGaF0Er8i8ZWNnaVsgGW4vjgP5ZsA==",
3626
+ "dependencies": {
3627
+ "@expo/config": "~8.5.0",
3628
+ "@expo/config-plugins": "~7.9.0",
3629
+ "@expo/config-types": "^50.0.0-alpha.1",
3630
+ "@expo/image-utils": "^0.4.0",
3631
+ "@expo/json-file": "^8.2.37",
3632
+ "debug": "^4.3.1",
3633
+ "fs-extra": "^9.0.0",
3634
+ "resolve-from": "^5.0.0",
3635
+ "semver": "7.5.3",
3636
+ "xml2js": "0.6.0"
3637
+ },
3638
+ "peerDependencies": {
3639
+ "expo-modules-autolinking": ">=0.8.1"
3640
+ }
3641
+ },
3642
+ "node_modules/@expo/prebuild-config/node_modules/fs-extra": {
3643
+ "version": "9.1.0",
3644
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
3645
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
3646
+ "dependencies": {
3647
+ "at-least-node": "^1.0.0",
3648
+ "graceful-fs": "^4.2.0",
3649
+ "jsonfile": "^6.0.1",
3650
+ "universalify": "^2.0.0"
3651
+ },
3652
+ "engines": {
3653
+ "node": ">=10"
3654
+ }
3655
+ },
3656
+ "node_modules/@expo/prebuild-config/node_modules/lru-cache": {
3657
+ "version": "6.0.0",
3658
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
3659
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
3660
+ "dependencies": {
3661
+ "yallist": "^4.0.0"
3662
+ },
3663
+ "engines": {
3664
+ "node": ">=10"
3665
+ }
3666
+ },
3667
+ "node_modules/@expo/prebuild-config/node_modules/semver": {
3668
+ "version": "7.5.3",
3669
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
3670
+ "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
3671
+ "dependencies": {
3672
+ "lru-cache": "^6.0.0"
3673
+ },
3674
+ "bin": {
3675
+ "semver": "bin/semver.js"
3676
+ },
3677
+ "engines": {
3678
+ "node": ">=10"
3679
+ }
3680
+ },
3681
+ "node_modules/@expo/prebuild-config/node_modules/yallist": {
3682
+ "version": "4.0.0",
3683
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
3684
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
3685
+ },
3727
3686
  "node_modules/@expo/rudder-sdk-node": {
3728
3687
  "version": "1.1.1",
3729
3688
  "resolved": "https://registry.npmjs.org/@expo/rudder-sdk-node/-/rudder-sdk-node-1.1.1.tgz",
@@ -4212,9 +4171,9 @@
4212
4171
  }
4213
4172
  },
4214
4173
  "node_modules/@jridgewell/sourcemap-codec": {
4215
- "version": "1.4.15",
4216
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
4217
- "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
4174
+ "version": "1.5.0",
4175
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
4176
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
4218
4177
  },
4219
4178
  "node_modules/@jridgewell/trace-mapping": {
4220
4179
  "version": "0.3.25",
@@ -6139,21 +6098,21 @@
6139
6098
  }
6140
6099
  },
6141
6100
  "node_modules/@react-native/babel-plugin-codegen": {
6142
- "version": "0.74.84",
6143
- "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.74.84.tgz",
6144
- "integrity": "sha512-UR4uiii5szIJA84mSC6GJOfYKDq7/ThyetOQT62+BBcyGeHVtHlNLNRzgaMeLqIQaT8Fq4pccMI+7QqLOMXzdw==",
6101
+ "version": "0.74.85",
6102
+ "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.74.85.tgz",
6103
+ "integrity": "sha512-48TSDclRB5OMXiImiJkLxyCfRyLsqkCgI8buugCZzvXcYslfV7gCvcyFyQldtcOmerV+CK4RAj7QS4hmB5Mr8Q==",
6145
6104
  "peer": true,
6146
6105
  "dependencies": {
6147
- "@react-native/codegen": "0.74.84"
6106
+ "@react-native/codegen": "0.74.85"
6148
6107
  },
6149
6108
  "engines": {
6150
6109
  "node": ">=18"
6151
6110
  }
6152
6111
  },
6153
6112
  "node_modules/@react-native/babel-preset": {
6154
- "version": "0.74.84",
6155
- "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.74.84.tgz",
6156
- "integrity": "sha512-WUfu6Y4aGuVdocQZvx33BJiQWFH6kRCHYbZfBn2psgFrSRLgQWEQrDCxqPFObNAVSayM0rNhp2FvI5K/Eyeqlg==",
6113
+ "version": "0.74.85",
6114
+ "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.74.85.tgz",
6115
+ "integrity": "sha512-yMHUlN8INbK5BBwiBuQMftdWkpm1IgCsoJTKcGD2OpSgZhwwm8RUSvGhdRMzB2w7bsqqBmaEMleGtW6aCR7B9w==",
6157
6116
  "peer": true,
6158
6117
  "dependencies": {
6159
6118
  "@babel/core": "^7.20.0",
@@ -6196,7 +6155,7 @@
6196
6155
  "@babel/plugin-transform-typescript": "^7.5.0",
6197
6156
  "@babel/plugin-transform-unicode-regex": "^7.0.0",
6198
6157
  "@babel/template": "^7.0.0",
6199
- "@react-native/babel-plugin-codegen": "0.74.84",
6158
+ "@react-native/babel-plugin-codegen": "0.74.85",
6200
6159
  "babel-plugin-transform-flow-enums": "^0.0.2",
6201
6160
  "react-refresh": "^0.14.0"
6202
6161
  },
@@ -6208,9 +6167,9 @@
6208
6167
  }
6209
6168
  },
6210
6169
  "node_modules/@react-native/codegen": {
6211
- "version": "0.74.84",
6212
- "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.74.84.tgz",
6213
- "integrity": "sha512-0hXlnu9i0o8v+gXKQi+x6T471L85kCDwW4WrJiYAeOheWrQdNNW6rC3g8+LL7HXAf7QcHGU/8/d57iYfdVK2BQ==",
6170
+ "version": "0.74.85",
6171
+ "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.74.85.tgz",
6172
+ "integrity": "sha512-N7QwoS4Hq/uQmoH83Ewedy6D0M7xbQsOU3OMcQf0eY3ltQ7S2hd9/R4UTalQWRn1OUJfXR6OG12QJ4FStKgV6Q==",
6214
6173
  "peer": true,
6215
6174
  "dependencies": {
6216
6175
  "@babel/parser": "^7.20.0",
@@ -6655,9 +6614,9 @@
6655
6614
  "integrity": "sha512-Z1jQI2NpdFJCVgpY+8Dq/Bt3d+YUi1928Q+/CZm/oh66fzM0RUl54vvuXlPJKybH4pdCZey1eDTPaLHkMPNgWA=="
6656
6615
  },
6657
6616
  "node_modules/@react-native/normalize-colors": {
6658
- "version": "0.74.84",
6659
- "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.74.84.tgz",
6660
- "integrity": "sha512-Y5W6x8cC5RuakUcTVUFNAIhUZ/tYpuqHZlRBoAuakrTwVuoNHXfQki8lj1KsYU7rW6e3VWgdEx33AfOQpdNp6A=="
6617
+ "version": "0.74.85",
6618
+ "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.74.85.tgz",
6619
+ "integrity": "sha512-pcE4i0X7y3hsAE0SpIl7t6dUc0B0NZLd1yv7ssm4FrLhWG+CGyIq4eFDXpmPU1XHmL5PPySxTAjEMiwv6tAmOw=="
6661
6620
  },
6662
6621
  "node_modules/@react-native/virtualized-lists": {
6663
6622
  "version": "0.73.4",
@@ -7658,9 +7617,9 @@
7658
7617
  "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA=="
7659
7618
  },
7660
7619
  "node_modules/@types/node": {
7661
- "version": "20.14.6",
7662
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.6.tgz",
7663
- "integrity": "sha512-JbA0XIJPL1IiNnU7PFxDXyfAwcwVVrOoqyzzyQTyMeVhBzkJVMSkC1LlVsRQ2lpqiY4n6Bb9oCS6lzDKVQxbZw==",
7620
+ "version": "20.14.10",
7621
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
7622
+ "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
7664
7623
  "dependencies": {
7665
7624
  "undici-types": "~5.26.4"
7666
7625
  }
@@ -7749,16 +7708,6 @@
7749
7708
  "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
7750
7709
  "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ=="
7751
7710
  },
7752
- "node_modules/@unimodules/react-native-adapter": {
7753
- "version": "6.3.9",
7754
- "resolved": "https://registry.npmjs.org/@unimodules/react-native-adapter/-/react-native-adapter-6.3.9.tgz",
7755
- "integrity": "sha512-i9/9Si4AQ8awls+YGAKkByFbeAsOPgUNeLoYeh2SQ3ddjxJ5ZJDtq/I74clDnpDcn8zS9pYlcDJ9fgVJa39Glw==",
7756
- "deprecated": "replaced by the 'expo' package, learn more: https://blog.expo.dev/whats-new-in-expo-modules-infrastructure-7a7cdda81ebc",
7757
- "dependencies": {
7758
- "expo-modules-autolinking": "^0.0.3",
7759
- "invariant": "^2.2.4"
7760
- }
7761
- },
7762
7711
  "node_modules/@urql/core": {
7763
7712
  "version": "2.3.6",
7764
7713
  "resolved": "https://registry.npmjs.org/@urql/core/-/core-2.3.6.tgz",
@@ -7984,9 +7933,9 @@
7984
7933
  }
7985
7934
  },
7986
7935
  "node_modules/acorn": {
7987
- "version": "8.12.0",
7988
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz",
7989
- "integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==",
7936
+ "version": "8.12.1",
7937
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
7938
+ "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
7990
7939
  "bin": {
7991
7940
  "acorn": "bin/acorn"
7992
7941
  },
@@ -8913,9 +8862,9 @@
8913
8862
  }
8914
8863
  },
8915
8864
  "node_modules/browserslist": {
8916
- "version": "4.23.1",
8917
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.1.tgz",
8918
- "integrity": "sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==",
8865
+ "version": "4.23.2",
8866
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz",
8867
+ "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==",
8919
8868
  "funding": [
8920
8869
  {
8921
8870
  "type": "opencollective",
@@ -8931,10 +8880,10 @@
8931
8880
  }
8932
8881
  ],
8933
8882
  "dependencies": {
8934
- "caniuse-lite": "^1.0.30001629",
8935
- "electron-to-chromium": "^1.4.796",
8883
+ "caniuse-lite": "^1.0.30001640",
8884
+ "electron-to-chromium": "^1.4.820",
8936
8885
  "node-releases": "^2.0.14",
8937
- "update-browserslist-db": "^1.0.16"
8886
+ "update-browserslist-db": "^1.1.0"
8938
8887
  },
8939
8888
  "bin": {
8940
8889
  "browserslist": "cli.js"
@@ -9196,9 +9145,9 @@
9196
9145
  }
9197
9146
  },
9198
9147
  "node_modules/caniuse-lite": {
9199
- "version": "1.0.30001636",
9200
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001636.tgz",
9201
- "integrity": "sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==",
9148
+ "version": "1.0.30001641",
9149
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz",
9150
+ "integrity": "sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==",
9202
9151
  "funding": [
9203
9152
  {
9204
9153
  "type": "opencollective",
@@ -10910,9 +10859,9 @@
10910
10859
  "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
10911
10860
  },
10912
10861
  "node_modules/electron-to-chromium": {
10913
- "version": "1.4.807",
10914
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.807.tgz",
10915
- "integrity": "sha512-kSmJl2ZwhNf/bcIuCH/imtNOKlpkLDn2jqT5FJ+/0CXjhnFaOa9cOe9gHKKy71eM49izwuQjZhKk+lWQ1JxB7A=="
10862
+ "version": "1.4.825",
10863
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.825.tgz",
10864
+ "integrity": "sha512-OCcF+LwdgFGcsYPYC5keEEFC2XT0gBhrYbeGzHCx7i9qRFbzO/AqTmc/C/1xNhJj+JA7rzlN7mpBuStshh96Cg=="
10916
10865
  },
10917
10866
  "node_modules/emoji-regex": {
10918
10867
  "version": "8.0.0",
@@ -11102,9 +11051,9 @@
11102
11051
  }
11103
11052
  },
11104
11053
  "node_modules/es-module-lexer": {
11105
- "version": "1.5.3",
11106
- "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.3.tgz",
11107
- "integrity": "sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg=="
11054
+ "version": "1.5.4",
11055
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz",
11056
+ "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw=="
11108
11057
  },
11109
11058
  "node_modules/es-object-atoms": {
11110
11059
  "version": "1.0.0",
@@ -11891,14 +11840,15 @@
11891
11840
  }
11892
11841
  },
11893
11842
  "node_modules/expo-modules-autolinking": {
11894
- "version": "0.0.3",
11895
- "resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-0.0.3.tgz",
11896
- "integrity": "sha512-azkCRYj/DxbK4udDuDxA9beYzQTwpJ5a9QA0bBgha2jHtWdFGF4ZZWSY+zNA5mtU3KqzYt8jWHfoqgSvKyu1Aw==",
11843
+ "version": "1.10.3",
11844
+ "resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-1.10.3.tgz",
11845
+ "integrity": "sha512-pn4n2Dl4iRh/zUeiChjRIe1C7EqOw1qhccr85viQV7W6l5vgRpY0osE51ij5LKg/kJmGRcJfs12+PwbdTplbKw==",
11897
11846
  "dependencies": {
11847
+ "@expo/config": "~8.5.0",
11898
11848
  "chalk": "^4.1.0",
11899
11849
  "commander": "^7.2.0",
11900
11850
  "fast-glob": "^3.2.5",
11901
- "find-up": "~5.0.0",
11851
+ "find-up": "^5.0.0",
11902
11852
  "fs-extra": "^9.1.0"
11903
11853
  },
11904
11854
  "bin": {
@@ -12203,165 +12153,6 @@
12203
12153
  "expo": "*"
12204
12154
  }
12205
12155
  },
12206
- "node_modules/expo-splash-screen/node_modules/@expo/prebuild-config": {
12207
- "version": "6.8.1",
12208
- "resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-6.8.1.tgz",
12209
- "integrity": "sha512-ptK9e0dcj1eYlAWV+fG+QkuAWcLAT1AmtEbj++tn7ZjEj8+LkXRM73LCOEGaF0Er8i8ZWNnaVsgGW4vjgP5ZsA==",
12210
- "dependencies": {
12211
- "@expo/config": "~8.5.0",
12212
- "@expo/config-plugins": "~7.9.0",
12213
- "@expo/config-types": "^50.0.0-alpha.1",
12214
- "@expo/image-utils": "^0.4.0",
12215
- "@expo/json-file": "^8.2.37",
12216
- "debug": "^4.3.1",
12217
- "fs-extra": "^9.0.0",
12218
- "resolve-from": "^5.0.0",
12219
- "semver": "7.5.3",
12220
- "xml2js": "0.6.0"
12221
- },
12222
- "peerDependencies": {
12223
- "expo-modules-autolinking": ">=0.8.1"
12224
- }
12225
- },
12226
- "node_modules/expo-splash-screen/node_modules/ansi-styles": {
12227
- "version": "4.3.0",
12228
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
12229
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
12230
- "peer": true,
12231
- "dependencies": {
12232
- "color-convert": "^2.0.1"
12233
- },
12234
- "engines": {
12235
- "node": ">=8"
12236
- },
12237
- "funding": {
12238
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
12239
- }
12240
- },
12241
- "node_modules/expo-splash-screen/node_modules/chalk": {
12242
- "version": "4.1.2",
12243
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
12244
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
12245
- "peer": true,
12246
- "dependencies": {
12247
- "ansi-styles": "^4.1.0",
12248
- "supports-color": "^7.1.0"
12249
- },
12250
- "engines": {
12251
- "node": ">=10"
12252
- },
12253
- "funding": {
12254
- "url": "https://github.com/chalk/chalk?sponsor=1"
12255
- }
12256
- },
12257
- "node_modules/expo-splash-screen/node_modules/color-convert": {
12258
- "version": "2.0.1",
12259
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
12260
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
12261
- "peer": true,
12262
- "dependencies": {
12263
- "color-name": "~1.1.4"
12264
- },
12265
- "engines": {
12266
- "node": ">=7.0.0"
12267
- }
12268
- },
12269
- "node_modules/expo-splash-screen/node_modules/color-name": {
12270
- "version": "1.1.4",
12271
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
12272
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
12273
- "peer": true
12274
- },
12275
- "node_modules/expo-splash-screen/node_modules/commander": {
12276
- "version": "7.2.0",
12277
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
12278
- "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
12279
- "peer": true,
12280
- "engines": {
12281
- "node": ">= 10"
12282
- }
12283
- },
12284
- "node_modules/expo-splash-screen/node_modules/expo-modules-autolinking": {
12285
- "version": "1.11.1",
12286
- "resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-1.11.1.tgz",
12287
- "integrity": "sha512-2dy3lTz76adOl7QUvbreMCrXyzUiF8lygI7iFJLjgIQIVH+43KnFWE5zBumpPbkiaq0f0uaFpN9U0RGQbnKiMw==",
12288
- "peer": true,
12289
- "dependencies": {
12290
- "chalk": "^4.1.0",
12291
- "commander": "^7.2.0",
12292
- "fast-glob": "^3.2.5",
12293
- "find-up": "^5.0.0",
12294
- "fs-extra": "^9.1.0"
12295
- },
12296
- "bin": {
12297
- "expo-modules-autolinking": "bin/expo-modules-autolinking.js"
12298
- }
12299
- },
12300
- "node_modules/expo-splash-screen/node_modules/fs-extra": {
12301
- "version": "9.1.0",
12302
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
12303
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
12304
- "dependencies": {
12305
- "at-least-node": "^1.0.0",
12306
- "graceful-fs": "^4.2.0",
12307
- "jsonfile": "^6.0.1",
12308
- "universalify": "^2.0.0"
12309
- },
12310
- "engines": {
12311
- "node": ">=10"
12312
- }
12313
- },
12314
- "node_modules/expo-splash-screen/node_modules/has-flag": {
12315
- "version": "4.0.0",
12316
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
12317
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
12318
- "peer": true,
12319
- "engines": {
12320
- "node": ">=8"
12321
- }
12322
- },
12323
- "node_modules/expo-splash-screen/node_modules/lru-cache": {
12324
- "version": "6.0.0",
12325
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
12326
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
12327
- "dependencies": {
12328
- "yallist": "^4.0.0"
12329
- },
12330
- "engines": {
12331
- "node": ">=10"
12332
- }
12333
- },
12334
- "node_modules/expo-splash-screen/node_modules/semver": {
12335
- "version": "7.5.3",
12336
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
12337
- "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
12338
- "dependencies": {
12339
- "lru-cache": "^6.0.0"
12340
- },
12341
- "bin": {
12342
- "semver": "bin/semver.js"
12343
- },
12344
- "engines": {
12345
- "node": ">=10"
12346
- }
12347
- },
12348
- "node_modules/expo-splash-screen/node_modules/supports-color": {
12349
- "version": "7.2.0",
12350
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
12351
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
12352
- "peer": true,
12353
- "dependencies": {
12354
- "has-flag": "^4.0.0"
12355
- },
12356
- "engines": {
12357
- "node": ">=8"
12358
- }
12359
- },
12360
- "node_modules/expo-splash-screen/node_modules/yallist": {
12361
- "version": "4.0.0",
12362
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
12363
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
12364
- },
12365
12156
  "node_modules/expo-web-browser": {
12366
12157
  "version": "12.8.2",
12367
12158
  "resolved": "https://registry.npmjs.org/expo-web-browser/-/expo-web-browser-12.8.2.tgz",
@@ -12374,108 +12165,6 @@
12374
12165
  "expo": "*"
12375
12166
  }
12376
12167
  },
12377
- "node_modules/expo/node_modules/ansi-styles": {
12378
- "version": "4.3.0",
12379
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
12380
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
12381
- "dependencies": {
12382
- "color-convert": "^2.0.1"
12383
- },
12384
- "engines": {
12385
- "node": ">=8"
12386
- },
12387
- "funding": {
12388
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
12389
- }
12390
- },
12391
- "node_modules/expo/node_modules/chalk": {
12392
- "version": "4.1.2",
12393
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
12394
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
12395
- "dependencies": {
12396
- "ansi-styles": "^4.1.0",
12397
- "supports-color": "^7.1.0"
12398
- },
12399
- "engines": {
12400
- "node": ">=10"
12401
- },
12402
- "funding": {
12403
- "url": "https://github.com/chalk/chalk?sponsor=1"
12404
- }
12405
- },
12406
- "node_modules/expo/node_modules/color-convert": {
12407
- "version": "2.0.1",
12408
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
12409
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
12410
- "dependencies": {
12411
- "color-name": "~1.1.4"
12412
- },
12413
- "engines": {
12414
- "node": ">=7.0.0"
12415
- }
12416
- },
12417
- "node_modules/expo/node_modules/color-name": {
12418
- "version": "1.1.4",
12419
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
12420
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
12421
- },
12422
- "node_modules/expo/node_modules/commander": {
12423
- "version": "7.2.0",
12424
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
12425
- "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
12426
- "engines": {
12427
- "node": ">= 10"
12428
- }
12429
- },
12430
- "node_modules/expo/node_modules/expo-modules-autolinking": {
12431
- "version": "1.10.3",
12432
- "resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-1.10.3.tgz",
12433
- "integrity": "sha512-pn4n2Dl4iRh/zUeiChjRIe1C7EqOw1qhccr85viQV7W6l5vgRpY0osE51ij5LKg/kJmGRcJfs12+PwbdTplbKw==",
12434
- "dependencies": {
12435
- "@expo/config": "~8.5.0",
12436
- "chalk": "^4.1.0",
12437
- "commander": "^7.2.0",
12438
- "fast-glob": "^3.2.5",
12439
- "find-up": "^5.0.0",
12440
- "fs-extra": "^9.1.0"
12441
- },
12442
- "bin": {
12443
- "expo-modules-autolinking": "bin/expo-modules-autolinking.js"
12444
- }
12445
- },
12446
- "node_modules/expo/node_modules/fs-extra": {
12447
- "version": "9.1.0",
12448
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
12449
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
12450
- "dependencies": {
12451
- "at-least-node": "^1.0.0",
12452
- "graceful-fs": "^4.2.0",
12453
- "jsonfile": "^6.0.1",
12454
- "universalify": "^2.0.0"
12455
- },
12456
- "engines": {
12457
- "node": ">=10"
12458
- }
12459
- },
12460
- "node_modules/expo/node_modules/has-flag": {
12461
- "version": "4.0.0",
12462
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
12463
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
12464
- "engines": {
12465
- "node": ">=8"
12466
- }
12467
- },
12468
- "node_modules/expo/node_modules/supports-color": {
12469
- "version": "7.2.0",
12470
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
12471
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
12472
- "dependencies": {
12473
- "has-flag": "^4.0.0"
12474
- },
12475
- "engines": {
12476
- "node": ">=8"
12477
- }
12478
- },
12479
12168
  "node_modules/express": {
12480
12169
  "version": "4.19.2",
12481
12170
  "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz",
@@ -12735,9 +12424,9 @@
12735
12424
  "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
12736
12425
  },
12737
12426
  "node_modules/fast-loops": {
12738
- "version": "1.1.3",
12739
- "resolved": "https://registry.npmjs.org/fast-loops/-/fast-loops-1.1.3.tgz",
12740
- "integrity": "sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g=="
12427
+ "version": "1.1.4",
12428
+ "resolved": "https://registry.npmjs.org/fast-loops/-/fast-loops-1.1.4.tgz",
12429
+ "integrity": "sha512-8dbd3XWoKCTms18ize6JmQF1SFnnfj5s0B7rRry22EofgMu7B6LKHVh+XfFqFGsqnbH54xgeO83PzpKI+ODhlg=="
12741
12430
  },
12742
12431
  "node_modules/fast-xml-parser": {
12743
12432
  "version": "4.4.0",
@@ -13018,9 +12707,9 @@
13018
12707
  "integrity": "sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw=="
13019
12708
  },
13020
12709
  "node_modules/flow-parser": {
13021
- "version": "0.238.0",
13022
- "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.238.0.tgz",
13023
- "integrity": "sha512-VE7XSv1epljsIN2YeBnxCmGJihpNIAnLLu/pPOdA+Gkso7qDltJwUi6vfHjgxdBbjSdAuPGnhuOHJUQG+yYwIg==",
12710
+ "version": "0.239.1",
12711
+ "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.239.1.tgz",
12712
+ "integrity": "sha512-topOrETNxJ6T2gAnQiWqAlzGPj8uI2wtmNOlDIMNB+qyvGJZ6R++STbUOTAYmvPhOMz2gXnXPH0hOvURYmrBow==",
13024
12713
  "engines": {
13025
12714
  "node": ">=0.4.0"
13026
12715
  }
@@ -14183,11 +13872,14 @@
14183
13872
  }
14184
13873
  },
14185
13874
  "node_modules/is-core-module": {
14186
- "version": "2.13.1",
14187
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
14188
- "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
13875
+ "version": "2.14.0",
13876
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.14.0.tgz",
13877
+ "integrity": "sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==",
14189
13878
  "dependencies": {
14190
- "hasown": "^2.0.0"
13879
+ "hasown": "^2.0.2"
13880
+ },
13881
+ "engines": {
13882
+ "node": ">= 0.4"
14191
13883
  },
14192
13884
  "funding": {
14193
13885
  "url": "https://github.com/sponsors/ljharb"
@@ -17331,9 +17023,12 @@
17331
17023
  }
17332
17024
  },
17333
17025
  "node_modules/object-inspect": {
17334
- "version": "1.13.1",
17335
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
17336
- "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
17026
+ "version": "1.13.2",
17027
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
17028
+ "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
17029
+ "engines": {
17030
+ "node": ">= 0.4"
17031
+ },
17337
17032
  "funding": {
17338
17033
  "url": "https://github.com/sponsors/ljharb"
17339
17034
  }
@@ -17913,9 +17608,9 @@
17913
17608
  }
17914
17609
  },
17915
17610
  "node_modules/postcss": {
17916
- "version": "8.4.38",
17917
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
17918
- "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
17611
+ "version": "8.4.39",
17612
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz",
17613
+ "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==",
17919
17614
  "funding": [
17920
17615
  {
17921
17616
  "type": "opencollective",
@@ -17932,7 +17627,7 @@
17932
17627
  ],
17933
17628
  "dependencies": {
17934
17629
  "nanoid": "^3.3.7",
17935
- "picocolors": "^1.0.0",
17630
+ "picocolors": "^1.0.1",
17936
17631
  "source-map-js": "^1.2.0"
17937
17632
  },
17938
17633
  "engines": {
@@ -18620,9 +18315,9 @@
18620
18315
  }
18621
18316
  },
18622
18317
  "node_modules/qs": {
18623
- "version": "6.12.1",
18624
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.12.1.tgz",
18625
- "integrity": "sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==",
18318
+ "version": "6.12.3",
18319
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.12.3.tgz",
18320
+ "integrity": "sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==",
18626
18321
  "dependencies": {
18627
18322
  "side-channel": "^1.0.6"
18628
18323
  },
@@ -21298,9 +20993,9 @@
21298
20993
  }
21299
20994
  },
21300
20995
  "node_modules/terser": {
21301
- "version": "5.31.1",
21302
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.1.tgz",
21303
- "integrity": "sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==",
20996
+ "version": "5.31.2",
20997
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.2.tgz",
20998
+ "integrity": "sha512-LGyRZVFm/QElZHy/CPr/O4eNZOZIzsrQ92y4v9UJe/pFJjypje2yI3C2FmPtvUEnhadlSbmG2nXtdcjHOjCfxw==",
21304
20999
  "dependencies": {
21305
21000
  "@jridgewell/source-map": "^0.3.3",
21306
21001
  "acorn": "^8.8.2",
@@ -21869,9 +21564,9 @@
21869
21564
  }
21870
21565
  },
21871
21566
  "node_modules/update-browserslist-db": {
21872
- "version": "1.0.16",
21873
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz",
21874
- "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==",
21567
+ "version": "1.1.0",
21568
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
21569
+ "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
21875
21570
  "funding": [
21876
21571
  {
21877
21572
  "type": "opencollective",
@@ -21952,9 +21647,9 @@
21952
21647
  }
21953
21648
  },
21954
21649
  "node_modules/use-latest-callback": {
21955
- "version": "0.1.9",
21956
- "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.1.9.tgz",
21957
- "integrity": "sha512-CL/29uS74AwreI/f2oz2hLTW7ZqVeV5+gxFeGudzQrgkCytrHw33G4KbnQOrRlAEzzAFXi7dDLMC9zhWcVpzmw==",
21650
+ "version": "0.1.11",
21651
+ "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.1.11.tgz",
21652
+ "integrity": "sha512-8nhb73STSD/z3GTHklvNjL8F9wMOo0bj0AFnulpIYuFTm6aQlT3ZcNbXF2YurKImIY8+kpSFSDHZZyQmurGrhw==",
21958
21653
  "peerDependencies": {
21959
21654
  "react": ">=16.8"
21960
21655
  }
@@ -23185,9 +22880,9 @@
23185
22880
  }
23186
22881
  },
23187
22882
  "node_modules/ws": {
23188
- "version": "8.17.1",
23189
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
23190
- "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
22883
+ "version": "8.18.0",
22884
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
22885
+ "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
23191
22886
  "engines": {
23192
22887
  "node": ">=10.0.0"
23193
22888
  },
@@ -9,10 +9,9 @@
9
9
  "postinstall": "node ./scripts/post-build.js"
10
10
  },
11
11
  "dependencies": {
12
- "@unimodules/react-native-adapter": "6.3.9",
13
- "@wavemaker/app-rn-runtime": "11.8.0-next.24905",
14
- "@wavemaker/variables": "11.8.0-next.24905",
15
- "@wavemaker/rn-codegen": "11.8.0-next.24905",
12
+ "@wavemaker/app-rn-runtime": "11.8.0-next.27301",
13
+ "@wavemaker/variables": "11.8.0-next.27301",
14
+ "@wavemaker/rn-codegen": "11.8.0-next.27301",
16
15
  "deprecated-react-native-prop-types": "4.1.0",
17
16
  "expo": "50.0.17",
18
17
  "@expo/vector-icons": "14.0.0",