@wavemaker/app-rn-runtime 11.15.5-1.256 → 11.15.5-rc.259

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.
Files changed (71) hide show
  1. package/components/basic/bottomsheet/bottomsheet.component.js +131 -10
  2. package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -1
  3. package/components/basic/bottomsheet/bottomsheet.styles.js +0 -3
  4. package/components/basic/bottomsheet/bottomsheet.styles.js.map +1 -1
  5. package/components/basic/button/button.component.js +6 -4
  6. package/components/basic/button/button.component.js.map +1 -1
  7. package/components/basic/progress-circle/progress-circle.component.js +3 -1
  8. package/components/basic/progress-circle/progress-circle.component.js.map +1 -1
  9. package/components/container/container.component.js +23 -1
  10. package/components/container/container.component.js.map +1 -1
  11. package/components/container/container.props.js +1 -0
  12. package/components/container/container.props.js.map +1 -1
  13. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +25 -1
  14. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -1
  15. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +1 -0
  16. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -1
  17. package/components/data/form/form-field/form-field.component.js +1 -0
  18. package/components/data/form/form-field/form-field.component.js.map +1 -1
  19. package/components/data/form/form-field/form-field.props.js +1 -0
  20. package/components/data/form/form-field/form-field.props.js.map +1 -1
  21. package/components/input/baseinput/baseinput.component.js +7 -0
  22. package/components/input/baseinput/baseinput.component.js.map +1 -1
  23. package/components/input/calendar/calendar.component.js +4 -0
  24. package/components/input/calendar/calendar.component.js.map +1 -1
  25. package/components/input/calendar/views/month-view.js +8 -1
  26. package/components/input/calendar/views/month-view.js.map +1 -1
  27. package/components/input/checkboxset/checkboxset.component.js +2 -2
  28. package/components/input/checkboxset/checkboxset.component.js.map +1 -1
  29. package/components/input/checkboxset/checkboxset.props.js +1 -0
  30. package/components/input/checkboxset/checkboxset.props.js.map +1 -1
  31. package/components/input/checkboxset/checkboxset.styles.js +6 -0
  32. package/components/input/checkboxset/checkboxset.styles.js.map +1 -1
  33. package/components/input/chips/chips.component.js +1 -1
  34. package/components/input/chips/chips.component.js.map +1 -1
  35. package/components/input/chips/chips.props.js +1 -0
  36. package/components/input/chips/chips.props.js.map +1 -1
  37. package/components/input/currency/currency.component.js +1 -0
  38. package/components/input/currency/currency.component.js.map +1 -1
  39. package/components/input/number/number.component.js +1 -0
  40. package/components/input/number/number.component.js.map +1 -1
  41. package/components/input/radioset/radioset.component.js +2 -2
  42. package/components/input/radioset/radioset.component.js.map +1 -1
  43. package/components/input/radioset/radioset.props.js +1 -0
  44. package/components/input/radioset/radioset.props.js.map +1 -1
  45. package/components/input/radioset/radioset.styles.js +6 -0
  46. package/components/input/radioset/radioset.styles.js.map +1 -1
  47. package/components/input/text/text.component.js +10 -0
  48. package/components/input/text/text.component.js.map +1 -1
  49. package/components/input/text/text.props.js +1 -0
  50. package/components/input/text/text.props.js.map +1 -1
  51. package/components/input/text/text.styles.js +7 -1
  52. package/components/input/text/text.styles.js.map +1 -1
  53. package/components/input/textarea/textarea.component.js +1 -0
  54. package/components/input/textarea/textarea.component.js.map +1 -1
  55. package/core/AppConfig.js.map +1 -1
  56. package/core/components/textinput.component.js +20 -3
  57. package/core/components/textinput.component.js.map +1 -1
  58. package/core/tappable.component.js +109 -15
  59. package/core/tappable.component.js.map +1 -1
  60. package/npm-shrinkwrap.json +351 -379
  61. package/package-lock.json +351 -379
  62. package/package.json +2 -2
  63. package/runtime/navigator/drawer.navigator.js +1 -0
  64. package/runtime/navigator/drawer.navigator.js.map +1 -1
  65. package/runtime/navigator/stack.navigator.js +13 -1
  66. package/runtime/navigator/stack.navigator.js.map +1 -1
  67. package/runtime/services/device/scan-service.js +12 -34
  68. package/runtime/services/device/scan-service.js.map +1 -1
  69. package/styles/theme.js +20 -10
  70. package/styles/theme.js.map +1 -1
  71. package/styles/theme.variables.js.map +1 -1
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/app-rn-runtime",
3
- "version": "11.15.5-1.256",
3
+ "version": "11.15.5-rc.259",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/app-rn-runtime",
9
- "version": "11.15.5-1.256",
9
+ "version": "11.15.5-rc.259",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@expo/vector-icons": "15.0.2",
@@ -20,7 +20,7 @@
20
20
  "@react-navigation/drawer": "7.5.8",
21
21
  "@react-navigation/native": "7.1.18",
22
22
  "@react-navigation/stack": "7.4.8",
23
- "@wavemaker/variables": "11.15.5-1.256",
23
+ "@wavemaker/variables": "11.15.5-rc.259",
24
24
  "axios": "1.8.3",
25
25
  "color": "4.2.3",
26
26
  "colorjs.io": "^0.5.2",
@@ -201,12 +201,12 @@
201
201
  }
202
202
  },
203
203
  "node_modules/@babel/generator": {
204
- "version": "7.29.7",
205
- "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
204
+ "version": "7.29.8",
205
+ "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==",
206
206
  "license": "MIT",
207
207
  "dependencies": {
208
- "@babel/parser": "^7.29.7",
209
- "@babel/types": "^7.29.7",
208
+ "@babel/parser": "^7.29.8",
209
+ "@babel/types": "^7.29.8",
210
210
  "@jridgewell/gen-mapping": "^0.3.12",
211
211
  "@jridgewell/trace-mapping": "^0.3.28",
212
212
  "jsesc": "^3.0.2"
@@ -551,11 +551,11 @@
551
551
  }
552
552
  },
553
553
  "node_modules/@babel/parser": {
554
- "version": "7.29.7",
555
- "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
554
+ "version": "7.29.8",
555
+ "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
556
556
  "license": "MIT",
557
557
  "dependencies": {
558
- "@babel/types": "^7.29.7"
558
+ "@babel/types": "^7.29.8"
559
559
  },
560
560
  "bin": {
561
561
  "parser": "bin/babel-parser.js"
@@ -1468,15 +1468,15 @@
1468
1468
  }
1469
1469
  },
1470
1470
  "node_modules/@babel/plugin-transform-modules-systemjs": {
1471
- "version": "7.29.7",
1472
- "integrity": "sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==",
1471
+ "version": "7.29.8",
1472
+ "integrity": "sha512-6iSnEK0zlkLKU4heofK/AdmRD4e2SHVpJMtrwnTCzhnaM98ria4rTrOXBBi45BTTYnJtO8txnPsX4fChYXkmeA==",
1473
1473
  "dev": true,
1474
1474
  "license": "MIT",
1475
1475
  "dependencies": {
1476
1476
  "@babel/helper-module-transforms": "^7.29.7",
1477
1477
  "@babel/helper-plugin-utils": "^7.29.7",
1478
1478
  "@babel/helper-validator-identifier": "^7.29.7",
1479
- "@babel/traverse": "^7.29.7"
1479
+ "@babel/traverse": "^7.29.8"
1480
1480
  },
1481
1481
  "engines": {
1482
1482
  "node": ">=6.9.0"
@@ -1775,8 +1775,8 @@
1775
1775
  }
1776
1776
  },
1777
1777
  "node_modules/@babel/plugin-transform-regenerator": {
1778
- "version": "7.29.7",
1779
- "integrity": "sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==",
1778
+ "version": "7.29.8",
1779
+ "integrity": "sha512-0UpIXPtdDtMXfnV2OJAVMLpj3H/92vmkA6lpSRakmycJvj3VUy6Xs1dM8tXRugupykr5WB+LpiVl0J8LMVg2mg==",
1780
1780
  "dev": true,
1781
1781
  "license": "MIT",
1782
1782
  "dependencies": {
@@ -1851,8 +1851,8 @@
1851
1851
  }
1852
1852
  },
1853
1853
  "node_modules/@babel/plugin-transform-spread": {
1854
- "version": "7.29.7",
1855
- "integrity": "sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==",
1854
+ "version": "7.29.8",
1855
+ "integrity": "sha512-4S9ksMGVWUshvgK0mKfvZky7leuG5/uoFVwMpAomJ8bMoDJiNHRVmc1EglwW/CmGVSqqWpEbXm9FmbRit22qoA==",
1856
1856
  "dev": true,
1857
1857
  "license": "MIT",
1858
1858
  "dependencies": {
@@ -2188,16 +2188,16 @@
2188
2188
  }
2189
2189
  },
2190
2190
  "node_modules/@babel/traverse": {
2191
- "version": "7.29.7",
2192
- "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
2191
+ "version": "7.29.8",
2192
+ "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==",
2193
2193
  "license": "MIT",
2194
2194
  "dependencies": {
2195
2195
  "@babel/code-frame": "^7.29.7",
2196
- "@babel/generator": "^7.29.7",
2196
+ "@babel/generator": "^7.29.8",
2197
2197
  "@babel/helper-globals": "^7.29.7",
2198
- "@babel/parser": "^7.29.7",
2198
+ "@babel/parser": "^7.29.8",
2199
2199
  "@babel/template": "^7.29.7",
2200
- "@babel/types": "^7.29.7",
2200
+ "@babel/types": "^7.29.8",
2201
2201
  "debug": "^4.3.1"
2202
2202
  },
2203
2203
  "engines": {
@@ -2205,8 +2205,8 @@
2205
2205
  }
2206
2206
  },
2207
2207
  "node_modules/@babel/types": {
2208
- "version": "7.29.7",
2209
- "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
2208
+ "version": "7.29.8",
2209
+ "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
2210
2210
  "license": "MIT",
2211
2211
  "dependencies": {
2212
2212
  "@babel/helper-string-parser": "^7.29.7",
@@ -2630,8 +2630,8 @@
2630
2630
  }
2631
2631
  },
2632
2632
  "node_modules/@eslint-community/eslint-utils": {
2633
- "version": "4.9.1",
2634
- "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
2633
+ "version": "4.10.1",
2634
+ "integrity": "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==",
2635
2635
  "dev": true,
2636
2636
  "license": "MIT",
2637
2637
  "dependencies": {
@@ -2669,8 +2669,8 @@
2669
2669
  }
2670
2670
  },
2671
2671
  "node_modules/@eslint/eslintrc": {
2672
- "version": "3.3.5",
2673
- "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
2672
+ "version": "3.3.6",
2673
+ "integrity": "sha512-l2Ul9PrHsPCKcEY/ac7VgFj9D80C7S68sOKc618SyHDPK36s1XcFebXY0iTzUVn4Yq+YbwvSnDmCz9yxjX+QrA==",
2674
2674
  "dev": true,
2675
2675
  "license": "MIT",
2676
2676
  "dependencies": {
@@ -2680,7 +2680,7 @@
2680
2680
  "globals": "^14.0.0",
2681
2681
  "ignore": "^5.2.0",
2682
2682
  "import-fresh": "^3.2.1",
2683
- "js-yaml": "^4.1.1",
2683
+ "js-yaml": "^4.3.0",
2684
2684
  "minimatch": "^3.1.5",
2685
2685
  "strip-json-comments": "^3.1.1"
2686
2686
  },
@@ -2726,8 +2726,8 @@
2726
2726
  }
2727
2727
  },
2728
2728
  "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2729
- "version": "4.3.0",
2730
- "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==",
2729
+ "version": "4.3.1",
2730
+ "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
2731
2731
  "dev": true,
2732
2732
  "funding": [
2733
2733
  {
@@ -2772,15 +2772,15 @@
2772
2772
  }
2773
2773
  },
2774
2774
  "node_modules/@expo/config": {
2775
- "version": "57.0.3",
2776
- "integrity": "sha512-IshqjjpGtT7wj86pxgsfMD1/abNMfu1wZ07ubyYO29l+PWa0eAh2TcpyLcyBaqo01IonF6646xWwrCPcdlUl3Q==",
2775
+ "version": "57.0.6",
2776
+ "integrity": "sha512-VpMJpB/De/fb9bBFVVBiK6Ntg9lt0kAleLH9hcZz85CYRUQ3jVFVA8rNC5f8y4cp2+FiiPNFp62+kEOFI6pDiw==",
2777
2777
  "license": "MIT",
2778
2778
  "peer": true,
2779
2779
  "dependencies": {
2780
- "@expo/config-plugins": "~57.0.3",
2781
- "@expo/config-types": "^57.0.1",
2782
- "@expo/json-file": "^11.0.0",
2783
- "@expo/require-utils": "^57.0.1",
2780
+ "@expo/config-plugins": "~57.0.6",
2781
+ "@expo/config-types": "^57.0.2",
2782
+ "@expo/json-file": "^11.0.1",
2783
+ "@expo/require-utils": "^57.0.4",
2784
2784
  "deepmerge": "^4.3.1",
2785
2785
  "getenv": "^2.0.0",
2786
2786
  "glob": "^13.0.0",
@@ -2790,15 +2790,15 @@
2790
2790
  }
2791
2791
  },
