@wavemaker/app-rn-runtime 11.14.1-22.647482 → 11.14.1-22.647491
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 +2 -1
- package/components/basic/bottomsheet/bottomsheet.component.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/npm-shrinkwrap.json +143 -116
- package/package-lock.json +143 -116
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
|
3
|
-
"version": "11.14.1-22.
|
|
3
|
+
"version": "11.14.1-22.647491",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
|
9
|
-
"version": "11.14.1-22.
|
|
9
|
+
"version": "11.14.1-22.647491",
|
|
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.14.1-22.
|
|
23
|
+
"@wavemaker/variables": "11.14.1-22.647491",
|
|
24
24
|
"axios": "1.8.3",
|
|
25
25
|
"color": "4.2.3",
|
|
26
26
|
"cross-env": "7.0.3",
|
|
@@ -2369,8 +2369,8 @@
|
|
|
2369
2369
|
}
|
|
2370
2370
|
},
|
|
2371
2371
|
"node_modules/@commitlint/is-ignored/node_modules/semver": {
|
|
2372
|
-
"version": "7.
|
|
2373
|
-
"integrity": "sha512-
|
|
2372
|
+
"version": "7.8.0",
|
|
2373
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
2374
2374
|
"dev": true,
|
|
2375
2375
|
"license": "ISC",
|
|
2376
2376
|
"bin": {
|
|
@@ -2748,12 +2748,12 @@
|
|
|
2748
2748
|
}
|
|
2749
2749
|
},
|
|
2750
2750
|
"node_modules/@expo/config": {
|
|
2751
|
-
"version": "55.0.
|
|
2752
|
-
"integrity": "sha512-
|
|
2751
|
+
"version": "55.0.17",
|
|
2752
|
+
"integrity": "sha512-Y3VaRg7Jllg3MhlUOTQqHm6/dttsqcjYlnS9enhAllZvPUpTHnRA4YPETtUZlxkdMJy6y3UZe986pd/KfJ6OTg==",
|
|
2753
2753
|
"license": "MIT",
|
|
2754
2754
|
"peer": true,
|
|
2755
2755
|
"dependencies": {
|
|
2756
|
-
"@expo/config-plugins": "~55.0.
|
|
2756
|
+
"@expo/config-plugins": "~55.0.9",
|
|
2757
2757
|
"@expo/config-types": "^55.0.5",
|
|
2758
2758
|
"@expo/json-file": "^10.0.14",
|
|
2759
2759
|
"@expo/require-utils": "^55.0.5",
|
|
@@ -2766,14 +2766,14 @@
|
|
|
2766
2766
|
}
|
|
2767
2767
|
},
|
|
2768
2768
|
"node_modules/@expo/config-plugins": {
|
|
2769
|
-
"version": "55.0.
|
|
2770
|
-
"integrity": "sha512-
|
|
2769
|
+
"version": "55.0.9",
|
|
2770
|
+
"integrity": "sha512-jLfpxru8dTo7eU0cqeTWuQav7byyjb37eF/mbXl1/3eTBHBvFU1VGxpeKxanUdTQAAjqzH8KGgWb0fWcce+z1w==",
|
|
2771
2771
|
"license": "MIT",
|
|
2772
2772
|
"peer": true,
|
|
2773
2773
|
"dependencies": {
|
|
2774
2774
|
"@expo/config-types": "^55.0.5",
|
|
2775
|
-
"@expo/json-file": "~10.0.
|
|
2776
|
-
"@expo/plist": "^0.5.
|
|
2775
|
+
"@expo/json-file": "~10.0.14",
|
|
2776
|
+
"@expo/plist": "^0.5.3",
|
|
2777
2777
|
"@expo/sdk-runtime-versions": "^1.0.0",
|
|
2778
2778
|
"chalk": "^4.1.2",
|
|
2779
2779
|
"debug": "^4.3.5",
|
|
@@ -2836,8 +2836,8 @@
|
|
|
2836
2836
|
"peer": true
|
|
2837
2837
|
},
|
|
2838
2838
|
"node_modules/@expo/config-plugins/node_modules/semver": {
|
|
2839
|
-
"version": "7.
|
|
2840
|
-
"integrity": "sha512-
|
|
2839
|
+
"version": "7.8.0",
|
|
2840
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
2841
2841
|
"license": "ISC",
|
|
2842
2842
|
"peer": true,
|
|
2843
2843
|
"bin": {
|
|
@@ -2854,8 +2854,8 @@
|
|
|
2854
2854
|
"peer": true
|
|
2855
2855
|
},
|
|
2856
2856
|
"node_modules/@expo/config/node_modules/semver": {
|
|
2857
|
-
"version": "7.
|
|
2858
|
-
"integrity": "sha512-
|
|
2857
|
+
"version": "7.8.0",
|
|
2858
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
2859
2859
|
"license": "ISC",
|
|
2860
2860
|
"peer": true,
|
|
2861
2861
|
"bin": {
|
|
@@ -3136,8 +3136,8 @@
|
|
|
3136
3136
|
}
|
|
3137
3137
|
},
|
|
3138
3138
|
"node_modules/@expo/fingerprint/node_modules/semver": {
|
|
3139
|
-
"version": "7.
|
|
3140
|
-
"integrity": "sha512-
|
|
3139
|
+
"version": "7.8.0",
|
|
3140
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
3141
3141
|
"license": "ISC",
|
|
3142
3142
|
"peer": true,
|
|
3143
3143
|
"bin": {
|
|
@@ -3207,8 +3207,8 @@
|
|
|
3207
3207
|
"license": "MIT"
|
|
3208
3208
|
},
|
|
3209
3209
|
"node_modules/@expo/image-utils/node_modules/semver": {
|
|
3210
|
-
"version": "7.
|
|
3211
|
-
"integrity": "sha512-
|
|
3210
|
+
"version": "7.8.0",
|
|
3211
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
3212
3212
|
"license": "ISC",
|
|
3213
3213
|
"bin": {
|
|
3214
3214
|
"semver": "bin/semver.js"
|
|
@@ -3227,12 +3227,12 @@
|
|
|
3227
3227
|
}
|
|
3228
3228
|
},
|
|
3229
3229
|
"node_modules/@expo/local-build-cache-provider": {
|
|
3230
|
-
"version": "55.0.
|
|
3231
|
-
"integrity": "sha512-
|
|
3230
|
+
"version": "55.0.13",
|
|
3231
|
+
"integrity": "sha512-Vg5BE10UL+0yg3BVtIeiSoeHU31Qe1m3UxhBPS478ACY1zzKuxZE30x2sym/B2OIWypjmPzXDRt8J9TOGFuFNw==",
|
|
3232
3232
|
"license": "MIT",
|
|
3233
3233
|
"peer": true,
|
|
3234
3234
|
"dependencies": {
|
|
3235
|
-
"@expo/config": "~55.0.
|
|
3235
|
+
"@expo/config": "~55.0.17",
|
|
3236
3236
|
"chalk": "^4.1.2"
|
|
3237
3237
|
}
|
|
3238
3238
|
},
|
|
@@ -3325,15 +3325,15 @@
|
|
|
3325
3325
|
}
|
|
3326
3326
|
},
|
|
3327
3327
|
"node_modules/@expo/metro-config": {
|
|
3328
|
-
"version": "55.0.
|
|
3329
|
-
"integrity": "sha512-
|
|
3328
|
+
"version": "55.0.21",
|
|
3329
|
+
"integrity": "sha512-pJ8G0uCxqA9KK+XCzXZF7ZI37rduD2l7Cun2e3rVAgB2yeOZagUD+VBvooU9QPiWx9e/7EbimH5/JP81JyhQlg==",
|
|
3330
3330
|
"license": "MIT",
|
|
3331
3331
|
"peer": true,
|
|
3332
3332
|
"dependencies": {
|
|
3333
3333
|
"@babel/code-frame": "^7.20.0",
|
|
3334
3334
|
"@babel/core": "^7.20.0",
|
|
3335
3335
|
"@babel/generator": "^7.20.5",
|
|
3336
|
-
"@expo/config": "~55.0.
|
|
3336
|
+
"@expo/config": "~55.0.17",
|
|
3337
3337
|
"@expo/env": "~2.1.2",
|
|
3338
3338
|
"@expo/json-file": "~10.0.14",
|
|
3339
3339
|
"@expo/metro": "~55.1.1",
|
|
@@ -3907,8 +3907,8 @@
|
|
|
3907
3907
|
"license": "MIT"
|
|
3908
3908
|
},
|
|
3909
3909
|
"node_modules/@expo/prebuild-config/node_modules/semver": {
|
|
3910
|
-
"version": "7.
|
|
3911
|
-
"integrity": "sha512-
|
|
3910
|
+
"version": "7.8.0",
|
|
3911
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
3912
3912
|
"dev": true,
|
|
3913
3913
|
"license": "ISC",
|
|
3914
3914
|
"bin": {
|
|
@@ -4624,8 +4624,8 @@
|
|
|
4624
4624
|
}
|
|
4625
4625
|
},
|
|
4626
4626
|
"node_modules/@jest/reporters/node_modules/semver": {
|
|
4627
|
-
"version": "7.
|
|
4628
|
-
"integrity": "sha512-
|
|
4627
|
+
"version": "7.8.0",
|
|
4628
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
4629
4629
|
"dev": true,
|
|
4630
4630
|
"license": "ISC",
|
|
4631
4631
|
"bin": {
|
|
@@ -5208,8 +5208,8 @@
|
|
|
5208
5208
|
}
|
|
5209
5209
|
},
|
|
5210
5210
|
"node_modules/@react-native-community/eslint-config/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
|
|
5211
|
-
"version": "7.
|
|
5212
|
-
"integrity": "sha512-
|
|
5211
|
+
"version": "7.8.0",
|
|
5212
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
5213
5213
|
"dev": true,
|
|
5214
5214
|
"license": "ISC",
|
|
5215
5215
|
"bin": {
|
|
@@ -5326,8 +5326,8 @@
|
|
|
5326
5326
|
}
|
|
5327
5327
|
},
|
|
5328
5328
|
"node_modules/@react-native-community/eslint-config/node_modules/eslint-plugin-jest/node_modules/semver": {
|
|
5329
|
-
"version": "7.
|
|
5330
|
-
"integrity": "sha512-
|
|
5329
|
+
"version": "7.8.0",
|
|
5330
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
5331
5331
|
"dev": true,
|
|
5332
5332
|
"license": "ISC",
|
|
5333
5333
|
"bin": {
|
|
@@ -5664,8 +5664,8 @@
|
|
|
5664
5664
|
}
|
|
5665
5665
|
},
|
|
5666
5666
|
"node_modules/@react-native/community-cli-plugin/node_modules/semver": {
|
|
5667
|
-
"version": "7.
|
|
5668
|
-
"integrity": "sha512-
|
|
5667
|
+
"version": "7.8.0",
|
|
5668
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
5669
5669
|
"license": "ISC",
|
|
5670
5670
|
"bin": {
|
|
5671
5671
|
"semver": "bin/semver.js"
|
|
@@ -5780,11 +5780,11 @@
|
|
|
5780
5780
|
"license": "MIT"
|
|
5781
5781
|
},
|
|
5782
5782
|
"node_modules/@react-navigation/core": {
|
|
5783
|
-
"version": "7.17.
|
|
5784
|
-
"integrity": "sha512-
|
|
5783
|
+
"version": "7.17.4",
|
|
5784
|
+
"integrity": "sha512-Rv9E2oNNQEkPGpmu9q+vJwGJRSQR6LBg5L+Yo1QHjtwGbHUbjkIKOdYymDZoZYgNzX2OD4rAIlfuzbDKa3cCeA==",
|
|
5785
5785
|
"license": "MIT",
|
|
5786
5786
|
"dependencies": {
|
|
5787
|
-
"@react-navigation/routers": "^7.5.
|
|
5787
|
+
"@react-navigation/routers": "^7.5.5",
|
|
5788
5788
|
"escape-string-regexp": "^4.0.0",
|
|
5789
5789
|
"fast-deep-equal": "^3.1.3",
|
|
5790
5790
|
"nanoid": "^3.3.11",
|
|
@@ -5818,8 +5818,8 @@
|
|
|
5818
5818
|
}
|
|
5819
5819
|
},
|
|
5820
5820
|
"node_modules/@react-navigation/drawer/node_modules/@react-navigation/elements": {
|
|
5821
|
-
"version": "2.9.
|
|
5822
|
-
"integrity": "sha512-
|
|
5821
|
+
"version": "2.9.17",
|
|
5822
|
+
"integrity": "sha512-Prax9RDS6l32npcl4PzvL88VoXe9HdtcIUP2+rim3DLVSZceD6oreA+cmPBUjeLFjsnxKlU3pTRby3RpYJ5/xw==",
|
|
5823
5823
|
"license": "MIT",
|
|
5824
5824
|
"dependencies": {
|
|
5825
5825
|
"color": "^4.2.3",
|
|
@@ -5828,7 +5828,7 @@
|
|
|
5828
5828
|
},
|
|
5829
5829
|
"peerDependencies": {
|
|
5830
5830
|
"@react-native-masked-view/masked-view": ">= 0.2.0",
|
|
5831
|
-
"@react-navigation/native": "^7.2.
|
|
5831
|
+
"@react-navigation/native": "^7.2.4",
|
|
5832
5832
|
"react": ">= 18.2.0",
|
|
5833
5833
|
"react-native": "*",
|
|
5834
5834
|
"react-native-safe-area-context": ">= 4.0.0"
|
|
@@ -5856,8 +5856,8 @@
|
|
|
5856
5856
|
}
|
|
5857
5857
|
},
|
|
5858
5858
|
"node_modules/@react-navigation/routers": {
|
|
5859
|
-
"version": "7.5.
|
|
5860
|
-
"integrity": "sha512-
|
|
5859
|
+
"version": "7.5.5",
|
|
5860
|
+
"integrity": "sha512-9/hhMte12Kgu+pMnLfA4EWJ0OQmIEAMVMX06FPH2yGkEQSQ3JhhCN/GkcRikzQhtEi97VYYQA15umptBUShcOQ==",
|
|
5861
5861
|
"license": "MIT",
|
|
5862
5862
|
"dependencies": {
|
|
5863
5863
|
"nanoid": "^3.3.11"
|
|
@@ -5881,8 +5881,8 @@
|
|
|
5881
5881
|
}
|
|
5882
5882
|
},
|
|
5883
5883
|
"node_modules/@react-navigation/stack/node_modules/@react-navigation/elements": {
|
|
5884
|
-
"version": "2.9.
|
|
5885
|
-
"integrity": "sha512-
|
|
5884
|
+
"version": "2.9.17",
|
|
5885
|
+
"integrity": "sha512-Prax9RDS6l32npcl4PzvL88VoXe9HdtcIUP2+rim3DLVSZceD6oreA+cmPBUjeLFjsnxKlU3pTRby3RpYJ5/xw==",
|
|
5886
5886
|
"license": "MIT",
|
|
5887
5887
|
"dependencies": {
|
|
5888
5888
|
"color": "^4.2.3",
|
|
@@ -5891,7 +5891,7 @@
|
|
|
5891
5891
|
},
|
|
5892
5892
|
"peerDependencies": {
|
|
5893
5893
|
"@react-native-masked-view/masked-view": ">= 0.2.0",
|
|
5894
|
-
"@react-navigation/native": "^7.2.
|
|
5894
|
+
"@react-navigation/native": "^7.2.4",
|
|
5895
5895
|
"react": ">= 18.2.0",
|
|
5896
5896
|
"react-native": "*",
|
|
5897
5897
|
"react-native-safe-area-context": ">= 4.0.0"
|
|
@@ -6369,11 +6369,11 @@
|
|
|
6369
6369
|
"license": "MIT"
|
|
6370
6370
|
},
|
|
6371
6371
|
"node_modules/@types/node": {
|
|
6372
|
-
"version": "25.
|
|
6373
|
-
"integrity": "sha512-
|
|
6372
|
+
"version": "25.7.0",
|
|
6373
|
+
"integrity": "sha512-z+pdZyxE+RTQE9AcboAZCb4otwcrvgHD+GlBpPgn0emDVt0ohrTMhAwlr2Wd9nZ+nihhYFxO2pThz3C5qSu2Eg==",
|
|
6374
6374
|
"license": "MIT",
|
|
6375
6375
|
"dependencies": {
|
|
6376
|
-
"undici-types": "~7.
|
|
6376
|
+
"undici-types": "~7.21.0"
|
|
6377
6377
|
}
|
|
6378
6378
|
},
|
|
6379
6379
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -6538,8 +6538,8 @@
|
|
|
6538
6538
|
}
|
|
6539
6539
|
},
|
|
6540
6540
|
"node_modules/@typescript-eslint/type-utils/node_modules/semver": {
|
|
6541
|
-
"version": "7.
|
|
6542
|
-
"integrity": "sha512-
|
|
6541
|
+
"version": "7.8.0",
|
|
6542
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
6543
6543
|
"dev": true,
|
|
6544
6544
|
"license": "ISC",
|
|
6545
6545
|
"bin": {
|
|
@@ -6590,8 +6590,8 @@
|
|
|
6590
6590
|
}
|
|
6591
6591
|
},
|
|
6592
6592
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
6593
|
-
"version": "7.
|
|
6594
|
-
"integrity": "sha512-
|
|
6593
|
+
"version": "7.8.0",
|
|
6594
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
6595
6595
|
"dev": true,
|
|
6596
6596
|
"license": "ISC",
|
|
6597
6597
|
"bin": {
|
|
@@ -6637,8 +6637,8 @@
|
|
|
6637
6637
|
"peer": true
|
|
6638
6638
|
},
|
|
6639
6639
|
"node_modules/@wavemaker/variables": {
|
|
6640
|
-
"version": "11.14.1-22.
|
|
6641
|
-
"integrity": "sha512-
|
|
6640
|
+
"version": "11.14.1-22.647491",
|
|
6641
|
+
"integrity": "sha512-6fVwxFfRw6I6Geqc2jlVQLTJRJVbgtQnSYtG4UCnHY9/XgPHKEcd+AMDM+Jy6bfJpFJG0rgK8G5b4pZDViFM5A==",
|
|
6642
6642
|
"license": "ISC",
|
|
6643
6643
|
"dependencies": {
|
|
6644
6644
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -8742,8 +8742,8 @@
|
|
|
8742
8742
|
"license": "MIT"
|
|
8743
8743
|
},
|
|
8744
8744
|
"node_modules/baseline-browser-mapping": {
|
|
8745
|
-
"version": "2.10.
|
|
8746
|
-
"integrity": "sha512-
|
|
8745
|
+
"version": "2.10.29",
|
|
8746
|
+
"integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==",
|
|
8747
8747
|
"license": "Apache-2.0",
|
|
8748
8748
|
"bin": {
|
|
8749
8749
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -11007,8 +11007,8 @@
|
|
|
11007
11007
|
"license": "MIT"
|
|
11008
11008
|
},
|
|
11009
11009
|
"node_modules/electron-to-chromium": {
|
|
11010
|
-
"version": "1.5.
|
|
11011
|
-
"integrity": "sha512-
|
|
11010
|
+
"version": "1.5.355",
|
|
11011
|
+
"integrity": "sha512-LUPZhKzZPYSPme1jEYohpkA+ybYCJztr1quAdBd7E7h3+VOBVcKkwwtBJu41nrjawrRzfb8mtMfzWozoaK0ZIQ==",
|
|
11012
11012
|
"license": "ISC"
|
|
11013
11013
|
},
|
|
11014
11014
|
"node_modules/emittery": {
|
|
@@ -11059,8 +11059,8 @@
|
|
|
11059
11059
|
}
|
|
11060
11060
|
},
|
|
11061
11061
|
"node_modules/enhanced-resolve": {
|
|
11062
|
-
"version": "5.21.
|
|
11063
|
-
"integrity": "sha512-
|
|
11062
|
+
"version": "5.21.3",
|
|
11063
|
+
"integrity": "sha512-QyL119InA+XXEkNLNTPCXPugSvOfhwv0JOlGNzvxs0hZaiHLNvXSpudUWsOlsXGWJh8G6ckCScEkVHfX3kw/2Q==",
|
|
11064
11064
|
"dev": true,
|
|
11065
11065
|
"license": "MIT",
|
|
11066
11066
|
"peer": true,
|
|
@@ -11898,34 +11898,34 @@
|
|
|
11898
11898
|
}
|
|
11899
11899
|
},
|
|
11900
11900
|
"node_modules/expo": {
|
|
11901
|
-
"version": "55.0.
|
|
11902
|
-
"integrity": "sha512-
|
|
11901
|
+
"version": "55.0.24",
|
|
11902
|
+
"integrity": "sha512-nU95y+GIfD1dm9CSjsitDdltSU83dDqemxD1UUBxJPH8zKf7B5AdGVNyE6/jLWyCM/p/EmHfCeiqdrWCy9ljZA==",
|
|
11903
11903
|
"license": "MIT",
|
|
11904
11904
|
"peer": true,
|
|
11905
11905
|
"dependencies": {
|
|
11906
11906
|
"@babel/runtime": "^7.20.0",
|
|
11907
|
-
"@expo/cli": "55.0.
|
|
11908
|
-
"@expo/config": "~55.0.
|
|
11909
|
-
"@expo/config-plugins": "~55.0.
|
|
11907
|
+
"@expo/cli": "55.0.30",
|
|
11908
|
+
"@expo/config": "~55.0.17",
|
|
11909
|
+
"@expo/config-plugins": "~55.0.9",
|
|
11910
11910
|
"@expo/devtools": "55.0.3",
|
|
11911
11911
|
"@expo/fingerprint": "0.16.7",
|
|
11912
|
-
"@expo/local-build-cache-provider": "55.0.
|
|
11912
|
+
"@expo/local-build-cache-provider": "55.0.13",
|
|
11913
11913
|
"@expo/log-box": "55.0.12",
|
|
11914
11914
|
"@expo/metro": "~55.1.1",
|
|
11915
|
-
"@expo/metro-config": "55.0.
|
|
11915
|
+
"@expo/metro-config": "55.0.21",
|
|
11916
11916
|
"@expo/vector-icons": "^15.0.2",
|
|
11917
11917
|
"@ungap/structured-clone": "^1.3.0",
|
|
11918
11918
|
"babel-preset-expo": "~55.0.21",
|
|
11919
11919
|
"expo-asset": "~55.0.17",
|
|
11920
11920
|
"expo-constants": "~55.0.16",
|
|
11921
|
-
"expo-file-system": "~55.0.
|
|
11921
|
+
"expo-file-system": "~55.0.20",
|
|
11922
11922
|
"expo-font": "~55.0.7",
|
|
11923
11923
|
"expo-keep-awake": "~55.0.8",
|
|
11924
|
-
"expo-modules-autolinking": "55.0.
|
|
11924
|
+
"expo-modules-autolinking": "55.0.22",
|
|
11925
11925
|
"expo-modules-core": "55.0.25",
|
|
11926
11926
|
"pretty-format": "^29.7.0",
|
|
11927
11927
|
"react-refresh": "^0.14.2",
|
|
11928
|
-
"whatwg-url-minimum": "^0.1.
|
|
11928
|
+
"whatwg-url-minimum": "^0.1.2"
|
|
11929
11929
|
},
|
|
11930
11930
|
"bin": {
|
|
11931
11931
|
"expo": "bin/cli",
|
|
@@ -12155,8 +12155,8 @@
|
|
|
12155
12155
|
}
|
|
12156
12156
|
},
|
|
12157
12157
|
"node_modules/expo-modules-autolinking": {
|
|
12158
|
-
"version": "55.0.
|
|
12159
|
-
"integrity": "sha512-
|
|
12158
|
+
"version": "55.0.22",
|
|
12159
|
+
"integrity": "sha512-13x32V0HMHJDjND4K/gU2lQIZNxYn5S5rFzujqHmnXvOO6WGrVVELpk/0p5FmBfeuQ7GGFsATbhazQk+FeukUw==",
|
|
12160
12160
|
"license": "MIT",
|
|
12161
12161
|
"peer": true,
|
|
12162
12162
|
"dependencies": {
|
|
@@ -12322,25 +12322,25 @@
|
|
|
12322
12322
|
}
|
|
12323
12323
|
},
|
|
12324
12324
|
"node_modules/expo/node_modules/@expo/cli": {
|
|
12325
|
-
"version": "55.0.
|
|
12326
|
-
"integrity": "sha512-
|
|
12325
|
+
"version": "55.0.30",
|
|
12326
|
+
"integrity": "sha512-luWcCgompncWtCi1HqQfY32MVOuD0kUeARpr1Le1LeKVtZykjOwnz7YWXZo5zjISiD7L/gQnBNGVrRjvREsJqg==",
|
|
12327
12327
|
"license": "MIT",
|
|
12328
12328
|
"peer": true,
|
|
12329
12329
|
"dependencies": {
|
|
12330
12330
|
"@expo/code-signing-certificates": "^0.0.6",
|
|
12331
|
-
"@expo/config": "~55.0.
|
|
12332
|
-
"@expo/config-plugins": "~55.0.
|
|
12331
|
+
"@expo/config": "~55.0.17",
|
|
12332
|
+
"@expo/config-plugins": "~55.0.9",
|
|
12333
12333
|
"@expo/devcert": "^1.2.1",
|
|
12334
12334
|
"@expo/env": "~2.1.2",
|
|
12335
12335
|
"@expo/image-utils": "^0.8.14",
|
|
12336
12336
|
"@expo/json-file": "^10.0.14",
|
|
12337
12337
|
"@expo/log-box": "55.0.12",
|
|
12338
12338
|
"@expo/metro": "~55.1.1",
|
|
12339
|
-
"@expo/metro-config": "~55.0.
|
|
12339
|
+
"@expo/metro-config": "~55.0.21",
|
|
12340
12340
|
"@expo/osascript": "^2.4.3",
|
|
12341
12341
|
"@expo/package-manager": "^1.10.5",
|
|
12342
12342
|
"@expo/plist": "^0.5.3",
|
|
12343
|
-
"@expo/prebuild-config": "^55.0.
|
|
12343
|
+
"@expo/prebuild-config": "^55.0.18",
|
|
12344
12344
|
"@expo/require-utils": "^55.0.5",
|
|
12345
12345
|
"@expo/router-server": "^55.0.16",
|
|
12346
12346
|
"@expo/schema-utils": "^55.0.4",
|
|
@@ -12437,13 +12437,13 @@
|
|
|
12437
12437
|
}
|
|
12438
12438
|
},
|
|
12439
12439
|
"node_modules/expo/node_modules/@expo/prebuild-config": {
|
|
12440
|
-
"version": "55.0.
|
|
12441
|
-
"integrity": "sha512-
|
|
12440
|
+
"version": "55.0.18",
|
|
12441
|
+
"integrity": "sha512-2oKXyy5pyM87DJqXW5Z+Sakle6rApFFtpPhWOiNsOdoh6rOAD+EqVgyrs2OEEic8CE0tTt27w3SRfSZe/PZrxg==",
|
|
12442
12442
|
"license": "MIT",
|
|
12443
12443
|
"peer": true,
|
|
12444
12444
|
"dependencies": {
|
|
12445
|
-
"@expo/config": "~55.0.
|
|
12446
|
-
"@expo/config-plugins": "~55.0.
|
|
12445
|
+
"@expo/config": "~55.0.17",
|
|
12446
|
+
"@expo/config-plugins": "~55.0.9",
|
|
12447
12447
|
"@expo/config-types": "^55.0.5",
|
|
12448
12448
|
"@expo/image-utils": "^0.8.14",
|
|
12449
12449
|
"@expo/json-file": "^10.0.14",
|
|
@@ -12609,8 +12609,8 @@
|
|
|
12609
12609
|
}
|
|
12610
12610
|
},
|
|
12611
12611
|
"node_modules/expo/node_modules/expo-file-system": {
|
|
12612
|
-
"version": "55.0.
|
|
12613
|
-
"integrity": "sha512-
|
|
12612
|
+
"version": "55.0.20",
|
|
12613
|
+
"integrity": "sha512-sBCHhNlCT3EiqCcE6xSbyvOLUAlKx7+p0qjo+c+UPyC/gMrXUdva99g25uptM+fEMwy2co25MUQQ0U0guQLOQA==",
|
|
12614
12614
|
"license": "MIT",
|
|
12615
12615
|
"peer": true,
|
|
12616
12616
|
"peerDependencies": {
|
|
@@ -12839,8 +12839,8 @@
|
|
|
12839
12839
|
}
|
|
12840
12840
|
},
|
|
12841
12841
|
"node_modules/expo/node_modules/semver": {
|
|
12842
|
-
"version": "7.
|
|
12843
|
-
"integrity": "sha512-
|
|
12842
|
+
"version": "7.8.0",
|
|
12843
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
12844
12844
|
"license": "ISC",
|
|
12845
12845
|
"peer": true,
|
|
12846
12846
|
"bin": {
|
|
@@ -16364,8 +16364,8 @@
|
|
|
16364
16364
|
"peer": true
|
|
16365
16365
|
},
|
|
16366
16366
|
"node_modules/jest-expo/node_modules/semver": {
|
|
16367
|
-
"version": "7.
|
|
16368
|
-
"integrity": "sha512-
|
|
16367
|
+
"version": "7.8.0",
|
|
16368
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
16369
16369
|
"dev": true,
|
|
16370
16370
|
"license": "ISC",
|
|
16371
16371
|
"bin": {
|
|
@@ -17014,8 +17014,8 @@
|
|
|
17014
17014
|
"license": "MIT"
|
|
17015
17015
|
},
|
|
17016
17016
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
17017
|
-
"version": "7.
|
|
17018
|
-
"integrity": "sha512-
|
|
17017
|
+
"version": "7.8.0",
|
|
17018
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
17019
17019
|
"dev": true,
|
|
17020
17020
|
"license": "ISC",
|
|
17021
17021
|
"bin": {
|
|
@@ -18354,8 +18354,8 @@
|
|
|
18354
18354
|
}
|
|
18355
18355
|
},
|
|
18356
18356
|
"node_modules/make-dir/node_modules/semver": {
|
|
18357
|
-
"version": "7.
|
|
18358
|
-
"integrity": "sha512-
|
|
18357
|
+
"version": "7.8.0",
|
|
18358
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
18359
18359
|
"dev": true,
|
|
18360
18360
|
"license": "ISC",
|
|
18361
18361
|
"bin": {
|
|
@@ -19829,8 +19829,8 @@
|
|
|
19829
19829
|
"license": "MIT"
|
|
19830
19830
|
},
|
|
19831
19831
|
"node_modules/node-releases": {
|
|
19832
|
-
"version": "2.0.
|
|
19833
|
-
"integrity": "sha512-
|
|
19832
|
+
"version": "2.0.44",
|
|
19833
|
+
"integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==",
|
|
19834
19834
|
"license": "MIT"
|
|
19835
19835
|
},
|
|
19836
19836
|
"node_modules/normalize-package-data": {
|
|
@@ -19849,8 +19849,8 @@
|
|
|
19849
19849
|
}
|
|
19850
19850
|
},
|
|
19851
19851
|
"node_modules/normalize-package-data/node_modules/semver": {
|
|
19852
|
-
"version": "7.
|
|
19853
|
-
"integrity": "sha512-
|
|
19852
|
+
"version": "7.8.0",
|
|
19853
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
19854
19854
|
"dev": true,
|
|
19855
19855
|
"license": "ISC",
|
|
19856
19856
|
"bin": {
|
|
@@ -19914,8 +19914,8 @@
|
|
|
19914
19914
|
"peer": true
|
|
19915
19915
|
},
|
|
19916
19916
|
"node_modules/npm-package-arg/node_modules/semver": {
|
|
19917
|
-
"version": "7.
|
|
19918
|
-
"integrity": "sha512-
|
|
19917
|
+
"version": "7.8.0",
|
|
19918
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
19919
19919
|
"license": "ISC",
|
|
19920
19920
|
"peer": true,
|
|
19921
19921
|
"bin": {
|
|
@@ -21544,8 +21544,8 @@
|
|
|
21544
21544
|
}
|
|
21545
21545
|
},
|
|
21546
21546
|
"node_modules/react-native-drawer-layout": {
|
|
21547
|
-
"version": "4.2.
|
|
21548
|
-
"integrity": "sha512-
|
|
21547
|
+
"version": "4.2.4",
|
|
21548
|
+
"integrity": "sha512-l1Le5HcVidobnJm8xqFZo46Rs8FDHdxbTZhkjxpNSRgU+QMoQXilOfzTHAeNjEGiKVGgIs9cW3ctXeHqgp5jJg==",
|
|
21549
21549
|
"license": "MIT",
|
|
21550
21550
|
"dependencies": {
|
|
21551
21551
|
"color": "^4.2.3",
|
|
@@ -21814,8 +21814,8 @@
|
|
|
21814
21814
|
}
|
|
21815
21815
|
},
|
|
21816
21816
|
"node_modules/react-native-worklets/node_modules/semver": {
|
|
21817
|
-
"version": "7.
|
|
21818
|
-
"integrity": "sha512-
|
|
21817
|
+
"version": "7.8.0",
|
|
21818
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
21819
21819
|
"license": "ISC",
|
|
21820
21820
|
"peer": true,
|
|
21821
21821
|
"bin": {
|
|
@@ -21971,8 +21971,8 @@
|
|
|
21971
21971
|
"license": "MIT"
|
|
21972
21972
|
},
|
|
21973
21973
|
"node_modules/react-native/node_modules/semver": {
|
|
21974
|
-
"version": "7.
|
|
21975
|
-
"integrity": "sha512-
|
|
21974
|
+
"version": "7.8.0",
|
|
21975
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
21976
21976
|
"license": "ISC",
|
|
21977
21977
|
"bin": {
|
|
21978
21978
|
"semver": "bin/semver.js"
|
|
@@ -24117,8 +24117,8 @@
|
|
|
24117
24117
|
}
|
|
24118
24118
|
},
|
|
24119
24119
|
"node_modules/terser-webpack-plugin": {
|
|
24120
|
-
"version": "5.
|
|
24121
|
-
"integrity": "sha512-
|
|
24120
|
+
"version": "5.6.0",
|
|
24121
|
+
"integrity": "sha512-Eum+5ajkaOhf5KbM26osvv21kLD7BaGqQ1UA4Ami4arYwylmGUQTgHFpHDdmJod1q4QXa66p0to/FBKID+J1vA==",
|
|
24122
24122
|
"dev": true,
|
|
24123
24123
|
"license": "MIT",
|
|
24124
24124
|
"peer": true,
|
|
@@ -24139,12 +24139,39 @@
|
|
|
24139
24139
|
"webpack": "^5.1.0"
|
|
24140
24140
|
},
|
|
24141
24141
|
"peerDependenciesMeta": {
|
|
24142
|
+
"@minify-html/node": {
|
|
24143
|
+
"optional": true
|
|
24144
|
+
},
|
|
24142
24145
|
"@swc/core": {
|
|
24143
24146
|
"optional": true
|
|
24144
24147
|
},
|
|
24148
|
+
"@swc/css": {
|
|
24149
|
+
"optional": true
|
|
24150
|
+
},
|
|
24151
|
+
"@swc/html": {
|
|
24152
|
+
"optional": true
|
|
24153
|
+
},
|
|
24154
|
+
"clean-css": {
|
|
24155
|
+
"optional": true
|
|
24156
|
+
},
|
|
24157
|
+
"cssnano": {
|
|
24158
|
+
"optional": true
|
|
24159
|
+
},
|
|
24160
|
+
"csso": {
|
|
24161
|
+
"optional": true
|
|
24162
|
+
},
|
|
24145
24163
|
"esbuild": {
|
|
24146
24164
|
"optional": true
|
|
24147
24165
|
},
|
|
24166
|
+
"html-minifier-terser": {
|
|
24167
|
+
"optional": true
|
|
24168
|
+
},
|
|
24169
|
+
"lightningcss": {
|
|
24170
|
+
"optional": true
|
|
24171
|
+
},
|
|
24172
|
+
"postcss": {
|
|
24173
|
+
"optional": true
|
|
24174
|
+
},
|
|
24148
24175
|
"uglify-js": {
|
|
24149
24176
|
"optional": true
|
|
24150
24177
|
}
|
|
@@ -24652,8 +24679,8 @@
|
|
|
24652
24679
|
}
|
|
24653
24680
|
},
|
|
24654
24681
|
"node_modules/undici-types": {
|
|
24655
|
-
"version": "7.
|
|
24656
|
-
"integrity": "sha512-
|
|
24682
|
+
"version": "7.21.0",
|
|
24683
|
+
"integrity": "sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==",
|
|
24657
24684
|
"license": "MIT"
|
|
24658
24685
|
},
|
|
24659
24686
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
@@ -24846,8 +24873,8 @@
|
|
|
24846
24873
|
"license": "MIT"
|
|
24847
24874
|
},
|
|
24848
24875
|
"node_modules/update-notifier/node_modules/semver": {
|
|
24849
|
-
"version": "7.
|
|
24850
|
-
"integrity": "sha512-
|
|
24876
|
+
"version": "7.8.0",
|
|
24877
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
24851
24878
|
"dev": true,
|
|
24852
24879
|
"license": "ISC",
|
|
24853
24880
|
"bin": {
|
|
@@ -26021,8 +26048,8 @@
|
|
|
26021
26048
|
}
|
|
26022
26049
|
},
|
|
26023
26050
|
"node_modules/ws": {
|
|
26024
|
-
"version": "8.20.
|
|
26025
|
-
"integrity": "sha512-
|
|
26051
|
+
"version": "8.20.1",
|
|
26052
|
+
"integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
|
|
26026
26053
|
"license": "MIT",
|
|
26027
26054
|
"engines": {
|
|
26028
26055
|
"node": ">=10.0.0"
|
|
@@ -26144,8 +26171,8 @@
|
|
|
26144
26171
|
"license": "ISC"
|
|
26145
26172
|
},
|
|
26146
26173
|
"node_modules/yaml": {
|
|
26147
|
-
"version": "2.
|
|
26148
|
-
"integrity": "sha512-
|
|
26174
|
+
"version": "2.9.0",
|
|
26175
|
+
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
|
26149
26176
|
"license": "ISC",
|
|
26150
26177
|
"bin": {
|
|
26151
26178
|
"yaml": "bin.mjs"
|