@wavemaker/app-rn-runtime 11.15.5-rc.253 → 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.
- package/components/basic/bottomsheet/bottomsheet.component.js +131 -10
- package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -1
- package/components/basic/bottomsheet/bottomsheet.styles.js +0 -3
- package/components/basic/bottomsheet/bottomsheet.styles.js.map +1 -1
- package/components/basic/button/button.component.js +6 -4
- package/components/basic/button/button.component.js.map +1 -1
- package/components/basic/progress-circle/progress-circle.component.js +3 -1
- package/components/basic/progress-circle/progress-circle.component.js.map +1 -1
- package/components/container/container.component.js +23 -1
- package/components/container/container.component.js.map +1 -1
- package/components/container/container.props.js +1 -0
- package/components/container/container.props.js.map +1 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +25 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -1
- package/components/data/form/form-field/form-field.component.js +1 -0
- package/components/data/form/form-field/form-field.component.js.map +1 -1
- package/components/data/form/form-field/form-field.props.js +1 -0
- package/components/data/form/form-field/form-field.props.js.map +1 -1
- package/components/input/baseinput/baseinput.component.js +7 -0
- package/components/input/baseinput/baseinput.component.js.map +1 -1
- package/components/input/calendar/calendar.component.js +4 -0
- package/components/input/calendar/calendar.component.js.map +1 -1
- package/components/input/calendar/views/month-view.js +8 -1
- package/components/input/calendar/views/month-view.js.map +1 -1
- package/components/input/checkboxset/checkboxset.component.js +2 -2
- package/components/input/checkboxset/checkboxset.component.js.map +1 -1
- package/components/input/checkboxset/checkboxset.props.js +1 -0
- package/components/input/checkboxset/checkboxset.props.js.map +1 -1
- package/components/input/checkboxset/checkboxset.styles.js +6 -0
- package/components/input/checkboxset/checkboxset.styles.js.map +1 -1
- package/components/input/chips/chips.component.js +1 -1
- package/components/input/chips/chips.component.js.map +1 -1
- package/components/input/chips/chips.props.js +1 -0
- package/components/input/chips/chips.props.js.map +1 -1
- package/components/input/currency/currency.component.js +1 -0
- package/components/input/currency/currency.component.js.map +1 -1
- package/components/input/number/number.component.js +1 -0
- package/components/input/number/number.component.js.map +1 -1
- package/components/input/radioset/radioset.component.js +2 -2
- package/components/input/radioset/radioset.component.js.map +1 -1
- package/components/input/radioset/radioset.props.js +1 -0
- package/components/input/radioset/radioset.props.js.map +1 -1
- package/components/input/radioset/radioset.styles.js +6 -0
- package/components/input/radioset/radioset.styles.js.map +1 -1
- package/components/input/text/text.component.js +10 -0
- package/components/input/text/text.component.js.map +1 -1
- package/components/input/text/text.props.js +1 -0
- package/components/input/text/text.props.js.map +1 -1
- package/components/input/text/text.styles.js +7 -1
- package/components/input/text/text.styles.js.map +1 -1
- package/components/input/textarea/textarea.component.js +1 -0
- package/components/input/textarea/textarea.component.js.map +1 -1
- package/core/AppConfig.js.map +1 -1
- package/core/components/textinput.component.js +20 -3
- package/core/components/textinput.component.js.map +1 -1
- package/core/tappable.component.js +109 -15
- package/core/tappable.component.js.map +1 -1
- package/npm-shrinkwrap.json +585 -578
- package/package-lock.json +585 -578
- package/package.json +2 -2
- package/runtime/navigator/drawer.navigator.js +1 -0
- package/runtime/navigator/drawer.navigator.js.map +1 -1
- package/runtime/navigator/stack.navigator.js +13 -1
- package/runtime/navigator/stack.navigator.js.map +1 -1
- package/runtime/services/device/scan-service.js +12 -34
- package/runtime/services/device/scan-service.js.map +1 -1
- package/styles/theme.js +20 -10
- package/styles/theme.js.map +1 -1
- package/styles/theme.variables.js.map +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
|
3
|
-
"version": "11.15.5-rc.
|
|
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-rc.
|
|
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-rc.
|
|
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.
|
|
205
|
-
"integrity": "sha512-
|
|
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.
|
|
209
|
-
"@babel/types": "^7.29.
|
|
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.
|
|
555
|
-
"integrity": "sha512-
|
|
554
|
+
"version": "7.29.8",
|
|
555
|
+
"integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
|
|
556
556
|
"license": "MIT",
|
|
557
557
|
"dependencies": {
|
|
558
|
-
"@babel/types": "^7.29.
|
|
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.
|
|
1472
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
1779
|
-
"integrity": "sha512-
|
|
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.
|
|
1855
|
-
"integrity": "sha512
|
|
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.
|
|
2192
|
-
"integrity": "sha512-
|
|
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.
|
|
2196
|
+
"@babel/generator": "^7.29.8",
|
|
2197
2197
|
"@babel/helper-globals": "^7.29.7",
|
|
2198
|
-
"@babel/parser": "^7.29.
|
|
2198
|
+
"@babel/parser": "^7.29.8",
|
|
2199
2199
|
"@babel/template": "^7.29.7",
|
|
2200
|
-
"@babel/types": "^7.29.
|
|
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.
|
|
2209
|
-
"integrity": "sha512-
|
|
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",
|
|
@@ -2383,8 +2383,8 @@
|
|
|
2383
2383
|
}
|
|
2384
2384
|
},
|
|
2385
2385
|
"node_modules/@commitlint/is-ignored/node_modules/semver": {
|
|
2386
|
-
"version": "7.8.
|
|
2387
|
-
"integrity": "sha512-
|
|
2386
|
+
"version": "7.8.5",
|
|
2387
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2388
2388
|
"dev": true,
|
|
2389
2389
|
"license": "ISC",
|
|
2390
2390
|
"bin": {
|
|
@@ -2630,8 +2630,8 @@
|
|
|
2630
2630
|
}
|
|
2631
2631
|
},
|
|
2632
2632
|
"node_modules/@eslint-community/eslint-utils": {
|
|
2633
|
-
"version": "4.
|
|
2634
|
-
"integrity": "sha512-
|
|
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.
|
|
2673
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
2730
|
-
"integrity": "sha512-
|
|
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": "
|
|
2776
|
-
"integrity": "sha512
|
|
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": "~
|
|
2781
|
-
"@expo/config-types": "^
|
|
2782
|
-
"@expo/json-file": "^
|
|
2783
|
-
"@expo/require-utils": "^
|
|
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": "
|
|
2794
|
-
"integrity": "sha512
|
|
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": "^
|
|
2799
|
-
"@expo/json-file": "~
|
|
2800
|
-
"@expo/plist": "^0.
|
|
2801
|
-
"@expo/require-utils": "^
|
|
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",
|
|
@@ -2860,8 +2860,8 @@
|
|
|
2860
2860
|
"peer": true
|
|
2861
2861
|
},
|
|
2862
2862
|
"node_modules/@expo/config-plugins/node_modules/semver": {
|
|
2863
|
-
"version": "7.8.
|
|
2864
|
-
"integrity": "sha512-
|
|
2863
|
+
"version": "7.8.5",
|
|
2864
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2865
2865
|
"license": "ISC",
|
|
2866
2866
|
"peer": true,
|
|
2867
2867
|
"bin": {
|
|
@@ -2872,14 +2872,14 @@
|
|
|
2872
2872
|
}
|
|
2873
2873
|
},
|
|
2874
2874
|
"node_modules/@expo/config-types": {
|
|
2875
|
-
"version": "
|
|
2876
|
-
"integrity": "sha512-
|
|
2875
|
+
"version": "57.0.2",
|
|
2876
|
+
"integrity": "sha512-ewW08OonrcRIsRKIlFvvcmmafE5zemb1ocu3HkNwtVPyRtj2w42pZCAkMIROYpcVBaPnc3mDT9UZDzwXWC3i6g==",
|
|
2877
2877
|
"license": "MIT",
|
|
2878
2878
|
"peer": true
|
|
2879
2879
|
},
|
|
2880
2880
|
"node_modules/@expo/config/node_modules/semver": {
|
|
2881
|
-
"version": "7.8.
|
|
2882
|
-
"integrity": "sha512-
|
|
2881
|
+
"version": "7.8.5",
|
|
2882
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2883
2883
|
"license": "ISC",
|
|
2884
2884
|
"peer": true,
|
|
2885
2885
|
"bin": {
|
|
@@ -2909,8 +2909,8 @@
|
|
|
2909
2909
|
}
|
|
2910
2910
|
},
|
|
2911
2911
|
"node_modules/@expo/devtools": {
|
|
2912
|
-
"version": "
|
|
2913
|
-
"integrity": "sha512-
|
|
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": "
|
|
2983
|
-
"integrity": "sha512-
|
|
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.
|
|
2994
|
-
"integrity": "sha512-
|
|
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.
|
|
3057
|
-
"integrity": "sha512-
|
|
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.
|
|
3063
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
3109
|
-
"integrity": "sha512-
|
|
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": "
|
|
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.
|
|
3155
|
-
"integrity": "sha512-
|
|
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.
|
|
3159
|
+
"brace-expansion": "^5.0.8"
|
|
3160
3160
|
},
|
|
3161
3161
|
"engines": {
|
|
3162
3162
|
"node": "18 || 20 || >=22"
|
|
@@ -3166,8 +3166,8 @@
|
|
|
3166
3166
|
}
|
|
3167
3167
|
},
|
|
3168
3168
|
"node_modules/@expo/fingerprint/node_modules/semver": {
|
|
3169
|
-
"version": "7.8.
|
|
3170
|
-
"integrity": "sha512-
|
|
3169
|
+
"version": "7.8.5",
|
|
3170
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
3171
3171
|
"license": "ISC",
|
|
3172
3172
|
"peer": true,
|
|
3173
3173
|
"bin": {
|
|
@@ -3178,12 +3178,12 @@
|
|
|
3178
3178
|
}
|
|
3179
3179
|
},
|
|
3180
3180
|
"node_modules/@expo/image-utils": {
|
|
3181
|
-
"version": "0.
|
|
3182
|
-
"integrity": "sha512-
|
|
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": "^
|
|
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",
|
|
@@ -3242,8 +3242,8 @@
|
|
|
3242
3242
|
"peer": true
|
|
3243
3243
|
},
|
|
3244
3244
|
"node_modules/@expo/image-utils/node_modules/semver": {
|
|
3245
|
-
"version": "7.8.
|
|
3246
|
-
"integrity": "sha512-
|
|
3245
|
+
"version": "7.8.5",
|
|
3246
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
3247
3247
|
"license": "ISC",
|
|
3248
3248
|
"peer": true,
|
|
3249
3249
|
"bin": {
|
|
@@ -3254,17 +3254,17 @@
|
|
|
3254
3254
|
}
|
|
3255
3255
|
},
|
|
3256
3256
|
"node_modules/@expo/inline-modules": {
|
|
3257
|
-
"version": "0.
|
|
3258
|
-
"integrity": "sha512-
|
|
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": "~
|
|
3262
|
+
"@expo/config-plugins": "~57.0.6"
|
|
3263
3263
|
}
|
|
3264
3264
|
},
|
|
3265
3265
|
"node_modules/@expo/json-file": {
|
|
3266
|
-
"version": "
|
|
3267
|
-
"integrity": "sha512-
|
|
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": "
|
|
3277
|
-
"integrity": "sha512-
|
|
3276
|
+
"version": "57.0.5",
|
|
3277
|
+
"integrity": "sha512-OwiNC0Uxu67TOH7TEQ94GLa4oNzNfbbItKGdy3QMfX+hCSZv2VvjcjRo5vttMHfXCnXa9KZIu3GBS9pvtDHWhA==",
|
|
3278
3278
|
"license": "MIT",
|
|
3279
3279
|
"peer": true,
|
|
3280
3280
|
"dependencies": {
|
|
3281
|
-
"@expo/config": "~
|
|
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": "
|
|
3336
|
-
"integrity": "sha512-
|
|
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": "^
|
|
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": "^
|
|
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": "
|
|
3375
|
-
"integrity": "sha512-
|
|
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": "~
|
|
3383
|
-
"@expo/env": "~2.
|
|
3384
|
-
"@expo/json-file": "~
|
|
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": "^
|
|
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",
|
|
@@ -3393,7 +3393,7 @@
|
|
|
3393
3393
|
"debug": "^4.3.2",
|
|
3394
3394
|
"getenv": "^2.0.0",
|
|
3395
3395
|
"glob": "^13.0.0",
|
|
3396
|
-
"hermes-parser": "^0.
|
|
3396
|
+
"hermes-parser": "^0.36.0",
|
|
3397
3397
|
"jsc-safe-url": "^0.2.4",
|
|
3398
3398
|
"lightningcss": "^1.30.1",
|
|
3399
3399
|
"picomatch": "^4.0.4",
|
|
@@ -3459,8 +3459,8 @@
|
|
|
3459
3459
|
"peer": true
|
|
3460
3460
|
},
|
|
3461
3461
|
"node_modules/@expo/metro-file-map": {
|
|
3462
|
-
"version": "
|
|
3463
|
-
"integrity": "sha512-
|
|
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.
|
|
3477
|
-
"integrity": "sha512-
|
|
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.
|
|
3489
|
-
"integrity": "sha512-
|
|
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": "^
|
|
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.
|
|
3772
|
-
"integrity": "sha512-
|
|
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.
|
|
3783
|
-
"integrity": "sha512-
|
|
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.
|
|
3788
|
-
"@expo/config-plugins": "~54.0.
|
|
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.
|
|
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",
|
|
@@ -3799,25 +3799,16 @@
|
|
|
3799
3799
|
"expo": "*"
|
|
3800
3800
|
}
|
|
3801
3801
|
},
|
|
3802
|
-
"node_modules/@expo/prebuild-config/node_modules/@babel/code-frame": {
|
|
3803
|
-
"version": "7.10.4",
|
|
3804
|
-
"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
|
|
3805
|
-
"dev": true,
|
|
3806
|
-
"license": "MIT",
|
|
3807
|
-
"dependencies": {
|
|
3808
|
-
"@babel/highlight": "^7.10.4"
|
|
3809
|
-
}
|
|
3810
|
-
},
|
|
3811
3802
|
"node_modules/@expo/prebuild-config/node_modules/@expo/config": {
|
|
3812
|
-
"version": "12.0.
|
|
3813
|
-
"integrity": "sha512-
|
|
3803
|
+
"version": "12.0.14",
|
|
3804
|
+
"integrity": "sha512-3dfbBd9LnPDgyylhCgkOsaG8Adg52uOVOTQYH5lf23a/t8M5eQpXKCvzUarrf62B78057n2NnkiofK9TfPgvzw==",
|
|
3814
3805
|
"dev": true,
|
|
3815
3806
|
"license": "MIT",
|
|
3816
3807
|
"dependencies": {
|
|
3817
3808
|
"@babel/code-frame": "~7.10.4",
|
|
3818
|
-
"@expo/config-plugins": "~54.0.
|
|
3809
|
+
"@expo/config-plugins": "~54.0.5",
|
|
3819
3810
|
"@expo/config-types": "^54.0.10",
|
|
3820
|
-
"@expo/json-file": "^10.0.
|
|
3811
|
+
"@expo/json-file": "^10.0.16",
|
|
3821
3812
|
"deepmerge": "^4.3.1",
|
|
3822
3813
|
"getenv": "^2.0.0",
|
|
3823
3814
|
"glob": "^13.0.0",
|
|
@@ -3830,14 +3821,14 @@
|
|
|
3830
3821
|
}
|
|
3831
3822
|
},
|
|
3832
3823
|
"node_modules/@expo/prebuild-config/node_modules/@expo/config-plugins": {
|
|
3833
|
-
"version": "54.0.
|
|
3834
|
-
"integrity": "sha512-
|
|
3824
|
+
"version": "54.0.5",
|
|
3825
|
+
"integrity": "sha512-aWQ3sViNRoQWw6So4A2qhWCt24CuGBK6MrRHI1AG+V6/NQAjIZCHaSvcXK2gXKpmisRhTSUWaKPIgLJQFB+AeQ==",
|
|
3835
3826
|
"dev": true,
|
|
3836
3827
|
"license": "MIT",
|
|
3837
3828
|
"dependencies": {
|
|
3838
3829
|
"@expo/config-types": "^54.0.10",
|
|
3839
|
-
"@expo/json-file": "~10.0.
|
|
3840
|
-
"@expo/plist": "^0.4.
|
|
3830
|
+
"@expo/json-file": "~10.0.16",
|
|
3831
|
+
"@expo/plist": "^0.4.9",
|
|
3841
3832
|
"@expo/sdk-runtime-versions": "^1.0.0",
|
|
3842
3833
|
"chalk": "^4.1.2",
|
|
3843
3834
|
"debug": "^4.3.5",
|
|
@@ -3851,19 +3842,47 @@
|
|
|
3851
3842
|
"xml2js": "0.6.0"
|
|
3852
3843
|
}
|
|
3853
3844
|
},
|
|
3845
|
+
"node_modules/@expo/prebuild-config/node_modules/@expo/config-plugins/node_modules/@babel/code-frame": {
|
|
3846
|
+
"version": "7.10.4",
|
|
3847
|
+
"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
|
|
3848
|
+
"dev": true,
|
|
3849
|
+
"license": "MIT",
|
|
3850
|
+
"dependencies": {
|
|
3851
|
+
"@babel/highlight": "^7.10.4"
|
|
3852
|
+
}
|
|
3853
|
+
},
|
|
3854
|
+
"node_modules/@expo/prebuild-config/node_modules/@expo/config-plugins/node_modules/@expo/json-file": {
|
|
3855
|
+
"version": "10.0.16",
|
|
3856
|
+
"integrity": "sha512-fcVkWEj+hLuP2yt5W0aw6LmDRqSPWDLUSxOMcmFeV+algmIF59sQVKCwB9btjQLd4V6x9N0pISkQEkBubUHrCw==",
|
|
3857
|
+
"dev": true,
|
|
3858
|
+
"license": "MIT",
|
|
3859
|
+
"dependencies": {
|
|
3860
|
+
"@babel/code-frame": "~7.10.4",
|
|
3861
|
+
"json5": "^2.2.3"
|
|
3862
|
+
}
|
|
3863
|
+
},
|
|
3854
3864
|
"node_modules/@expo/prebuild-config/node_modules/@expo/config-types": {
|
|
3855
3865
|
"version": "54.0.10",
|
|
3856
3866
|
"integrity": "sha512-/J16SC2an1LdtCZ67xhSkGXpALYUVUNyZws7v+PVsFZxClYehDSoKLqyRaGkpHlYrCc08bS0RF5E0JV6g50psA==",
|
|
3857
3867
|
"dev": true,
|
|
3858
3868
|
"license": "MIT"
|
|
3859
3869
|
},
|
|
3870
|
+
"node_modules/@expo/prebuild-config/node_modules/@expo/config/node_modules/@babel/code-frame": {
|
|
3871
|
+
"version": "7.10.4",
|
|
3872
|
+
"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
|
|
3873
|
+
"dev": true,
|
|
3874
|
+
"license": "MIT",
|
|
3875
|
+
"dependencies": {
|
|
3876
|
+
"@babel/highlight": "^7.10.4"
|
|
3877
|
+
}
|
|
3878
|
+
},
|
|
3860
3879
|
"node_modules/@expo/prebuild-config/node_modules/@expo/image-utils": {
|
|
3861
|
-
"version": "0.8.
|
|
3862
|
-
"integrity": "sha512-
|
|
3880
|
+
"version": "0.8.15",
|
|
3881
|
+
"integrity": "sha512-3f5CgKJnJ8m4mp8VTcAFQqLrxof99RDr77Aa+7hgzDPg3ZotjLnofl77hf+COQRYi/kuqRYdYFgPIqOIOIdWJA==",
|
|
3863
3882
|
"dev": true,
|
|
3864
3883
|
"license": "MIT",
|
|
3865
3884
|
"dependencies": {
|
|
3866
|
-
"@expo/require-utils": "^55.0.
|
|
3885
|
+
"@expo/require-utils": "^55.0.6",
|
|
3867
3886
|
"@expo/spawn-async": "^1.7.2",
|
|
3868
3887
|
"chalk": "^4.0.0",
|
|
3869
3888
|
"getenv": "^2.0.0",
|
|
@@ -3873,12 +3892,12 @@
|
|
|
3873
3892
|
}
|
|
3874
3893
|
},
|
|
3875
3894
|
"node_modules/@expo/prebuild-config/node_modules/@expo/json-file": {
|
|
3876
|
-
"version": "10.0
|
|
3877
|
-
"integrity": "sha512-
|
|
3895
|
+
"version": "10.2.0",
|
|
3896
|
+
"integrity": "sha512-S6XzKe3R9GQeHiUPXc3xJjOv2VJhOEwFYf7xdC2z2cUqt3kZJ9mSO877sNQloVdnW/SUCtPY3bexlM7nwq+CAQ==",
|
|
3878
3897
|
"dev": true,
|
|
3879
3898
|
"license": "MIT",
|
|
3880
3899
|
"dependencies": {
|
|
3881
|
-
"@babel/code-frame": "
|
|
3900
|
+
"@babel/code-frame": "^7.20.0",
|
|
3882
3901
|
"json5": "^2.2.3"
|
|
3883
3902
|
}
|
|
3884
3903
|
},
|
|
@@ -3894,8 +3913,8 @@
|
|
|
3894
3913
|
}
|
|
3895
3914
|
},
|
|
3896
3915
|
"node_modules/@expo/prebuild-config/node_modules/@expo/require-utils": {
|
|
3897
|
-
"version": "55.0.
|
|
3898
|
-
"integrity": "sha512-
|
|
3916
|
+
"version": "55.0.6",
|
|
3917
|
+
"integrity": "sha512-IqsRGPdGbF0lAIrg3XQ+GzcITYcsskvIRmFAjw2kBnr8RgSrRhFAJY1bKksukEUsuZy0knhTCVIIUce7hocqeA==",
|
|
3899
3918
|
"dev": true,
|
|
3900
3919
|
"license": "MIT",
|
|
3901
3920
|
"dependencies": {
|
|
@@ -3912,20 +3931,6 @@
|
|
|
3912
3931
|
}
|
|
3913
3932
|
}
|
|
3914
3933
|
},
|
|
3915
|
-
"node_modules/@expo/prebuild-config/node_modules/@expo/require-utils/node_modules/@babel/code-frame": {
|
|
3916
|
-
"version": "7.29.7",
|
|
3917
|
-
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
3918
|
-
"dev": true,
|
|
3919
|
-
"license": "MIT",
|
|
3920
|
-
"dependencies": {
|
|
3921
|
-
"@babel/helper-validator-identifier": "^7.29.7",
|
|
3922
|
-
"js-tokens": "^4.0.0",
|
|
3923
|
-
"picocolors": "^1.1.1"
|
|
3924
|
-
},
|
|
3925
|
-
"engines": {
|
|
3926
|
-
"node": ">=6.9.0"
|
|
3927
|
-
}
|
|
3928
|
-
},
|
|
3929
3934
|
"node_modules/@expo/prebuild-config/node_modules/@react-native/normalize-colors": {
|
|
3930
3935
|
"version": "0.81.5",
|
|
3931
3936
|
"integrity": "sha512-0HuJ8YtqlTVRXGZuGeBejLE04wSQsibpTI+RGOyVqxZvgtlLLC/Ssw0UmbHhT4lYMp2fhdtvKZSs5emWB1zR/g==",
|
|
@@ -3982,8 +3987,8 @@
|
|
|
3982
3987
|
"license": "MIT"
|
|
3983
3988
|
},
|
|
3984
3989
|
"node_modules/@expo/prebuild-config/node_modules/semver": {
|
|
3985
|
-
"version": "7.8.
|
|
3986
|
-
"integrity": "sha512-
|
|
3990
|
+
"version": "7.8.5",
|
|
3991
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
3987
3992
|
"dev": true,
|
|
3988
3993
|
"license": "ISC",
|
|
3989
3994
|
"bin": {
|
|
@@ -3994,8 +3999,8 @@
|
|
|
3994
3999
|
}
|
|
3995
4000
|
},
|
|
3996
4001
|
"node_modules/@expo/require-utils": {
|
|
3997
|
-
"version": "
|
|
3998
|
-
"integrity": "sha512-
|
|
4002
|
+
"version": "57.0.4",
|
|
4003
|
+
"integrity": "sha512-e7xbg/9BTQcsZE/oErafZXtI7kh5IgfasLJ97J5sFSzX2cA74pDvdlhW1KHVSaDkQyQv6h1LSLhsY7dEeOk7hw==",
|
|
3999
4004
|
"license": "MIT",
|
|
4000
4005
|
"peer": true,
|
|
4001
4006
|
"dependencies": {
|
|
@@ -4004,7 +4009,7 @@
|
|
|
4004
4009
|
"@babel/plugin-transform-modules-commonjs": "^7.24.8"
|
|
4005
4010
|
},
|
|
4006
4011
|
"peerDependencies": {
|
|
4007
|
-
"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"
|
|
4008
4013
|
},
|
|
4009
4014
|
"peerDependenciesMeta": {
|
|
4010
4015
|
"typescript": {
|
|
@@ -4013,8 +4018,8 @@
|
|
|
4013
4018
|
}
|
|
4014
4019
|
},
|
|
4015
4020
|
"node_modules/@expo/schema-utils": {
|
|
4016
|
-
"version": "
|
|
4017
|
-
"integrity": "sha512-
|
|
4021
|
+
"version": "57.0.2",
|
|
4022
|
+
"integrity": "sha512-fMu/jyN0l1Wzv7XkeWR4IYCx1M8ryui3FdBNGrWwbRgJ7EhxXxK8E2jxP2W3pbgUwUY0V3hG8+GyfCZwny+Lxw==",
|
|
4018
4023
|
"license": "MIT",
|
|
4019
4024
|
"peer": true
|
|
4020
4025
|
},
|
|
@@ -4129,8 +4134,8 @@
|
|
|
4129
4134
|
"peer": true
|
|
4130
4135
|
},
|
|
4131
4136
|
"node_modules/@expo/xcpretty/node_modules/js-yaml": {
|
|
4132
|
-
"version": "4.
|
|
4133
|
-
"integrity": "sha512-
|
|
4137
|
+
"version": "4.3.1",
|
|
4138
|
+
"integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
|
|
4134
4139
|
"funding": [
|
|
4135
4140
|
{
|
|
4136
4141
|
"type": "github",
|
|
@@ -4713,8 +4718,8 @@
|
|
|
4713
4718
|
}
|
|
4714
4719
|
},
|
|
4715
4720
|
"node_modules/@jest/reporters/node_modules/semver": {
|
|
4716
|
-
"version": "7.8.
|
|
4717
|
-
"integrity": "sha512-
|
|
4721
|
+
"version": "7.8.5",
|
|
4722
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
4718
4723
|
"dev": true,
|
|
4719
4724
|
"license": "ISC",
|
|
4720
4725
|
"bin": {
|
|
@@ -5307,8 +5312,8 @@
|
|
|
5307
5312
|
}
|
|
5308
5313
|
},
|
|
5309
5314
|
"node_modules/@react-native-community/eslint-config/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
|
|
5310
|
-
"version": "7.8.
|
|
5311
|
-
"integrity": "sha512-
|
|
5315
|
+
"version": "7.8.5",
|
|
5316
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
5312
5317
|
"dev": true,
|
|
5313
5318
|
"license": "ISC",
|
|
5314
5319
|
"bin": {
|
|
@@ -5425,8 +5430,8 @@
|
|
|
5425
5430
|
}
|
|
5426
5431
|
},
|
|
5427
5432
|
"node_modules/@react-native-community/eslint-config/node_modules/eslint-plugin-jest/node_modules/semver": {
|
|
5428
|
-
"version": "7.8.
|
|
5429
|
-
"integrity": "sha512-
|
|
5433
|
+
"version": "7.8.5",
|
|
5434
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
5430
5435
|
"dev": true,
|
|
5431
5436
|
"license": "ISC",
|
|
5432
5437
|
"bin": {
|
|
@@ -5582,27 +5587,27 @@
|
|
|
5582
5587
|
}
|
|
5583
5588
|
},
|
|
5584
5589
|
"node_modules/@react-native/babel-plugin-codegen": {
|
|
5585
|
-
"version": "0.
|
|
5586
|
-
"integrity": "sha512-
|
|
5590
|
+
"version": "0.86.2",
|
|
5591
|
+
"integrity": "sha512-NNDZqOlNbH5SzgPks1jFDYH3234Rpa5e/nhZymxhIiBH3NcE3uD+rGj/HWXhH7nHF2ToGK6XbUpqy7nmJPeh+g==",
|
|
5587
5592
|
"license": "MIT",
|
|
5588
5593
|
"peer": true,
|
|
5589
5594
|
"dependencies": {
|
|
5590
5595
|
"@babel/traverse": "^7.29.0",
|
|
5591
|
-
"@react-native/codegen": "0.
|
|
5596
|
+
"@react-native/codegen": "0.86.2"
|
|
5592
5597
|
},
|
|
5593
5598
|
"engines": {
|
|
5594
5599
|
"node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0"
|
|
5595
5600
|
}
|
|
5596
5601
|
},
|
|
5597
5602
|
"node_modules/@react-native/codegen": {
|
|
5598
|
-
"version": "0.
|
|
5599
|
-
"integrity": "sha512
|
|
5603
|
+
"version": "0.86.2",
|
|
5604
|
+
"integrity": "sha512-xKkudsahUJ1n//55g4fXk5BStVqqmZlz8HQveL45ZxcfDnwvhuYe2GymksQANFsSN+slvrarjrfq8kIxJzbceA==",
|
|
5600
5605
|
"license": "MIT",
|
|
5601
5606
|
"peer": true,
|
|
5602
5607
|
"dependencies": {
|
|
5603
5608
|
"@babel/core": "^7.25.2",
|
|
5604
5609
|
"@babel/parser": "^7.29.0",
|
|
5605
|
-
"hermes-parser": "0.
|
|
5610
|
+
"hermes-parser": "0.36.0",
|
|
5606
5611
|
"invariant": "^2.2.4",
|
|
5607
5612
|
"nullthrows": "^1.1.1",
|
|
5608
5613
|
"tinyglobby": "^0.2.15",
|
|
@@ -5629,6 +5634,21 @@
|
|
|
5629
5634
|
"node": ">=12"
|
|
5630
5635
|
}
|
|
5631
5636
|
},
|
|
5637
|
+
"node_modules/@react-native/codegen/node_modules/hermes-estree": {
|
|
5638
|
+
"version": "0.36.0",
|
|
5639
|
+
"integrity": "sha512-A1+8zn5oss2CFP7pKsOaxorQG6FNIz1WU1VDqruLPPZl3LVgeE2C5xfFg8Ow6/Ow4mSslLLtYP1J3n38eKyW9w==",
|
|
5640
|
+
"license": "MIT",
|
|
5641
|
+
"peer": true
|
|
5642
|
+
},
|
|
5643
|
+
"node_modules/@react-native/codegen/node_modules/hermes-parser": {
|
|
5644
|
+
"version": "0.36.0",
|
|
5645
|
+
"integrity": "sha512-GdpwMmH5x6IpC1cijvcvYnlPB60Mh6kTSF/NFdYV/j56gYdi+0RIakYs+eqOV+bbO0SW7mgVVGSsTJxyPQfo3w==",
|
|
5646
|
+
"license": "MIT",
|
|
5647
|
+
"peer": true,
|
|
5648
|
+
"dependencies": {
|
|
5649
|
+
"hermes-estree": "0.36.0"
|
|
5650
|
+
}
|
|
5651
|
+
},
|
|
5632
5652
|
"node_modules/@react-native/codegen/node_modules/yargs": {
|
|
5633
5653
|
"version": "17.7.3",
|
|
5634
5654
|
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
@@ -6025,8 +6045,8 @@
|
|
|
6025
6045
|
}
|
|
6026
6046
|
},
|
|
6027
6047
|
"node_modules/@react-native/community-cli-plugin/node_modules/semver": {
|
|
6028
|
-
"version": "7.8.
|
|
6029
|
-
"integrity": "sha512-
|
|
6048
|
+
"version": "7.8.5",
|
|
6049
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
6030
6050
|
"license": "ISC",
|
|
6031
6051
|
"bin": {
|
|
6032
6052
|
"semver": "bin/semver.js"
|
|
@@ -6044,8 +6064,8 @@
|
|
|
6044
6064
|
}
|
|
6045
6065
|
},
|
|
6046
6066
|
"node_modules/@react-native/community-cli-plugin/node_modules/ws": {
|
|
6047
|
-
"version": "7.5.
|
|
6048
|
-
"integrity": "sha512-
|
|
6067
|
+
"version": "7.5.13",
|
|
6068
|
+
"integrity": "sha512-rsKI6xDBFVf4r/x8XyChGK04QR/XHroxs/jUcoWvtEZM8TPU/X/uIY9B1CsSzYws9ZJb/6bbBu7dPhFW00CAoA==",
|
|
6049
6069
|
"license": "MIT",
|
|
6050
6070
|
"engines": {
|
|
6051
6071
|
"node": ">=8.3.0"
|
|
@@ -6097,8 +6117,8 @@
|
|
|
6097
6117
|
}
|
|
6098
6118
|
},
|
|
6099
6119
|
"node_modules/@react-native/debugger-shell": {
|
|
6100
|
-
"version": "0.
|
|
6101
|
-
"integrity": "sha512-/
|
|
6120
|
+
"version": "0.86.2",
|
|
6121
|
+
"integrity": "sha512-/TaVJ2+gGajZPJGrFaObUQmHmlaxAlfmOPZicl6pNKDUjzSgFMpcLkdTOExvb+USYTVdGX1XwxXyvjQdUO2bvg==",
|
|
6102
6122
|
"license": "MIT",
|
|
6103
6123
|
"peer": true,
|
|
6104
6124
|
"dependencies": {
|
|
@@ -6132,8 +6152,8 @@
|
|
|
6132
6152
|
}
|
|
6133
6153
|
},
|
|
6134
6154
|
"node_modules/@react-native/dev-middleware/node_modules/ws": {
|
|
6135
|
-
"version": "6.2.
|
|
6136
|
-
"integrity": "sha512-
|
|
6155
|
+
"version": "6.2.6",
|
|
6156
|
+
"integrity": "sha512-XTrf1gv7kXoVf1hbC3PAyAiPgR8Wz1blcrYIjEsUmr08BLksT41R8KbjmS9408C2ERx7v1JDLD/BkpLEttjfKA==",
|
|
6137
6157
|
"license": "MIT",
|
|
6138
6158
|
"dependencies": {
|
|
6139
6159
|
"async-limiter": "~1.0.0"
|
|
@@ -6161,11 +6181,11 @@
|
|
|
6161
6181
|
"license": "MIT"
|
|
6162
6182
|
},
|
|
6163
6183
|
"node_modules/@react-navigation/core": {
|
|
6164
|
-
"version": "7.21.
|
|
6165
|
-
"integrity": "sha512-
|
|
6184
|
+
"version": "7.21.11",
|
|
6185
|
+
"integrity": "sha512-bCW1PsLA/eOXDOukcJFEzlcL3Zpy8DJuDCfkDDwAQlAgoSZ/J9+ZeDRUMmCUi6xbnFgvFEEIMertaLeErOFP0Q==",
|
|
6166
6186
|
"license": "MIT",
|
|
6167
6187
|
"dependencies": {
|
|
6168
|
-
"@react-navigation/routers": "^7.6.
|
|
6188
|
+
"@react-navigation/routers": "^7.6.4",
|
|
6169
6189
|
"escape-string-regexp": "^4.0.0",
|
|
6170
6190
|
"fast-deep-equal": "^3.1.3",
|
|
6171
6191
|
"nanoid": "^3.3.11",
|
|
@@ -6199,8 +6219,8 @@
|
|
|
6199
6219
|
}
|
|
6200
6220
|
},
|
|
6201
6221
|
"node_modules/@react-navigation/drawer/node_modules/@react-navigation/elements": {
|
|
6202
|
-
"version": "2.9.
|
|
6203
|
-
"integrity": "sha512
|
|
6222
|
+
"version": "2.9.36",
|
|
6223
|
+
"integrity": "sha512-+10x9s5v2Q7FwAYdSmPMgILtxZyC5e4hWJQu8g5o3u4p8DUToTBmGvys/UvmEr+h9xmm0Go42qw9Ff2ape53kQ==",
|
|
6204
6224
|
"license": "MIT",
|
|
6205
6225
|
"dependencies": {
|
|
6206
6226
|
"color": "^4.2.3",
|
|
@@ -6209,7 +6229,7 @@
|
|
|
6209
6229
|
},
|
|
6210
6230
|
"peerDependencies": {
|
|
6211
6231
|
"@react-native-masked-view/masked-view": ">= 0.2.0",
|
|
6212
|
-
"@react-navigation/native": "^7.3.
|
|
6232
|
+
"@react-navigation/native": "^7.3.14",
|
|
6213
6233
|
"react": ">= 18.2.0",
|
|
6214
6234
|
"react-native": "*",
|
|
6215
6235
|
"react-native-safe-area-context": ">= 4.0.0"
|
|
@@ -6237,8 +6257,8 @@
|
|
|
6237
6257
|
}
|
|
6238
6258
|
},
|
|
6239
6259
|
"node_modules/@react-navigation/routers": {
|
|
6240
|
-
"version": "7.6.
|
|
6241
|
-
"integrity": "sha512-
|
|
6260
|
+
"version": "7.6.4",
|
|
6261
|
+
"integrity": "sha512-GI7eJm8/KsZUQaYcXvEExikKurRZRgEsSzyZ7faENfi65yqJBCXjDMwyN1pF6pNW1MoLH1ErDwDivFxY6BzD3w==",
|
|
6242
6262
|
"license": "MIT",
|
|
6243
6263
|
"dependencies": {
|
|
6244
6264
|
"nanoid": "^3.3.11"
|
|
@@ -6262,8 +6282,8 @@
|
|
|
6262
6282
|
}
|
|
6263
6283
|
},
|
|
6264
6284
|
"node_modules/@react-navigation/stack/node_modules/@react-navigation/elements": {
|
|
6265
|
-
"version": "2.9.
|
|
6266
|
-
"integrity": "sha512
|
|
6285
|
+
"version": "2.9.36",
|
|
6286
|
+
"integrity": "sha512-+10x9s5v2Q7FwAYdSmPMgILtxZyC5e4hWJQu8g5o3u4p8DUToTBmGvys/UvmEr+h9xmm0Go42qw9Ff2ape53kQ==",
|
|
6267
6287
|
"license": "MIT",
|
|
6268
6288
|
"dependencies": {
|
|
6269
6289
|
"color": "^4.2.3",
|
|
@@ -6272,7 +6292,7 @@
|
|
|
6272
6292
|
},
|
|
6273
6293
|
"peerDependencies": {
|
|
6274
6294
|
"@react-native-masked-view/masked-view": ">= 0.2.0",
|
|
6275
|
-
"@react-navigation/native": "^7.3.
|
|
6295
|
+
"@react-navigation/native": "^7.3.14",
|
|
6276
6296
|
"react": ">= 18.2.0",
|
|
6277
6297
|
"react-native": "*",
|
|
6278
6298
|
"react-native-safe-area-context": ">= 4.0.0"
|
|
@@ -6302,8 +6322,8 @@
|
|
|
6302
6322
|
}
|
|
6303
6323
|
},
|
|
6304
6324
|
"node_modules/@sinclair/typebox": {
|
|
6305
|
-
"version": "0.27.
|
|
6306
|
-
"integrity": "sha512-
|
|
6325
|
+
"version": "0.27.12",
|
|
6326
|
+
"integrity": "sha512-hhyNJ+nbR6ZR7pToHvllEFun9TL0sbL+tk/ON75lo+Xas054uez98qRbsuNt7MBCyZKK4+8Yli/OAGZhmfBZ/g==",
|
|
6307
6327
|
"license": "MIT"
|
|
6308
6328
|
},
|
|
6309
6329
|
"node_modules/@sindresorhus/is": {
|
|
@@ -6707,8 +6727,8 @@
|
|
|
6707
6727
|
}
|
|
6708
6728
|
},
|
|
6709
6729
|
"node_modules/@types/lodash": {
|
|
6710
|
-
"version": "4.17.
|
|
6711
|
-
"integrity": "sha512
|
|
6730
|
+
"version": "4.17.25",
|
|
6731
|
+
"integrity": "sha512-+K1NIO8I+F9/wNulfVvu23QYd0Pe9/OCqRrim4NoYIf1VoEDL90Ve4ClzpyqBLc7NpGGWRvYNCKZ1BE/Jpf8dQ==",
|
|
6712
6732
|
"dev": true,
|
|
6713
6733
|
"license": "MIT"
|
|
6714
6734
|
},
|
|
@@ -6728,8 +6748,8 @@
|
|
|
6728
6748
|
"license": "MIT"
|
|
6729
6749
|
},
|
|
6730
6750
|
"node_modules/@types/node": {
|
|
6731
|
-
"version": "26.
|
|
6732
|
-
"integrity": "sha512-
|
|
6751
|
+
"version": "26.1.2",
|
|
6752
|
+
"integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==",
|
|
6733
6753
|
"license": "MIT",
|
|
6734
6754
|
"dependencies": {
|
|
6735
6755
|
"undici-types": "~8.3.0"
|
|
@@ -6897,8 +6917,8 @@
|
|
|
6897
6917
|
}
|
|
6898
6918
|
},
|
|
6899
6919
|
"node_modules/@typescript-eslint/type-utils/node_modules/semver": {
|
|
6900
|
-
"version": "7.8.
|
|
6901
|
-
"integrity": "sha512-
|
|
6920
|
+
"version": "7.8.5",
|
|
6921
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
6902
6922
|
"dev": true,
|
|
6903
6923
|
"license": "ISC",
|
|
6904
6924
|
"bin": {
|
|
@@ -6949,8 +6969,8 @@
|
|
|
6949
6969
|
}
|
|
6950
6970
|
},
|
|
6951
6971
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
6952
|
-
"version": "7.8.
|
|
6953
|
-
"integrity": "sha512-
|
|
6972
|
+
"version": "7.8.5",
|
|
6973
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
6954
6974
|
"dev": true,
|
|
6955
6975
|
"license": "ISC",
|
|
6956
6976
|
"bin": {
|
|
@@ -6990,14 +7010,14 @@
|
|
|
6990
7010
|
}
|
|
6991
7011
|
},
|
|
6992
7012
|
"node_modules/@ungap/structured-clone": {
|
|
6993
|
-
"version": "1.3.
|
|
6994
|
-
"integrity": "sha512-
|
|
7013
|
+
"version": "1.3.3",
|
|
7014
|
+
"integrity": "sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==",
|
|
6995
7015
|
"license": "ISC",
|
|
6996
7016
|
"peer": true
|
|
6997
7017
|
},
|
|
6998
7018
|
"node_modules/@wavemaker/variables": {
|
|
6999
|
-
"version": "11.15.5-rc.
|
|
7000
|
-
"integrity": "sha512-
|
|
7019
|
+
"version": "11.15.5-rc.259",
|
|
7020
|
+
"integrity": "sha512-WnYNBOGXjk8UdGCh/2as5+CYVVfa86Os3IcV80/pgdHV1l3hriG8OfDDdMVioiiHrSgXrFl6eXvuAo+qV4+HuQ==",
|
|
7001
7021
|
"license": "ISC",
|
|
7002
7022
|
"dependencies": {
|
|
7003
7023
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -7244,8 +7264,8 @@
|
|
|
7244
7264
|
}
|
|
7245
7265
|
},
|
|
7246
7266
|
"node_modules/acorn": {
|
|
7247
|
-
"version": "8.
|
|
7248
|
-
"integrity": "sha512-
|
|
7267
|
+
"version": "8.18.0",
|
|
7268
|
+
"integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
|
|
7249
7269
|
"license": "MIT",
|
|
7250
7270
|
"bin": {
|
|
7251
7271
|
"acorn": "bin/acorn"
|
|
@@ -7264,19 +7284,6 @@
|
|
|
7264
7284
|
"acorn-walk": "^8.0.2"
|
|
7265
7285
|
}
|
|
7266
7286
|
},
|
|
7267
|
-
"node_modules/acorn-import-phases": {
|
|
7268
|
-
"version": "1.0.4",
|
|
7269
|
-
"integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==",
|
|
7270
|
-
"dev": true,
|
|
7271
|
-
"license": "MIT",
|
|
7272
|
-
"peer": true,
|
|
7273
|
-
"engines": {
|
|
7274
|
-
"node": ">=10.13.0"
|
|
7275
|
-
},
|
|
7276
|
-
"peerDependencies": {
|
|
7277
|
-
"acorn": "^8.14.0"
|
|
7278
|
-
}
|
|
7279
|
-
},
|
|
7280
7287
|
"node_modules/acorn-jsx": {
|
|
7281
7288
|
"version": "5.3.2",
|
|
7282
7289
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
@@ -7328,6 +7335,18 @@
|
|
|
7328
7335
|
"node": ">= 6.0.0"
|
|
7329
7336
|
}
|
|
7330
7337
|
},
|
|
7338
|
+
"node_modules/agent-cli-detector": {
|
|
7339
|
+
"version": "0.1.4",
|
|
7340
|
+
"integrity": "sha512-qPgevFvpaQoBaRJVKzr8R7h1WPvV3DtbgRIQlne4le66KBzXx5hNBwo/+NTw67LgkKBlhCzksrdautpUdlls0Q==",
|
|
7341
|
+
"license": "MIT",
|
|
7342
|
+
"peer": true,
|
|
7343
|
+
"bin": {
|
|
7344
|
+
"agent-cli-detector": "dist/cli.js"
|
|
7345
|
+
},
|
|
7346
|
+
"engines": {
|
|
7347
|
+
"node": ">=18.18"
|
|
7348
|
+
}
|
|
7349
|
+
},
|
|
7331
7350
|
"node_modules/aggregate-error": {
|
|
7332
7351
|
"version": "3.1.0",
|
|
7333
7352
|
"integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
|
|
@@ -8143,12 +8162,12 @@
|
|
|
8143
8162
|
"license": "MIT"
|
|
8144
8163
|
},
|
|
8145
8164
|
"node_modules/babel-plugin-syntax-hermes-parser": {
|
|
8146
|
-
"version": "0.
|
|
8147
|
-
"integrity": "sha512
|
|
8165
|
+
"version": "0.36.1",
|
|
8166
|
+
"integrity": "sha512-ycduwJbvdvIMmVvlAZqGggS+pm5Eu4Bk9pcV9Sm2Z4PJNRVsKkv0g7vHj+LeuC1gHTeF67sJXFOq61IlqCa2hA==",
|
|
8148
8167
|
"license": "MIT",
|
|
8149
8168
|
"peer": true,
|
|
8150
8169
|
"dependencies": {
|
|
8151
|
-
"hermes-parser": "0.
|
|
8170
|
+
"hermes-parser": "0.36.1"
|
|
8152
8171
|
}
|
|
8153
8172
|
},
|
|
8154
8173
|
"node_modules/babel-plugin-syntax-jsx": {
|
|
@@ -8656,8 +8675,8 @@
|
|
|
8656
8675
|
}
|
|
8657
8676
|
},
|
|
8658
8677
|
"node_modules/babel-preset-expo": {
|
|
8659
|
-
"version": "
|
|
8660
|
-
"integrity": "sha512-
|
|
8678
|
+
"version": "57.0.5",
|
|
8679
|
+
"integrity": "sha512-sz9ZBTiUAlu5P9VORVNKoeAaY2qKFQRC6eQV5Y8aMkqcorvXKEv97UeCkFMLmMBEPKA+QeWImREKkX9/H21WQA==",
|
|
8661
8680
|
"license": "MIT",
|
|
8662
8681
|
"peer": true,
|
|
8663
8682
|
"dependencies": {
|
|
@@ -8697,17 +8716,17 @@
|
|
|
8697
8716
|
"@babel/plugin-transform-typescript": "^7.25.2",
|
|
8698
8717
|
"@babel/plugin-transform-unicode-regex": "^7.24.7",
|
|
8699
8718
|
"@babel/preset-typescript": "^7.23.0",
|
|
8700
|
-
"@react-native/babel-plugin-codegen": "0.
|
|
8719
|
+
"@react-native/babel-plugin-codegen": "0.86.2",
|
|
8701
8720
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
8702
8721
|
"babel-plugin-react-native-web": "~0.21.0",
|
|
8703
|
-
"babel-plugin-syntax-hermes-parser": "^0.
|
|
8722
|
+
"babel-plugin-syntax-hermes-parser": "^0.36.0",
|
|
8704
8723
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
8705
8724
|
"debug": "^4.3.4"
|
|
8706
8725
|
},
|
|
8707
8726
|
"peerDependencies": {
|
|
8708
8727
|
"@babel/runtime": "^7.20.0",
|
|
8709
8728
|
"expo": "*",
|
|
8710
|
-
"expo-widgets": "^
|
|
8729
|
+
"expo-widgets": "^57.0.7",
|
|
8711
8730
|
"react-refresh": ">=0.14.0 <1.0.0"
|
|
8712
8731
|
},
|
|
8713
8732
|
"peerDependenciesMeta": {
|
|
@@ -8917,8 +8936,8 @@
|
|
|
8917
8936
|
"license": "MIT"
|
|
8918
8937
|
},
|
|
8919
8938
|
"node_modules/baseline-browser-mapping": {
|
|
8920
|
-
"version": "2.
|
|
8921
|
-
"integrity": "sha512-
|
|
8939
|
+
"version": "2.11.9",
|
|
8940
|
+
"integrity": "sha512-cp447VUsGS07+n1Dqf7YSQ8maeJrjEhaDxTm1ZefbqDtypHBC5GzGMQbklR6IPR13Y8OAJRHZWEMtZipJLCttg==",
|
|
8922
8941
|
"license": "Apache-2.0",
|
|
8923
8942
|
"bin": {
|
|
8924
8943
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -9043,8 +9062,8 @@
|
|
|
9043
9062
|
}
|
|
9044
9063
|
},
|
|
9045
9064
|
"node_modules/brace-expansion": {
|
|
9046
|
-
"version": "1.1.
|
|
9047
|
-
"integrity": "sha512-
|
|
9065
|
+
"version": "1.1.18",
|
|
9066
|
+
"integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
|
|
9048
9067
|
"license": "MIT",
|
|
9049
9068
|
"dependencies": {
|
|
9050
9069
|
"balanced-match": "^1.0.0",
|
|
@@ -9063,8 +9082,8 @@
|
|
|
9063
9082
|
}
|
|
9064
9083
|
},
|
|
9065
9084
|
"node_modules/browserslist": {
|
|
9066
|
-
"version": "4.28.
|
|
9067
|
-
"integrity": "sha512-
|
|
9085
|
+
"version": "4.28.7",
|
|
9086
|
+
"integrity": "sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==",
|
|
9068
9087
|
"funding": [
|
|
9069
9088
|
{
|
|
9070
9089
|
"type": "opencollective",
|
|
@@ -9081,10 +9100,10 @@
|
|
|
9081
9100
|
],
|
|
9082
9101
|
"license": "MIT",
|
|
9083
9102
|
"dependencies": {
|
|
9084
|
-
"baseline-browser-mapping": "^2.10.
|
|
9085
|
-
"caniuse-lite": "^1.0.
|
|
9086
|
-
"electron-to-chromium": "^1.5.
|
|
9087
|
-
"node-releases": "^2.0.
|
|
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",
|
|
9088
9107
|
"update-browserslist-db": "^1.2.3"
|
|
9089
9108
|
},
|
|
9090
9109
|
"bin": {
|
|
@@ -9239,8 +9258,8 @@
|
|
|
9239
9258
|
}
|
|
9240
9259
|
},
|
|
9241
9260
|
"node_modules/caniuse-lite": {
|
|
9242
|
-
"version": "1.0.
|
|
9243
|
-
"integrity": "sha512-
|
|
9261
|
+
"version": "1.0.30001806",
|
|
9262
|
+
"integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==",
|
|
9244
9263
|
"funding": [
|
|
9245
9264
|
{
|
|
9246
9265
|
"type": "opencollective",
|
|
@@ -9519,8 +9538,8 @@
|
|
|
9519
9538
|
}
|
|
9520
9539
|
},
|
|
9521
9540
|
"node_modules/color-name": {
|
|
9522
|
-
"version": "2.1.
|
|
9523
|
-
"integrity": "sha512-
|
|
9541
|
+
"version": "2.1.1",
|
|
9542
|
+
"integrity": "sha512-p2FdgwVx1a9yWBHP2wI0VgShkDpgN4kZISkxdNipGBJWpa5G6b04OINlVWCyJj0JmfvcPrgqt95E9k8yvaOJFg==",
|
|
9524
9543
|
"dev": true,
|
|
9525
9544
|
"license": "MIT",
|
|
9526
9545
|
"engines": {
|
|
@@ -9790,6 +9809,7 @@
|
|
|
9790
9809
|
"node_modules/conventional-changelog-atom": {
|
|
9791
9810
|
"version": "2.0.8",
|
|
9792
9811
|
"integrity": "sha512-xo6v46icsFTK3bb7dY/8m2qvc8sZemRgdqLb/bjpBsH2UyOS8rKNTgcb5025Hri6IpANPApbXMg15QLb1LJpBw==",
|
|
9812
|
+
"deprecated": "This preset is deprecated. Please use conventional-changelog-conventionalcommits or conventional-changelog-angular instead.",
|
|
9793
9813
|
"dev": true,
|
|
9794
9814
|
"license": "ISC",
|
|
9795
9815
|
"dependencies": {
|
|
@@ -9802,6 +9822,7 @@
|
|
|
9802
9822
|
"node_modules/conventional-changelog-codemirror": {
|
|
9803
9823
|
"version": "2.0.8",
|
|
9804
9824
|
"integrity": "sha512-z5DAsn3uj1Vfp7po3gpt2Boc+Bdwmw2++ZHa5Ak9k0UKsYAO5mH1UBTN0qSCuJZREIhX6WU4E1p3IW2oRCNzQw==",
|
|
9825
|
+
"deprecated": "This preset is deprecated. Please use conventional-changelog-conventionalcommits or conventional-changelog-angular instead.",
|
|
9805
9826
|
"dev": true,
|
|
9806
9827
|
"license": "ISC",
|
|
9807
9828
|
"dependencies": {
|
|
@@ -9826,6 +9847,7 @@
|
|
|
9826
9847
|
"node_modules/conventional-changelog-core": {
|
|
9827
9848
|
"version": "4.2.4",
|
|
9828
9849
|
"integrity": "sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg==",
|
|
9850
|
+
"deprecated": "Deprecated and no longer maintained. Please use conventional-changelog instead.",
|
|
9829
9851
|
"dev": true,
|
|
9830
9852
|
"license": "MIT",
|
|
9831
9853
|
"dependencies": {
|
|
@@ -9880,7 +9902,7 @@
|
|
|
9880
9902
|
"node_modules/conventional-changelog-core/node_modules/git-raw-commits": {
|
|
9881
9903
|
"version": "2.0.11",
|
|
9882
9904
|
"integrity": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==",
|
|
9883
|
-
"deprecated": "
|
|
9905
|
+
"deprecated": "Deprecated and no longer maintained. Use @conventional-changelog/git-client instead.",
|
|
9884
9906
|
"dev": true,
|
|
9885
9907
|
"license": "MIT",
|
|
9886
9908
|
"dependencies": {
|
|
@@ -9930,6 +9952,7 @@
|
|
|
9930
9952
|
"node_modules/conventional-changelog-ember": {
|
|
9931
9953
|
"version": "2.0.9",
|
|
9932
9954
|
"integrity": "sha512-ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1A==",
|
|
9955
|
+
"deprecated": "This preset is deprecated. Please use conventional-changelog-conventionalcommits or conventional-changelog-angular instead.",
|
|
9933
9956
|
"dev": true,
|
|
9934
9957
|
"license": "ISC",
|
|
9935
9958
|
"dependencies": {
|
|
@@ -9942,6 +9965,7 @@
|
|
|
9942
9965
|
"node_modules/conventional-changelog-eslint": {
|
|
9943
9966
|
"version": "3.0.9",
|
|
9944
9967
|
"integrity": "sha512-6NpUCMgU8qmWmyAMSZO5NrRd7rTgErjrm4VASam2u5jrZS0n38V7Y9CzTtLT2qwz5xEChDR4BduoWIr8TfwvXA==",
|
|
9968
|
+
"deprecated": "This preset is deprecated. Please use conventional-changelog-conventionalcommits or conventional-changelog-angular instead.",
|
|
9945
9969
|
"dev": true,
|
|
9946
9970
|
"license": "ISC",
|
|
9947
9971
|
"dependencies": {
|
|
@@ -9954,6 +9978,7 @@
|
|
|
9954
9978
|
"node_modules/conventional-changelog-express": {
|
|
9955
9979
|
"version": "2.0.6",
|
|
9956
9980
|
"integrity": "sha512-SDez2f3iVJw6V563O3pRtNwXtQaSmEfTCaTBPCqn0oG0mfkq0rX4hHBq5P7De2MncoRixrALj3u3oQsNK+Q0pQ==",
|
|
9981
|
+
"deprecated": "This preset is deprecated. Please use conventional-changelog-conventionalcommits or conventional-changelog-angular instead.",
|
|
9957
9982
|
"dev": true,
|
|
9958
9983
|
"license": "ISC",
|
|
9959
9984
|
"dependencies": {
|
|
@@ -9966,6 +9991,7 @@
|
|
|
9966
9991
|
"node_modules/conventional-changelog-jquery": {
|
|
9967
9992
|
"version": "3.0.11",
|
|
9968
9993
|
"integrity": "sha512-x8AWz5/Td55F7+o/9LQ6cQIPwrCjfJQ5Zmfqi8thwUEKHstEn4kTIofXub7plf1xvFA2TqhZlq7fy5OmV6BOMw==",
|
|
9994
|
+
"deprecated": "This preset is deprecated. Please use conventional-changelog-conventionalcommits or conventional-changelog-angular instead.",
|
|
9969
9995
|
"dev": true,
|
|
9970
9996
|
"license": "ISC",
|
|
9971
9997
|
"dependencies": {
|
|
@@ -9978,6 +10004,7 @@
|
|
|
9978
10004
|
"node_modules/conventional-changelog-jshint": {
|
|
9979
10005
|
"version": "2.0.9",
|
|
9980
10006
|
"integrity": "sha512-wMLdaIzq6TNnMHMy31hql02OEQ8nCQfExw1SE0hYL5KvU+JCTuPaDO+7JiogGT2gJAxiUGATdtYYfh+nT+6riA==",
|
|
10007
|
+
"deprecated": "This preset is deprecated. Please use conventional-changelog-conventionalcommits or conventional-changelog-angular instead.",
|
|
9981
10008
|
"dev": true,
|
|
9982
10009
|
"license": "ISC",
|
|
9983
10010
|
"dependencies": {
|
|
@@ -10144,7 +10171,7 @@
|
|
|
10144
10171
|
"node_modules/conventional-recommended-bump/node_modules/git-raw-commits": {
|
|
10145
10172
|
"version": "2.0.11",
|
|
10146
10173
|
"integrity": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==",
|
|
10147
|
-
"deprecated": "
|
|
10174
|
+
"deprecated": "Deprecated and no longer maintained. Use @conventional-changelog/git-client instead.",
|
|
10148
10175
|
"dev": true,
|
|
10149
10176
|
"license": "MIT",
|
|
10150
10177
|
"dependencies": {
|
|
@@ -10282,8 +10309,8 @@
|
|
|
10282
10309
|
"license": "Python-2.0"
|
|
10283
10310
|
},
|
|
10284
10311
|
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
10285
|
-
"version": "4.
|
|
10286
|
-
"integrity": "sha512-
|
|
10312
|
+
"version": "4.3.1",
|
|
10313
|
+
"integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
|
|
10287
10314
|
"dev": true,
|
|
10288
10315
|
"funding": [
|
|
10289
10316
|
{
|
|
@@ -11159,8 +11186,8 @@
|
|
|
11159
11186
|
"license": "MIT"
|
|
11160
11187
|
},
|
|
11161
11188
|
"node_modules/electron-to-chromium": {
|
|
11162
|
-
"version": "1.5.
|
|
11163
|
-
"integrity": "sha512-
|
|
11189
|
+
"version": "1.5.399",
|
|
11190
|
+
"integrity": "sha512-lEcqhErbHjXRvd41rnWLpzbyU/IXfIYo7QwaFWmxGeLiLyY2TBCdHnWY88vB+p3ubnihRypDm66panXl7TylLA==",
|
|
11164
11191
|
"license": "ISC"
|
|
11165
11192
|
},
|
|
11166
11193
|
"node_modules/emittery": {
|
|
@@ -11211,8 +11238,8 @@
|
|
|
11211
11238
|
}
|
|
11212
11239
|
},
|
|
11213
11240
|
"node_modules/enhanced-resolve": {
|
|
11214
|
-
"version": "5.24.
|
|
11215
|
-
"integrity": "sha512-
|
|
11241
|
+
"version": "5.24.5",
|
|
11242
|
+
"integrity": "sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==",
|
|
11216
11243
|
"dev": true,
|
|
11217
11244
|
"license": "MIT",
|
|
11218
11245
|
"peer": true,
|
|
@@ -11416,8 +11443,8 @@
|
|
|
11416
11443
|
}
|
|
11417
11444
|
},
|
|
11418
11445
|
"node_modules/es-iterator-helpers": {
|
|
11419
|
-
"version": "1.
|
|
11420
|
-
"integrity": "sha512-
|
|
11446
|
+
"version": "1.4.0",
|
|
11447
|
+
"integrity": "sha512-c/A0P0oxkACDc+cKWw8evLXK83oBKgn0qPOqCYT4x9uolpCIJAcYvJC9QYKNDRPsTeGyCrQ326jrvgZWdCdK5Q==",
|
|
11421
11448
|
"dev": true,
|
|
11422
11449
|
"license": "MIT",
|
|
11423
11450
|
"dependencies": {
|
|
@@ -11443,8 +11470,8 @@
|
|
|
11443
11470
|
}
|
|
11444
11471
|
},
|
|
11445
11472
|
"node_modules/es-module-lexer": {
|
|
11446
|
-
"version": "2.1
|
|
11447
|
-
"integrity": "sha512-
|
|
11473
|
+
"version": "2.3.1",
|
|
11474
|
+
"integrity": "sha512-shc1dbU90Yl/xq1QrC7QRtfcwURZuVRfPhZbDoldJ1cn1gzDvBaBWlv0eFolj5+0znnPJz5TXLxsN77X/12KTA==",
|
|
11448
11475
|
"dev": true,
|
|
11449
11476
|
"license": "MIT",
|
|
11450
11477
|
"peer": true
|
|
@@ -11487,12 +11514,13 @@
|
|
|
11487
11514
|
}
|
|
11488
11515
|
},
|
|
11489
11516
|
"node_modules/es-to-primitive": {
|
|
11490
|
-
"version": "1.3.
|
|
11491
|
-
"integrity": "sha512-
|
|
11517
|
+
"version": "1.3.4",
|
|
11518
|
+
"integrity": "sha512-yPDz7wqpg1/mmHLmS3tcfTfbw5f1eryXvyghYBffGdERwe+mV7ZcWzTR8LR17Kvqt3qfPurjlonmnq3MKXIOXw==",
|
|
11492
11519
|
"dev": true,
|
|
11493
11520
|
"license": "MIT",
|
|
11494
11521
|
"dependencies": {
|
|
11495
11522
|
"es-abstract-get": "^1.0.0",
|
|
11523
|
+
"es-define-property": "^1.0.1",
|
|
11496
11524
|
"es-errors": "^1.3.0",
|
|
11497
11525
|
"is-callable": "^1.2.7",
|
|
11498
11526
|
"is-date-object": "^1.1.0",
|
|
@@ -12070,31 +12098,31 @@
|
|
|
12070
12098
|
}
|
|
12071
12099
|
},
|
|
12072
12100
|
"node_modules/expo": {
|
|
12073
|
-
"version": "
|
|
12074
|
-
"integrity": "sha512-
|
|
12101
|
+
"version": "57.0.9",
|
|
12102
|
+
"integrity": "sha512-NDEvnU+vjRdMbtOyDC25OSok9/E97al97pyx+bMphQgNRGAED0D7oF8ha7oGYsLE+7jFzpPADVM9S60dGbpHIA==",
|
|
12075
12103
|
"license": "MIT",
|
|
12076
12104
|
"peer": true,
|
|
12077
12105
|
"dependencies": {
|
|
12078
12106
|
"@babel/runtime": "^7.20.0",
|
|
12079
|
-
"@expo/cli": "^
|
|
12080
|
-
"@expo/config": "~
|
|
12081
|
-
"@expo/config-plugins": "~
|
|
12082
|
-
"@expo/devtools": "~
|
|
12083
|
-
"@expo/dom-webview": "~
|
|
12084
|
-
"@expo/fingerprint": "^0.
|
|
12085
|
-
"@expo/local-build-cache-provider": "^
|
|
12086
|
-
"@expo/log-box": "^
|
|
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",
|
|
12087
12115
|
"@expo/metro": "~56.0.0",
|
|
12088
|
-
"@expo/metro-config": "~
|
|
12116
|
+
"@expo/metro-config": "~57.0.7",
|
|
12089
12117
|
"@ungap/structured-clone": "^1.3.0",
|
|
12090
|
-
"babel-preset-expo": "~
|
|
12091
|
-
"expo-asset": "~
|
|
12092
|
-
"expo-constants": "~
|
|
12093
|
-
"expo-file-system": "~
|
|
12094
|
-
"expo-font": "~
|
|
12095
|
-
"expo-keep-awake": "~
|
|
12096
|
-
"expo-modules-autolinking": "~
|
|
12097
|
-
"expo-modules-core": "~
|
|
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",
|
|
12098
12126
|
"pretty-format": "^29.7.0",
|
|
12099
12127
|
"react-refresh": "^0.14.2",
|
|
12100
12128
|
"whatwg-url-minimum": "^0.1.2"
|
|
@@ -12140,13 +12168,13 @@
|
|
|
12140
12168
|
}
|
|
12141
12169
|
},
|
|
12142
12170
|
"node_modules/expo-asset": {
|
|
12143
|
-
"version": "
|
|
12144
|
-
"integrity": "sha512-
|
|
12171
|
+
"version": "57.0.8",
|
|
12172
|
+
"integrity": "sha512-sGocG+Wd2WcZ1KjKyB2LfUZXzrBM0VHEATGcpJKF9T3HM56M/sMbH73vv+n85u5Zr0FkJjEbV1DWhGPimCR1QQ==",
|
|
12145
12173
|
"license": "MIT",
|
|
12146
12174
|
"peer": true,
|
|
12147
12175
|
"dependencies": {
|
|
12148
|
-
"@expo/image-utils": "^0.
|
|
12149
|
-
"expo-constants": "~
|
|
12176
|
+
"@expo/image-utils": "^0.11.4",
|
|
12177
|
+
"expo-constants": "~57.0.8"
|
|
12150
12178
|
},
|
|
12151
12179
|
"peerDependencies": {
|
|
12152
12180
|
"expo": "*",
|
|
@@ -12222,12 +12250,12 @@
|
|
|
12222
12250
|
}
|
|
12223
12251
|
},
|
|
12224
12252
|
"node_modules/expo-constants": {
|
|
12225
|
-
"version": "
|
|
12226
|
-
"integrity": "sha512-
|
|
12253
|
+
"version": "57.0.8",
|
|
12254
|
+
"integrity": "sha512-ts+B7E5076BtkblrKGy7+Sm/R2obHfTwqhmYQVYbWRtilv3+C/xNwHZhyNEnAvzM/JjKqx7UdaITUBYaeFreZw==",
|
|
12227
12255
|
"license": "MIT",
|
|
12228
12256
|
"peer": true,
|
|
12229
12257
|
"dependencies": {
|
|
12230
|
-
"@expo/env": "~2.
|
|
12258
|
+
"@expo/env": "~2.4.2"
|
|
12231
12259
|
},
|
|
12232
12260
|
"peerDependencies": {
|
|
12233
12261
|
"expo": "*",
|
|
@@ -12306,8 +12334,8 @@
|
|
|
12306
12334
|
}
|
|
12307
12335
|
},
|
|
12308
12336
|
"node_modules/expo-keep-awake": {
|
|
12309
|
-
"version": "
|
|
12310
|
-
"integrity": "sha512-
|
|
12337
|
+
"version": "57.0.1",
|
|
12338
|
+
"integrity": "sha512-28lkFImeXTS+bhAjuCFV7w7tW5bXg27BJVrxv+nC/nyYa86qEa0oFeHwqol6ha5k4pdVDQgBF09GM4A1k76Ssg==",
|
|
12311
12339
|
"license": "MIT",
|
|
12312
12340
|
"peer": true,
|
|
12313
12341
|
"peerDependencies": {
|
|
@@ -12335,12 +12363,12 @@
|
|
|
12335
12363
|
}
|
|
12336
12364
|
},
|
|
12337
12365
|
"node_modules/expo-modules-autolinking": {
|
|
12338
|
-
"version": "
|
|
12339
|
-
"integrity": "sha512-
|
|
12366
|
+
"version": "57.0.9",
|
|
12367
|
+
"integrity": "sha512-lj2nsAKMMRLXSFnGgaaQrWJ2fdSpLPc/bca6Rkiw4g8zYPn7qX4MRUJgavvzm/hBrzvMnlhXVgJtidOGuwBh+w==",
|
|
12340
12368
|
"license": "MIT",
|
|
12341
12369
|
"peer": true,
|
|
12342
12370
|
"dependencies": {
|
|
12343
|
-
"@expo/require-utils": "^
|
|
12371
|
+
"@expo/require-utils": "^57.0.4",
|
|
12344
12372
|
"@expo/spawn-async": "^1.8.0",
|
|
12345
12373
|
"chalk": "^4.1.0",
|
|
12346
12374
|
"commander": "^7.2.0"
|
|
@@ -12411,8 +12439,8 @@
|
|
|
12411
12439
|
}
|
|
12412
12440
|
},
|
|
12413
12441
|
"node_modules/expo-modules-jsi": {
|
|
12414
|
-
"version": "
|
|
12415
|
-
"integrity": "sha512-
|
|
12442
|
+
"version": "57.0.4",
|
|
12443
|
+
"integrity": "sha512-vt7FyqUqqFXiRVnBqYD7y+GSPTgeua5Ocoy0+SYt+RSHkZEA2Fyop7If3g1TYDzQObYybPRo7TG2Rle1XLaWFw==",
|
|
12416
12444
|
"license": "MIT",
|
|
12417
12445
|
"peer": true,
|
|
12418
12446
|
"peerDependencies": {
|
|
@@ -12462,8 +12490,8 @@
|
|
|
12462
12490
|
}
|
|
12463
12491
|
},
|
|
12464
12492
|
"node_modules/expo-server": {
|
|
12465
|
-
"version": "
|
|
12466
|
-
"integrity": "sha512-
|
|
12493
|
+
"version": "57.0.1",
|
|
12494
|
+
"integrity": "sha512-sBfVDH6dmKVHZxqUxbfkzS00PZELMZt1IpnHKxcOTMZtR/t7CtRAFrbXcisG+EyzeqHSVDacZT+1tbYfZt5D8w==",
|
|
12467
12495
|
"license": "MIT",
|
|
12468
12496
|
"peer": true,
|
|
12469
12497
|
"engines": {
|
|
@@ -12511,35 +12539,36 @@
|
|
|
12511
12539
|
}
|
|
12512
12540
|
},
|
|
12513
12541
|
"node_modules/expo/node_modules/@expo/cli": {
|
|
12514
|
-
"version": "
|
|
12515
|
-
"integrity": "sha512-
|
|
12542
|
+
"version": "57.0.11",
|
|
12543
|
+
"integrity": "sha512-ENXCwRyL8Q9qbabUmm0L6w9kXTmdGotW7eDEEWmUDXLPux+nEzNDqw0MzWQ5K3ZsXS51QmUJZg5yETB+6SnNRg==",
|
|
12516
12544
|
"license": "MIT",
|
|
12517
12545
|
"peer": true,
|
|
12518
12546
|
"dependencies": {
|
|
12519
12547
|
"@expo/code-signing-certificates": "^0.0.6",
|
|
12520
|
-
"@expo/config": "~
|
|
12521
|
-
"@expo/config-plugins": "~
|
|
12548
|
+
"@expo/config": "~57.0.6",
|
|
12549
|
+
"@expo/config-plugins": "~57.0.6",
|
|
12522
12550
|
"@expo/devcert": "^1.2.1",
|
|
12523
|
-
"@expo/env": "~2.
|
|
12524
|
-
"@expo/image-utils": "^0.
|
|
12525
|
-
"@expo/inline-modules": "^0.
|
|
12526
|
-
"@expo/json-file": "^
|
|
12527
|
-
"@expo/log-box": "^
|
|
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",
|
|
12528
12556
|
"@expo/metro": "~56.0.0",
|
|
12529
|
-
"@expo/metro-config": "~
|
|
12530
|
-
"@expo/metro-file-map": "^
|
|
12531
|
-
"@expo/osascript": "^2.
|
|
12532
|
-
"@expo/package-manager": "^1.
|
|
12533
|
-
"@expo/plist": "^0.
|
|
12534
|
-
"@expo/prebuild-config": "^
|
|
12535
|
-
"@expo/require-utils": "^
|
|
12536
|
-
"@expo/router-server": "^
|
|
12537
|
-
"@expo/schema-utils": "^
|
|
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",
|
|
12538
12566
|
"@expo/spawn-async": "^1.8.0",
|
|
12539
12567
|
"@expo/ws-tunnel": "^2.0.0",
|
|
12540
12568
|
"@expo/xcpretty": "^4.4.4",
|
|
12541
|
-
"@react-native/dev-middleware": "0.
|
|
12569
|
+
"@react-native/dev-middleware": "0.86.2",
|
|
12542
12570
|
"accepts": "^1.3.8",
|
|
12571
|
+
"agent-cli-detector": "^0.1.2",
|
|
12543
12572
|
"arg": "^5.0.2",
|
|
12544
12573
|
"bplist-creator": "0.1.0",
|
|
12545
12574
|
"bplist-parser": "^0.3.1",
|
|
@@ -12549,7 +12578,7 @@
|
|
|
12549
12578
|
"connect": "^3.7.0",
|
|
12550
12579
|
"debug": "^4.3.4",
|
|
12551
12580
|
"dnssd-advertise": "^1.1.4",
|
|
12552
|
-
"expo-server": "^
|
|
12581
|
+
"expo-server": "^57.0.1",
|
|
12553
12582
|
"fetch-nodeshim": "^0.4.10",
|
|
12554
12583
|
"getenv": "^2.0.0",
|
|
12555
12584
|
"glob": "^13.0.0",
|
|
@@ -12592,20 +12621,20 @@
|
|
|
12592
12621
|
}
|
|
12593
12622
|
},
|
|
12594
12623
|
"node_modules/expo/node_modules/@expo/cli/node_modules/@expo/router-server": {
|
|
12595
|
-
"version": "
|
|
12596
|
-
"integrity": "sha512-
|
|
12624
|
+
"version": "57.0.4",
|
|
12625
|
+
"integrity": "sha512-ucqCP0hK8nZb9+S8QJYdQxNCkfRClzkKdg2RpWYDKDYgRIHyoRyxEDRgDgvbhH+q78yfY83abU8OTx8MMOrf1g==",
|
|
12597
12626
|
"license": "MIT",
|
|
12598
12627
|
"peer": true,
|
|
12599
12628
|
"dependencies": {
|
|
12600
12629
|
"debug": "^4.3.4"
|
|
12601
12630
|
},
|
|
12602
12631
|
"peerDependencies": {
|
|
12603
|
-
"@expo/metro-runtime": "^
|
|
12632
|
+
"@expo/metro-runtime": "^57.0.7",
|
|
12604
12633
|
"expo": "*",
|
|
12605
|
-
"expo-constants": "^
|
|
12606
|
-
"expo-font": "^
|
|
12634
|
+
"expo-constants": "^57.0.7",
|
|
12635
|
+
"expo-font": "^57.0.1",
|
|
12607
12636
|
"expo-router": "*",
|
|
12608
|
-
"expo-server": "^
|
|
12637
|
+
"expo-server": "^57.0.1",
|
|
12609
12638
|
"react": "*",
|
|
12610
12639
|
"react-dom": "*",
|
|
12611
12640
|
"react-server-dom-webpack": "~19.0.1 || ~19.1.2 || ~19.2.1"
|
|
@@ -12626,26 +12655,26 @@
|
|
|
12626
12655
|
}
|
|
12627
12656
|
},
|
|
12628
12657
|
"node_modules/expo/node_modules/@expo/prebuild-config": {
|
|
12629
|
-
"version": "
|
|
12630
|
-
"integrity": "sha512-
|
|
12658
|
+
"version": "57.0.10",
|
|
12659
|
+
"integrity": "sha512-myrS5NolFAQWD8g7QuqkettnkyJx3GRl603N6rlmqAMxmO5EU7sZu4EX2EsIKkva8QtpX84B0E17PsM9xXMsTQ==",
|
|
12631
12660
|
"license": "MIT",
|
|
12632
12661
|
"peer": true,
|
|
12633
12662
|
"dependencies": {
|
|
12634
|
-
"@expo/config": "~
|
|
12635
|
-
"@expo/config-plugins": "~
|
|
12636
|
-
"@expo/config-types": "^
|
|
12637
|
-
"@expo/image-utils": "^0.
|
|
12638
|
-
"@expo/json-file": "^
|
|
12639
|
-
"@react-native/normalize-colors": "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",
|
|
12640
12669
|
"debug": "^4.3.1",
|
|
12641
|
-
"expo-modules-autolinking": "~
|
|
12670
|
+
"expo-modules-autolinking": "~57.0.9",
|
|
12642
12671
|
"resolve-from": "^5.0.0",
|
|
12643
12672
|
"semver": "^7.6.0"
|
|
12644
12673
|
}
|
|
12645
12674
|
},
|
|
12646
12675
|
"node_modules/expo/node_modules/@react-native/debugger-frontend": {
|
|
12647
|
-
"version": "0.
|
|
12648
|
-
"integrity": "sha512-
|
|
12676
|
+
"version": "0.86.2",
|
|
12677
|
+
"integrity": "sha512-KGS1aV5F6cIqpnoIUhLBXyVzy1oAj8jBFGau6vX4Vy0HXRJN7p+68RU7x6NuyraHvQcR14ccMGT5TkFuNjQ4gA==",
|
|
12649
12678
|
"license": "BSD-3-Clause",
|
|
12650
12679
|
"peer": true,
|
|
12651
12680
|
"engines": {
|
|
@@ -12653,14 +12682,14 @@
|
|
|
12653
12682
|
}
|
|
12654
12683
|
},
|
|
12655
12684
|
"node_modules/expo/node_modules/@react-native/dev-middleware": {
|
|
12656
|
-
"version": "0.
|
|
12657
|
-
"integrity": "sha512-
|
|
12685
|
+
"version": "0.86.2",
|
|
12686
|
+
"integrity": "sha512-B7L0vKvg+IcEElT7Vpqh1xj5yJAqWUegjbP+bQRaorJMAYnv11GkliTnZV2AdTDfZQJWgOEx8i8LGkHkUg7bnA==",
|
|
12658
12687
|
"license": "MIT",
|
|
12659
12688
|
"peer": true,
|
|
12660
12689
|
"dependencies": {
|
|
12661
12690
|
"@isaacs/ttlcache": "^1.4.1",
|
|
12662
|
-
"@react-native/debugger-frontend": "0.
|
|
12663
|
-
"@react-native/debugger-shell": "0.
|
|
12691
|
+
"@react-native/debugger-frontend": "0.86.2",
|
|
12692
|
+
"@react-native/debugger-shell": "0.86.2",
|
|
12664
12693
|
"chrome-launcher": "^0.15.2",
|
|
12665
12694
|
"chromium-edge-launcher": "^0.3.0",
|
|
12666
12695
|
"connect": "^3.6.5",
|
|
@@ -12676,8 +12705,8 @@
|
|
|
12676
12705
|
}
|
|
12677
12706
|
},
|
|
12678
12707
|
"node_modules/expo/node_modules/@react-native/dev-middleware/node_modules/ws": {
|
|
12679
|
-
"version": "7.5.
|
|
12680
|
-
"integrity": "sha512-
|
|
12708
|
+
"version": "7.5.13",
|
|
12709
|
+
"integrity": "sha512-rsKI6xDBFVf4r/x8XyChGK04QR/XHroxs/jUcoWvtEZM8TPU/X/uIY9B1CsSzYws9ZJb/6bbBu7dPhFW00CAoA==",
|
|
12681
12710
|
"license": "MIT",
|
|
12682
12711
|
"peer": true,
|
|
12683
12712
|
"engines": {
|
|
@@ -12697,8 +12726,8 @@
|
|
|
12697
12726
|
}
|
|
12698
12727
|
},
|
|
12699
12728
|
"node_modules/expo/node_modules/@react-native/normalize-colors": {
|
|
12700
|
-
"version": "0.
|
|
12701
|
-
"integrity": "sha512-
|
|
12729
|
+
"version": "0.86.2",
|
|
12730
|
+
"integrity": "sha512-EzPFc9Y6lzYOWeso2almwXI7f8+qReHxWvT+algsOczb2UhWXIWXDoSvkdwoSfiwwmGt/ijJgKJoeHlzPkLwRg==",
|
|
12702
12731
|
"license": "MIT",
|
|
12703
12732
|
"peer": true
|
|
12704
12733
|
},
|
|
@@ -12799,8 +12828,8 @@
|
|
|
12799
12828
|
"peer": true
|
|
12800
12829
|
},
|
|
12801
12830
|
"node_modules/expo/node_modules/expo-file-system": {
|
|
12802
|
-
"version": "
|
|
12803
|
-
"integrity": "sha512-
|
|
12831
|
+
"version": "57.0.1",
|
|
12832
|
+
"integrity": "sha512-w7/ERvQFrGP2apTO9lDtZ+O6JQIhfakL7+Xqzh+rfMO9B4LB4qwrz+YvLgir8KFRVX64JHBnRuYBVLY1oQZcqw==",
|
|
12804
12833
|
"license": "MIT",
|
|
12805
12834
|
"peer": true,
|
|
12806
12835
|
"peerDependencies": {
|
|
@@ -12809,8 +12838,8 @@
|
|
|
12809
12838
|
}
|
|
12810
12839
|
},
|
|
12811
12840
|
"node_modules/expo/node_modules/expo-font": {
|
|
12812
|
-
"version": "
|
|
12813
|
-
"integrity": "sha512-
|
|
12841
|
+
"version": "57.0.1",
|
|
12842
|
+
"integrity": "sha512-QyS9L1Kh9sKJg4gfU6rdbpxpmH+DyzBX8z6jVvXMUDoqLr1GqmkO/Wu379KCXjL///kWbhpNlbi7AgBuj4VdIQ==",
|
|
12814
12843
|
"license": "MIT",
|
|
12815
12844
|
"peer": true,
|
|
12816
12845
|
"dependencies": {
|
|
@@ -12823,19 +12852,19 @@
|
|
|
12823
12852
|
}
|
|
12824
12853
|
},
|
|
12825
12854
|
"node_modules/expo/node_modules/expo-modules-core": {
|
|
12826
|
-
"version": "
|
|
12827
|
-
"integrity": "sha512-
|
|
12855
|
+
"version": "57.0.8",
|
|
12856
|
+
"integrity": "sha512-ZUU943Oso3B8jFggC+2+LOk8oa+im66IQlleYay6WP5iexbdF2fqpgC4BcYsN4xhCkDKh7KDINSt1FlcxyRRjQ==",
|
|
12828
12857
|
"license": "MIT",
|
|
12829
12858
|
"peer": true,
|
|
12830
12859
|
"dependencies": {
|
|
12831
|
-
"@expo/expo-modules-macros-plugin": "0.
|
|
12832
|
-
"expo-modules-jsi": "~
|
|
12860
|
+
"@expo/expo-modules-macros-plugin": "0.6.1",
|
|
12861
|
+
"expo-modules-jsi": "~57.0.4",
|
|
12833
12862
|
"invariant": "^2.2.4"
|
|
12834
12863
|
},
|
|
12835
12864
|
"peerDependencies": {
|
|
12836
12865
|
"react": "*",
|
|
12837
12866
|
"react-native": "*",
|
|
12838
|
-
"react-native-worklets": "^0.7.4 || ^0.8.0"
|
|
12867
|
+
"react-native-worklets": "^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0"
|
|
12839
12868
|
},
|
|
12840
12869
|
"peerDependenciesMeta": {
|
|
12841
12870
|
"react-native-worklets": {
|
|
@@ -13049,8 +13078,8 @@
|
|
|
13049
13078
|
}
|
|
13050
13079
|
},
|
|
13051
13080
|
"node_modules/expo/node_modules/semver": {
|
|
13052
|
-
"version": "7.8.
|
|
13053
|
-
"integrity": "sha512-
|
|
13081
|
+
"version": "7.8.5",
|
|
13082
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
13054
13083
|
"license": "ISC",
|
|
13055
13084
|
"peer": true,
|
|
13056
13085
|
"bin": {
|
|
@@ -13154,8 +13183,8 @@
|
|
|
13154
13183
|
"license": "MIT"
|
|
13155
13184
|
},
|
|
13156
13185
|
"node_modules/fast-uri": {
|
|
13157
|
-
"version": "3.1.
|
|
13158
|
-
"integrity": "sha512-
|
|
13186
|
+
"version": "3.1.5",
|
|
13187
|
+
"integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
|
|
13159
13188
|
"dev": true,
|
|
13160
13189
|
"funding": [
|
|
13161
13190
|
{
|
|
@@ -13410,8 +13439,8 @@
|
|
|
13410
13439
|
}
|
|
13411
13440
|
},
|
|
13412
13441
|
"node_modules/flatted": {
|
|
13413
|
-
"version": "3.4.
|
|
13414
|
-
"integrity": "sha512-
|
|
13442
|
+
"version": "3.4.4",
|
|
13443
|
+
"integrity": "sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==",
|
|
13415
13444
|
"dev": true,
|
|
13416
13445
|
"license": "ISC"
|
|
13417
13446
|
},
|
|
@@ -13785,7 +13814,7 @@
|
|
|
13785
13814
|
"node_modules/git-raw-commits": {
|
|
13786
13815
|
"version": "4.0.0",
|
|
13787
13816
|
"integrity": "sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==",
|
|
13788
|
-
"deprecated": "
|
|
13817
|
+
"deprecated": "Deprecated and no longer maintained. Use @conventional-changelog/git-client instead.",
|
|
13789
13818
|
"dev": true,
|
|
13790
13819
|
"license": "MIT",
|
|
13791
13820
|
"dependencies": {
|
|
@@ -13828,7 +13857,7 @@
|
|
|
13828
13857
|
"node_modules/git-semver-tags": {
|
|
13829
13858
|
"version": "4.1.1",
|
|
13830
13859
|
"integrity": "sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA==",
|
|
13831
|
-
"deprecated": "
|
|
13860
|
+
"deprecated": "Deprecated and no longer maintained. Use @conventional-changelog/git-client instead.",
|
|
13832
13861
|
"dev": true,
|
|
13833
13862
|
"license": "MIT",
|
|
13834
13863
|
"dependencies": {
|
|
@@ -13898,13 +13927,6 @@
|
|
|
13898
13927
|
"node": ">=10.13.0"
|
|
13899
13928
|
}
|
|
13900
13929
|
},
|
|
13901
|
-
"node_modules/glob-to-regexp": {
|
|
13902
|
-
"version": "0.4.1",
|
|
13903
|
-
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
|
|
13904
|
-
"dev": true,
|
|
13905
|
-
"license": "BSD-2-Clause",
|
|
13906
|
-
"peer": true
|
|
13907
|
-
},
|
|
13908
13930
|
"node_modules/glob/node_modules/balanced-match": {
|
|
13909
13931
|
"version": "4.0.4",
|
|
13910
13932
|
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
@@ -13914,22 +13936,22 @@
|
|
|
13914
13936
|
}
|
|
13915
13937
|
},
|
|
13916
13938
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
13917
|
-
"version": "5.0.
|
|
13918
|
-
"integrity": "sha512-
|
|
13939
|
+
"version": "5.0.9",
|
|
13940
|
+
"integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
|
|
13919
13941
|
"license": "MIT",
|
|
13920
13942
|
"dependencies": {
|
|
13921
13943
|
"balanced-match": "^4.0.2"
|
|
13922
13944
|
},
|
|
13923
13945
|
"engines": {
|
|
13924
|
-
"node": "
|
|
13946
|
+
"node": "20 || >=22"
|
|
13925
13947
|
}
|
|
13926
13948
|
},
|
|
13927
13949
|
"node_modules/glob/node_modules/minimatch": {
|
|
13928
|
-
"version": "10.2.
|
|
13929
|
-
"integrity": "sha512-
|
|
13950
|
+
"version": "10.2.6",
|
|
13951
|
+
"integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
|
|
13930
13952
|
"license": "BlueOak-1.0.0",
|
|
13931
13953
|
"dependencies": {
|
|
13932
|
-
"brace-expansion": "^5.0.
|
|
13954
|
+
"brace-expansion": "^5.0.8"
|
|
13933
13955
|
},
|
|
13934
13956
|
"engines": {
|
|
13935
13957
|
"node": "18 || 20 || >=22"
|
|
@@ -14246,18 +14268,18 @@
|
|
|
14246
14268
|
}
|
|
14247
14269
|
},
|
|
14248
14270
|
"node_modules/hermes-estree": {
|
|
14249
|
-
"version": "0.
|
|
14250
|
-
"integrity": "sha512-
|
|
14271
|
+
"version": "0.36.1",
|
|
14272
|
+
"integrity": "sha512-guv1nQ6IJ7S83NRFPWc3SA7IBZrdNC9kapwOq6uXvF4wP+sDCgjzQbKPCoyYmoyZRzztF/n/c36l/rccCZSiCw==",
|
|
14251
14273
|
"license": "MIT",
|
|
14252
14274
|
"peer": true
|
|
14253
14275
|
},
|
|
14254
14276
|
"node_modules/hermes-parser": {
|
|
14255
|
-
"version": "0.
|
|
14256
|
-
"integrity": "sha512-
|
|
14277
|
+
"version": "0.36.1",
|
|
14278
|
+
"integrity": "sha512-GApNk4zLHi2UWoWZZkx7LNCOSzLSc5lB55pZ/PhK7ycFeg7u5LcF88p/WbpIi1XUDtE0MpHE3uRR3u3KB7TjSQ==",
|
|
14257
14279
|
"license": "MIT",
|
|
14258
14280
|
"peer": true,
|
|
14259
14281
|
"dependencies": {
|
|
14260
|
-
"hermes-estree": "0.
|
|
14282
|
+
"hermes-estree": "0.36.1"
|
|
14261
14283
|
}
|
|
14262
14284
|
},
|
|
14263
14285
|
"node_modules/hoist-non-react-statics": {
|
|
@@ -16327,8 +16349,8 @@
|
|
|
16327
16349
|
}
|
|
16328
16350
|
},
|
|
16329
16351
|
"node_modules/jest-expo/node_modules/brace-expansion": {
|
|
16330
|
-
"version": "2.1.
|
|
16331
|
-
"integrity": "sha512-
|
|
16352
|
+
"version": "2.1.4",
|
|
16353
|
+
"integrity": "sha512-hGfVzPxthbf3+2yjg/RBs60cB0FhqBS/zvdV/4wn4/BmN0bNMMHPc4V/BbFieqf1TKAGGAHnY4eSjajCl0f2Xg==",
|
|
16332
16354
|
"dev": true,
|
|
16333
16355
|
"license": "MIT",
|
|
16334
16356
|
"dependencies": {
|
|
@@ -16582,8 +16604,8 @@
|
|
|
16582
16604
|
"peer": true
|
|
16583
16605
|
},
|
|
16584
16606
|
"node_modules/jest-expo/node_modules/semver": {
|
|
16585
|
-
"version": "7.8.
|
|
16586
|
-
"integrity": "sha512-
|
|
16607
|
+
"version": "7.8.5",
|
|
16608
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
16587
16609
|
"dev": true,
|
|
16588
16610
|
"license": "ISC",
|
|
16589
16611
|
"bin": {
|
|
@@ -17232,8 +17254,8 @@
|
|
|
17232
17254
|
"license": "MIT"
|
|
17233
17255
|
},
|
|
17234
17256
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
17235
|
-
"version": "7.8.
|
|
17236
|
-
"integrity": "sha512-
|
|
17257
|
+
"version": "7.8.5",
|
|
17258
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
17237
17259
|
"dev": true,
|
|
17238
17260
|
"license": "ISC",
|
|
17239
17261
|
"bin": {
|
|
@@ -17718,8 +17740,8 @@
|
|
|
17718
17740
|
"license": "MIT"
|
|
17719
17741
|
},
|
|
17720
17742
|
"node_modules/js-yaml": {
|
|
17721
|
-
"version": "3.
|
|
17722
|
-
"integrity": "sha512-
|
|
17743
|
+
"version": "3.15.1",
|
|
17744
|
+
"integrity": "sha512-S99WuO3HlhO3XN41EtYUNl9zzXjoJx7QvmipxsJVxtCBT0YHEFy+iOJhjSvrmV12nYhWpZaM8lPHkJm0yUMbag==",
|
|
17723
17745
|
"license": "MIT",
|
|
17724
17746
|
"dependencies": {
|
|
17725
17747
|
"argparse": "^1.0.7",
|
|
@@ -18002,8 +18024,8 @@
|
|
|
18002
18024
|
"license": "MIT"
|
|
18003
18025
|
},
|
|
18004
18026
|
"node_modules/lightningcss": {
|
|
18005
|
-
"version": "1.
|
|
18006
|
-
"integrity": "sha512-
|
|
18027
|
+
"version": "1.33.0",
|
|
18028
|
+
"integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
|
|
18007
18029
|
"license": "MPL-2.0",
|
|
18008
18030
|
"peer": true,
|
|
18009
18031
|
"dependencies": {
|
|
@@ -18017,22 +18039,22 @@
|
|
|
18017
18039
|
"url": "https://opencollective.com/parcel"
|
|
18018
18040
|
},
|
|
18019
18041
|
"optionalDependencies": {
|
|
18020
|
-
"lightningcss-android-arm64": "1.
|
|
18021
|
-
"lightningcss-darwin-arm64": "1.
|
|
18022
|
-
"lightningcss-darwin-x64": "1.
|
|
18023
|
-
"lightningcss-freebsd-x64": "1.
|
|
18024
|
-
"lightningcss-linux-arm-gnueabihf": "1.
|
|
18025
|
-
"lightningcss-linux-arm64-gnu": "1.
|
|
18026
|
-
"lightningcss-linux-arm64-musl": "1.
|
|
18027
|
-
"lightningcss-linux-x64-gnu": "1.
|
|
18028
|
-
"lightningcss-linux-x64-musl": "1.
|
|
18029
|
-
"lightningcss-win32-arm64-msvc": "1.
|
|
18030
|
-
"lightningcss-win32-x64-msvc": "1.
|
|
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"
|
|
18031
18053
|
}
|
|
18032
18054
|
},
|
|
18033
18055
|
"node_modules/lightningcss-android-arm64": {
|
|
18034
|
-
"version": "1.
|
|
18035
|
-
"integrity": "sha512-
|
|
18056
|
+
"version": "1.33.0",
|
|
18057
|
+
"integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
|
|
18036
18058
|
"cpu": [
|
|
18037
18059
|
"arm64"
|
|
18038
18060
|
],
|
|
@@ -18051,8 +18073,8 @@
|
|
|
18051
18073
|
}
|
|
18052
18074
|
},
|
|
18053
18075
|
"node_modules/lightningcss-darwin-arm64": {
|
|
18054
|
-
"version": "1.
|
|
18055
|
-
"integrity": "sha512-
|
|
18076
|
+
"version": "1.33.0",
|
|
18077
|
+
"integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
|
|
18056
18078
|
"cpu": [
|
|
18057
18079
|
"arm64"
|
|
18058
18080
|
],
|
|
@@ -18071,8 +18093,8 @@
|
|
|
18071
18093
|
}
|
|
18072
18094
|
},
|
|
18073
18095
|
"node_modules/lightningcss-darwin-x64": {
|
|
18074
|
-
"version": "1.
|
|
18075
|
-
"integrity": "sha512-
|
|
18096
|
+
"version": "1.33.0",
|
|
18097
|
+
"integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
|
|
18076
18098
|
"cpu": [
|
|
18077
18099
|
"x64"
|
|
18078
18100
|
],
|
|
@@ -18091,8 +18113,8 @@
|
|
|
18091
18113
|
}
|
|
18092
18114
|
},
|
|
18093
18115
|
"node_modules/lightningcss-freebsd-x64": {
|
|
18094
|
-
"version": "1.
|
|
18095
|
-
"integrity": "sha512-
|
|
18116
|
+
"version": "1.33.0",
|
|
18117
|
+
"integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
|
|
18096
18118
|
"cpu": [
|
|
18097
18119
|
"x64"
|
|
18098
18120
|
],
|
|
@@ -18111,8 +18133,8 @@
|
|
|
18111
18133
|
}
|
|
18112
18134
|
},
|
|
18113
18135
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
18114
|
-
"version": "1.
|
|
18115
|
-
"integrity": "sha512-
|
|
18136
|
+
"version": "1.33.0",
|
|
18137
|
+
"integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
|
|
18116
18138
|
"cpu": [
|
|
18117
18139
|
"arm"
|
|
18118
18140
|
],
|
|
@@ -18131,8 +18153,8 @@
|
|
|
18131
18153
|
}
|
|
18132
18154
|
},
|
|
18133
18155
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
18134
|
-
"version": "1.
|
|
18135
|
-
"integrity": "sha512-
|
|
18156
|
+
"version": "1.33.0",
|
|
18157
|
+
"integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
|
|
18136
18158
|
"cpu": [
|
|
18137
18159
|
"arm64"
|
|
18138
18160
|
],
|
|
@@ -18151,8 +18173,8 @@
|
|
|
18151
18173
|
}
|
|
18152
18174
|
},
|
|
18153
18175
|
"node_modules/lightningcss-linux-arm64-musl": {
|
|
18154
|
-
"version": "1.
|
|
18155
|
-
"integrity": "sha512-
|
|
18176
|
+
"version": "1.33.0",
|
|
18177
|
+
"integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
|
|
18156
18178
|
"cpu": [
|
|
18157
18179
|
"arm64"
|
|
18158
18180
|
],
|
|
@@ -18171,8 +18193,8 @@
|
|
|
18171
18193
|
}
|
|
18172
18194
|
},
|
|
18173
18195
|
"node_modules/lightningcss-linux-x64-gnu": {
|
|
18174
|
-
"version": "1.
|
|
18175
|
-
"integrity": "sha512-
|
|
18196
|
+
"version": "1.33.0",
|
|
18197
|
+
"integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
|
|
18176
18198
|
"cpu": [
|
|
18177
18199
|
"x64"
|
|
18178
18200
|
],
|
|
@@ -18191,8 +18213,8 @@
|
|
|
18191
18213
|
}
|
|
18192
18214
|
},
|
|
18193
18215
|
"node_modules/lightningcss-linux-x64-musl": {
|
|
18194
|
-
"version": "1.
|
|
18195
|
-
"integrity": "sha512-
|
|
18216
|
+
"version": "1.33.0",
|
|
18217
|
+
"integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
|
|
18196
18218
|
"cpu": [
|
|
18197
18219
|
"x64"
|
|
18198
18220
|
],
|
|
@@ -18211,8 +18233,8 @@
|
|
|
18211
18233
|
}
|
|
18212
18234
|
},
|
|
18213
18235
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
18214
|
-
"version": "1.
|
|
18215
|
-
"integrity": "sha512-
|
|
18236
|
+
"version": "1.33.0",
|
|
18237
|
+
"integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
|
|
18216
18238
|
"cpu": [
|
|
18217
18239
|
"arm64"
|
|
18218
18240
|
],
|
|
@@ -18231,8 +18253,8 @@
|
|
|
18231
18253
|
}
|
|
18232
18254
|
},
|
|
18233
18255
|
"node_modules/lightningcss-win32-x64-msvc": {
|
|
18234
|
-
"version": "1.
|
|
18235
|
-
"integrity": "sha512-
|
|
18256
|
+
"version": "1.33.0",
|
|
18257
|
+
"integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
|
|
18236
18258
|
"cpu": [
|
|
18237
18259
|
"x64"
|
|
18238
18260
|
],
|
|
@@ -18302,20 +18324,6 @@
|
|
|
18302
18324
|
"node": ">=4"
|
|
18303
18325
|
}
|
|
18304
18326
|
},
|
|
18305
|
-
"node_modules/loader-runner": {
|
|
18306
|
-
"version": "4.3.2",
|
|
18307
|
-
"integrity": "sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w==",
|
|
18308
|
-
"dev": true,
|
|
18309
|
-
"license": "MIT",
|
|
18310
|
-
"peer": true,
|
|
18311
|
-
"engines": {
|
|
18312
|
-
"node": ">=6.11.5"
|
|
18313
|
-
},
|
|
18314
|
-
"funding": {
|
|
18315
|
-
"type": "opencollective",
|
|
18316
|
-
"url": "https://opencollective.com/webpack"
|
|
18317
|
-
}
|
|
18318
|
-
},
|
|
18319
18327
|
"node_modules/locate-path": {
|
|
18320
18328
|
"version": "5.0.0",
|
|
18321
18329
|
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
@@ -18572,8 +18580,8 @@
|
|
|
18572
18580
|
}
|
|
18573
18581
|
},
|
|
18574
18582
|
"node_modules/make-dir/node_modules/semver": {
|
|
18575
|
-
"version": "7.8.
|
|
18576
|
-
"integrity": "sha512-
|
|
18583
|
+
"version": "7.8.5",
|
|
18584
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
18577
18585
|
"dev": true,
|
|
18578
18586
|
"license": "ISC",
|
|
18579
18587
|
"bin": {
|
|
@@ -19221,8 +19229,8 @@
|
|
|
19221
19229
|
}
|
|
19222
19230
|
},
|
|
19223
19231
|
"node_modules/metro/node_modules/ws": {
|
|
19224
|
-
"version": "7.5.
|
|
19225
|
-
"integrity": "sha512-
|
|
19232
|
+
"version": "7.5.13",
|
|
19233
|
+
"integrity": "sha512-rsKI6xDBFVf4r/x8XyChGK04QR/XHroxs/jUcoWvtEZM8TPU/X/uIY9B1CsSzYws9ZJb/6bbBu7dPhFW00CAoA==",
|
|
19226
19234
|
"license": "MIT",
|
|
19227
19235
|
"peer": true,
|
|
19228
19236
|
"engines": {
|
|
@@ -19400,6 +19408,98 @@
|
|
|
19400
19408
|
"node": ">=0.10.0"
|
|
19401
19409
|
}
|
|
19402
19410
|
},
|
|
19411
|
+
"node_modules/minimizer-webpack-plugin": {
|
|
19412
|
+
"version": "5.6.1",
|
|
19413
|
+
"integrity": "sha512-DoeAZz8Q1C1znwsUzej1fdoi4jCf7/+Em27ouLqfK/+3m8G+D7yDhUwrc3CNhjSzGUN1kn7Iv4sWmjflQHenpw==",
|
|
19414
|
+
"dev": true,
|
|
19415
|
+
"license": "MIT",
|
|
19416
|
+
"peer": true,
|
|
19417
|
+
"dependencies": {
|
|
19418
|
+
"@jridgewell/trace-mapping": "^0.3.25",
|
|
19419
|
+
"jest-worker": "^27.4.5",
|
|
19420
|
+
"schema-utils": "^4.3.0",
|
|
19421
|
+
"terser": "^5.31.1"
|
|
19422
|
+
},
|
|
19423
|
+
"engines": {
|
|
19424
|
+
"node": ">= 10.13.0"
|
|
19425
|
+
},
|
|
19426
|
+
"funding": {
|
|
19427
|
+
"type": "opencollective",
|
|
19428
|
+
"url": "https://opencollective.com/webpack"
|
|
19429
|
+
},
|
|
19430
|
+
"peerDependencies": {
|
|
19431
|
+
"webpack": "^5.1.0"
|
|
19432
|
+
},
|
|
19433
|
+
"peerDependenciesMeta": {
|
|
19434
|
+
"@minify-html/node": {
|
|
19435
|
+
"optional": true
|
|
19436
|
+
},
|
|
19437
|
+
"@swc/core": {
|
|
19438
|
+
"optional": true
|
|
19439
|
+
},
|
|
19440
|
+
"@swc/css": {
|
|
19441
|
+
"optional": true
|
|
19442
|
+
},
|
|
19443
|
+
"@swc/html": {
|
|
19444
|
+
"optional": true
|
|
19445
|
+
},
|
|
19446
|
+
"clean-css": {
|
|
19447
|
+
"optional": true
|
|
19448
|
+
},
|
|
19449
|
+
"cssnano": {
|
|
19450
|
+
"optional": true
|
|
19451
|
+
},
|
|
19452
|
+
"csso": {
|
|
19453
|
+
"optional": true
|
|
19454
|
+
},
|
|
19455
|
+
"esbuild": {
|
|
19456
|
+
"optional": true
|
|
19457
|
+
},
|
|
19458
|
+
"html-minifier-terser": {
|
|
19459
|
+
"optional": true
|
|
19460
|
+
},
|
|
19461
|
+
"lightningcss": {
|
|
19462
|
+
"optional": true
|
|
19463
|
+
},
|
|
19464
|
+
"postcss": {
|
|
19465
|
+
"optional": true
|
|
19466
|
+
},
|
|
19467
|
+
"uglify-js": {
|
|
19468
|
+
"optional": true
|
|
19469
|
+
}
|
|
19470
|
+
}
|
|
19471
|
+
},
|
|
19472
|
+
"node_modules/minimizer-webpack-plugin/node_modules/jest-worker": {
|
|
19473
|
+
"version": "27.5.1",
|
|
19474
|
+
"integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
|
|
19475
|
+
"dev": true,
|
|
19476
|
+
"license": "MIT",
|
|
19477
|
+
"peer": true,
|
|
19478
|
+
"dependencies": {
|
|
19479
|
+
"@types/node": "*",
|
|
19480
|
+
"merge-stream": "^2.0.0",
|
|
19481
|
+
"supports-color": "^8.0.0"
|
|
19482
|
+
},
|
|
19483
|
+
"engines": {
|
|
19484
|
+
"node": ">= 10.13.0"
|
|
19485
|
+
}
|
|
19486
|
+
},
|
|
19487
|
+
"node_modules/minimizer-webpack-plugin/node_modules/supports-color": {
|
|
19488
|
+
"version": "8.1.1",
|
|
19489
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
19490
|
+
"dev": true,
|
|
19491
|
+
"license": "MIT",
|
|
19492
|
+
"peer": true,
|
|
19493
|
+
"dependencies": {
|
|
19494
|
+
"has-flag": "^4.0.0"
|
|
19495
|
+
},
|
|
19496
|
+
"engines": {
|
|
19497
|
+
"node": ">=10"
|
|
19498
|
+
},
|
|
19499
|
+
"funding": {
|
|
19500
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
19501
|
+
}
|
|
19502
|
+
},
|
|
19403
19503
|
"node_modules/minipass": {
|
|
19404
19504
|
"version": "7.1.3",
|
|
19405
19505
|
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
@@ -19508,8 +19608,8 @@
|
|
|
19508
19608
|
}
|
|
19509
19609
|
},
|
|
19510
19610
|
"node_modules/nanoid": {
|
|
19511
|
-
"version": "3.3.
|
|
19512
|
-
"integrity": "sha512-
|
|
19611
|
+
"version": "3.3.16",
|
|
19612
|
+
"integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
|
|
19513
19613
|
"funding": [
|
|
19514
19614
|
{
|
|
19515
19615
|
"type": "github",
|
|
@@ -19588,8 +19688,8 @@
|
|
|
19588
19688
|
"license": "MIT"
|
|
19589
19689
|
},
|
|
19590
19690
|
"node_modules/node-exports-info": {
|
|
19591
|
-
"version": "1.6.
|
|
19592
|
-
"integrity": "sha512-
|
|
19691
|
+
"version": "1.6.2",
|
|
19692
|
+
"integrity": "sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==",
|
|
19593
19693
|
"dev": true,
|
|
19594
19694
|
"license": "MIT",
|
|
19595
19695
|
"dependencies": {
|
|
@@ -19658,8 +19758,8 @@
|
|
|
19658
19758
|
"license": "MIT"
|
|
19659
19759
|
},
|
|
19660
19760
|
"node_modules/node-releases": {
|
|
19661
|
-
"version": "2.0.
|
|
19662
|
-
"integrity": "sha512-
|
|
19761
|
+
"version": "2.0.51",
|
|
19762
|
+
"integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==",
|
|
19663
19763
|
"license": "MIT",
|
|
19664
19764
|
"engines": {
|
|
19665
19765
|
"node": ">=18"
|
|
@@ -19681,8 +19781,8 @@
|
|
|
19681
19781
|
}
|
|
19682
19782
|
},
|
|
19683
19783
|
"node_modules/normalize-package-data/node_modules/semver": {
|
|
19684
|
-
"version": "7.8.
|
|
19685
|
-
"integrity": "sha512-
|
|
19784
|
+
"version": "7.8.5",
|
|
19785
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
19686
19786
|
"dev": true,
|
|
19687
19787
|
"license": "ISC",
|
|
19688
19788
|
"bin": {
|
|
@@ -19746,8 +19846,8 @@
|
|
|
19746
19846
|
"peer": true
|
|
19747
19847
|
},
|
|
19748
19848
|
"node_modules/npm-package-arg/node_modules/semver": {
|
|
19749
|
-
"version": "7.8.
|
|
19750
|
-
"integrity": "sha512-
|
|
19849
|
+
"version": "7.8.5",
|
|
19850
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
19751
19851
|
"license": "ISC",
|
|
19752
19852
|
"peer": true,
|
|
19753
19853
|
"bin": {
|
|
@@ -20091,12 +20191,13 @@
|
|
|
20091
20191
|
}
|
|
20092
20192
|
},
|
|
20093
20193
|
"node_modules/own-keys": {
|
|
20094
|
-
"version": "1.0.
|
|
20095
|
-
"integrity": "sha512-
|
|
20194
|
+
"version": "1.0.2",
|
|
20195
|
+
"integrity": "sha512-19YVAg7T+WTrxggPukVq7DjTv6+PJ867TmhCvBsYwmbFCsZd344rq2Ld1p0wo8f8Qrrhgp82c6FJRqdXWtSEhg==",
|
|
20096
20196
|
"dev": true,
|
|
20097
20197
|
"license": "MIT",
|
|
20098
20198
|
"dependencies": {
|
|
20099
|
-
"
|
|
20199
|
+
"call-bound": "^1.0.4",
|
|
20200
|
+
"get-intrinsic": "^1.3.0",
|
|
20100
20201
|
"object-keys": "^1.1.1",
|
|
20101
20202
|
"safe-push-apply": "^1.0.0"
|
|
20102
20203
|
},
|
|
@@ -20563,8 +20664,8 @@
|
|
|
20563
20664
|
}
|
|
20564
20665
|
},
|
|
20565
20666
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
20566
|
-
"version": "11.5.
|
|
20567
|
-
"integrity": "sha512-
|
|
20667
|
+
"version": "11.5.2",
|
|
20668
|
+
"integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
|
|
20568
20669
|
"license": "BlueOak-1.0.0",
|
|
20569
20670
|
"engines": {
|
|
20570
20671
|
"node": "20 || >=22"
|
|
@@ -20591,8 +20692,8 @@
|
|
|
20591
20692
|
"license": "ISC"
|
|
20592
20693
|
},
|
|
20593
20694
|
"node_modules/picomatch": {
|
|
20594
|
-
"version": "4.0.
|
|
20595
|
-
"integrity": "sha512-
|
|
20695
|
+
"version": "4.0.5",
|
|
20696
|
+
"integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
|
|
20596
20697
|
"license": "MIT",
|
|
20597
20698
|
"engines": {
|
|
20598
20699
|
"node": ">=12"
|
|
@@ -20669,8 +20770,8 @@
|
|
|
20669
20770
|
}
|
|
20670
20771
|
},
|
|
20671
20772
|
"node_modules/postcss": {
|
|
20672
|
-
"version": "8.5.
|
|
20673
|
-
"integrity": "sha512-
|
|
20773
|
+
"version": "8.5.25",
|
|
20774
|
+
"integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==",
|
|
20674
20775
|
"funding": [
|
|
20675
20776
|
{
|
|
20676
20777
|
"type": "opencollective",
|
|
@@ -20688,7 +20789,7 @@
|
|
|
20688
20789
|
"license": "MIT",
|
|
20689
20790
|
"peer": true,
|
|
20690
20791
|
"dependencies": {
|
|
20691
|
-
"nanoid": "^3.3.
|
|
20792
|
+
"nanoid": "^3.3.16",
|
|
20692
20793
|
"picocolors": "^1.1.1",
|
|
20693
20794
|
"source-map-js": "^1.2.1"
|
|
20694
20795
|
},
|
|
@@ -20732,8 +20833,8 @@
|
|
|
20732
20833
|
}
|
|
20733
20834
|
},
|
|
20734
20835
|
"node_modules/prettier": {
|
|
20735
|
-
"version": "3.
|
|
20736
|
-
"integrity": "sha512-
|
|
20836
|
+
"version": "3.9.6",
|
|
20837
|
+
"integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
|
|
20737
20838
|
"dev": true,
|
|
20738
20839
|
"license": "MIT",
|
|
20739
20840
|
"peer": true,
|
|
@@ -20936,12 +21037,13 @@
|
|
|
20936
21037
|
}
|
|
20937
21038
|
},
|
|
20938
21039
|
"node_modules/qs": {
|
|
20939
|
-
"version": "6.15.
|
|
20940
|
-
"integrity": "sha512-
|
|
21040
|
+
"version": "6.15.3",
|
|
21041
|
+
"integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
|
|
20941
21042
|
"dev": true,
|
|
20942
21043
|
"license": "BSD-3-Clause",
|
|
20943
21044
|
"dependencies": {
|
|
20944
|
-
"
|
|
21045
|
+
"es-define-property": "^1.0.1",
|
|
21046
|
+
"side-channel": "^1.1.1"
|
|
20945
21047
|
},
|
|
20946
21048
|
"engines": {
|
|
20947
21049
|
"node": ">=0.6"
|
|
@@ -21094,8 +21196,8 @@
|
|
|
21094
21196
|
}
|
|
21095
21197
|
},
|
|
21096
21198
|
"node_modules/react-devtools-core/node_modules/ws": {
|
|
21097
|
-
"version": "7.5.
|
|
21098
|
-
"integrity": "sha512-
|
|
21199
|
+
"version": "7.5.13",
|
|
21200
|
+
"integrity": "sha512-rsKI6xDBFVf4r/x8XyChGK04QR/XHroxs/jUcoWvtEZM8TPU/X/uIY9B1CsSzYws9ZJb/6bbBu7dPhFW00CAoA==",
|
|
21099
21201
|
"license": "MIT",
|
|
21100
21202
|
"engines": {
|
|
21101
21203
|
"node": ">=8.3.0"
|
|
@@ -21142,8 +21244,8 @@
|
|
|
21142
21244
|
}
|
|
21143
21245
|
},
|
|
21144
21246
|
"node_modules/react-is": {
|
|
21145
|
-
"version": "19.2.
|
|
21146
|
-
"integrity": "sha512-
|
|
21247
|
+
"version": "19.2.8",
|
|
21248
|
+
"integrity": "sha512-s5un28nYxKJw5gvUHyW5PCC28CvBqLu9r3cWgzHT4Vo/5fqqkFcdRYsGcKf50WMPpjjFZS5d76fn3YCo2njKwQ==",
|
|
21147
21249
|
"license": "MIT"
|
|
21148
21250
|
},
|
|
21149
21251
|
"node_modules/react-lottie-player": {
|
|
@@ -21377,8 +21479,8 @@
|
|
|
21377
21479
|
}
|
|
21378
21480
|
},
|
|
21379
21481
|
"node_modules/react-native-drawer-layout": {
|
|
21380
|
-
"version": "4.2.
|
|
21381
|
-
"integrity": "sha512-
|
|
21482
|
+
"version": "4.2.9",
|
|
21483
|
+
"integrity": "sha512-ETOxvlhhb4LmuuG3RN7A3qwt9jr9AZ2it+1G2kNE4g2fTyxxay7QQkPm1HfKi/JzmMSWC5+YTepGSgZNpJIDGg==",
|
|
21382
21484
|
"license": "MIT",
|
|
21383
21485
|
"dependencies": {
|
|
21384
21486
|
"color": "^4.2.3",
|
|
@@ -21991,8 +22093,8 @@
|
|
|
21991
22093
|
"license": "MIT"
|
|
21992
22094
|
},
|
|
21993
22095
|
"node_modules/react-native/node_modules/semver": {
|
|
21994
|
-
"version": "7.8.
|
|
21995
|
-
"integrity": "sha512-
|
|
22096
|
+
"version": "7.8.5",
|
|
22097
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
21996
22098
|
"license": "ISC",
|
|
21997
22099
|
"bin": {
|
|
21998
22100
|
"semver": "bin/semver.js"
|
|
@@ -22010,8 +22112,8 @@
|
|
|
22010
22112
|
}
|
|
22011
22113
|
},
|
|
22012
22114
|
"node_modules/react-native/node_modules/ws": {
|
|
22013
|
-
"version": "6.2.
|
|
22014
|
-
"integrity": "sha512-
|
|
22115
|
+
"version": "6.2.6",
|
|
22116
|
+
"integrity": "sha512-XTrf1gv7kXoVf1hbC3PAyAiPgR8Wz1blcrYIjEsUmr08BLksT41R8KbjmS9408C2ERx7v1JDLD/BkpLEttjfKA==",
|
|
22015
22117
|
"license": "MIT",
|
|
22016
22118
|
"dependencies": {
|
|
22017
22119
|
"async-limiter": "~1.0.0"
|
|
@@ -23048,8 +23150,8 @@
|
|
|
23048
23150
|
"license": "MIT"
|
|
23049
23151
|
},
|
|
23050
23152
|
"node_modules/sax": {
|
|
23051
|
-
"version": "1.6.
|
|
23052
|
-
"integrity": "sha512-
|
|
23153
|
+
"version": "1.6.1",
|
|
23154
|
+
"integrity": "sha512-42tBVwLWnaQvW5zc4HbZrTuWccECCZfBi92FDuwtqxasH+JbPB3/FOKb1m222K42R4WxuxzzMsTswfzgtSu64Q==",
|
|
23053
23155
|
"license": "BlueOak-1.0.0",
|
|
23054
23156
|
"engines": {
|
|
23055
23157
|
"node": ">=11.0.0"
|
|
@@ -23287,8 +23389,8 @@
|
|
|
23287
23389
|
}
|
|
23288
23390
|
},
|
|
23289
23391
|
"node_modules/shell-quote": {
|
|
23290
|
-
"version": "1.
|
|
23291
|
-
"integrity": "sha512-
|
|
23392
|
+
"version": "1.10.0",
|
|
23393
|
+
"integrity": "sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==",
|
|
23292
23394
|
"license": "MIT",
|
|
23293
23395
|
"engines": {
|
|
23294
23396
|
"node": ">= 0.4"
|
|
@@ -24129,8 +24231,8 @@
|
|
|
24129
24231
|
}
|
|
24130
24232
|
},
|
|
24131
24233
|
"node_modules/terser": {
|
|
24132
|
-
"version": "5.
|
|
24133
|
-
"integrity": "sha512-
|
|
24234
|
+
"version": "5.49.0",
|
|
24235
|
+
"integrity": "sha512-SNiDnXyHSrxVcIOtVbULzcTmniUiwcV7Nwdyj1twVubeTmbjoa8p69KKDpfkdoOavuM4/GRm1+ykI8qqnavHoA==",
|
|
24134
24236
|
"license": "BSD-2-Clause",
|
|
24135
24237
|
"dependencies": {
|
|
24136
24238
|
"@jridgewell/source-map": "^0.3.3",
|
|
@@ -24145,98 +24247,6 @@
|
|
|
24145
24247
|
"node": ">=10"
|
|
24146
24248
|
}
|
|
24147
24249
|
},
|
|
24148
|
-
"node_modules/terser-webpack-plugin": {
|
|
24149
|
-
"version": "5.6.1",
|
|
24150
|
-
"integrity": "sha512-201R5j+sJpK8nFWwKVyNfZot8FaJbLZDq5evriVzbV1wDtSXDjRUDRfJzHpAaxFDMEhsZL1QkeqM61wgsS3KaQ==",
|
|
24151
|
-
"dev": true,
|
|
24152
|
-
"license": "MIT",
|
|
24153
|
-
"peer": true,
|
|
24154
|
-
"dependencies": {
|
|
24155
|
-
"@jridgewell/trace-mapping": "^0.3.25",
|
|
24156
|
-
"jest-worker": "^27.4.5",
|
|
24157
|
-
"schema-utils": "^4.3.0",
|
|
24158
|
-
"terser": "^5.31.1"
|
|
24159
|
-
},
|
|
24160
|
-
"engines": {
|
|
24161
|
-
"node": ">= 10.13.0"
|
|
24162
|
-
},
|
|
24163
|
-
"funding": {
|
|
24164
|
-
"type": "opencollective",
|
|
24165
|
-
"url": "https://opencollective.com/webpack"
|
|
24166
|
-
},
|
|
24167
|
-
"peerDependencies": {
|
|
24168
|
-
"webpack": "^5.1.0"
|
|
24169
|
-
},
|
|
24170
|
-
"peerDependenciesMeta": {
|
|
24171
|
-
"@minify-html/node": {
|
|
24172
|
-
"optional": true
|
|
24173
|
-
},
|
|
24174
|
-
"@swc/core": {
|
|
24175
|
-
"optional": true
|
|
24176
|
-
},
|
|
24177
|
-
"@swc/css": {
|
|
24178
|
-
"optional": true
|
|
24179
|
-
},
|
|
24180
|
-
"@swc/html": {
|
|
24181
|
-
"optional": true
|
|
24182
|
-
},
|
|
24183
|
-
"clean-css": {
|
|
24184
|
-
"optional": true
|
|
24185
|
-
},
|
|
24186
|
-
"cssnano": {
|
|
24187
|
-
"optional": true
|
|
24188
|
-
},
|
|
24189
|
-
"csso": {
|
|
24190
|
-
"optional": true
|
|
24191
|
-
},
|
|
24192
|
-
"esbuild": {
|
|
24193
|
-
"optional": true
|
|
24194
|
-
},
|
|
24195
|
-
"html-minifier-terser": {
|
|
24196
|
-
"optional": true
|
|
24197
|
-
},
|
|
24198
|
-
"lightningcss": {
|
|
24199
|
-
"optional": true
|
|
24200
|
-
},
|
|
24201
|
-
"postcss": {
|
|
24202
|
-
"optional": true
|
|
24203
|
-
},
|
|
24204
|
-
"uglify-js": {
|
|
24205
|
-
"optional": true
|
|
24206
|
-
}
|
|
24207
|
-
}
|
|
24208
|
-
},
|
|
24209
|
-
"node_modules/terser-webpack-plugin/node_modules/jest-worker": {
|
|
24210
|
-
"version": "27.5.1",
|
|
24211
|
-
"integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
|
|
24212
|
-
"dev": true,
|
|
24213
|
-
"license": "MIT",
|
|
24214
|
-
"peer": true,
|
|
24215
|
-
"dependencies": {
|
|
24216
|
-
"@types/node": "*",
|
|
24217
|
-
"merge-stream": "^2.0.0",
|
|
24218
|
-
"supports-color": "^8.0.0"
|
|
24219
|
-
},
|
|
24220
|
-
"engines": {
|
|
24221
|
-
"node": ">= 10.13.0"
|
|
24222
|
-
}
|
|
24223
|
-
},
|
|
24224
|
-
"node_modules/terser-webpack-plugin/node_modules/supports-color": {
|
|
24225
|
-
"version": "8.1.1",
|
|
24226
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
24227
|
-
"dev": true,
|
|
24228
|
-
"license": "MIT",
|
|
24229
|
-
"peer": true,
|
|
24230
|
-
"dependencies": {
|
|
24231
|
-
"has-flag": "^4.0.0"
|
|
24232
|
-
},
|
|
24233
|
-
"engines": {
|
|
24234
|
-
"node": ">=10"
|
|
24235
|
-
},
|
|
24236
|
-
"funding": {
|
|
24237
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
24238
|
-
}
|
|
24239
|
-
},
|
|
24240
24250
|
"node_modules/terser/node_modules/commander": {
|
|
24241
24251
|
"version": "2.20.3",
|
|
24242
24252
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
@@ -24699,8 +24709,8 @@
|
|
|
24699
24709
|
}
|
|
24700
24710
|
},
|
|
24701
24711
|
"node_modules/undici": {
|
|
24702
|
-
"version": "7.
|
|
24703
|
-
"integrity": "sha512-
|
|
24712
|
+
"version": "7.29.0",
|
|
24713
|
+
"integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==",
|
|
24704
24714
|
"dev": true,
|
|
24705
24715
|
"license": "MIT",
|
|
24706
24716
|
"engines": {
|
|
@@ -24902,8 +24912,8 @@
|
|
|
24902
24912
|
"license": "MIT"
|
|
24903
24913
|
},
|
|
24904
24914
|
"node_modules/update-notifier/node_modules/semver": {
|
|
24905
|
-
"version": "7.8.
|
|
24906
|
-
"integrity": "sha512-
|
|
24915
|
+
"version": "7.8.5",
|
|
24916
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
24907
24917
|
"dev": true,
|
|
24908
24918
|
"license": "ISC",
|
|
24909
24919
|
"bin": {
|
|
@@ -25660,8 +25670,8 @@
|
|
|
25660
25670
|
}
|
|
25661
25671
|
},
|
|
25662
25672
|
"node_modules/webpack": {
|
|
25663
|
-
"version": "5.
|
|
25664
|
-
"integrity": "sha512-
|
|
25673
|
+
"version": "5.109.2",
|
|
25674
|
+
"integrity": "sha512-U9/cvLzxObKNEZ9+TtdqrHM5/9z3lgl2c+c4BzbqGxFQvQvBAq87yql5A8pQ+rrMbS496MZJeF5enVBndIy2hw==",
|
|
25665
25675
|
"dev": true,
|
|
25666
25676
|
"license": "MIT",
|
|
25667
25677
|
"peer": true,
|
|
@@ -25672,23 +25682,20 @@
|
|
|
25672
25682
|
"@webassemblyjs/wasm-edit": "^1.14.1",
|
|
25673
25683
|
"@webassemblyjs/wasm-parser": "^1.14.1",
|
|
25674
25684
|
"acorn": "^8.16.0",
|
|
25675
|
-
"acorn-import-phases": "^1.0.3",
|
|
25676
25685
|
"browserslist": "^4.28.1",
|
|
25677
25686
|
"chrome-trace-event": "^1.0.2",
|
|
25678
|
-
"enhanced-resolve": "^5.
|
|
25687
|
+
"enhanced-resolve": "^5.24.4",
|
|
25679
25688
|
"es-module-lexer": "^2.1.0",
|
|
25680
25689
|
"eslint-scope": "5.1.1",
|
|
25681
25690
|
"events": "^3.2.0",
|
|
25682
|
-
"glob-to-regexp": "^0.4.1",
|
|
25683
25691
|
"graceful-fs": "^4.2.11",
|
|
25684
|
-
"loader-runner": "^4.3.2",
|
|
25685
25692
|
"mime-db": "^1.54.0",
|
|
25693
|
+
"minimizer-webpack-plugin": "^5.6.1",
|
|
25686
25694
|
"neo-async": "^2.6.2",
|
|
25687
25695
|
"schema-utils": "^4.3.3",
|
|
25688
25696
|
"tapable": "^2.3.0",
|
|
25689
|
-
"
|
|
25690
|
-
"
|
|
25691
|
-
"webpack-sources": "^3.5.0"
|
|
25697
|
+
"watchpack": "^2.5.2",
|
|
25698
|
+
"webpack-sources": "^3.5.1"
|
|
25692
25699
|
},
|
|
25693
25700
|
"bin": {
|
|
25694
25701
|
"webpack": "bin/webpack.js"
|
|
@@ -25707,8 +25714,8 @@
|
|
|
25707
25714
|
}
|
|
25708
25715
|
},
|
|
25709
25716
|
"node_modules/webpack-sources": {
|
|
25710
|
-
"version": "3.5.
|
|
25711
|
-
"integrity": "sha512-
|
|
25717
|
+
"version": "3.5.1",
|
|
25718
|
+
"integrity": "sha512-jyuiGJdtvY434z5bUZrjz67v76/ePNvFZTp9Mdz29IlH4+GPsgyGjiv0fKI+M7BdkU6ADjulUcKAd3tUK3WlEw==",
|
|
25712
25719
|
"dev": true,
|
|
25713
25720
|
"license": "MIT",
|
|
25714
25721
|
"peer": true,
|
|
@@ -26075,8 +26082,8 @@
|
|
|
26075
26082
|
}
|
|
26076
26083
|
},
|
|
26077
26084
|
"node_modules/ws": {
|
|
26078
|
-
"version": "8.21.
|
|
26079
|
-
"integrity": "sha512
|
|
26085
|
+
"version": "8.21.1",
|
|
26086
|
+
"integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==",
|
|
26080
26087
|
"license": "MIT",
|
|
26081
26088
|
"engines": {
|
|
26082
26089
|
"node": ">=10.0.0"
|