2792
2792
  "node_modules/@expo/config-plugins": {
2793
- "version": "57.0.3",
2794
- "integrity": "sha512-J3P2T7FoOE9P3TuLcJXwt8jISKRxo7UntTzbJ/Qc5F7QXenNntk/4t1XndVkLucYjpnHArPd9xzDXuxxKEHVbQ==",
2793
+ "version": "57.0.6",
2794
+ "integrity": "sha512-7CmKrS5Rnu8aSZyNlxH2qzA7Ls1HEa4EQvEVOAkHDKPr1e4Cg/nz7I7dUl09QDTVjMvkKYDH4Th0DuAsgqASaw==",
2795
2795
  "license": "MIT",
2796
2796
  "peer": true,
2797
2797
  "dependencies": {
2798
- "@expo/config-types": "^57.0.1",
2799
- "@expo/json-file": "~11.0.0",
2800
- "@expo/plist": "^0.8.0",
2801
- "@expo/require-utils": "^57.0.1",
2798
+ "@expo/config-types": "^57.0.2",
2799
+ "@expo/json-file": "~11.0.1",
2800
+ "@expo/plist": "^0.8.1",
2801
+ "@expo/require-utils": "^57.0.4",
2802
2802
  "@expo/sdk-runtime-versions": "^1.0.0",
2803
2803
  "chalk": "^4.1.2",
2804
2804
  "debug": "^4.3.5",
@@ -2872,8 +2872,8 @@
2872
2872
  }
2873
2873
  },
2874
2874
  "node_modules/@expo/config-types": {
2875
- "version": "57.0.1",
2876
- "integrity": "sha512-fo7d/Ym28uwGzdTV2leEvpsb9t+7i8YHjy471m31+cmDt4BRd/l7e94JHyrXAq4SWOBVus16S0JLqm89SRCCdw==",
2875
+ "version": "57.0.2",
2876
+ "integrity": "sha512-ewW08OonrcRIsRKIlFvvcmmafE5zemb1ocu3HkNwtVPyRtj2w42pZCAkMIROYpcVBaPnc3mDT9UZDzwXWC3i6g==",
2877
2877
  "license": "MIT",
2878
2878
  "peer": true
2879
2879
  },
@@ -2909,8 +2909,8 @@
2909
2909
  }
2910
2910
  },
