@wavemaker/app-rn-runtime 11.11.6-rc.6191 → 11.11.7-rc.218
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/button/button.component.js +0 -5
- package/components/basic/button/button.component.js.map +1 -1
- package/components/basic/icon/icon.component.js +5 -5
- package/components/basic/icon/icon.component.js.map +1 -1
- package/components/basic/icon/icon.props.js +1 -0
- package/components/basic/icon/icon.props.js.map +1 -1
- package/components/basic/picture/picture.component.js +5 -2
- package/components/basic/picture/picture.component.js.map +1 -1
- package/components/basic/picture/picture.props.js +1 -0
- package/components/basic/picture/picture.props.js.map +1 -1
- package/components/chart/basechart.component.js +11 -15
- package/components/chart/basechart.component.js.map +1 -1
- package/components/data/list/list.component.js +22 -4
- package/components/data/list/list.component.js.map +1 -1
- package/components/data/list/list.props.js +2 -0
- package/components/data/list/list.props.js.map +1 -1
- package/components/data/list/list.styles.js +1 -0
- package/components/data/list/list.styles.js.map +1 -1
- package/components/input/slider/slider.component.js +43 -6
- package/components/input/slider/slider.component.js.map +1 -1
- package/components/input/switch/switch.component.js +1 -1
- package/components/input/switch/switch.component.js.map +1 -1
- package/components/input/switch/switch.styles.js +14 -10
- package/components/input/switch/switch.styles.js.map +1 -1
- package/components/page/partial-container/partial-container.component.js +5 -1
- package/components/page/partial-container/partial-container.component.js.map +1 -1
- package/components/page/partial-container/partial-container.props.js +1 -0
- package/components/page/partial-container/partial-container.props.js.map +1 -1
- package/core/AppConfig.js.map +1 -1
- package/core/accessibility.js +15 -1
- package/core/accessibility.js.map +1 -1
- package/core/partial.service.js.map +1 -1
- package/core/responsive.utils.js +48 -0
- package/core/responsive.utils.js.map +1 -0
- package/core/tappable.component.js +2 -2
- package/core/tappable.component.js.map +1 -1
- package/core/utils.js +13 -0
- package/core/utils.js.map +1 -1
- package/npm-shrinkwrap.json +89 -87
- package/package-lock.json +89 -87
- package/package.json +2 -2
- package/runtime/services/partial.service.js +12 -1
- package/runtime/services/partial.service.js.map +1 -1
- package/styles/theme.js +27 -8
- package/styles/theme.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.11.
|
3
|
+
"version": "11.11.7-rc.218",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
9
|
-
"version": "11.11.
|
9
|
+
"version": "11.11.7-rc.218",
|
10
10
|
"license": "MIT",
|
11
11
|
"dependencies": {
|
12
12
|
"@expo/vector-icons": "14.0.2",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"@react-navigation/drawer": "6.6.3",
|
21
21
|
"@react-navigation/native": "6.1.7",
|
22
22
|
"@react-navigation/stack": "6.3.29",
|
23
|
-
"@wavemaker/variables": "11.11.
|
23
|
+
"@wavemaker/variables": "11.11.7-rc.218",
|
24
24
|
"axios": "1.6.8",
|
25
25
|
"color": "4.2.3",
|
26
26
|
"cross-env": "7.0.3",
|
@@ -118,8 +118,8 @@
|
|
118
118
|
}
|
119
119
|
},
|
120
120
|
"node_modules/@0no-co/graphql.web": {
|
121
|
-
"version": "1.
|
122
|
-
"integrity": "sha512
|
121
|
+
"version": "1.2.0",
|
122
|
+
"integrity": "sha512-/1iHy9TTr63gE1YcR5idjx8UREz1s0kFhydf3bBLCXyqjhkIc6igAzTOx3zPifCwFR87tsh/4Pa9cNts6d2otw==",
|
123
123
|
"license": "MIT",
|
124
124
|
"peer": true,
|
125
125
|
"peerDependencies": {
|
@@ -464,12 +464,12 @@
|
|
464
464
|
}
|
465
465
|
},
|
466
466
|
"node_modules/@babel/helpers": {
|
467
|
-
"version": "7.
|
468
|
-
"integrity": "sha512
|
467
|
+
"version": "7.28.2",
|
468
|
+
"integrity": "sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==",
|
469
469
|
"license": "MIT",
|
470
470
|
"dependencies": {
|
471
471
|
"@babel/template": "^7.27.2",
|
472
|
-
"@babel/types": "^7.
|
472
|
+
"@babel/types": "^7.28.2"
|
473
473
|
},
|
474
474
|
"engines": {
|
475
475
|
"node": ">=6.9.0"
|
@@ -1748,8 +1748,8 @@
|
|
1748
1748
|
}
|
1749
1749
|
},
|
1750
1750
|
"node_modules/@babel/plugin-transform-regenerator": {
|
1751
|
-
"version": "7.28.
|
1752
|
-
"integrity": "sha512-
|
1751
|
+
"version": "7.28.1",
|
1752
|
+
"integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==",
|
1753
1753
|
"license": "MIT",
|
1754
1754
|
"dependencies": {
|
1755
1755
|
"@babel/helper-plugin-utils": "^7.27.1"
|
@@ -2176,16 +2176,16 @@
|
|
2176
2176
|
}
|
2177
2177
|
},
|
2178
2178
|
"node_modules/@babel/runtime": {
|
2179
|
-
"version": "7.
|
2180
|
-
"integrity": "sha512-
|
2179
|
+
"version": "7.28.2",
|
2180
|
+
"integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==",
|
2181
2181
|
"license": "MIT",
|
2182
2182
|
"engines": {
|
2183
2183
|
"node": ">=6.9.0"
|
2184
2184
|
}
|
2185
2185
|
},
|
2186
2186
|
"node_modules/@babel/runtime-corejs3": {
|
2187
|
-
"version": "7.28.
|
2188
|
-
"integrity": "sha512-
|
2187
|
+
"version": "7.28.2",
|
2188
|
+
"integrity": "sha512-FVFaVs2/dZgD3Y9ZD+AKNKjyGKzwu0C54laAXWUXgLcVXcCX6YZ6GhK2cp7FogSN2OA0Fu+QT8dP3FUdo9ShSQ==",
|
2189
2189
|
"license": "MIT",
|
2190
2190
|
"dependencies": {
|
2191
2191
|
"core-js-pure": "^3.43.0"
|
@@ -2243,8 +2243,8 @@
|
|
2243
2243
|
}
|
2244
2244
|
},
|
2245
2245
|
"node_modules/@babel/types": {
|
2246
|
-
"version": "7.28.
|
2247
|
-
"integrity": "sha512-
|
2246
|
+
"version": "7.28.2",
|
2247
|
+
"integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
2248
2248
|
"license": "MIT",
|
2249
2249
|
"dependencies": {
|
2250
2250
|
"@babel/helper-string-parser": "^7.27.1",
|
@@ -4843,8 +4843,8 @@
|
|
4843
4843
|
}
|
4844
4844
|
},
|
4845
4845
|
"node_modules/@react-native-community/eslint-config/node_modules/eslint-config-prettier": {
|
4846
|
-
"version": "8.10.
|
4847
|
-
"integrity": "sha512
|
4846
|
+
"version": "8.10.2",
|
4847
|
+
"integrity": "sha512-/IGJ6+Dka158JnP5n5YFMOszjDWrXggGz1LaK/guZq9vZTmniaKlHcsscvkAhn9y4U+BU3JuUdYvtAMcv30y4A==",
|
4848
4848
|
"dev": true,
|
4849
4849
|
"license": "MIT",
|
4850
4850
|
"bin": {
|
@@ -4934,8 +4934,8 @@
|
|
4934
4934
|
}
|
4935
4935
|
},
|
4936
4936
|
"node_modules/@react-native-community/eslint-config/node_modules/eslint-plugin-prettier": {
|
4937
|
-
"version": "4.2.
|
4938
|
-
"integrity": "sha512-
|
4937
|
+
"version": "4.2.5",
|
4938
|
+
"integrity": "sha512-9Ni+xgemM2IWLq6aXEpP2+V/V30GeA/46Ar629vcMqVPodFFWC9skHu/D1phvuqtS8bJCFnNf01/qcmqYEwNfg==",
|
4939
4939
|
"dev": true,
|
4940
4940
|
"license": "MIT",
|
4941
4941
|
"dependencies": {
|
@@ -5931,11 +5931,11 @@
|
|
5931
5931
|
}
|
5932
5932
|
},
|
5933
5933
|
"node_modules/@types/babel__traverse": {
|
5934
|
-
"version": "7.
|
5935
|
-
"integrity": "sha512-
|
5934
|
+
"version": "7.28.0",
|
5935
|
+
"integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
|
5936
5936
|
"license": "MIT",
|
5937
5937
|
"dependencies": {
|
5938
|
-
"@babel/types": "^7.
|
5938
|
+
"@babel/types": "^7.28.2"
|
5939
5939
|
}
|
5940
5940
|
},
|
5941
5941
|
"node_modules/@types/cacheable-request": {
|
@@ -6210,16 +6210,16 @@
|
|
6210
6210
|
"license": "MIT"
|
6211
6211
|
},
|
6212
6212
|
"node_modules/@types/node": {
|
6213
|
-
"version": "24.
|
6214
|
-
"integrity": "sha512-
|
6213
|
+
"version": "24.2.1",
|
6214
|
+
"integrity": "sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==",
|
6215
6215
|
"license": "MIT",
|
6216
6216
|
"dependencies": {
|
6217
|
-
"undici-types": "~7.
|
6217
|
+
"undici-types": "~7.10.0"
|
6218
6218
|
}
|
6219
6219
|
},
|
6220
6220
|
"node_modules/@types/node-forge": {
|
6221
|
-
"version": "1.3.
|
6222
|
-
"integrity": "sha512-
|
6221
|
+
"version": "1.3.13",
|
6222
|
+
"integrity": "sha512-zePQJSW5QkwSHKRApqWCVKeKoSOt4xvEnLENZPjyvm9Ezdf/EyDeJM7jqLzOwjVICQQzvLZ63T55MKdJB5H6ww==",
|
6223
6223
|
"license": "MIT",
|
6224
6224
|
"dependencies": {
|
6225
6225
|
"@types/node": "*"
|
@@ -6504,8 +6504,8 @@
|
|
6504
6504
|
}
|
6505
6505
|
},
|
6506
6506
|
"node_modules/@wavemaker/variables": {
|
6507
|
-
"version": "11.11.
|
6508
|
-
"integrity": "sha512-
|
6507
|
+
"version": "11.11.7-rc.218",
|
6508
|
+
"integrity": "sha512-A/DLR+LAq/TFh882nsJck0/S9GZREmRtA2pVKskgdSNGdqllsJizWcqP6vfYuppcBLEAtxWCPSm8nPA7GWnfUw==",
|
6509
6509
|
"license": "ISC",
|
6510
6510
|
"dependencies": {
|
6511
6511
|
"@metrichor/jmespath": "^0.3.1",
|
@@ -6750,8 +6750,8 @@
|
|
6750
6750
|
}
|
6751
6751
|
},
|
6752
6752
|
"node_modules/acorn-import-phases": {
|
6753
|
-
"version": "1.0.
|
6754
|
-
"integrity": "sha512-
|
6753
|
+
"version": "1.0.4",
|
6754
|
+
"integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==",
|
6755
6755
|
"dev": true,
|
6756
6756
|
"license": "MIT",
|
6757
6757
|
"peer": true,
|
@@ -8072,8 +8072,8 @@
|
|
8072
8072
|
}
|
8073
8073
|
},
|
8074
8074
|
"node_modules/babel-preset-current-node-syntax": {
|
8075
|
-
"version": "1.
|
8076
|
-
"integrity": "sha512-
|
8075
|
+
"version": "1.2.0",
|
8076
|
+
"integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==",
|
8077
8077
|
"license": "MIT",
|
8078
8078
|
"dependencies": {
|
8079
8079
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
@@ -8093,7 +8093,7 @@
|
|
8093
8093
|
"@babel/plugin-syntax-top-level-await": "^7.14.5"
|
8094
8094
|
},
|
8095
8095
|
"peerDependencies": {
|
8096
|
-
"@babel/core": "^7.0.0"
|
8096
|
+
"@babel/core": "^7.0.0 || ^8.0.0-0"
|
8097
8097
|
}
|
8098
8098
|
},
|
8099
8099
|
"node_modules/babel-preset-env": {
|
@@ -8539,8 +8539,8 @@
|
|
8539
8539
|
}
|
8540
8540
|
},
|
8541
8541
|
"node_modules/browserslist": {
|
8542
|
-
"version": "4.25.
|
8543
|
-
"integrity": "sha512-
|
8542
|
+
"version": "4.25.2",
|
8543
|
+
"integrity": "sha512-0si2SJK3ooGzIawRu61ZdPCO1IncZwS8IzuX73sPZsXW6EQ/w/DAfPyKI8l1ETTCr2MnvqWitmlCUxgdul45jA==",
|
8544
8544
|
"funding": [
|
8545
8545
|
{
|
8546
8546
|
"type": "opencollective",
|
@@ -8557,8 +8557,8 @@
|
|
8557
8557
|
],
|
8558
8558
|
"license": "MIT",
|
8559
8559
|
"dependencies": {
|
8560
|
-
"caniuse-lite": "^1.0.
|
8561
|
-
"electron-to-chromium": "^1.5.
|
8560
|
+
"caniuse-lite": "^1.0.30001733",
|
8561
|
+
"electron-to-chromium": "^1.5.199",
|
8562
8562
|
"node-releases": "^2.0.19",
|
8563
8563
|
"update-browserslist-db": "^1.1.3"
|
8564
8564
|
},
|
@@ -8768,8 +8768,8 @@
|
|
8768
8768
|
}
|
8769
8769
|
},
|
8770
8770
|
"node_modules/caniuse-lite": {
|
8771
|
-
"version": "1.0.
|
8772
|
-
"integrity": "sha512-
|
8771
|
+
"version": "1.0.30001733",
|
8772
|
+
"integrity": "sha512-e4QKw/O2Kavj2VQTKZWrwzkt3IxOmIlU6ajRb6LP64LHpBo1J67k2Hi4Vu/TgJWsNtynurfS0uK3MaUTCPfu5Q==",
|
8773
8773
|
"funding": [
|
8774
8774
|
{
|
8775
8775
|
"type": "opencollective",
|
@@ -8787,8 +8787,8 @@
|
|
8787
8787
|
"license": "CC-BY-4.0"
|
8788
8788
|
},
|
8789
8789
|
"node_modules/chalk": {
|
8790
|
-
"version": "5.
|
8791
|
-
"integrity": "sha512-
|
8790
|
+
"version": "5.5.0",
|
8791
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
8792
8792
|
"dev": true,
|
8793
8793
|
"license": "MIT",
|
8794
8794
|
"engines": {
|
@@ -8814,8 +8814,8 @@
|
|
8814
8814
|
"license": "MIT"
|
8815
8815
|
},
|
8816
8816
|
"node_modules/cheerio": {
|
8817
|
-
"version": "1.1.
|
8818
|
-
"integrity": "sha512
|
8817
|
+
"version": "1.1.2",
|
8818
|
+
"integrity": "sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg==",
|
8819
8819
|
"dev": true,
|
8820
8820
|
"license": "MIT",
|
8821
8821
|
"dependencies": {
|
@@ -8823,16 +8823,16 @@
|
|
8823
8823
|
"dom-serializer": "^2.0.0",
|
8824
8824
|
"domhandler": "^5.0.3",
|
8825
8825
|
"domutils": "^3.2.2",
|
8826
|
-
"encoding-sniffer": "^0.2.
|
8826
|
+
"encoding-sniffer": "^0.2.1",
|
8827
8827
|
"htmlparser2": "^10.0.0",
|
8828
8828
|
"parse5": "^7.3.0",
|
8829
8829
|
"parse5-htmlparser2-tree-adapter": "^7.1.0",
|
8830
8830
|
"parse5-parser-stream": "^7.1.2",
|
8831
|
-
"undici": "^7.
|
8831
|
+
"undici": "^7.12.0",
|
8832
8832
|
"whatwg-mimetype": "^4.0.0"
|
8833
8833
|
},
|
8834
8834
|
"engines": {
|
8835
|
-
"node": ">=18.
|
8835
|
+
"node": ">=20.18.1"
|
8836
8836
|
},
|
8837
8837
|
"funding": {
|
8838
8838
|
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
|
@@ -9166,8 +9166,8 @@
|
|
9166
9166
|
}
|
9167
9167
|
},
|
9168
9168
|
"node_modules/compression": {
|
9169
|
-
"version": "1.8.
|
9170
|
-
"integrity": "sha512-
|
9169
|
+
"version": "1.8.1",
|
9170
|
+
"integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
|
9171
9171
|
"license": "MIT",
|
9172
9172
|
"peer": true,
|
9173
9173
|
"dependencies": {
|
@@ -9175,7 +9175,7 @@
|
|
9175
9175
|
"compressible": "~2.0.18",
|
9176
9176
|
"debug": "2.6.9",
|
9177
9177
|
"negotiator": "~0.6.4",
|
9178
|
-
"on-headers": "~1.0
|
9178
|
+
"on-headers": "~1.1.0",
|
9179
9179
|
"safe-buffer": "5.2.1",
|
9180
9180
|
"vary": "~1.1.2"
|
9181
9181
|
},
|
@@ -9748,8 +9748,8 @@
|
|
9748
9748
|
"license": "MIT"
|
9749
9749
|
},
|
9750
9750
|
"node_modules/core-js-compat": {
|
9751
|
-
"version": "3.
|
9752
|
-
"integrity": "sha512-
|
9751
|
+
"version": "3.45.0",
|
9752
|
+
"integrity": "sha512-gRoVMBawZg0OnxaVv3zpqLLxaHmsubEGyTnqdpI/CEBvX4JadI1dMSHxagThprYRtSVbuQxvi6iUatdPxohHpA==",
|
9753
9753
|
"license": "MIT",
|
9754
9754
|
"dependencies": {
|
9755
9755
|
"browserslist": "^4.25.1"
|
@@ -9760,8 +9760,8 @@
|
|
9760
9760
|
}
|
9761
9761
|
},
|
9762
9762
|
"node_modules/core-js-pure": {
|
9763
|
-
"version": "3.
|
9764
|
-
"integrity": "sha512-
|
9763
|
+
"version": "3.45.0",
|
9764
|
+
"integrity": "sha512-OtwjqcDpY2X/eIIg1ol/n0y/X8A9foliaNt1dSK0gV3J2/zw+89FcNG3mPK+N8YWts4ZFUPxnrAzsxs/lf8yDA==",
|
9765
9765
|
"hasInstallScript": true,
|
9766
9766
|
"license": "MIT",
|
9767
9767
|
"funding": {
|
@@ -10715,8 +10715,8 @@
|
|
10715
10715
|
"license": "MIT"
|
10716
10716
|
},
|
10717
10717
|
"node_modules/electron-to-chromium": {
|
10718
|
-
"version": "1.5.
|
10719
|
-
"integrity": "sha512-
|
10718
|
+
"version": "1.5.199",
|
10719
|
+
"integrity": "sha512-3gl0S7zQd88kCAZRO/DnxtBKuhMO4h0EaQIN3YgZfV6+pW+5+bf2AdQeHNESCoaQqo/gjGVYEf2YM4O5HJQqpQ==",
|
10720
10720
|
"license": "ISC"
|
10721
10721
|
},
|
10722
10722
|
"node_modules/emittery": {
|
@@ -10767,8 +10767,8 @@
|
|
10767
10767
|
}
|
10768
10768
|
},
|
10769
10769
|
"node_modules/enhanced-resolve": {
|
10770
|
-
"version": "5.18.
|
10771
|
-
"integrity": "sha512-
|
10770
|
+
"version": "5.18.3",
|
10771
|
+
"integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
|
10772
10772
|
"dev": true,
|
10773
10773
|
"license": "MIT",
|
10774
10774
|
"peer": true,
|
@@ -11601,8 +11601,8 @@
|
|
11601
11601
|
}
|
11602
11602
|
},
|
11603
11603
|
"node_modules/expo": {
|
11604
|
-
"version": "53.0.
|
11605
|
-
"integrity": "sha512-
|
11604
|
+
"version": "53.0.20",
|
11605
|
+
"integrity": "sha512-Nh+HIywVy9KxT/LtH08QcXqrxtUOA9BZhsXn3KCsAYA+kNb80M8VKN8/jfQF+I6CgeKyFKJoPNsWgI0y0VBGrA==",
|
11606
11606
|
"license": "MIT",
|
11607
11607
|
"peer": true,
|
11608
11608
|
"dependencies": {
|
@@ -11620,7 +11620,7 @@
|
|
11620
11620
|
"expo-font": "~13.3.2",
|
11621
11621
|
"expo-keep-awake": "~14.1.4",
|
11622
11622
|
"expo-modules-autolinking": "2.1.14",
|
11623
|
-
"expo-modules-core": "2.
|
11623
|
+
"expo-modules-core": "2.5.0",
|
11624
11624
|
"react-native-edge-to-edge": "1.6.0",
|
11625
11625
|
"whatwg-url-without-unicode": "8.0.0-3"
|
11626
11626
|
},
|
@@ -12276,8 +12276,8 @@
|
|
12276
12276
|
}
|
12277
12277
|
},
|
12278
12278
|
"node_modules/expo/node_modules/expo-modules-core": {
|
12279
|
-
"version": "2.
|
12280
|
-
"integrity": "sha512-
|
12279
|
+
"version": "2.5.0",
|
12280
|
+
"integrity": "sha512-aIbQxZE2vdCKsolQUl6Q9Farlf8tjh/ROR4hfN1qT7QBGPl1XrJGnaOKkcgYaGrlzCPg/7IBe0Np67GzKMZKKQ==",
|
12281
12281
|
"license": "MIT",
|
12282
12282
|
"peer": true,
|
12283
12283
|
"dependencies": {
|
@@ -12716,16 +12716,16 @@
|
|
12716
12716
|
"license": "MIT"
|
12717
12717
|
},
|
12718
12718
|
"node_modules/flow-parser": {
|
12719
|
-
"version": "0.
|
12720
|
-
"integrity": "sha512-
|
12719
|
+
"version": "0.278.0",
|
12720
|
+
"integrity": "sha512-9oUcYDHf9n+E/t0FXndgBqGbaUsGEcmWqIr1ldqCzTzctsJV5E/bHusOj4ThB72Ss2mqWpLFNz0+o2c1O8J6+A==",
|
12721
12721
|
"license": "MIT",
|
12722
12722
|
"engines": {
|
12723
12723
|
"node": ">=0.4.0"
|
12724
12724
|
}
|
12725
12725
|
},
|
12726
12726
|
"node_modules/follow-redirects": {
|
12727
|
-
"version": "1.15.
|
12728
|
-
"integrity": "sha512-
|
12727
|
+
"version": "1.15.11",
|
12728
|
+
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
12729
12729
|
"funding": [
|
12730
12730
|
{
|
12731
12731
|
"type": "individual",
|
@@ -12789,8 +12789,8 @@
|
|
12789
12789
|
}
|
12790
12790
|
},
|
12791
12791
|
"node_modules/form-data": {
|
12792
|
-
"version": "4.0.
|
12793
|
-
"integrity": "sha512-
|
12792
|
+
"version": "4.0.4",
|
12793
|
+
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
12794
12794
|
"license": "MIT",
|
12795
12795
|
"dependencies": {
|
12796
12796
|
"asynckit": "^0.4.0",
|
@@ -16620,8 +16620,8 @@
|
|
16620
16620
|
"license": "MIT"
|
16621
16621
|
},
|
16622
16622
|
"node_modules/jiti": {
|
16623
|
-
"version": "2.
|
16624
|
-
"integrity": "sha512-
|
16623
|
+
"version": "2.5.1",
|
16624
|
+
"integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==",
|
16625
16625
|
"dev": true,
|
16626
16626
|
"license": "MIT",
|
16627
16627
|
"bin": {
|
@@ -17961,6 +17961,7 @@
|
|
17961
17961
|
"node_modules/metro-react-native-babel-preset": {
|
17962
17962
|
"version": "0.77.0",
|
17963
17963
|
"integrity": "sha512-HPPD+bTxADtoE4y/4t1txgTQ1LVR6imOBy7RMHUsqMVTbekoi8Ph5YI9vKX2VMPtVWeFt0w9YnCSLPa76GcXsA==",
|
17964
|
+
"deprecated": "Use @react-native/babel-preset instead",
|
17964
17965
|
"dev": true,
|
17965
17966
|
"license": "MIT",
|
17966
17967
|
"dependencies": {
|
@@ -18778,8 +18779,8 @@
|
|
18778
18779
|
"license": "MIT"
|
18779
18780
|
},
|
18780
18781
|
"node_modules/nwsapi": {
|
18781
|
-
"version": "2.2.
|
18782
|
-
"integrity": "sha512
|
18782
|
+
"version": "2.2.21",
|
18783
|
+
"integrity": "sha512-o6nIY3qwiSXl7/LuOU0Dmuctd34Yay0yeuZRLFmDPrrdHpXKFndPj3hM+YEPVHYC5fx2otBx4Ilc/gyYSAUaIA==",
|
18783
18784
|
"dev": true,
|
18784
18785
|
"license": "MIT"
|
18785
18786
|
},
|
@@ -18922,8 +18923,8 @@
|
|
18922
18923
|
}
|
18923
18924
|
},
|
18924
18925
|
"node_modules/on-headers": {
|
18925
|
-
"version": "1.0
|
18926
|
-
"integrity": "sha512-
|
18926
|
+
"version": "1.1.0",
|
18927
|
+
"integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
|
18927
18928
|
"license": "MIT",
|
18928
18929
|
"peer": true,
|
18929
18930
|
"engines": {
|
@@ -20573,8 +20574,9 @@
|
|
20573
20574
|
}
|
20574
20575
|
},
|
20575
20576
|
"node_modules/react-native-vector-icons": {
|
20576
|
-
"version": "10.
|
20577
|
-
"integrity": "sha512-
|
20577
|
+
"version": "10.3.0",
|
20578
|
+
"integrity": "sha512-IFQ0RE57819hOUdFvgK4FowM5aMXg7C7XKsuGLevqXkkIJatc3QopN0wYrb2IrzUgmdpfP+QVIbI3S6h7M0btw==",
|
20579
|
+
"deprecated": "react-native-vector-icons package has moved to a new model of per-icon-family packages. See the https://github.com/oblador/react-native-vector-icons/blob/master/MIGRATION.md on how to migrate",
|
20578
20580
|
"license": "MIT",
|
20579
20581
|
"peer": true,
|
20580
20582
|
"dependencies": {
|
@@ -22574,8 +22576,8 @@
|
|
22574
22576
|
}
|
22575
22577
|
},
|
22576
22578
|
"node_modules/spdx-license-ids": {
|
22577
|
-
"version": "3.0.
|
22578
|
-
"integrity": "sha512-
|
22579
|
+
"version": "3.0.22",
|
22580
|
+
"integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==",
|
22579
22581
|
"dev": true,
|
22580
22582
|
"license": "CC0-1.0"
|
22581
22583
|
},
|
@@ -23774,8 +23776,8 @@
|
|
23774
23776
|
}
|
23775
23777
|
},
|
23776
23778
|
"node_modules/undici": {
|
23777
|
-
"version": "7.
|
23778
|
-
"integrity": "sha512-
|
23779
|
+
"version": "7.13.0",
|
23780
|
+
"integrity": "sha512-l+zSMssRqrzDcb3fjMkjjLGmuiiK2pMIcV++mJaAc9vhjSGpvM7h43QgP+OAMb1GImHmbPyG2tBXeuyG5iY4gA==",
|
23779
23781
|
"dev": true,
|
23780
23782
|
"license": "MIT",
|
23781
23783
|
"engines": {
|
@@ -23783,8 +23785,8 @@
|
|
23783
23785
|
}
|
23784
23786
|
},
|
23785
23787
|
"node_modules/undici-types": {
|
23786
|
-
"version": "7.
|
23787
|
-
"integrity": "sha512-
|
23788
|
+
"version": "7.10.0",
|
23789
|
+
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
|
23788
23790
|
"license": "MIT"
|
23789
23791
|
},
|
23790
23792
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
@@ -24717,8 +24719,8 @@
|
|
24717
24719
|
}
|
24718
24720
|
},
|
24719
24721
|
"node_modules/webpack": {
|
24720
|
-
"version": "5.
|
24721
|
-
"integrity": "sha512-
|
24722
|
+
"version": "5.101.0",
|
24723
|
+
"integrity": "sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ==",
|
24722
24724
|
"dev": true,
|
24723
24725
|
"license": "MIT",
|
24724
24726
|
"peer": true,
|
@@ -25276,7 +25278,7 @@
|
|
25276
25278
|
},
|
25277
25279
|
"node_modules/y18n": {
|
25278
25280
|
"version": "5.0.8",
|
25279
|
-
"integrity": "
|
25281
|
+
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
25280
25282
|
"license": "ISC",
|
25281
25283
|
"engines": {
|
25282
25284
|
"node": ">=10"
|