2911
2911
  "node_modules/@expo/devtools": {
2912
- "version": "57.0.0",
2913
- "integrity": "sha512-i8ITQmf/wB0JNQ2gASFOKvqo1zRWCl/VfPlFRXdz6UkHen4s31NmMy0zmumS+pMpwn0+gA6oU4FF4zRDRG488Q==",
2912
+ "version": "57.0.1",
2913
+ "integrity": "sha512-GyUf+wFNkbttaX0jR7MZa9bm77U0IrLg6d2AjpxdyoXw/w4abHoXG0oFufwLMgP9zLTd5+Ct4X/ffNUTnlzZgg==",
2914
2914
  "license": "MIT",
2915
2915
  "peer": true,
2916
2916
  "dependencies": {
@@ -2979,8 +2979,8 @@
2979
2979
  "peer": true
2980
2980
  },
2981
2981
  "node_modules/@expo/dom-webview": {
2982
- "version": "57.0.0",
2983
- "integrity": "sha512-zBZw52KnaHf9zGVp1eJk8kNfc+5ArGf+KvTL3SeMsr03K6tPJtLbgycVLjrAiLMfhzqGVjPD2G+rbNwpbLUxcg==",
2982
+ "version": "57.0.1",
2983
+ "integrity": "sha512-lAKsME4SAq+8sf56oN0DX5TBYyruupoRxbWbD2xf9RnKY8y6x8eb9LCE5pxSN0qyWdqnp+0wmyWzDkKboThKAw==",
2984
2984
  "license": "MIT",
2985
2985
  "peer": true,
2986
2986
  "peerDependencies": {
@@ -2990,8 +2990,8 @@
2990
2990
  }
2991
2991
  },
2992
2992
  "node_modules/@expo/env": {
2993
- "version": "2.4.1",
2994
- "integrity": "sha512-3c9Mg9x0HmGPEsVrGAGyEDJsNUOZ55cZvZ47/HLmXh7MHV9Zv7My73wThklKrObaBBoMfE4YqpKjYKDRzojpjQ==",
2993
+ "version": "2.4.2",
2994
+ "integrity": "sha512-28pqaEqwnmLduZ00Pq9HkSzE5wbj1MTwp5/n8nm8rD8MCjR9eUnVOwmNksPI3Be2ReAPO/DbPn1puy0mvoocsQ==",
2995
2995
  "license": "MIT",
2996
2996
  "peer": true,
2997
2997
  "dependencies": {
@@ -3053,18 +3053,18 @@
3053
3053
  "peer": true
3054
3054
  },
3055
3055
  "node_modules/@expo/expo-modules-macros-plugin": {
3056
- "version": "0.3.0",
3057
- "integrity": "sha512-2tRq8kiIZTVZcI5uggh86HefQ7s++Zk5WkFFomNp4aUqyN5ownHHvj1jPEP9jWXaXjPDmWuf5SUZTGD5G6AKkg==",
3056
+ "version": "0.6.1",
3057
+ "integrity": "sha512-cpsLZE4rqkc1Y3eZTkxB98jrqY1YXgetmtxFt8q89jBRmk3quRuk1BZo+VcnCSObZardjg99r1k5xijEMONFGA==",
3058
3058
  "license": "MIT",
3059
3059
  "peer": true
3060
3060
  },
3061
3061
  "node_modules/@expo/fingerprint": {
3062
- "version": "0.20.3",
3063
- "integrity": "sha512-WDV2hS87C61TsX55w4A0cPnbnN8bqdVHp2MpZsJTvB4Tv4TITgSxWYhRj/xv0pwcZvKHn05MBg6AfHPNj9o5Sw==",
3062
+ "version": "0.20.6",
3063
+ "integrity": "sha512-cmC/6BOPRbdKr77Mgjwszb8aM0hY2RKBpMRCmjSdn9zIcn2FGor/ic4fHVr46cQFa1G6RDGg1GyAjRw3US4CCQ==",
3064
3064
  "license": "MIT",
3065
3065
  "peer": true,
3066
3066
  "dependencies": {
3067
- "@expo/env": "^2.4.1",
3067
+ "@expo/env": "^2.4.2",
3068
3068
  "@expo/spawn-async": "^1.8.0",
3069
3069
  "arg": "^5.0.2",
3070
3070
  "chalk": "^4.1.2",
@@ -3105,15 +3105,15 @@
3105
3105
  }
3106
3106
  },
3107
3107
  "node_modules/@expo/fingerprint/node_modules/brace-expansion": {
3108
- "version": "5.0.7",
3109
- "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
3108
+ "version": "5.0.9",
3109
+ "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
3110
3110
  "license": "MIT",
3111
3111
  "peer": true,
3112
3112
  "dependencies": {
3113
3113
  "balanced-match": "^4.0.2"
3114
3114
  },
3115
3115
  "engines": {
3116
- "node": "18 || 20 || >=22"
3116
+ "node": "20 || >=22"
3117
3117
  }
3118
3118
  },
3119
3119
  "node_modules/@expo/fingerprint/node_modules/chalk": {
@@ -3151,12 +3151,12 @@
3151
3151
  "peer": true
3152
3152
  },
3153
3153
  "node_modules/@expo/fingerprint/node_modules/minimatch": {
3154
- "version": "10.2.5",
3155
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
3154
+ "version": "10.2.6",
3155
+ "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
3156
3156
  "license": "BlueOak-1.0.0",
3157
3157
  "peer": true,
3158
3158
  "dependencies": {
3159
- "brace-expansion": "^5.0.5"
3159
+ "brace-expansion": "^5.0.8"
3160
3160
  },
3161
3161
  "engines": {
3162
3162
  "node": "18 || 20 || >=22"
@@ -3178,12 +3178,12 @@
3178
3178
  }
3179
3179
  },
3180
3180
  "node_modules/@expo/image-utils": {
3181
- "version": "0.11.1",
3182
- "integrity": "sha512-0JueH4vdgAZQmhlSYFvTQzt4b4NO5cnByDuApw7bMUIjhwLRnT46Ki3ritMrzJMQaO2lLK2flInZbsZbOuy8nw==",
3181
+ "version": "0.11.4",
3182
+ "integrity": "sha512-pn/4770DIEOcYZr484uazuwg20FX/qaDkeMRF6J+oxejynDmEmO8wLsCudaNShFE0BhyKGQTYrs2rsRhqrqESw==",
3183
3183
  "license": "MIT",
3184
3184
  "peer": true,
3185
3185
  "dependencies": {
3186
- "@expo/require-utils": "^57.0.1",
3186
+ "@expo/require-utils": "^57.0.4",
3187
3187
  "@expo/spawn-async": "^1.8.0",
3188
3188
  "chalk": "^4.0.0",
3189
3189
  "getenv": "^2.0.0",
@@ -3254,17 +3254,17 @@
3254
3254
  }
3255
3255
  },
3256
3256
  "node_modules/@expo/inline-modules": {
3257
- "version": "0.1.2",
3258
- "integrity": "sha512-wc5wH4ND647Ne/6A/ESuelcqOQUEvK8MYjjvbp5wcl59dECk7juh0cFOJjAWkpc4pLTcvqXBSRcUDpGWm5XNWg==",
3257
+ "version": "0.1.4",
3258
+ "integrity": "sha512-8bPSCm//dv8raYfrQ4x79rCX52vMw0QzmnYYl4eSOAvEbGvDPPRGGdbrhZZ7oihU+hI1sZNS5kYEgqODgFwfsw==",
3259
3259
  "license": "MIT",
3260
3260
  "peer": true,
3261
3261
  "dependencies": {
3262
- "@expo/config-plugins": "~57.0.3"
3262
+ "@expo/config-plugins": "~57.0.6"
3263
3263
  }
3264
3264
  },
3265
3265
  "node_modules/@expo/json-file": {
3266
- "version": "11.0.0",
3267
- "integrity": "sha512-pHJCETqFL5x5BzNV6cEPwjwuECgGmnl0bNmfHIJ6LM1tlh2eVXi5HEdit3zby/JO/B8Otk5cgcqtJXgvvUat3A==",
3266
+ "version": "11.0.1",
3267
+ "integrity": "sha512-zxHWj4MKKMAL29ZQSY/Fssx4Thluk40JmuGNaeS078wy/NhlFhnVi+rHHunulE3xJAJ0CM73m8VK2+GkF9eRwQ==",
3268
3268
  "license": "MIT",
3269
3269
  "peer": true,
3270
3270
  "dependencies": {
@@ -3273,12 +3273,12 @@
3273
3273
  }
3274
3274
  },
3275
3275
  "node_modules/@expo/local-build-cache-provider": {
3276
- "version": "57.0.2",
3277
- "integrity": "sha512-/8/FoYrEBJZPG4wR8kO6REI4VRCPAStD+7wS/Ds6XXddxhmyMP3pvUJz/c3icyAoqpbqeZZkR6E1ptT5Gi5iXg==",
3276
+ "version": "57.0.5",
3277
+ "integrity": "sha512-OwiNC0Uxu67TOH7TEQ94GLa4oNzNfbbItKGdy3QMfX+hCSZv2VvjcjRo5vttMHfXCnXa9KZIu3GBS9pvtDHWhA==",
3278
3278
  "license": "MIT",
3279
3279
  "peer": true,
3280
3280
  "dependencies": {
3281
- "@expo/config": "~57.0.2",
3281
+ "@expo/config": "~57.0.6",
3282
3282
  "chalk": "^4.1.2"
3283
3283
  }
3284
3284
  },
@@ -3332,17 +3332,17 @@
3332
3332
  "peer": true
3333
3333
  },
3334
3334
  "node_modules/@expo/log-box": {
3335
- "version": "57.0.0",
3336
- "integrity": "sha512-tt9x76IEE8hp2FWTLPfEArrTyD7GCoUe3TpohESy+SPZ/OqkUnSXz40xnUuE0XbE132z8c5CRCfXQLM9DTEknQ==",
3335
+ "version": "57.0.2",
3336
+ "integrity": "sha512-ZsFyfIR7YCbQAdVLzuTUmMHofZC7ZS9ywYCJNPlLc78x59cI8GwXFEIVbRjjC0uJERpNtXx/tsNNnkhexXlzMw==",
3337
3337
  "license": "MIT",
3338
3338
  "peer": true,
3339
3339
  "dependencies": {
3340
- "@expo/dom-webview": "^57.0.0",
3340
+ "@expo/dom-webview": "^57.0.1",
3341
3341
  "anser": "^1.4.9",
3342
3342
  "stacktrace-parser": "^0.1.10"
3343
3343
  },
3344
3344
  "peerDependencies": {
3345
- "@expo/dom-webview": "^57.0.0",
3345
+ "@expo/dom-webview": "^57.0.1",
3346
3346
  "expo": "*",
3347
3347
  "react": "*",
3348
3348
  "react-native": "*"
@@ -3371,19 +3371,19 @@
3371
3371
  }
3372
3372
  },
3373
3373
  "node_modules/@expo/metro-config": {
3374
- "version": "57.0.3",
3375
- "integrity": "sha512-k7qcjTe1xDrUW15Ue86WAsJSL0ubiSluBXVNRFoe9snAWhMzBGzdZfl9XiDf4TNUV43T0L1ch+n4GmDqamvfEg==",
3374
+ "version": "57.0.7",
3375
+ "integrity": "sha512-bVfEkg4zF1cA62OqAdYXmFOooJ6TB/I+REi7Se6Ct+PbSC+89TwSqWXnYx34L08eIs4z+1ilgbATakTZpgefmQ==",
3376
3376
  "license": "MIT",
3377
3377
  "peer": true,
3378
3378
  "dependencies": {
3379
3379
  "@babel/code-frame": "^7.20.0",
3380
3380
  "@babel/core": "^7.20.0",
3381
3381
  "@babel/generator": "^7.20.5",
3382
- "@expo/config": "~57.0.2",
3383
- "@expo/env": "~2.4.1",
3384
- "@expo/json-file": "~11.0.0",
3382
+ "@expo/config": "~57.0.6",
3383
+ "@expo/env": "~2.4.2",
3384
+ "@expo/json-file": "~11.0.1",
3385
3385
  "@expo/metro": "~56.0.0",
3386
- "@expo/require-utils": "^57.0.1",
3386
+ "@expo/require-utils": "^57.0.4",
3387
3387
  "@expo/spawn-async": "^1.8.0",
3388
3388
  "@jridgewell/gen-mapping": "^0.3.13",
3389
3389
  "@jridgewell/remapping": "^2.3.5",
@@ -3459,8 +3459,8 @@
3459
3459
  "peer": true
3460
3460
  },
3461
3461
  "node_modules/@expo/metro-file-map": {
3462
- "version": "57.0.0",
3463
- "integrity": "sha512-/sxwKQmwpYFYjFT6VYFpgldTwSv53OCx4/UCpLCv9iqQLVQ30hFEJsxGA9Jif8n9pacigK4P5/0ZJ2zMHm6arA==",
3462
+ "version": "57.0.1",
3463
+ "integrity": "sha512-8JXfVstZN7QnP4NianZZnlTVboOWR0sG8trUDNajOjnbGlPln29vponXM84tY+3tAHapz5/TxE53L0ixUwqPtA==",
3464
3464
  "license": "MIT",
3465
3465
  "peer": true,
3466
3466
  "dependencies": {
@@ -3473,8 +3473,8 @@
3473
3473
  }
3474
3474
  },
3475
3475
  "node_modules/@expo/osascript": {
3476
- "version": "2.7.0",
3477
- "integrity": "sha512-wKIXL8UtbuX4KwavPasIW3CUcgTbYfjzLcgUhjyKUAYDEqMaf6gmU1bqz3ffBPTokmX+G8/vFG1ZuI9etQWukA==",
3476
+ "version": "2.7.1",
3477
+ "integrity": "sha512-Zn03EX6In7ts2lPUW2ESUSkEhEWQN1qqsiXjadtZMJOuZRkMiAg1ZQHuvz9DjByDWNJ2pBwAGyrts9lj9k389g==",
3478
3478
  "license": "MIT",
3479
3479
  "peer": true,
3480
3480
  "dependencies": {
@@ -3485,12 +3485,12 @@
3485
3485
  }
3486
3486
  },
3487
3487
  "node_modules/@expo/package-manager": {
3488
- "version": "1.13.0",
3489
- "integrity": "sha512-s3W3eZafJDEyVL7W/jxj2Nz3eONKxSCU604S5xj8ijrVaRz83x0DnZznLf/UXQEI1w+FyibH68nHeQyk767b1A==",
3488
+ "version": "1.13.1",
3489
+ "integrity": "sha512-y/K+CaYYpZpNGZhSX4HyLT/vyIunFjNfyoxNysPBCefeLKI/VCx6f9LNPzrxayr3rCYO5bl9O8H+HRQK265Nkg==",
3490
3490
  "license": "MIT",
3491
3491
  "peer": true,
3492
3492
  "dependencies": {
3493
- "@expo/json-file": "^11.0.0",
3493
+ "@expo/json-file": "^11.0.1",
3494
3494
  "@expo/spawn-async": "^1.8.0",
3495
3495
  "chalk": "^4.0.0",
3496
3496
  "npm-package-arg": "^11.0.0",
@@ -3768,8 +3768,8 @@
3768
3768
  }
3769
3769
  },
3770
3770
  "node_modules/@expo/plist": {
3771
- "version": "0.8.0",
3772
- "integrity": "sha512-24JlUJI4PwHN4PLydlzFEzCdiqybfaV5t04QBkOg8em3AjvHKbMgBGlKreiuOoc0rNa3DZ21ZqL+xLGMBLQNKQ==",
3771
+ "version": "0.8.1",
3772
+ "integrity": "sha512-3gTReGIUm0oRaMClsAJYxBnVPCl6fVpsl8HS+DTVxDhW4GyVyxg9E/Znm3BvcHtUJ51RJJI14pC1wvrNilCRHw==",
3773
3773
  "license": "MIT",
3774
3774
  "peer": true,
3775
3775
  "dependencies": {
@@ -3779,16 +3779,16 @@
3779
3779
  }
3780
3780
  },
3781
3781
  "node_modules/@expo/prebuild-config": {
3782
- "version": "54.0.8",
3783
- "integrity": "sha512-EA7N4dloty2t5Rde+HP0IEE+nkAQiu4A/+QGZGT9mFnZ5KKjPPkqSyYcRvP5bhQE10D+tvz6X0ngZpulbMdbsg==",
3782
+ "version": "54.0.9",
3783
+ "integrity": "sha512-3/Rmyzt8vduPjnSVHbnc0wYFrlhwLWn2g596rDyKcLGeqN2WTLJbzVeznsrUwyzhBNXgnTomZWO5HDzbZ/4E7g==",
3784
3784
  "dev": true,
3785
3785
  "license": "MIT",
3786
3786
  "dependencies": {
3787
- "@expo/config": "~12.0.13",
3788
- "@expo/config-plugins": "~54.0.4",
3787
+ "@expo/config": "~12.0.14",
3788
+ "@expo/config-plugins": "~54.0.5",
3789
3789
  "@expo/config-types": "^54.0.10",
3790
3790
  "@expo/image-utils": "^0.8.8",
3791
- "@expo/json-file": "^10.0.8",
3791
+ "@expo/json-file": "^10.0.16",
3792
3792
  "@react-native/normalize-colors": "0.81.5",
3793
3793
  "debug": "^4.3.1",
3794
3794
  "resolve-from": "^5.0.0",
@@ -3800,15 +3800,15 @@
3800
3800
  }
3801
3801
  },
3802
3802
  "node_modules/@expo/prebuild-config/node_modules/@expo/config": {
3803
- "version": "12.0.13",
3804
- "integrity": "sha512-Cu52arBa4vSaupIWsF0h7F/Cg//N374nYb7HAxV0I4KceKA7x2UXpYaHOL7EEYYvp7tZdThBjvGpVmr8ScIvaQ==",
3803
+ "version": "12.0.14",
3804
+ "integrity": "sha512-3dfbBd9LnPDgyylhCgkOsaG8Adg52uOVOTQYH5lf23a/t8M5eQpXKCvzUarrf62B78057n2NnkiofK9TfPgvzw==",
3805
3805
  "dev": true,
3806
3806
  "license": "MIT",
3807
3807
  "dependencies": {
3808
3808
  "@babel/code-frame": "~7.10.4",
3809
- "@expo/config-plugins": "~54.0.4",
3809
+ "@expo/config-plugins": "~54.0.5",
3810
3810
  "@expo/config-types": "^54.0.10",
3811
- "@expo/json-file": "^10.0.8",
3811
+ "@expo/json-file": "^10.0.16",
3812
3812
  "deepmerge": "^4.3.1",
3813
3813
  "getenv": "^2.0.0",
3814
3814
  "glob": "^13.0.0",
@@ -3821,14 +3821,14 @@
3821
3821
  }
3822
3822
  },
3823
3823
  "node_modules/@expo/prebuild-config/node_modules/@expo/config-plugins": {
3824
- "version": "54.0.4",
3825
- "integrity": "sha512-g2yXGICdoOw5i3LkQSDxl2Q5AlQCrG7oniu0pCPPO+UxGb7He4AFqSvPSy8HpRUj55io17hT62FTjYRD+d6j3Q==",
3824
+ "version": "54.0.5",
3825
+ "integrity": "sha512-aWQ3sViNRoQWw6So4A2qhWCt24CuGBK6MrRHI1AG+V6/NQAjIZCHaSvcXK2gXKpmisRhTSUWaKPIgLJQFB+AeQ==",
3826
3826
  "dev": true,
3827
3827
  "license": "MIT",
3828
3828
  "dependencies": {
3829
3829
  "@expo/config-types": "^54.0.10",
3830
- "@expo/json-file": "~10.0.8",
3831
- "@expo/plist": "^0.4.8",
3830
+ "@expo/json-file": "~10.0.16",
3831
+ "@expo/plist": "^0.4.9",
3832
3832
  "@expo/sdk-runtime-versions": "^1.0.0",
3833
3833
  "chalk": "^4.1.2",
3834
3834
  "debug": "^4.3.5",
@@ -3877,12 +3877,12 @@
3877
3877
  }
3878
3878
  },
3879
3879
  "node_modules/@expo/prebuild-config/node_modules/@expo/image-utils": {
3880
- "version": "0.8.14",
3881
- "integrity": "sha512-5Sn+jG4Cw+shC2wDMXoqSAJnvERbiwzHn05FpWtD5IBflfTIs5gUmjzwiGVyjOdlMSQhgRrw/AymPbmO9h9mpQ==",
3880
+ "version": "0.8.15",
3881
+ "integrity": "sha512-3f5CgKJnJ8m4mp8VTcAFQqLrxof99RDr77Aa+7hgzDPg3ZotjLnofl77hf+COQRYi/kuqRYdYFgPIqOIOIdWJA==",
3882
3882
  "dev": true,
3883
3883
  "license": "MIT",
3884
3884
  "dependencies": {
3885
- "@expo/require-utils": "^55.0.5",
3885
+ "@expo/require-utils": "^55.0.6",
3886
3886
  "@expo/spawn-async": "^1.7.2",
3887
3887
  "chalk": "^4.0.0",
3888
3888
  "getenv": "^2.0.0",
@@ -3913,8 +3913,8 @@
3913
3913
  }
3914
3914
  },
3915
3915
  "node_modules/@expo/prebuild-config/node_modules/@expo/require-utils": {
3916
- "version": "55.0.5",
3917
- "integrity": "sha512-U4K/CQ2VpXuwfNGsN+daKmYOt15hCP8v/pXaYH6eut7kdYZo6SfJ1yr67BIcJ+1Gzzs+QzTxswAZChKpXmceyw==",
3916
+ "version": "55.0.6",
3917
+ "integrity": "sha512-IqsRGPdGbF0lAIrg3XQ+GzcITYcsskvIRmFAjw2kBnr8RgSrRhFAJY1bKksukEUsuZy0knhTCVIIUce7hocqeA==",
3918
3918
  "dev": true,
3919
3919
  "license": "MIT",
3920
3920
  "dependencies": {
@@ -3999,8 +3999,8 @@
3999
3999
  }
4000
4000
  },
4001
4001
  "node_modules/@expo/require-utils": {
4002
- "version": "57.0.1",
4003
- "integrity": "sha512-uXen5/4x7j60I5slShgZr5QEtJDBK8homFiNLDnDrNrxZhrRHXASo0H6JArs3/1PDzw1wahzhGWg2WKuYyZd0A==",
4002
+ "version": "57.0.4",
4003
+ "integrity": "sha512-e7xbg/9BTQcsZE/oErafZXtI7kh5IgfasLJ97J5sFSzX2cA74pDvdlhW1KHVSaDkQyQv6h1LSLhsY7dEeOk7hw==",
4004
4004
  "license": "MIT",
4005
4005
  "peer": true,
4006
4006
  "dependencies": {
@@ -4009,7 +4009,7 @@
4009
4009
  "@babel/plugin-transform-modules-commonjs": "^7.24.8"
4010
4010
  },
4011
4011
  "peerDependencies": {
4012
- "typescript": "^5.0.0 || ^5.0.0-0 || ^6.0.0"
4012
+ "typescript": "^5.0.0 || ^5.0.0-0 || ^6.0.0 || ^7.0.0"
4013
4013
  },
4014
4014
  "peerDependenciesMeta": {
4015
4015
  "typescript": {
@@ -4018,8 +4018,8 @@
4018
4018
  }
4019
4019
  },
4020
4020
  "node_modules/@expo/schema-utils": {
4021
- "version": "57.0.1",
4022
- "integrity": "sha512-IVdaqtP3+iHFRE/y22mKijQtZanLcB18q1zi2kfN6RINTCryyzM7qHGsWHc5LBJbOuj1G4avCOECs97hOJm0GQ==",
4021
+ "version": "57.0.2",
4022
+ "integrity": "sha512-fMu/jyN0l1Wzv7XkeWR4IYCx1M8ryui3FdBNGrWwbRgJ7EhxXxK8E2jxP2W3pbgUwUY0V3hG8+GyfCZwny+Lxw==",
4023
4023
  "license": "MIT",
4024
4024
  "peer": true
4025
4025
  },
@@ -4134,8 +4134,8 @@
4134
4134
  "peer": true
4135
4135
  },
4136
4136
  "node_modules/@expo/xcpretty/node_modules/js-yaml": {
4137
- "version": "4.3.0",
4138
- "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==",
4137
+ "version": "4.3.1",
4138
+ "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
4139
4139
  "funding": [
4140
4140
  {
4141
4141
  "type": "github",
@@ -5587,21 +5587,21 @@
5587
5587
  }
5588
5588
  },
5589
5589
  "node_modules/@react-native/babel-plugin-codegen": {
5590
- "version": "0.86.0",
5591
- "integrity": "sha512-qdsABWNW7uTll90l4Vh03gjeyu3WVDi2CyiiyvYGMRDcoYbjbQi6df3BMAm9lQI2yslZ1T14LlDDAsgTwNxplA==",
5590
+ "version": "0.86.2",
5591
+ "integrity": "sha512-NNDZqOlNbH5SzgPks1jFDYH3234Rpa5e/nhZymxhIiBH3NcE3uD+rGj/HWXhH7nHF2ToGK6XbUpqy7nmJPeh+g==",
5592
5592
  "license": "MIT",
5593
5593
  "peer": true,
5594
5594
  "dependencies": {
5595
5595
  "@babel/traverse": "^7.29.0",
5596
- "@react-native/codegen": "0.86.0"
5596
+ "@react-native/codegen": "0.86.2"
5597
5597
  },
5598
5598
  "engines": {
5599
5599
  "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0"
5600
5600
  }
5601
5601
  },
5602
5602
  "node_modules/@react-native/codegen": {
5603
- "version": "0.86.0",
5604
- "integrity": "sha512-uTs9DBo3+/lUqinsGZK0FKJRBVClrwMXoZToaDxE1Q2SL2e55vs2GwyZfIKzPl5uJnbu4PfFMIp0/mLXLWUMuA==",
5603
+ "version": "0.86.2",
5604
+ "integrity": "sha512-xKkudsahUJ1n//55g4fXk5BStVqqmZlz8HQveL45ZxcfDnwvhuYe2GymksQANFsSN+slvrarjrfq8kIxJzbceA==",
5605
5605
  "license": "MIT",
5606
5606
  "peer": true,
5607
5607
  "dependencies": {
@@ -6064,8 +6064,8 @@
6064
6064
  }
6065
6065
  },
6066
6066
  "node_modules/@react-native/community-cli-plugin/node_modules/ws": {
6067
- "version": "7.5.11",
6068
- "integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
6067
+ "version": "7.5.13",
6068
+ "integrity": "sha512-rsKI6xDBFVf4r/x8XyChGK04QR/XHroxs/jUcoWvtEZM8TPU/X/uIY9B1CsSzYws9ZJb/6bbBu7dPhFW00CAoA==",
6069
6069
  "license": "MIT",
6070
6070
  "engines": {
6071
6071
  "node": ">=8.3.0"
@@ -6117,8 +6117,8 @@
6117
6117
  }
6118
6118
  },
6119
6119
  "node_modules/@react-native/debugger-shell": {
6120
- "version": "0.86.0",
6121
- "integrity": "sha512-Y0zEkZzLz8ou6o/VLml1A31X/rMgc6DRjwxwzPMa94qRTMY070WeBCNTITQo4kKTBAUgbxh07oXPQqp0Tpja8w==",
6120
+ "version": "0.86.2",
6121
+ "integrity": "sha512-/TaVJ2+gGajZPJGrFaObUQmHmlaxAlfmOPZicl6pNKDUjzSgFMpcLkdTOExvb+USYTVdGX1XwxXyvjQdUO2bvg==",
6122
6122
  "license": "MIT",
6123
6123
  "peer": true,
6124
6124
  "dependencies": {
@@ -6152,8 +6152,8 @@
6152
6152
  }
6153
6153
  },
6154
6154
  "node_modules/@react-native/dev-middleware/node_modules/ws": {
6155
- "version": "6.2.4",
6156
- "integrity": "sha512-PNIUUyLI5YpkJZj60YBzX1o0ByQ4ovvfmq9N/Kig/PAYbVlGyz4R6G0SEWrD0O9acc0sT2+IdMBVLFv8FSi0Nw==",
6155
+ "version": "6.2.6",
6156
+ "integrity": "sha512-XTrf1gv7kXoVf1hbC3PAyAiPgR8Wz1blcrYIjEsUmr08BLksT41R8KbjmS9408C2ERx7v1JDLD/BkpLEttjfKA==",
6157
6157
  "license": "MIT",
6158
6158
  "dependencies": {
6159
6159
  "async-limiter": "~1.0.0"
@@ -6181,11 +6181,11 @@
6181
6181
  "license": "MIT"
6182
6182
  },
6183
6183
  "node_modules/@react-navigation/core": {
6184
- "version": "7.21.5",
6185
- "integrity": "sha512-3hpV7uR41LBW+GHDoLhztZCb/i5ySRJISZ/rez4d7DCHSZo6ej4gNxYclaS6LRguoLiKG7SOCNa6O390AQklZQ==",
6184
+ "version": "7.21.11",
6185
+ "integrity": "sha512-bCW1PsLA/eOXDOukcJFEzlcL3Zpy8DJuDCfkDDwAQlAgoSZ/J9+ZeDRUMmCUi6xbnFgvFEEIMertaLeErOFP0Q==",
6186
6186
  "license": "MIT",
6187
6187
  "dependencies": {
6188
- "@react-navigation/routers": "^7.6.0",
6188
+ "@react-navigation/routers": "^7.6.4",
6189
6189
  "escape-string-regexp": "^4.0.0",
6190
6190
  "fast-deep-equal": "^3.1.3",
6191
6191
  "nanoid": "^3.3.11",
@@ -6219,8 +6219,8 @@
6219
6219
  }
6220
6220
  },
6221
6221
  "node_modules/@react-navigation/drawer/node_modules/@react-navigation/elements": {
6222
- "version": "2.9.30",
6223
- "integrity": "sha512-2isleieiRMmP4WNMV2Q1u3qP1M47ZqsJ2hJ/Og11FeKXK8YmUTHya7PW7ecsgAh2CXKTxAcbfJDFTSvq2D++Tw==",
6222
+ "version": "2.9.36",
6223
+ "integrity": "sha512-+10x9s5v2Q7FwAYdSmPMgILtxZyC5e4hWJQu8g5o3u4p8DUToTBmGvys/UvmEr+h9xmm0Go42qw9Ff2ape53kQ==",
6224
6224
  "license": "MIT",
6225
6225
  "dependencies": {
6226
6226
  "color": "^4.2.3",
@@ -6229,7 +6229,7 @@
6229
6229
  },
6230
6230
  "peerDependencies": {
6231
6231
  "@react-native-masked-view/masked-view": ">= 0.2.0",
6232
- "@react-navigation/native": "^7.3.8",
6232
+ "@react-navigation/native": "^7.3.14",
6233
6233
  "react": ">= 18.2.0",
6234
6234
  "react-native": "*",
6235
6235
  "react-native-safe-area-context": ">= 4.0.0"
@@ -6257,8 +6257,8 @@
6257
6257
  }
6258
6258
  },
6259
6259
  "node_modules/@react-navigation/routers": {
6260
- "version": "7.6.0",
6261
- "integrity": "sha512-lblhDXfS75jLc7G2K7BZGM+7cjqQXk13X/MA4fq/12r62zM+fBhhreLzYflSitrDDXFRJpSvJXy0ziiGU04Xow==",
6260
+ "version": "7.6.4",
6261
+ "integrity": "sha512-GI7eJm8/KsZUQaYcXvEExikKurRZRgEsSzyZ7faENfi65yqJBCXjDMwyN1pF6pNW1MoLH1ErDwDivFxY6BzD3w==",
6262
6262
  "license": "MIT",
6263
6263
  "dependencies": {
6264
6264
  "nanoid": "^3.3.11"
@@ -6282,8 +6282,8 @@
6282
6282
  }
6283
6283
  },
6284
6284
  "node_modules/@react-navigation/stack/node_modules/@react-navigation/elements": {
6285
- "version": "2.9.30",
6286
- "integrity": "sha512-2isleieiRMmP4WNMV2Q1u3qP1M47ZqsJ2hJ/Og11FeKXK8YmUTHya7PW7ecsgAh2CXKTxAcbfJDFTSvq2D++Tw==",
6285
+ "version": "2.9.36",
6286
+ "integrity": "sha512-+10x9s5v2Q7FwAYdSmPMgILtxZyC5e4hWJQu8g5o3u4p8DUToTBmGvys/UvmEr+h9xmm0Go42qw9Ff2ape53kQ==",
6287
6287
  "license": "MIT",
6288
6288
  "dependencies": {
6289
6289
  "color": "^4.2.3",
@@ -6292,7 +6292,7 @@
6292
6292
  },
6293
6293
  "peerDependencies": {
6294
6294
  "@react-native-masked-view/masked-view": ">= 0.2.0",
6295
- "@react-navigation/native": "^7.3.8",
6295
+ "@react-navigation/native": "^7.3.14",
6296
6296
  "react": ">= 18.2.0",
6297
6297
  "react-native": "*",
6298
6298
  "react-native-safe-area-context": ">= 4.0.0"
@@ -6322,8 +6322,8 @@
6322
6322
  }
6323
6323
  },
6324
6324
  "node_modules/@sinclair/typebox": {
6325
- "version": "0.27.10",
6326
- "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
6325
+ "version": "0.27.12",
6326
+ "integrity": "sha512-hhyNJ+nbR6ZR7pToHvllEFun9TL0sbL+tk/ON75lo+Xas054uez98qRbsuNt7MBCyZKK4+8Yli/OAGZhmfBZ/g==",
6327
6327
  "license": "MIT"
6328
6328
  },
6329
6329
  "node_modules/@sindresorhus/is": {
@@ -6727,8 +6727,8 @@
6727
6727
  }
6728
6728
  },
6729
6729
  "node_modules/@types/lodash": {
6730
- "version": "4.17.24",
6731
- "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
6730
+ "version": "4.17.25",
6731
+ "integrity": "sha512-+K1NIO8I+F9/wNulfVvu23QYd0Pe9/OCqRrim4NoYIf1VoEDL90Ve4ClzpyqBLc7NpGGWRvYNCKZ1BE/Jpf8dQ==",
6732
6732
  "dev": true,
6733
6733
  "license": "MIT"
6734
6734
  },
@@ -6748,8 +6748,8 @@
6748
6748
  "license": "MIT"
6749
6749
  },
6750
6750
  "node_modules/@types/node": {
6751
- "version": "26.1.1",
6752
- "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==",
6751
+ "version": "26.1.2",
6752
+ "integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==",
6753
6753
  "license": "MIT",
6754
6754
  "dependencies": {
6755
6755
  "undici-types": "~8.3.0"
@@ -7010,14 +7010,14 @@
7010
7010
  }
7011
7011
  },
7012
7012
  "node_modules/@ungap/structured-clone": {
7013
- "version": "1.3.2",
7014
- "integrity": "sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA==",
7013
+ "version": "1.3.3",
7014
+ "integrity": "sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==",
7015
7015
  "license": "ISC",
7016
7016
  "peer": true
7017
7017
  },
7018
7018
  "node_modules/@wavemaker/variables": {
7019
- "version": "11.15.5-1.256",
7020
- "integrity": "sha512-laG4Dcuw9NtWDyCxi9zspbRM92fD3iK7jC4Jpw/g/qVbF2qQUBW88WHddcy39bQ6WzosttIerwnj5Rn1EUOtDg==",
7019
+ "version": "11.15.5-rc.259",
7020
+ "integrity": "sha512-WnYNBOGXjk8UdGCh/2as5+CYVVfa86Os3IcV80/pgdHV1l3hriG8OfDDdMVioiiHrSgXrFl6eXvuAo+qV4+HuQ==",
7021
7021
  "license": "ISC",
7022
7022
  "dependencies": {
7023
7023
  "@metrichor/jmespath": "^0.3.1",
@@ -7264,8 +7264,8 @@
7264
7264
  }
7265
7265
  },
7266
7266
  "node_modules/acorn": {
7267
- "version": "8.17.0",
7268
- "integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
7267
+ "version": "8.18.0",
7268
+ "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
7269
7269
  "license": "MIT",
7270
7270
  "bin": {
7271
7271
  "acorn": "bin/acorn"
@@ -7284,19 +7284,6 @@
7284
7284
  "acorn-walk": "^8.0.2"
7285
7285
  }
7286
7286
  },
7287
- "node_modules/acorn-import-phases": {
7288
- "version": "1.0.4",
7289
- "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==",
7290
- "dev": true,
7291
- "license": "MIT",
7292
- "peer": true,
7293
- "engines": {
7294
- "node": ">=10.13.0"
7295
- },
7296
- "peerDependencies": {
7297
- "acorn": "^8.14.0"
7298
- }
7299
- },
7300
7287
  "node_modules/acorn-jsx": {
7301
7288
  "version": "5.3.2",
7302
7289
  "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
@@ -7349,8 +7336,8 @@
7349
7336
  }
7350
7337
  },
7351
7338
  "node_modules/agent-cli-detector": {
7352
- "version": "0.1.2",
7353
- "integrity": "sha512-qdZ/9JFORtTKJNhT/IczMeEfEUbUU0K5umYeiIQHX+AjHs+Y9SXVzSgaYlpZeyNMrvuh2HpZiOTpvS57iPfBkQ==",
7339
+ "version": "0.1.4",
7340
+ "integrity": "sha512-qPgevFvpaQoBaRJVKzr8R7h1WPvV3DtbgRIQlne4le66KBzXx5hNBwo/+NTw67LgkKBlhCzksrdautpUdlls0Q==",
7354
7341
  "license": "MIT",
7355
7342
  "peer": true,
7356
7343
  "bin": {
@@ -8688,8 +8675,8 @@
8688
8675
  }
8689
8676
  },
8690
8677
  "node_modules/babel-preset-expo": {
8691
- "version": "57.0.2",
8692
- "integrity": "sha512-PgsWlNSlNhnSkU4UCAcvl252CaB7VU1eQuSvJoRSiqfrZDGmeqwQmMUs+PcS5VUppFwmmhVlDPwOc7kR3Qr08Q==",
8678
+ "version": "57.0.5",
8679
+ "integrity": "sha512-sz9ZBTiUAlu5P9VORVNKoeAaY2qKFQRC6eQV5Y8aMkqcorvXKEv97UeCkFMLmMBEPKA+QeWImREKkX9/H21WQA==",
8693
8680
  "license": "MIT",
8694
8681
  "peer": true,
8695
8682
  "dependencies": {
@@ -8729,7 +8716,7 @@
8729
8716
  "@babel/plugin-transform-typescript": "^7.25.2",
8730
8717
  "@babel/plugin-transform-unicode-regex": "^7.24.7",
8731
8718
  "@babel/preset-typescript": "^7.23.0",
8732
- "@react-native/babel-plugin-codegen": "0.86.0",
8719
+ "@react-native/babel-plugin-codegen": "0.86.2",
8733
8720
  "babel-plugin-react-compiler": "^1.0.0",
8734
8721
  "babel-plugin-react-native-web": "~0.21.0",
8735
8722
  "babel-plugin-syntax-hermes-parser": "^0.36.0",
@@ -8739,7 +8726,7 @@
8739
8726
  "peerDependencies": {
8740
8727
  "@babel/runtime": "^7.20.0",
8741
8728
  "expo": "*",
8742
- "expo-widgets": "^57.0.3",
8729
+ "expo-widgets": "^57.0.7",
8743
8730
  "react-refresh": ">=0.14.0 <1.0.0"
8744
8731
  },
8745
8732
  "peerDependenciesMeta": {
@@ -8949,8 +8936,8 @@
8949
8936
  "license": "MIT"
8950
8937
  },
8951
8938
  "node_modules/baseline-browser-mapping": {
8952
- "version": "2.10.42",
8953
- "integrity": "sha512-c/jurFrDLyui7o1J86yLkRu4LMsTYcBohveus7/I2Hzdn9KIP2bdJPTue/lR1KH46enoPbD77GKeSYNdyPoD3Q==",
8939
+ "version": "2.11.9",
8940
+ "integrity": "sha512-cp447VUsGS07+n1Dqf7YSQ8maeJrjEhaDxTm1ZefbqDtypHBC5GzGMQbklR6IPR13Y8OAJRHZWEMtZipJLCttg==",
8954
8941
  "license": "Apache-2.0",
8955
8942
  "bin": {
8956
8943
  "baseline-browser-mapping": "dist/cli.cjs"
@@ -9075,8 +9062,8 @@
9075
9062
  }
9076
9063
  },
9077
9064
  "node_modules/brace-expansion": {
9078
- "version": "1.1.16",
9079
- "integrity": "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==",
9065
+ "version": "1.1.18",
9066
+ "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
9080
9067
  "license": "MIT",
9081
9068
  "dependencies": {
9082
9069
  "balanced-match": "^1.0.0",
@@ -9095,8 +9082,8 @@
9095
9082
  }
9096
9083
  },
9097
9084
  "node_modules/browserslist": {
9098
- "version": "4.28.5",
9099
- "integrity": "sha512-Cu2E6QejHWzuDMTkuwgpABFgDfZrXLQq5V13YOACZx4mFAG4IwGTbTfHPMr4WtxlHoXSM8FIuRwYYCz5XiabaQ==",
9085
+ "version": "4.28.7",
9086
+ "integrity": "sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==",
9100
9087
  "funding": [
9101
9088
  {
9102
9089
  "type": "opencollective",
@@ -9113,10 +9100,10 @@
9113
9100
  ],
9114
9101
  "license": "MIT",
9115
9102
  "dependencies": {
9116
- "baseline-browser-mapping": "^2.10.42",
9117
- "caniuse-lite": "^1.0.30001800",
9118
- "electron-to-chromium": "^1.5.387",
9119
- "node-releases": "^2.0.50",
9103
+ "baseline-browser-mapping": "^2.10.44",
9104
+ "caniuse-lite": "^1.0.30001806",
9105
+ "electron-to-chromium": "^1.5.393",
9106
+ "node-releases": "^2.0.51",
9120
9107
  "update-browserslist-db": "^1.2.3"
9121
9108
  },
9122
9109
  "bin": {
@@ -9271,8 +9258,8 @@
9271
9258
  }
9272
9259
  },
9273
9260
  "node_modules/caniuse-lite": {
9274
- "version": "1.0.30001803",
9275
- "integrity": "sha512-g/uHREV2ZpK9qMalCsWaxmA6ol+DX8GYhuf3T40RKoP+oL7vhRJh8LNt73PCjpnR6l14FzfPrB5Yux4PKm2meg==",
9261
+ "version": "1.0.30001806",
9262
+ "integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==",
9276
9263
  "funding": [
9277
9264
  {
9278
9265
  "type": "opencollective",
@@ -9551,8 +9538,8 @@
9551
9538
  }
9552
9539
  },
9553
9540
  "node_modules/color-name": {
9554
- "version": "2.1.0",
9555
- "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
9541
+ "version": "2.1.1",
9542
+ "integrity": "sha512-p2FdgwVx1a9yWBHP2wI0VgShkDpgN4kZISkxdNipGBJWpa5G6b04OINlVWCyJj0JmfvcPrgqt95E9k8yvaOJFg==",
9556
9543
  "dev": true,
9557
9544
  "license": "MIT",
9558
9545
  "engines": {
@@ -10322,8 +10309,8 @@
10322
10309
  "license": "Python-2.0"
10323
10310
  },
10324
10311
  "node_modules/cosmiconfig/node_modules/js-yaml": {
10325
- "version": "4.3.0",
10326
- "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==",
10312
+ "version": "4.3.1",
10313
+ "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
10327
10314
  "dev": true,
10328
10315
  "funding": [
10329
10316
  {
@@ -11199,8 +11186,8 @@
11199
11186
  "license": "MIT"
11200
11187
  },
11201
11188
  "node_modules/electron-to-chromium": {
11202
- "version": "1.5.389",
11203
- "integrity": "sha512-cEto7aeOqBfU1D+c5py5pE+ooscKE75JifxLBdFUZsqAxRS6y7kebtxAZvICszSl05gPjYHDTjY+lXpyGvpJbg==",
11189
+ "version": "1.5.399",
11190
+ "integrity": "sha512-lEcqhErbHjXRvd41rnWLpzbyU/IXfIYo7QwaFWmxGeLiLyY2TBCdHnWY88vB+p3ubnihRypDm66panXl7TylLA==",
11204
11191
  "license": "ISC"
11205
11192
  },
11206
11193
  "node_modules/emittery": {
@@ -11251,8 +11238,8 @@
11251
11238
  }
11252
11239
  },
11253
11240
  "node_modules/enhanced-resolve": {
11254
- "version": "5.24.2",
11255
- "integrity": "sha512-rpsZEGT1jFuve6QlpyRp9ckQ+kN61hvF9BzCPyMdaKTm8UJce96KBn3sorXOFXlzjPrs3Vc4T1NsSroZ3PxlFw==",
11241
+ "version": "5.24.5",
11242
+ "integrity": "sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==",
11256
11243
  "dev": true,
11257
11244
  "license": "MIT",
11258
11245
  "peer": true,
@@ -11456,8 +11443,8 @@
11456
11443
  }
11457
11444
  },
11458
11445
  "node_modules/es-iterator-helpers": {
11459
- "version": "1.3.3",
11460
- "integrity": "sha512-0PuBxFi+4uPanB97iDxCLWuHeYud2FALrw5HFZGtAF38UpJDbDC8frwp2cnDyae692CQ0dou60UwWfhgsa4U/g==",
11446
+ "version": "1.4.0",
11447
+ "integrity": "sha512-c/A0P0oxkACDc+cKWw8evLXK83oBKgn0qPOqCYT4x9uolpCIJAcYvJC9QYKNDRPsTeGyCrQ326jrvgZWdCdK5Q==",
11461
11448
  "dev": true,
11462
11449
  "license": "MIT",
11463
11450
  "dependencies": {
@@ -11483,8 +11470,8 @@
11483
11470
  }
11484
11471
  },
11485
11472
  "node_modules/es-module-lexer": {
11486
- "version": "2.3.0",
11487
- "integrity": "sha512-KLdwQm2NvGLDkQDCGvmiQrhkd0JbMzXthwQAUgWjQuQdBLFa3eiBP5arXZyA+f8x+x7OXgud6bq2rxjGtHV2tw==",
11473
+ "version": "2.3.1",
11474
+ "integrity": "sha512-shc1dbU90Yl/xq1QrC7QRtfcwURZuVRfPhZbDoldJ1cn1gzDvBaBWlv0eFolj5+0znnPJz5TXLxsN77X/12KTA==",
11488
11475
  "dev": true,
11489
11476
  "license": "MIT",
11490
11477
  "peer": true
@@ -12111,31 +12098,31 @@
12111
12098
  }
12112
12099
  },
12113
12100
  "node_modules/expo": {
12114
- "version": "57.0.4",
12115
- "integrity": "sha512-5wW0SR6OnGUh+UPb3JWlFTAL22IgBcX36RqofjLAH2AuFqxAIpYIdwr9BYR9Wl3xyIe0t9lCoMQIZlAIZUNQvg==",
12101
+ "version": "57.0.9",
12102
+ "integrity": "sha512-NDEvnU+vjRdMbtOyDC25OSok9/E97al97pyx+bMphQgNRGAED0D7oF8ha7oGYsLE+7jFzpPADVM9S60dGbpHIA==",
12116
12103
  "license": "MIT",
12117
12104
  "peer": true,
12118
12105
  "dependencies": {
12119
12106
  "@babel/runtime": "^7.20.0",
12120
- "@expo/cli": "^57.0.6",
12121
- "@expo/config": "~57.0.3",
12122
- "@expo/config-plugins": "~57.0.3",
12123
- "@expo/devtools": "~57.0.0",
12124
- "@expo/dom-webview": "~57.0.0",
12125
- "@expo/fingerprint": "^0.20.3",
12126
- "@expo/local-build-cache-provider": "^57.0.2",
12127
- "@expo/log-box": "^57.0.0",
12107
+ "@expo/cli": "^57.0.11",
12108
+ "@expo/config": "~57.0.6",
12109
+ "@expo/config-plugins": "~57.0.6",
12110
+ "@expo/devtools": "~57.0.1",
12111
+ "@expo/dom-webview": "~57.0.1",
12112
+ "@expo/fingerprint": "^0.20.6",
12113
+ "@expo/local-build-cache-provider": "^57.0.5",
12114
+ "@expo/log-box": "^57.0.2",
12128
12115
  "@expo/metro": "~56.0.0",
12129
- "@expo/metro-config": "~57.0.3",
12116
+ "@expo/metro-config": "~57.0.7",
12130
12117
  "@ungap/structured-clone": "^1.3.0",
12131
- "babel-preset-expo": "~57.0.2",
12132
- "expo-asset": "~57.0.3",
12133
- "expo-constants": "~57.0.3",
12134
- "expo-file-system": "~57.0.0",
12135
- "expo-font": "~57.0.0",
12136
- "expo-keep-awake": "~57.0.0",
12137
- "expo-modules-autolinking": "~57.0.5",
12138
- "expo-modules-core": "~57.0.3",
12118
+ "babel-preset-expo": "~57.0.5",
12119
+ "expo-asset": "~57.0.8",
12120
+ "expo-constants": "~57.0.8",
12121
+ "expo-file-system": "~57.0.1",
12122
+ "expo-font": "~57.0.1",
12123
+ "expo-keep-awake": "~57.0.1",
12124
+ "expo-modules-autolinking": "~57.0.9",
12125
+ "expo-modules-core": "~57.0.8",
12139
12126
  "pretty-format": "^29.7.0",
12140
12127
  "react-refresh": "^0.14.2",
12141
12128
  "whatwg-url-minimum": "^0.1.2"
@@ -12181,13 +12168,13 @@
12181
12168
  }
12182
12169
  },
12183
12170
  "node_modules/expo-asset": {
12184
- "version": "57.0.3",
12185
- "integrity": "sha512-6E08JDuYrktY5pKNn2WiFBPBfj6bvFb++ccuBTijK8BUk/afSoy6n35h583LmC2YHgHTepWHHWNfr61nYcMd8Q==",
12171
+ "version": "57.0.8",
12172
+ "integrity": "sha512-sGocG+Wd2WcZ1KjKyB2LfUZXzrBM0VHEATGcpJKF9T3HM56M/sMbH73vv+n85u5Zr0FkJjEbV1DWhGPimCR1QQ==",
12186
12173
  "license": "MIT",
12187
12174
  "peer": true,
12188
12175
  "dependencies": {
12189
- "@expo/image-utils": "^0.11.1",
12190
- "expo-constants": "~57.0.3"
12176
+ "@expo/image-utils": "^0.11.4",
12177
+ "expo-constants": "~57.0.8"
12191
12178
  },
12192
12179
  "peerDependencies": {
12193
12180
  "expo": "*",
@@ -12263,12 +12250,12 @@
12263
12250
  }
12264
12251
  },
12265
12252
  "node_modules/expo-constants": {
12266
- "version": "57.0.3",
12267
- "integrity": "sha512-BghbZlzwFnA22BG0CWv6W29zx8w19FozYPfSeZ3HjMitoy4aAmF1FnFbbjYSmZz6HHXXTWOfqwobOEIaglfzxg==",
12253
+ "version": "57.0.8",
12254
+ "integrity": "sha512-ts+B7E5076BtkblrKGy7+Sm/R2obHfTwqhmYQVYbWRtilv3+C/xNwHZhyNEnAvzM/JjKqx7UdaITUBYaeFreZw==",
12268
12255
  "license": "MIT",
12269
12256
  "peer": true,
12270
12257
  "dependencies": {
12271
- "@expo/env": "~2.4.1"
12258
+ "@expo/env": "~2.4.2"
12272
12259
  },
12273
12260
  "peerDependencies": {
12274
12261
  "expo": "*",
@@ -12347,8 +12334,8 @@
12347
12334
  }
12348
12335
  },
12349
12336
  "node_modules/expo-keep-awake": {
12350
- "version": "57.0.0",
12351
- "integrity": "sha512-WqEoyDNSmUeAI9Gu7UaWKDjOhfaV+jGcms7N0hh/EAr7sqJrI2s0HpLSC3P9cWfXFUZCL1zZjd22m/NbsJYCKg==",
12337
+ "version": "57.0.1",
12338
+ "integrity": "sha512-28lkFImeXTS+bhAjuCFV7w7tW5bXg27BJVrxv+nC/nyYa86qEa0oFeHwqol6ha5k4pdVDQgBF09GM4A1k76Ssg==",
12352
12339
  "license": "MIT",
12353
12340
  "peer": true,
12354
12341
  "peerDependencies": {
@@ -12376,12 +12363,12 @@
12376
12363
  }
12377
12364
  },
12378
12365
  "node_modules/expo-modules-autolinking": {
12379
- "version": "57.0.5",
12380
- "integrity": "sha512-Vv2PVeEUN0/VW19ItkVA8LxAuH8SV8cjui0MKhJxCKrNyCAGGZU6sRsBJciYXR4uVxuXWKiepGW6E3k/c+Ytdg==",
12366
+ "version": "57.0.9",
12367
+ "integrity": "sha512-lj2nsAKMMRLXSFnGgaaQrWJ2fdSpLPc/bca6Rkiw4g8zYPn7qX4MRUJgavvzm/hBrzvMnlhXVgJtidOGuwBh+w==",
12381
12368
  "license": "MIT",
12382
12369
  "peer": true,
12383
12370
  "dependencies": {
12384
- "@expo/require-utils": "^57.0.1",
12371
+ "@expo/require-utils": "^57.0.4",
12385
12372
  "@expo/spawn-async": "^1.8.0",
12386
12373
  "chalk": "^4.1.0",
12387
12374
  "commander": "^7.2.0"
@@ -12452,8 +12439,8 @@
12452
12439
  }
12453
12440
  },
12454
12441
  "node_modules/expo-modules-jsi": {
12455
- "version": "57.0.1",
12456
- "integrity": "sha512-dECN3pOFv+KrQcGrOhJKEBc1/ob7SBjTTYGRB1bc84zmQ65La0FSrAPxpvnEQf8g9giLB5y9RLqwGxHspjXigQ==",
12442
+ "version": "57.0.4",
12443
+ "integrity": "sha512-vt7FyqUqqFXiRVnBqYD7y+GSPTgeua5Ocoy0+SYt+RSHkZEA2Fyop7If3g1TYDzQObYybPRo7TG2Rle1XLaWFw==",
12457
12444
  "license": "MIT",
12458
12445
  "peer": true,
12459
12446
  "peerDependencies": {
@@ -12503,8 +12490,8 @@
12503
12490
  }
12504
12491
  },
12505
12492
  "node_modules/expo-server": {
12506
- "version": "57.0.0",
12507
- "integrity": "sha512-18byjwFbHVFrGzI4IH1o2MZiiYwvO/y3d+JL3sq50Lg3Id1titwIRMh1fjbHbpM+wP6x14KJY0Ers1UYsjGq8Q==",
12493
+ "version": "57.0.1",
12494
+ "integrity": "sha512-sBfVDH6dmKVHZxqUxbfkzS00PZELMZt1IpnHKxcOTMZtR/t7CtRAFrbXcisG+EyzeqHSVDacZT+1tbYfZt5D8w==",
12508
12495
  "license": "MIT",
12509
12496
  "peer": true,
12510
12497
  "engines": {
@@ -12552,34 +12539,34 @@
12552
12539
  }
12553
12540
  },
12554
12541
  "node_modules/expo/node_modules/@expo/cli": {
12555
- "version": "57.0.6",
12556
- "integrity": "sha512-14wEb2e8lctlxGARbinUEr+9EmrTR2jIgcaPBBkZXDFMRJmdoY0ic18JuFJPi+7CuQ4XWiGK6obN4VK2PXosLA==",
12542
+ "version": "57.0.11",
12543
+ "integrity": "sha512-ENXCwRyL8Q9qbabUmm0L6w9kXTmdGotW7eDEEWmUDXLPux+nEzNDqw0MzWQ5K3ZsXS51QmUJZg5yETB+6SnNRg==",
12557
12544
  "license": "MIT",
12558
12545
  "peer": true,
12559
12546
  "dependencies": {
12560
12547
  "@expo/code-signing-certificates": "^0.0.6",
12561
- "@expo/config": "~57.0.3",
12562
- "@expo/config-plugins": "~57.0.3",
12548
+ "@expo/config": "~57.0.6",
12549
+ "@expo/config-plugins": "~57.0.6",
12563
12550
  "@expo/devcert": "^1.2.1",
12564
- "@expo/env": "~2.4.1",
12565
- "@expo/image-utils": "^0.11.1",
12566
- "@expo/inline-modules": "^0.1.2",
12567
- "@expo/json-file": "^11.0.0",
12568
- "@expo/log-box": "^57.0.0",
12551
+ "@expo/env": "~2.4.2",
12552
+ "@expo/image-utils": "^0.11.4",
12553
+ "@expo/inline-modules": "^0.1.4",
12554
+ "@expo/json-file": "^11.0.1",
12555
+ "@expo/log-box": "^57.0.2",
12569
12556
  "@expo/metro": "~56.0.0",
12570
- "@expo/metro-config": "~57.0.3",
12571
- "@expo/metro-file-map": "^57.0.0",
12572
- "@expo/osascript": "^2.7.0",
12573
- "@expo/package-manager": "^1.13.0",
12574
- "@expo/plist": "^0.8.0",
12575
- "@expo/prebuild-config": "^57.0.5",
12576
- "@expo/require-utils": "^57.0.1",
12577
- "@expo/router-server": "^57.0.2",
12578
- "@expo/schema-utils": "^57.0.1",
12557
+ "@expo/metro-config": "~57.0.7",
12558
+ "@expo/metro-file-map": "^57.0.1",
12559
+ "@expo/osascript": "^2.7.1",
12560
+ "@expo/package-manager": "^1.13.1",
12561
+ "@expo/plist": "^0.8.1",
12562
+ "@expo/prebuild-config": "^57.0.10",
12563
+ "@expo/require-utils": "^57.0.4",
12564
+ "@expo/router-server": "^57.0.4",
12565
+ "@expo/schema-utils": "^57.0.2",
12579
12566
  "@expo/spawn-async": "^1.8.0",
12580
12567
  "@expo/ws-tunnel": "^2.0.0",
12581
12568
  "@expo/xcpretty": "^4.4.4",
12582
- "@react-native/dev-middleware": "0.86.0",
12569
+ "@react-native/dev-middleware": "0.86.2",
12583
12570
  "accepts": "^1.3.8",
12584
12571
  "agent-cli-detector": "^0.1.2",
12585
12572
  "arg": "^5.0.2",
@@ -12591,7 +12578,7 @@
12591
12578
  "connect": "^3.7.0",
12592
12579
  "debug": "^4.3.4",
12593
12580
  "dnssd-advertise": "^1.1.4",
12594
- "expo-server": "^57.0.0",
12581
+ "expo-server": "^57.0.1",
12595
12582
  "fetch-nodeshim": "^0.4.10",
12596
12583
  "getenv": "^2.0.0",
12597
12584
  "glob": "^13.0.0",
@@ -12634,20 +12621,20 @@
12634
12621
  }
12635
12622
  },
12636
12623
  "node_modules/expo/node_modules/@expo/cli/node_modules/@expo/router-server": {
12637
- "version": "57.0.2",
12638
- "integrity": "sha512-hu9qhnq2PKuwMXIoRMAa2+HUeqSut9HwiQf3a62tfGTIxPN3rKUZ10TozEEB+Pd/7WIa238sXMS5v1YhTuC9gA==",
12624
+ "version": "57.0.4",
12625
+ "integrity": "sha512-ucqCP0hK8nZb9+S8QJYdQxNCkfRClzkKdg2RpWYDKDYgRIHyoRyxEDRgDgvbhH+q78yfY83abU8OTx8MMOrf1g==",
12639
12626
  "license": "MIT",
12640
12627
  "peer": true,
12641
12628
  "dependencies": {
12642
12629
  "debug": "^4.3.4"
12643
12630
  },
12644
12631
  "peerDependencies": {
12645
- "@expo/metro-runtime": "^57.0.3",
12632
+ "@expo/metro-runtime": "^57.0.7",
12646
12633
  "expo": "*",
12647
- "expo-constants": "^57.0.3",
12648
- "expo-font": "^57.0.0",
12634
+ "expo-constants": "^57.0.7",
12635
+ "expo-font": "^57.0.1",
12649
12636
  "expo-router": "*",
12650
- "expo-server": "^57.0.0",
12637
+ "expo-server": "^57.0.1",
12651
12638
  "react": "*",
12652
12639
  "react-dom": "*",
12653
12640
  "react-server-dom-webpack": "~19.0.1 || ~19.1.2 || ~19.2.1"
@@ -12668,26 +12655,26 @@
12668
12655
  }
12669
12656
  },
12670
12657
  "node_modules/expo/node_modules/@expo/prebuild-config": {
12671
- "version": "57.0.5",
12672
- "integrity": "sha512-KnKx6Iu4jppbNVtt9yTrN10OVoPZlOYYyLZuarY70u6fgUO9lYKDa06Hxv+PmIwcnygfj2CSBBl5ewBqS2bxtw==",
12658
+ "version": "57.0.10",
12659
+ "integrity": "sha512-myrS5NolFAQWD8g7QuqkettnkyJx3GRl603N6rlmqAMxmO5EU7sZu4EX2EsIKkva8QtpX84B0E17PsM9xXMsTQ==",
12673
12660
  "license": "MIT",
12674
12661
  "peer": true,
12675
12662
  "dependencies": {
12676
- "@expo/config": "~57.0.2",
12677
- "@expo/config-plugins": "~57.0.3",
12678
- "@expo/config-types": "^57.0.1",
12679
- "@expo/image-utils": "^0.11.1",
12680
- "@expo/json-file": "^11.0.0",
12681
- "@react-native/normalize-colors": "0.86.0",
12663
+ "@expo/config": "~57.0.6",
12664
+ "@expo/config-plugins": "~57.0.6",
12665
+ "@expo/config-types": "^57.0.2",
12666
+ "@expo/image-utils": "^0.11.4",
12667
+ "@expo/json-file": "^11.0.1",
12668
+ "@react-native/normalize-colors": "0.86.2",
12682
12669
  "debug": "^4.3.1",
12683
- "expo-modules-autolinking": "~57.0.5",
12670
+ "expo-modules-autolinking": "~57.0.9",
12684
12671
  "resolve-from": "^5.0.0",
12685
12672
  "semver": "^7.6.0"
12686
12673
  }
12687
12674
  },
12688
12675
  "node_modules/expo/node_modules/@react-native/debugger-frontend": {
12689
- "version": "0.86.0",
12690
- "integrity": "sha512-7Mb3nDfyJeys+ELF75Ageu7VKERlnIMoO+aNPoXqTXvz+b41L6l2CqMyLpDHxkBSlenij6gEepPNgaIyWHbJZw==",
12676
+ "version": "0.86.2",
12677
+ "integrity": "sha512-KGS1aV5F6cIqpnoIUhLBXyVzy1oAj8jBFGau6vX4Vy0HXRJN7p+68RU7x6NuyraHvQcR14ccMGT5TkFuNjQ4gA==",
12691
12678
  "license": "BSD-3-Clause",
12692
12679
  "peer": true,
12693
12680
  "engines": {
@@ -12695,14 +12682,14 @@
12695
12682
  }
12696
12683
  },
12697
12684
  "node_modules/expo/node_modules/@react-native/dev-middleware": {
12698
- "version": "0.86.0",
12699
- "integrity": "sha512-20pTO6yTybmvXvro520H6C7jydIQnLKOl5qFtVEcHSdFrY63r3OGei+Rx9bILgSRmH6jgnfEcijcMx7pwWuQtw==",
12685
+ "version": "0.86.2",
12686
+ "integrity": "sha512-B7L0vKvg+IcEElT7Vpqh1xj5yJAqWUegjbP+bQRaorJMAYnv11GkliTnZV2AdTDfZQJWgOEx8i8LGkHkUg7bnA==",
12700
12687
  "license": "MIT",
12701
12688
  "peer": true,
12702
12689
  "dependencies": {
12703
12690
  "@isaacs/ttlcache": "^1.4.1",
12704
- "@react-native/debugger-frontend": "0.86.0",
12705
- "@react-native/debugger-shell": "0.86.0",
12691
+ "@react-native/debugger-frontend": "0.86.2",
12692
+ "@react-native/debugger-shell": "0.86.2",
12706
12693
  "chrome-launcher": "^0.15.2",
12707
12694
  "chromium-edge-launcher": "^0.3.0",
12708
12695
  "connect": "^3.6.5",
@@ -12718,8 +12705,8 @@
12718
12705
  }
12719
12706
  },
12720
12707
  "node_modules/expo/node_modules/@react-native/dev-middleware/node_modules/ws": {
12721
- "version": "7.5.11",
12722
- "integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
12708
+ "version": "7.5.13",
12709
+ "integrity": "sha512-rsKI6xDBFVf4r/x8XyChGK04QR/XHroxs/jUcoWvtEZM8TPU/X/uIY9B1CsSzYws9ZJb/6bbBu7dPhFW00CAoA==",
12723
12710
  "license": "MIT",
12724
12711
  "peer": true,
12725
12712
  "engines": {
@@ -12739,8 +12726,8 @@
12739
12726
  }
12740
12727
  },
12741
12728
  "node_modules/expo/node_modules/@react-native/normalize-colors": {
12742
- "version": "0.86.0",
12743
- "integrity": "sha512-kG0wfCGghUKlfxkJyyHCDVutWVYWK7/DG58ojA/4v9EfulgF+osuSQmlbNb3rcKX58qutm7JcldSeVLgGFha9g==",
12729
+ "version": "0.86.2",
12730
+ "integrity": "sha512-EzPFc9Y6lzYOWeso2almwXI7f8+qReHxWvT+algsOczb2UhWXIWXDoSvkdwoSfiwwmGt/ijJgKJoeHlzPkLwRg==",
12744
12731
  "license": "MIT",
12745
12732
  "peer": true
12746
12733
  },
@@ -12841,8 +12828,8 @@
12841
12828
  "peer": true
12842
12829
  },
12843
12830
  "node_modules/expo/node_modules/expo-file-system": {
12844
- "version": "57.0.0",
12845
- "integrity": "sha512-G+eytNuNGMiS7dbdj1j0nAYMowXnNr1vpO+jss6nQvBlRxshcGBFMtk8xfc67ynz0MUVkzod7WwKO7Vf1iOaJw==",
12831
+ "version": "57.0.1",
12832
+ "integrity": "sha512-w7/ERvQFrGP2apTO9lDtZ+O6JQIhfakL7+Xqzh+rfMO9B4LB4qwrz+YvLgir8KFRVX64JHBnRuYBVLY1oQZcqw==",
12846
12833
  "license": "MIT",
12847
12834
  "peer": true,
12848
12835
  "peerDependencies": {
@@ -12851,8 +12838,8 @@
12851
12838
  }
12852
12839
  },
12853
12840
  "node_modules/expo/node_modules/expo-font": {
12854
- "version": "57.0.0",
12855
- "integrity": "sha512-zF+J7WrNFjqyAADwdvDgkFEoIQv9DqcjJ57HVstNEH7/7Tx1ThPEhKraodEQOwSjMYWirP+4BYsVbdb+/Zr4QQ==",
12841
+ "version": "57.0.1",
12842
+ "integrity": "sha512-QyS9L1Kh9sKJg4gfU6rdbpxpmH+DyzBX8z6jVvXMUDoqLr1GqmkO/Wu379KCXjL///kWbhpNlbi7AgBuj4VdIQ==",
12856
12843
  "license": "MIT",
12857
12844
  "peer": true,
12858
12845
  "dependencies": {
@@ -12865,13 +12852,13 @@
12865
12852
  }
12866
12853
  },
12867
12854
  "node_modules/expo/node_modules/expo-modules-core": {
12868
- "version": "57.0.3",
12869
- "integrity": "sha512-fuD3DjPQvdaldtCJm2erV2/trPMrDJvEwPdz0RuxAQnduiNwZ3yxBoi81ZEKC5GBSJauMo53YXSwogsFagjwFQ==",
12855
+ "version": "57.0.8",
12856
+ "integrity": "sha512-ZUU943Oso3B8jFggC+2+LOk8oa+im66IQlleYay6WP5iexbdF2fqpgC4BcYsN4xhCkDKh7KDINSt1FlcxyRRjQ==",
12870
12857
  "license": "MIT",
12871
12858
  "peer": true,
12872
12859
  "dependencies": {
12873
- "@expo/expo-modules-macros-plugin": "0.3.0",
12874
- "expo-modules-jsi": "~57.0.1",
12860
+ "@expo/expo-modules-macros-plugin": "0.6.1",
12861
+ "expo-modules-jsi": "~57.0.4",
12875
12862
  "invariant": "^2.2.4"
12876
12863
  },
12877
12864
  "peerDependencies": {
@@ -13196,8 +13183,8 @@
13196
13183
  "license": "MIT"
13197
13184
  },
13198
13185
  "node_modules/fast-uri": {
13199
- "version": "3.1.3",
13200
- "integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
13186
+ "version": "3.1.5",
13187
+ "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
13201
13188
  "dev": true,
13202
13189
  "funding": [
13203
13190
  {
@@ -13452,8 +13439,8 @@
13452
13439
  }
13453
13440
  },
13454
13441
  "node_modules/flatted": {
13455
- "version": "3.4.2",
13456
- "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
13442
+ "version": "3.4.4",
13443
+ "integrity": "sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==",
13457
13444
  "dev": true,
13458
13445
  "license": "ISC"
13459
13446
  },
@@ -13949,22 +13936,22 @@
13949
13936
  }
13950
13937
  },
13951
13938
  "node_modules/glob/node_modules/brace-expansion": {
13952
- "version": "5.0.7",
13953
- "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
13939
+ "version": "5.0.9",
13940
+ "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
13954
13941
  "license": "MIT",
13955
13942
  "dependencies": {
13956
13943
  "balanced-match": "^4.0.2"
13957
13944
  },
13958
13945
  "engines": {
13959
- "node": "18 || 20 || >=22"
13946
+ "node": "20 || >=22"
13960
13947
  }
13961
13948
  },
13962
13949
  "node_modules/glob/node_modules/minimatch": {
13963
- "version": "10.2.5",
13964
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
13950
+ "version": "10.2.6",
13951
+ "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
13965
13952
  "license": "BlueOak-1.0.0",
13966
13953
  "dependencies": {
13967
- "brace-expansion": "^5.0.5"
13954
+ "brace-expansion": "^5.0.8"
13968
13955
  },
13969
13956
  "engines": {
13970
13957
  "node": "18 || 20 || >=22"
@@ -16362,8 +16349,8 @@
16362
16349
  }
16363
16350
  },
16364
16351
  "node_modules/jest-expo/node_modules/brace-expansion": {
16365
- "version": "2.1.2",
16366
- "integrity": "sha512-w5JZcKgdhDOgOwm8H+KgbosopHMuGcl6qbulwjtz3SM7I7P3yW1eAjzMPLrIE+NQ9vjgANKHWeMHnrT0OXW1oA==",
16352
+ "version": "2.1.4",
16353
+ "integrity": "sha512-hGfVzPxthbf3+2yjg/RBs60cB0FhqBS/zvdV/4wn4/BmN0bNMMHPc4V/BbFieqf1TKAGGAHnY4eSjajCl0f2Xg==",
16367
16354
  "dev": true,
16368
16355
  "license": "MIT",
16369
16356
  "dependencies": {
@@ -17753,8 +17740,8 @@
17753
17740
  "license": "MIT"
17754
17741
  },
17755
17742
  "node_modules/js-yaml": {
17756
- "version": "3.15.0",
17757
- "integrity": "sha512-ttBQIIQPDeLjpPOohtUdXuXUVoA2uIB6fEH9HyJ7234s5mBJ5wTx20njxplLZQgLaOfpmPQA7X2t5AX6tIPbog==",
17743
+ "version": "3.15.1",
17744
+ "integrity": "sha512-S99WuO3HlhO3XN41EtYUNl9zzXjoJx7QvmipxsJVxtCBT0YHEFy+iOJhjSvrmV12nYhWpZaM8lPHkJm0yUMbag==",
17758
17745
  "license": "MIT",
17759
17746
  "dependencies": {
17760
17747
  "argparse": "^1.0.7",
@@ -18037,8 +18024,8 @@
18037
18024
  "license": "MIT"
18038
18025
  },
18039
18026
  "node_modules/lightningcss": {
18040
- "version": "1.32.0",
18041
- "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
18027
+ "version": "1.33.0",
18028
+ "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
18042
18029
  "license": "MPL-2.0",
18043
18030
  "peer": true,
18044
18031
  "dependencies": {
@@ -18052,22 +18039,22 @@
18052
18039
  "url": "https://opencollective.com/parcel"
18053
18040
  },
18054
18041
  "optionalDependencies": {
18055
- "lightningcss-android-arm64": "1.32.0",
18056
- "lightningcss-darwin-arm64": "1.32.0",
18057
- "lightningcss-darwin-x64": "1.32.0",
18058
- "lightningcss-freebsd-x64": "1.32.0",
18059
- "lightningcss-linux-arm-gnueabihf": "1.32.0",
18060
- "lightningcss-linux-arm64-gnu": "1.32.0",
18061
- "lightningcss-linux-arm64-musl": "1.32.0",
18062
- "lightningcss-linux-x64-gnu": "1.32.0",
18063
- "lightningcss-linux-x64-musl": "1.32.0",
18064
- "lightningcss-win32-arm64-msvc": "1.32.0",
18065
- "lightningcss-win32-x64-msvc": "1.32.0"
18042
+ "lightningcss-android-arm64": "1.33.0",
18043
+ "lightningcss-darwin-arm64": "1.33.0",
18044
+ "lightningcss-darwin-x64": "1.33.0",
18045
+ "lightningcss-freebsd-x64": "1.33.0",
18046
+ "lightningcss-linux-arm-gnueabihf": "1.33.0",
18047
+ "lightningcss-linux-arm64-gnu": "1.33.0",
18048
+ "lightningcss-linux-arm64-musl": "1.33.0",
18049
+ "lightningcss-linux-x64-gnu": "1.33.0",
18050
+ "lightningcss-linux-x64-musl": "1.33.0",
18051
+ "lightningcss-win32-arm64-msvc": "1.33.0",
18052
+ "lightningcss-win32-x64-msvc": "1.33.0"
18066
18053
  }
18067
18054
  },
18068
18055
  "node_modules/lightningcss-android-arm64": {
18069
- "version": "1.32.0",
18070
- "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
18056
+ "version": "1.33.0",
18057
+ "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
18071
18058
  "cpu": [
18072
18059
  "arm64"
18073
18060
  ],
@@ -18086,8 +18073,8 @@
18086
18073
  }
18087
18074
  },
18088
18075
  "node_modules/lightningcss-darwin-arm64": {
18089
- "version": "1.32.0",
18090
- "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
18076
+ "version": "1.33.0",
18077
+ "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
18091
18078
  "cpu": [
18092
18079
  "arm64"
18093
18080
  ],
@@ -18106,8 +18093,8 @@
18106
18093
  }
18107
18094
  },
18108
18095
  "node_modules/lightningcss-darwin-x64": {
18109
- "version": "1.32.0",
18110
- "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
18096
+ "version": "1.33.0",
18097
+ "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
18111
18098
  "cpu": [
18112
18099
  "x64"
18113
18100
  ],
@@ -18126,8 +18113,8 @@
18126
18113
  }
18127
18114
  },
18128
18115
  "node_modules/lightningcss-freebsd-x64": {
18129
- "version": "1.32.0",
18130
- "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
18116
+ "version": "1.33.0",
18117
+ "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
18131
18118
  "cpu": [
18132
18119
  "x64"
18133
18120
  ],
@@ -18146,8 +18133,8 @@
18146
18133
  }
18147
18134
  },
18148
18135
  "node_modules/lightningcss-linux-arm-gnueabihf": {
18149
- "version": "1.32.0",
18150
- "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
18136
+ "version": "1.33.0",
18137
+ "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
18151
18138
  "cpu": [
18152
18139
  "arm"
18153
18140
  ],
@@ -18166,8 +18153,8 @@
18166
18153
  }
18167
18154
  },
18168
18155
  "node_modules/lightningcss-linux-arm64-gnu": {
18169
- "version": "1.32.0",
18170
- "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
18156
+ "version": "1.33.0",
18157
+ "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
18171
18158
  "cpu": [
18172
18159
  "arm64"
18173
18160
  ],
@@ -18186,8 +18173,8 @@
18186
18173
  }
18187
18174
  },
18188
18175
  "node_modules/lightningcss-linux-arm64-musl": {
18189
- "version": "1.32.0",
18190
- "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
18176
+ "version": "1.33.0",
18177
+ "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
18191
18178
  "cpu": [
18192
18179
  "arm64"
18193
18180
  ],
@@ -18206,8 +18193,8 @@
18206
18193
  }
18207
18194
  },
18208
18195
  "node_modules/lightningcss-linux-x64-gnu": {
18209
- "version": "1.32.0",
18210
- "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
18196
+ "version": "1.33.0",
18197
+ "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
18211
18198
  "cpu": [
18212
18199
  "x64"
18213
18200
  ],
@@ -18226,8 +18213,8 @@
18226
18213
  }
18227
18214
  },
18228
18215
  "node_modules/lightningcss-linux-x64-musl": {
18229
- "version": "1.32.0",
18230
- "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
18216
+ "version": "1.33.0",
18217
+ "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
18231
18218
  "cpu": [
18232
18219
  "x64"
18233
18220
  ],
@@ -18246,8 +18233,8 @@
18246
18233
  }
18247
18234
  },
18248
18235
  "node_modules/lightningcss-win32-arm64-msvc": {
18249
- "version": "1.32.0",
18250
- "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
18236
+ "version": "1.33.0",
18237
+ "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
18251
18238
  "cpu": [
18252
18239
  "arm64"
18253
18240
  ],
@@ -18266,8 +18253,8 @@
18266
18253
  }
18267
18254
  },
18268
18255
  "node_modules/lightningcss-win32-x64-msvc": {
18269
- "version": "1.32.0",
18270
- "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
18256
+ "version": "1.33.0",
18257
+ "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
18271
18258
  "cpu": [
18272
18259
  "x64"
18273
18260
  ],
@@ -18337,20 +18324,6 @@
18337
18324
  "node": ">=4"
18338
18325
  }
18339
18326
  },
18340
- "node_modules/loader-runner": {
18341
- "version": "4.3.2",
18342
- "integrity": "sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w==",
18343
- "dev": true,
18344
- "license": "MIT",
18345
- "peer": true,
18346
- "engines": {
18347
- "node": ">=6.11.5"
18348
- },
18349
- "funding": {
18350
- "type": "opencollective",
18351
- "url": "https://opencollective.com/webpack"
18352
- }
18353
- },
18354
18327
  "node_modules/locate-path": {
18355
18328
  "version": "5.0.0",
18356
18329
  "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
@@ -19256,8 +19229,8 @@
19256
19229
  }
19257
19230
  },
19258
19231
  "node_modules/metro/node_modules/ws": {
19259
- "version": "7.5.11",
19260
- "integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
19232
+ "version": "7.5.13",
19233
+ "integrity": "sha512-rsKI6xDBFVf4r/x8XyChGK04QR/XHroxs/jUcoWvtEZM8TPU/X/uIY9B1CsSzYws9ZJb/6bbBu7dPhFW00CAoA==",
19261
19234
  "license": "MIT",
19262
19235
  "peer": true,
19263
19236
  "engines": {
@@ -19635,8 +19608,8 @@
19635
19608
  }
19636
19609
  },
19637
19610
  "node_modules/nanoid": {
19638
- "version": "3.3.15",
19639
- "integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==",
19611
+ "version": "3.3.16",
19612
+ "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
19640
19613
  "funding": [
19641
19614
  {
19642
19615
  "type": "github",
@@ -20218,12 +20191,13 @@
20218
20191
  }
20219
20192
  },
20220
20193
  "node_modules/own-keys": {
20221
- "version": "1.0.1",
20222
- "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
20194
+ "version": "1.0.2",
20195
+ "integrity": "sha512-19YVAg7T+WTrxggPukVq7DjTv6+PJ867TmhCvBsYwmbFCsZd344rq2Ld1p0wo8f8Qrrhgp82c6FJRqdXWtSEhg==",
20223
20196
  "dev": true,
20224
20197
  "license": "MIT",
20225
20198
  "dependencies": {
20226
- "get-intrinsic": "^1.2.6",
20199
+ "call-bound": "^1.0.4",
20200
+ "get-intrinsic": "^1.3.0",
20227
20201
  "object-keys": "^1.1.1",
20228
20202
  "safe-push-apply": "^1.0.0"
20229
20203
  },
@@ -20796,8 +20770,8 @@
20796
20770
  }
20797
20771
  },
20798
20772
  "node_modules/postcss": {
20799
- "version": "8.5.16",
20800
- "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==",
20773
+ "version": "8.5.25",
20774
+ "integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==",
20801
20775
  "funding": [
20802
20776
  {
20803
20777
  "type": "opencollective",
@@ -20815,7 +20789,7 @@
20815
20789
  "license": "MIT",
20816
20790
  "peer": true,
20817
20791
  "dependencies": {
20818
- "nanoid": "^3.3.12",
20792
+ "nanoid": "^3.3.16",
20819
20793
  "picocolors": "^1.1.1",
20820
20794
  "source-map-js": "^1.2.1"
20821
20795
  },
@@ -20859,8 +20833,8 @@
20859
20833
  }
20860
20834
  },
20861
20835
  "node_modules/prettier": {
20862
- "version": "3.9.5",
20863
- "integrity": "sha512-/FVl766LpUfB5vXgCYOYa0MeV/441Ia99AeICQIQFTY/Nw0roZwULcXpku5i1/m5kt/baz+s4Zogspd839HSMg==",
20836
+ "version": "3.9.6",
20837
+ "integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
20864
20838
  "dev": true,
20865
20839
  "license": "MIT",
20866
20840
  "peer": true,
@@ -21222,8 +21196,8 @@
21222
21196
  }
21223
21197
  },
21224
21198
  "node_modules/react-devtools-core/node_modules/ws": {
21225
- "version": "7.5.11",
21226
- "integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
21199
+ "version": "7.5.13",
21200
+ "integrity": "sha512-rsKI6xDBFVf4r/x8XyChGK04QR/XHroxs/jUcoWvtEZM8TPU/X/uIY9B1CsSzYws9ZJb/6bbBu7dPhFW00CAoA==",
21227
21201
  "license": "MIT",
21228
21202
  "engines": {
21229
21203
  "node": ">=8.3.0"
@@ -21270,8 +21244,8 @@
21270
21244
  }
21271
21245
  },
21272
21246
  "node_modules/react-is": {
21273
- "version": "19.2.7",
21274
- "integrity": "sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==",
21247
+ "version": "19.2.8",
21248
+ "integrity": "sha512-s5un28nYxKJw5gvUHyW5PCC28CvBqLu9r3cWgzHT4Vo/5fqqkFcdRYsGcKf50WMPpjjFZS5d76fn3YCo2njKwQ==",
21275
21249
  "license": "MIT"
21276
21250
  },
21277
21251
  "node_modules/react-lottie-player": {
@@ -21505,8 +21479,8 @@
21505
21479
  }
21506
21480
  },
21507
21481
  "node_modules/react-native-drawer-layout": {
21508
- "version": "4.2.7",
21509
- "integrity": "sha512-hhD+E0QmUPkP2Sj1MsUdrvU7GeOiHChPAFPtKahroTwlBGnpgJsUVSL0GWOy5cG3oCZfnu4Pb+gIzOa4ItGNuA==",
21482
+ "version": "4.2.9",
21483
+ "integrity": "sha512-ETOxvlhhb4LmuuG3RN7A3qwt9jr9AZ2it+1G2kNE4g2fTyxxay7QQkPm1HfKi/JzmMSWC5+YTepGSgZNpJIDGg==",
21510
21484
  "license": "MIT",
21511
21485
  "dependencies": {
21512
21486
  "color": "^4.2.3",
@@ -22138,8 +22112,8 @@
22138
22112
  }
22139
22113
  },
22140
22114
  "node_modules/react-native/node_modules/ws": {
22141
- "version": "6.2.4",
22142
- "integrity": "sha512-PNIUUyLI5YpkJZj60YBzX1o0ByQ4ovvfmq9N/Kig/PAYbVlGyz4R6G0SEWrD0O9acc0sT2+IdMBVLFv8FSi0Nw==",
22115
+ "version": "6.2.6",
22116
+ "integrity": "sha512-XTrf1gv7kXoVf1hbC3PAyAiPgR8Wz1blcrYIjEsUmr08BLksT41R8KbjmS9408C2ERx7v1JDLD/BkpLEttjfKA==",
22143
22117
  "license": "MIT",
22144
22118
  "dependencies": {
22145
22119
  "async-limiter": "~1.0.0"
@@ -23176,8 +23150,8 @@
23176
23150
  "license": "MIT"
23177
23151
  },
23178
23152
  "node_modules/sax": {
23179
- "version": "1.6.0",
23180
- "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
23153
+ "version": "1.6.1",
23154
+ "integrity": "sha512-42tBVwLWnaQvW5zc4HbZrTuWccECCZfBi92FDuwtqxasH+JbPB3/FOKb1m222K42R4WxuxzzMsTswfzgtSu64Q==",
23181
23155
  "license": "BlueOak-1.0.0",
23182
23156
  "engines": {
23183
23157
  "node": ">=11.0.0"
@@ -23415,8 +23389,8 @@
23415
23389
  }
23416
23390
  },
23417
23391
  "node_modules/shell-quote": {
23418
- "version": "1.9.0",
23419
- "integrity": "sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==",
23392
+ "version": "1.10.0",
23393
+ "integrity": "sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==",
23420
23394
  "license": "MIT",
23421
23395
  "engines": {
23422
23396
  "node": ">= 0.4"
@@ -24735,8 +24709,8 @@
24735
24709
  }
24736
24710
  },
24737
24711
  "node_modules/undici": {
24738
- "version": "7.28.0",
24739
- "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==",
24712
+ "version": "7.29.0",
24713
+ "integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==",
24740
24714
  "dev": true,
24741
24715
  "license": "MIT",
24742
24716
  "engines": {
@@ -25696,8 +25670,8 @@
25696
25670
  }
25697
25671
  },
25698
25672
  "node_modules/webpack": {
25699
- "version": "5.108.4",
25700
- "integrity": "sha512-yur8LyJoeiWh47dErD+Ok7vlbmDsJ3UbbRPAoxbGJ54WpE2y5yVo5G/inUzujnYgw3tPmBRdn+G7PoxXaYC33w==",
25673
+ "version": "5.109.2",
25674
+ "integrity": "sha512-U9/cvLzxObKNEZ9+TtdqrHM5/9z3lgl2c+c4BzbqGxFQvQvBAq87yql5A8pQ+rrMbS496MZJeF5enVBndIy2hw==",
25701
25675
  "dev": true,
25702
25676
  "license": "MIT",
25703
25677
  "peer": true,
@@ -25708,22 +25682,20 @@
25708
25682
  "@webassemblyjs/wasm-edit": "^1.14.1",
25709
25683
  "@webassemblyjs/wasm-parser": "^1.14.1",
25710
25684
  "acorn": "^8.16.0",
25711
- "acorn-import-phases": "^1.0.3",
25712
25685
  "browserslist": "^4.28.1",
25713
25686
  "chrome-trace-event": "^1.0.2",
25714
- "enhanced-resolve": "^5.22.2",
25687
+ "enhanced-resolve": "^5.24.4",
25715
25688
  "es-module-lexer": "^2.1.0",
25716
25689
  "eslint-scope": "5.1.1",
25717
25690
  "events": "^3.2.0",
25718
25691
  "graceful-fs": "^4.2.11",
25719
- "loader-runner": "^4.3.2",
25720
25692
  "mime-db": "^1.54.0",
25721
25693
  "minimizer-webpack-plugin": "^5.6.1",
25722
25694
  "neo-async": "^2.6.2",
25723
25695
  "schema-utils": "^4.3.3",
25724
25696
  "tapable": "^2.3.0",
25725
25697
  "watchpack": "^2.5.2",
25726
- "webpack-sources": "^3.5.0"
25698
+ "webpack-sources": "^3.5.1"
25727
25699
  },
25728
25700
  "bin": {
25729
25701
  "webpack": "bin/webpack.js"
@@ -26110,8 +26082,8 @@
26110
26082
  }
26111
26083
  },
26112
26084
  "node_modules/ws": {
26113
- "version": "8.21.0",
26114
- "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
26085
+ "version": "8.21.1",
26086
+ "integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==",
26115
26087
  "license": "MIT",
26116
26088
  "engines": {
26117
26089
  "node": ">=10.0.0"