@getquip/expo-nordic-dfu 2.0.0 → 2.0.1
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/.github/workflows/conf-traffic.yml +2 -0
- package/README.md +20 -4
- package/example/README.md +1 -0
- package/example/package-lock.json +374 -420
- package/example/package.json +8 -8
- package/package.json +8 -8
- package/example/android/app/build.gradle +0 -182
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +0 -14
- package/example/android/app/src/debug/AndroidManifest.xml +0 -7
- package/example/android/app/src/debugOptimized/AndroidManifest.xml +0 -7
- package/example/android/app/src/main/AndroidManifest.xml +0 -34
- package/example/android/app/src/main/java/expo/modules/nordicdfu/example/MainActivity.kt +0 -61
- package/example/android/app/src/main/java/expo/modules/nordicdfu/example/MainApplication.kt +0 -56
- package/example/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -6
- package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -37
- package/example/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
- package/example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/values/colors.xml +0 -6
- package/example/android/app/src/main/res/values/strings.xml +0 -5
- package/example/android/app/src/main/res/values/styles.xml +0 -11
- package/example/android/app/src/main/res/values-night/colors.xml +0 -1
- package/example/android/build.gradle +0 -24
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/example/android/gradle.properties +0 -65
- package/example/android/gradlew +0 -251
- package/example/android/gradlew.bat +0 -94
- package/example/android/settings.gradle +0 -39
- package/example/ios/.xcode.env +0 -11
- package/example/ios/Podfile +0 -60
- package/example/ios/Podfile.lock +0 -2123
- package/example/ios/Podfile.properties.json +0 -5
- package/example/ios/exponordicdfuexample/AppDelegate.swift +0 -70
- package/example/ios/exponordicdfuexample/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png +0 -0
- package/example/ios/exponordicdfuexample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/example/ios/exponordicdfuexample/Images.xcassets/Contents.json +0 -6
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenBackground.colorset/Contents.json +0 -20
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/Contents.json +0 -23
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/image.png +0 -0
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/image@2x.png +0 -0
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/image@3x.png +0 -0
- package/example/ios/exponordicdfuexample/Info.plist +0 -78
- package/example/ios/exponordicdfuexample/PrivacyInfo.xcprivacy +0 -48
- package/example/ios/exponordicdfuexample/SplashScreen.storyboard +0 -48
- package/example/ios/exponordicdfuexample/Supporting/Expo.plist +0 -12
- package/example/ios/exponordicdfuexample/exponordicdfuexample-Bridging-Header.h +0 -3
- package/example/ios/exponordicdfuexample/exponordicdfuexample.entitlements +0 -5
- package/example/ios/exponordicdfuexample.xcodeproj/project.pbxproj +0 -546
- package/example/ios/exponordicdfuexample.xcodeproj/xcshareddata/xcschemes/exponordicdfuexample.xcscheme +0 -88
- package/example/ios/exponordicdfuexample.xcworkspace/contents.xcworkspacedata +0 -10
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-nordic-dfu-example",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "expo-nordic-dfu-example",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.1",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"expo": "54.0.
|
|
11
|
+
"expo": "~54.0.25",
|
|
12
12
|
"expo-document-picker": "^14.0.7",
|
|
13
|
-
"expo-file-system": "
|
|
13
|
+
"expo-file-system": "~19.0.19",
|
|
14
14
|
"react": "19.1.0",
|
|
15
15
|
"react-native": "0.81.5",
|
|
16
16
|
"react-native-ble-manager": "^12.1.4",
|
|
17
17
|
"react-native-paper": "^5.13.3",
|
|
18
|
-
"react-native-safe-area-context": "^5.6.
|
|
18
|
+
"react-native-safe-area-context": "^5.6.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@babel/core": "^7.
|
|
22
|
-
"@types/react": "~19.1.
|
|
23
|
-
"expo-doctor": "^1.17.
|
|
21
|
+
"@babel/core": "^7.28.5",
|
|
22
|
+
"@types/react": "~19.1.17",
|
|
23
|
+
"expo-doctor": "^1.17.11",
|
|
24
24
|
"typescript": "^5.3.3"
|
|
25
25
|
},
|
|
26
26
|
"engines": {
|
|
@@ -66,20 +66,20 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"node_modules/@babel/core": {
|
|
69
|
-
"version": "7.28.
|
|
70
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.
|
|
71
|
-
"integrity": "sha512-
|
|
69
|
+
"version": "7.28.5",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
71
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@babel/code-frame": "^7.27.1",
|
|
75
|
-
"@babel/generator": "^7.28.
|
|
75
|
+
"@babel/generator": "^7.28.5",
|
|
76
76
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
77
77
|
"@babel/helper-module-transforms": "^7.28.3",
|
|
78
78
|
"@babel/helpers": "^7.28.4",
|
|
79
|
-
"@babel/parser": "^7.28.
|
|
79
|
+
"@babel/parser": "^7.28.5",
|
|
80
80
|
"@babel/template": "^7.27.2",
|
|
81
|
-
"@babel/traverse": "^7.28.
|
|
82
|
-
"@babel/types": "^7.28.
|
|
81
|
+
"@babel/traverse": "^7.28.5",
|
|
82
|
+
"@babel/types": "^7.28.5",
|
|
83
83
|
"@jridgewell/remapping": "^2.3.5",
|
|
84
84
|
"convert-source-map": "^2.0.0",
|
|
85
85
|
"debug": "^4.1.0",
|
|
@@ -1526,106 +1526,6 @@
|
|
|
1526
1526
|
"node": ">=0.10.0"
|
|
1527
1527
|
}
|
|
1528
1528
|
},
|
|
1529
|
-
"node_modules/@expo/cli": {
|
|
1530
|
-
"version": "54.0.14",
|
|
1531
|
-
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.14.tgz",
|
|
1532
|
-
"integrity": "sha512-M7QW/GHx1FJg+CGgChGKerYXmCGWDskJ8S6w+8m49IBZ41CMDeWRH5snQkFoGCttF8WnzhGiX+nu69AFnEuDHQ==",
|
|
1533
|
-
"license": "MIT",
|
|
1534
|
-
"dependencies": {
|
|
1535
|
-
"@0no-co/graphql.web": "^1.0.8",
|
|
1536
|
-
"@expo/code-signing-certificates": "^0.0.5",
|
|
1537
|
-
"@expo/config": "~12.0.10",
|
|
1538
|
-
"@expo/config-plugins": "~54.0.2",
|
|
1539
|
-
"@expo/devcert": "^1.1.2",
|
|
1540
|
-
"@expo/env": "~2.0.7",
|
|
1541
|
-
"@expo/image-utils": "^0.8.7",
|
|
1542
|
-
"@expo/json-file": "^10.0.7",
|
|
1543
|
-
"@expo/mcp-tunnel": "~0.0.7",
|
|
1544
|
-
"@expo/metro": "~54.1.0",
|
|
1545
|
-
"@expo/metro-config": "~54.0.8",
|
|
1546
|
-
"@expo/osascript": "^2.3.7",
|
|
1547
|
-
"@expo/package-manager": "^1.9.8",
|
|
1548
|
-
"@expo/plist": "^0.4.7",
|
|
1549
|
-
"@expo/prebuild-config": "^54.0.6",
|
|
1550
|
-
"@expo/schema-utils": "^0.1.7",
|
|
1551
|
-
"@expo/spawn-async": "^1.7.2",
|
|
1552
|
-
"@expo/ws-tunnel": "^1.0.1",
|
|
1553
|
-
"@expo/xcpretty": "^4.3.0",
|
|
1554
|
-
"@react-native/dev-middleware": "0.81.5",
|
|
1555
|
-
"@urql/core": "^5.0.6",
|
|
1556
|
-
"@urql/exchange-retry": "^1.3.0",
|
|
1557
|
-
"accepts": "^1.3.8",
|
|
1558
|
-
"arg": "^5.0.2",
|
|
1559
|
-
"better-opn": "~3.0.2",
|
|
1560
|
-
"bplist-creator": "0.1.0",
|
|
1561
|
-
"bplist-parser": "^0.3.1",
|
|
1562
|
-
"chalk": "^4.0.0",
|
|
1563
|
-
"ci-info": "^3.3.0",
|
|
1564
|
-
"compression": "^1.7.4",
|
|
1565
|
-
"connect": "^3.7.0",
|
|
1566
|
-
"debug": "^4.3.4",
|
|
1567
|
-
"env-editor": "^0.4.1",
|
|
1568
|
-
"expo-server": "^1.0.3",
|
|
1569
|
-
"freeport-async": "^2.0.0",
|
|
1570
|
-
"getenv": "^2.0.0",
|
|
1571
|
-
"glob": "^10.4.2",
|
|
1572
|
-
"lan-network": "^0.1.6",
|
|
1573
|
-
"minimatch": "^9.0.0",
|
|
1574
|
-
"node-forge": "^1.3.1",
|
|
1575
|
-
"npm-package-arg": "^11.0.0",
|
|
1576
|
-
"ora": "^3.4.0",
|
|
1577
|
-
"picomatch": "^3.0.1",
|
|
1578
|
-
"pretty-bytes": "^5.6.0",
|
|
1579
|
-
"pretty-format": "^29.7.0",
|
|
1580
|
-
"progress": "^2.0.3",
|
|
1581
|
-
"prompts": "^2.3.2",
|
|
1582
|
-
"qrcode-terminal": "0.11.0",
|
|
1583
|
-
"require-from-string": "^2.0.2",
|
|
1584
|
-
"requireg": "^0.2.2",
|
|
1585
|
-
"resolve": "^1.22.2",
|
|
1586
|
-
"resolve-from": "^5.0.0",
|
|
1587
|
-
"resolve.exports": "^2.0.3",
|
|
1588
|
-
"semver": "^7.6.0",
|
|
1589
|
-
"send": "^0.19.0",
|
|
1590
|
-
"slugify": "^1.3.4",
|
|
1591
|
-
"source-map-support": "~0.5.21",
|
|
1592
|
-
"stacktrace-parser": "^0.1.10",
|
|
1593
|
-
"structured-headers": "^0.4.1",
|
|
1594
|
-
"tar": "^7.4.3",
|
|
1595
|
-
"terminal-link": "^2.1.1",
|
|
1596
|
-
"undici": "^6.18.2",
|
|
1597
|
-
"wrap-ansi": "^7.0.0",
|
|
1598
|
-
"ws": "^8.12.1"
|
|
1599
|
-
},
|
|
1600
|
-
"bin": {
|
|
1601
|
-
"expo-internal": "build/bin/cli"
|
|
1602
|
-
},
|
|
1603
|
-
"peerDependencies": {
|
|
1604
|
-
"expo": "*",
|
|
1605
|
-
"expo-router": "*",
|
|
1606
|
-
"react-native": "*"
|
|
1607
|
-
},
|
|
1608
|
-
"peerDependenciesMeta": {
|
|
1609
|
-
"expo-router": {
|
|
1610
|
-
"optional": true
|
|
1611
|
-
},
|
|
1612
|
-
"react-native": {
|
|
1613
|
-
"optional": true
|
|
1614
|
-
}
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
"node_modules/@expo/cli/node_modules/semver": {
|
|
1618
|
-
"version": "7.7.3",
|
|
1619
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
1620
|
-
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
1621
|
-
"license": "ISC",
|
|
1622
|
-
"bin": {
|
|
1623
|
-
"semver": "bin/semver.js"
|
|
1624
|
-
},
|
|
1625
|
-
"engines": {
|
|
1626
|
-
"node": ">=10"
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
1529
|
"node_modules/@expo/code-signing-certificates": {
|
|
1630
1530
|
"version": "0.0.5",
|
|
1631
1531
|
"resolved": "https://registry.npmjs.org/@expo/code-signing-certificates/-/code-signing-certificates-0.0.5.tgz",
|
|
@@ -1773,9 +1673,9 @@
|
|
|
1773
1673
|
}
|
|
1774
1674
|
},
|
|
1775
1675
|
"node_modules/@expo/fingerprint": {
|
|
1776
|
-
"version": "0.15.
|
|
1777
|
-
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.15.
|
|
1778
|
-
"integrity": "sha512-
|
|
1676
|
+
"version": "0.15.3",
|
|
1677
|
+
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.15.3.tgz",
|
|
1678
|
+
"integrity": "sha512-8YPJpEYlmV171fi+t+cSLMX1nC5ngY9j2FiN70dHldLpd6Ct6ouGhk96svJ4BQZwsqwII2pokwzrDAwqo4Z0FQ==",
|
|
1779
1679
|
"license": "MIT",
|
|
1780
1680
|
"dependencies": {
|
|
1781
1681
|
"@expo/spawn-async": "^1.7.2",
|
|
@@ -1856,9 +1756,9 @@
|
|
|
1856
1756
|
}
|
|
1857
1757
|
},
|
|
1858
1758
|
"node_modules/@expo/mcp-tunnel": {
|
|
1859
|
-
"version": "0.0
|
|
1860
|
-
"resolved": "https://registry.npmjs.org/@expo/mcp-tunnel/-/mcp-tunnel-0.0.
|
|
1861
|
-
"integrity": "sha512-
|
|
1759
|
+
"version": "0.1.0",
|
|
1760
|
+
"resolved": "https://registry.npmjs.org/@expo/mcp-tunnel/-/mcp-tunnel-0.1.0.tgz",
|
|
1761
|
+
"integrity": "sha512-rJ6hl0GnIZj9+ssaJvFsC7fwyrmndcGz+RGFzu+0gnlm78X01957yjtHgjcmnQAgL5hWEOR6pkT0ijY5nU5AWw==",
|
|
1862
1762
|
"license": "MIT",
|
|
1863
1763
|
"dependencies": {
|
|
1864
1764
|
"ws": "^8.18.3",
|
|
@@ -1874,6 +1774,27 @@
|
|
|
1874
1774
|
}
|
|
1875
1775
|
}
|
|
1876
1776
|
},
|
|
1777
|
+
"node_modules/@expo/mcp-tunnel/node_modules/ws": {
|
|
1778
|
+
"version": "8.18.3",
|
|
1779
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
1780
|
+
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
1781
|
+
"license": "MIT",
|
|
1782
|
+
"engines": {
|
|
1783
|
+
"node": ">=10.0.0"
|
|
1784
|
+
},
|
|
1785
|
+
"peerDependencies": {
|
|
1786
|
+
"bufferutil": "^4.0.1",
|
|
1787
|
+
"utf-8-validate": ">=5.0.2"
|
|
1788
|
+
},
|
|
1789
|
+
"peerDependenciesMeta": {
|
|
1790
|
+
"bufferutil": {
|
|
1791
|
+
"optional": true
|
|
1792
|
+
},
|
|
1793
|
+
"utf-8-validate": {
|
|
1794
|
+
"optional": true
|
|
1795
|
+
}
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1877
1798
|
"node_modules/@expo/metro": {
|
|
1878
1799
|
"version": "54.1.0",
|
|
1879
1800
|
"resolved": "https://registry.npmjs.org/@expo/metro/-/metro-54.1.0.tgz",
|
|
@@ -1894,43 +1815,6 @@
|
|
|
1894
1815
|
"metro-transform-worker": "0.83.2"
|
|
1895
1816
|
}
|
|
1896
1817
|
},
|
|
1897
|
-
"node_modules/@expo/metro-config": {
|
|
1898
|
-
"version": "54.0.8",
|
|
1899
|
-
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.8.tgz",
|
|
1900
|
-
"integrity": "sha512-rCkDQ8IT6sgcGNy48O2cTE4NlazCAgAIsD5qBsNPJLZSS0XbaILvAgGsFt/4nrx0GMGj6iQcOn5ifwV4NssTmw==",
|
|
1901
|
-
"license": "MIT",
|
|
1902
|
-
"dependencies": {
|
|
1903
|
-
"@babel/code-frame": "^7.20.0",
|
|
1904
|
-
"@babel/core": "^7.20.0",
|
|
1905
|
-
"@babel/generator": "^7.20.5",
|
|
1906
|
-
"@expo/config": "~12.0.10",
|
|
1907
|
-
"@expo/env": "~2.0.7",
|
|
1908
|
-
"@expo/json-file": "~10.0.7",
|
|
1909
|
-
"@expo/metro": "~54.1.0",
|
|
1910
|
-
"@expo/spawn-async": "^1.7.2",
|
|
1911
|
-
"browserslist": "^4.25.0",
|
|
1912
|
-
"chalk": "^4.1.0",
|
|
1913
|
-
"debug": "^4.3.2",
|
|
1914
|
-
"dotenv": "~16.4.5",
|
|
1915
|
-
"dotenv-expand": "~11.0.6",
|
|
1916
|
-
"getenv": "^2.0.0",
|
|
1917
|
-
"glob": "^10.4.2",
|
|
1918
|
-
"hermes-parser": "^0.29.1",
|
|
1919
|
-
"jsc-safe-url": "^0.2.4",
|
|
1920
|
-
"lightningcss": "^1.30.1",
|
|
1921
|
-
"minimatch": "^9.0.0",
|
|
1922
|
-
"postcss": "~8.4.32",
|
|
1923
|
-
"resolve-from": "^5.0.0"
|
|
1924
|
-
},
|
|
1925
|
-
"peerDependencies": {
|
|
1926
|
-
"expo": "*"
|
|
1927
|
-
},
|
|
1928
|
-
"peerDependenciesMeta": {
|
|
1929
|
-
"expo": {
|
|
1930
|
-
"optional": true
|
|
1931
|
-
}
|
|
1932
|
-
}
|
|
1933
|
-
},
|
|
1934
1818
|
"node_modules/@expo/metro/node_modules/ci-info": {
|
|
1935
1819
|
"version": "2.0.0",
|
|
1936
1820
|
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
|
|
@@ -2233,27 +2117,6 @@
|
|
|
2233
2117
|
"node": ">=20.19.4"
|
|
2234
2118
|
}
|
|
2235
2119
|
},
|
|
2236
|
-
"node_modules/@expo/metro/node_modules/ws": {
|
|
2237
|
-
"version": "7.5.10",
|
|
2238
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
2239
|
-
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
2240
|
-
"license": "MIT",
|
|
2241
|
-
"engines": {
|
|
2242
|
-
"node": ">=8.3.0"
|
|
2243
|
-
},
|
|
2244
|
-
"peerDependencies": {
|
|
2245
|
-
"bufferutil": "^4.0.1",
|
|
2246
|
-
"utf-8-validate": "^5.0.2"
|
|
2247
|
-
},
|
|
2248
|
-
"peerDependenciesMeta": {
|
|
2249
|
-
"bufferutil": {
|
|
2250
|
-
"optional": true
|
|
2251
|
-
},
|
|
2252
|
-
"utf-8-validate": {
|
|
2253
|
-
"optional": true
|
|
2254
|
-
}
|
|
2255
|
-
}
|
|
2256
|
-
},
|
|
2257
2120
|
"node_modules/@expo/osascript": {
|
|
2258
2121
|
"version": "2.3.7",
|
|
2259
2122
|
"resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.3.7.tgz",
|
|
@@ -2292,39 +2155,6 @@
|
|
|
2292
2155
|
"xmlbuilder": "^15.1.1"
|
|
2293
2156
|
}
|
|
2294
2157
|
},
|
|
2295
|
-
"node_modules/@expo/prebuild-config": {
|
|
2296
|
-
"version": "54.0.6",
|
|
2297
|
-
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.6.tgz",
|
|
2298
|
-
"integrity": "sha512-xowuMmyPNy+WTNq+YX0m0EFO/Knc68swjThk4dKivgZa8zI1UjvFXOBIOp8RX4ljCXLzwxQJM5oBBTvyn+59ZA==",
|
|
2299
|
-
"license": "MIT",
|
|
2300
|
-
"dependencies": {
|
|
2301
|
-
"@expo/config": "~12.0.10",
|
|
2302
|
-
"@expo/config-plugins": "~54.0.2",
|
|
2303
|
-
"@expo/config-types": "^54.0.8",
|
|
2304
|
-
"@expo/image-utils": "^0.8.7",
|
|
2305
|
-
"@expo/json-file": "^10.0.7",
|
|
2306
|
-
"@react-native/normalize-colors": "0.81.5",
|
|
2307
|
-
"debug": "^4.3.1",
|
|
2308
|
-
"resolve-from": "^5.0.0",
|
|
2309
|
-
"semver": "^7.6.0",
|
|
2310
|
-
"xml2js": "0.6.0"
|
|
2311
|
-
},
|
|
2312
|
-
"peerDependencies": {
|
|
2313
|
-
"expo": "*"
|
|
2314
|
-
}
|
|
2315
|
-
},
|
|
2316
|
-
"node_modules/@expo/prebuild-config/node_modules/semver": {
|
|
2317
|
-
"version": "7.7.3",
|
|
2318
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
2319
|
-
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
2320
|
-
"license": "ISC",
|
|
2321
|
-
"bin": {
|
|
2322
|
-
"semver": "bin/semver.js"
|
|
2323
|
-
},
|
|
2324
|
-
"engines": {
|
|
2325
|
-
"node": ">=10"
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
2158
|
"node_modules/@expo/schema-utils": {
|
|
2329
2159
|
"version": "0.1.7",
|
|
2330
2160
|
"resolved": "https://registry.npmjs.org/@expo/schema-utils/-/schema-utils-0.1.7.tgz",
|
|
@@ -2511,9 +2341,9 @@
|
|
|
2511
2341
|
}
|
|
2512
2342
|
},
|
|
2513
2343
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
2514
|
-
"version": "3.14.
|
|
2515
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.
|
|
2516
|
-
"integrity": "sha512-
|
|
2344
|
+
"version": "3.14.2",
|
|
2345
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
|
|
2346
|
+
"integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
|
|
2517
2347
|
"license": "MIT",
|
|
2518
2348
|
"dependencies": {
|
|
2519
2349
|
"argparse": "^1.0.7",
|
|
@@ -3470,49 +3300,6 @@
|
|
|
3470
3300
|
"@babel/core": "^7.0.0 || ^8.0.0-0"
|
|
3471
3301
|
}
|
|
3472
3302
|
},
|
|
3473
|
-
"node_modules/babel-preset-expo": {
|
|
3474
|
-
"version": "54.0.6",
|
|
3475
|
-
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.6.tgz",
|
|
3476
|
-
"integrity": "sha512-GxJfwnuOPQJbzDe5WASJZdNQiukLw7i9z+Lh6JQWkUHXsShHyQrqgiKE55MD/KaP9VqJ70yZm7bYqOu8zwcWqQ==",
|
|
3477
|
-
"license": "MIT",
|
|
3478
|
-
"dependencies": {
|
|
3479
|
-
"@babel/helper-module-imports": "^7.25.9",
|
|
3480
|
-
"@babel/plugin-proposal-decorators": "^7.12.9",
|
|
3481
|
-
"@babel/plugin-proposal-export-default-from": "^7.24.7",
|
|
3482
|
-
"@babel/plugin-syntax-export-default-from": "^7.24.7",
|
|
3483
|
-
"@babel/plugin-transform-class-static-block": "^7.27.1",
|
|
3484
|
-
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
3485
|
-
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
|
3486
|
-
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
3487
|
-
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
|
3488
|
-
"@babel/plugin-transform-parameters": "^7.24.7",
|
|
3489
|
-
"@babel/plugin-transform-private-methods": "^7.24.7",
|
|
3490
|
-
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
|
3491
|
-
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
3492
|
-
"@babel/preset-react": "^7.22.15",
|
|
3493
|
-
"@babel/preset-typescript": "^7.23.0",
|
|
3494
|
-
"@react-native/babel-preset": "0.81.5",
|
|
3495
|
-
"babel-plugin-react-compiler": "^1.0.0",
|
|
3496
|
-
"babel-plugin-react-native-web": "~0.21.0",
|
|
3497
|
-
"babel-plugin-syntax-hermes-parser": "^0.29.1",
|
|
3498
|
-
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
3499
|
-
"debug": "^4.3.4",
|
|
3500
|
-
"resolve-from": "^5.0.0"
|
|
3501
|
-
},
|
|
3502
|
-
"peerDependencies": {
|
|
3503
|
-
"@babel/runtime": "^7.20.0",
|
|
3504
|
-
"expo": "*",
|
|
3505
|
-
"react-refresh": ">=0.14.0 <1.0.0"
|
|
3506
|
-
},
|
|
3507
|
-
"peerDependenciesMeta": {
|
|
3508
|
-
"@babel/runtime": {
|
|
3509
|
-
"optional": true
|
|
3510
|
-
},
|
|
3511
|
-
"expo": {
|
|
3512
|
-
"optional": true
|
|
3513
|
-
}
|
|
3514
|
-
}
|
|
3515
|
-
},
|
|
3516
3303
|
"node_modules/babel-preset-jest": {
|
|
3517
3304
|
"version": "29.6.3",
|
|
3518
3305
|
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
|
|
@@ -3556,9 +3343,9 @@
|
|
|
3556
3343
|
"license": "MIT"
|
|
3557
3344
|
},
|
|
3558
3345
|
"node_modules/baseline-browser-mapping": {
|
|
3559
|
-
"version": "2.
|
|
3560
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.
|
|
3561
|
-
"integrity": "sha512-
|
|
3346
|
+
"version": "2.9.0",
|
|
3347
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.0.tgz",
|
|
3348
|
+
"integrity": "sha512-Mh++g+2LPfzZToywfE1BUzvZbfOY52Nil0rn9H1CPC5DJ7fX+Vir7nToBeoiSbB1zTNeGYbELEvJESujgGrzXw==",
|
|
3562
3349
|
"license": "Apache-2.0",
|
|
3563
3350
|
"bin": {
|
|
3564
3351
|
"baseline-browser-mapping": "dist/cli.js"
|
|
@@ -3612,9 +3399,9 @@
|
|
|
3612
3399
|
}
|
|
3613
3400
|
},
|
|
3614
3401
|
"node_modules/bplist-parser": {
|
|
3615
|
-
"version": "0.3.
|
|
3616
|
-
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.
|
|
3617
|
-
"integrity": "sha512-
|
|
3402
|
+
"version": "0.3.1",
|
|
3403
|
+
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz",
|
|
3404
|
+
"integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==",
|
|
3618
3405
|
"license": "MIT",
|
|
3619
3406
|
"dependencies": {
|
|
3620
3407
|
"big-integer": "1.6.x"
|
|
@@ -3645,9 +3432,9 @@
|
|
|
3645
3432
|
}
|
|
3646
3433
|
},
|
|
3647
3434
|
"node_modules/browserslist": {
|
|
3648
|
-
"version": "4.
|
|
3649
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
3650
|
-
"integrity": "sha512-
|
|
3435
|
+
"version": "4.28.1",
|
|
3436
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
|
|
3437
|
+
"integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
|
|
3651
3438
|
"funding": [
|
|
3652
3439
|
{
|
|
3653
3440
|
"type": "opencollective",
|
|
@@ -3664,11 +3451,11 @@
|
|
|
3664
3451
|
],
|
|
3665
3452
|
"license": "MIT",
|
|
3666
3453
|
"dependencies": {
|
|
3667
|
-
"baseline-browser-mapping": "^2.
|
|
3668
|
-
"caniuse-lite": "^1.0.
|
|
3669
|
-
"electron-to-chromium": "^1.5.
|
|
3670
|
-
"node-releases": "^2.0.
|
|
3671
|
-
"update-browserslist-db": "^1.
|
|
3454
|
+
"baseline-browser-mapping": "^2.9.0",
|
|
3455
|
+
"caniuse-lite": "^1.0.30001759",
|
|
3456
|
+
"electron-to-chromium": "^1.5.263",
|
|
3457
|
+
"node-releases": "^2.0.27",
|
|
3458
|
+
"update-browserslist-db": "^1.2.0"
|
|
3672
3459
|
},
|
|
3673
3460
|
"bin": {
|
|
3674
3461
|
"browserslist": "cli.js"
|
|
@@ -3738,9 +3525,9 @@
|
|
|
3738
3525
|
}
|
|
3739
3526
|
},
|
|
3740
3527
|
"node_modules/caniuse-lite": {
|
|
3741
|
-
"version": "1.0.
|
|
3742
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
3743
|
-
"integrity": "sha512-
|
|
3528
|
+
"version": "1.0.30001759",
|
|
3529
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001759.tgz",
|
|
3530
|
+
"integrity": "sha512-Pzfx9fOKoKvevQf8oCXoyNRQ5QyxJj+3O0Rqx2V5oxT61KGx8+n6hV/IUyJeifUci2clnmmKVpvtiqRzgiWjSw==",
|
|
3744
3531
|
"funding": [
|
|
3745
3532
|
{
|
|
3746
3533
|
"type": "opencollective",
|
|
@@ -4067,12 +3854,12 @@
|
|
|
4067
3854
|
"license": "MIT"
|
|
4068
3855
|
},
|
|
4069
3856
|
"node_modules/core-js-compat": {
|
|
4070
|
-
"version": "3.
|
|
4071
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
4072
|
-
"integrity": "sha512-
|
|
3857
|
+
"version": "3.47.0",
|
|
3858
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz",
|
|
3859
|
+
"integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==",
|
|
4073
3860
|
"license": "MIT",
|
|
4074
3861
|
"dependencies": {
|
|
4075
|
-
"browserslist": "^4.
|
|
3862
|
+
"browserslist": "^4.28.0"
|
|
4076
3863
|
},
|
|
4077
3864
|
"funding": {
|
|
4078
3865
|
"type": "opencollective",
|
|
@@ -4233,9 +4020,9 @@
|
|
|
4233
4020
|
"license": "MIT"
|
|
4234
4021
|
},
|
|
4235
4022
|
"node_modules/electron-to-chromium": {
|
|
4236
|
-
"version": "1.5.
|
|
4237
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
4238
|
-
"integrity": "sha512-
|
|
4023
|
+
"version": "1.5.263",
|
|
4024
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.263.tgz",
|
|
4025
|
+
"integrity": "sha512-DrqJ11Knd+lo+dv+lltvfMDLU27g14LMdH2b0O3Pio4uk0x+z7OR+JrmyacTPN2M8w3BrZ7/RTwG3R9B7irPlg==",
|
|
4239
4026
|
"license": "ISC"
|
|
4240
4027
|
},
|
|
4241
4028
|
"node_modules/emoji-regex": {
|
|
@@ -4336,29 +4123,29 @@
|
|
|
4336
4123
|
"license": "MIT"
|
|
4337
4124
|
},
|
|
4338
4125
|
"node_modules/expo": {
|
|
4339
|
-
"version": "54.0.
|
|
4340
|
-
"resolved": "https://registry.npmjs.org/expo/-/expo-54.0.
|
|
4341
|
-
"integrity": "sha512
|
|
4126
|
+
"version": "54.0.25",
|
|
4127
|
+
"resolved": "https://registry.npmjs.org/expo/-/expo-54.0.25.tgz",
|
|
4128
|
+
"integrity": "sha512-+iSeBJfHRHzNPnHMZceEXhSGw4t5bNqFyd/5xMUoGfM+39rO7F72wxiLRpBKj0M6+0GQtMaEs+eTbcCrO7XyJQ==",
|
|
4342
4129
|
"license": "MIT",
|
|
4343
4130
|
"dependencies": {
|
|
4344
4131
|
"@babel/runtime": "^7.20.0",
|
|
4345
|
-
"@expo/cli": "54.0.
|
|
4132
|
+
"@expo/cli": "54.0.16",
|
|
4346
4133
|
"@expo/config": "~12.0.10",
|
|
4347
4134
|
"@expo/config-plugins": "~54.0.2",
|
|
4348
4135
|
"@expo/devtools": "0.1.7",
|
|
4349
|
-
"@expo/fingerprint": "0.15.
|
|
4136
|
+
"@expo/fingerprint": "0.15.3",
|
|
4350
4137
|
"@expo/metro": "~54.1.0",
|
|
4351
|
-
"@expo/metro-config": "54.0.
|
|
4138
|
+
"@expo/metro-config": "54.0.9",
|
|
4352
4139
|
"@expo/vector-icons": "^15.0.3",
|
|
4353
4140
|
"@ungap/structured-clone": "^1.3.0",
|
|
4354
|
-
"babel-preset-expo": "~54.0.
|
|
4355
|
-
"expo-asset": "~12.0.
|
|
4141
|
+
"babel-preset-expo": "~54.0.7",
|
|
4142
|
+
"expo-asset": "~12.0.10",
|
|
4356
4143
|
"expo-constants": "~18.0.10",
|
|
4357
|
-
"expo-file-system": "~19.0.
|
|
4144
|
+
"expo-file-system": "~19.0.19",
|
|
4358
4145
|
"expo-font": "~14.0.9",
|
|
4359
4146
|
"expo-keep-awake": "~15.0.7",
|
|
4360
|
-
"expo-modules-autolinking": "3.0.
|
|
4361
|
-
"expo-modules-core": "3.0.
|
|
4147
|
+
"expo-modules-autolinking": "3.0.22",
|
|
4148
|
+
"expo-modules-core": "3.0.26",
|
|
4362
4149
|
"pretty-format": "^29.7.0",
|
|
4363
4150
|
"react-refresh": "^0.14.2",
|
|
4364
4151
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -4387,35 +4174,6 @@
|
|
|
4387
4174
|
}
|
|
4388
4175
|
}
|
|
4389
4176
|
},
|
|
4390
|
-
"node_modules/expo-asset": {
|
|
4391
|
-
"version": "12.0.9",
|
|
4392
|
-
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-12.0.9.tgz",
|
|
4393
|
-
"integrity": "sha512-vrdRoyhGhBmd0nJcssTSk1Ypx3Mbn/eXaaBCQVkL0MJ8IOZpAObAjfD5CTy8+8RofcHEQdh3wwZVCs7crvfOeg==",
|
|
4394
|
-
"license": "MIT",
|
|
4395
|
-
"dependencies": {
|
|
4396
|
-
"@expo/image-utils": "^0.8.7",
|
|
4397
|
-
"expo-constants": "~18.0.9"
|
|
4398
|
-
},
|
|
4399
|
-
"peerDependencies": {
|
|
4400
|
-
"expo": "*",
|
|
4401
|
-
"react": "*",
|
|
4402
|
-
"react-native": "*"
|
|
4403
|
-
}
|
|
4404
|
-
},
|
|
4405
|
-
"node_modules/expo-constants": {
|
|
4406
|
-
"version": "18.0.10",
|
|
4407
|
-
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-18.0.10.tgz",
|
|
4408
|
-
"integrity": "sha512-Rhtv+X974k0Cahmvx6p7ER5+pNhBC0XbP1lRviL2J1Xl4sT2FBaIuIxF/0I0CbhOsySf0ksqc5caFweAy9Ewiw==",
|
|
4409
|
-
"license": "MIT",
|
|
4410
|
-
"dependencies": {
|
|
4411
|
-
"@expo/config": "~12.0.10",
|
|
4412
|
-
"@expo/env": "~2.0.7"
|
|
4413
|
-
},
|
|
4414
|
-
"peerDependencies": {
|
|
4415
|
-
"expo": "*",
|
|
4416
|
-
"react-native": "*"
|
|
4417
|
-
}
|
|
4418
|
-
},
|
|
4419
4177
|
"node_modules/expo-doctor": {
|
|
4420
4178
|
"version": "1.17.11",
|
|
4421
4179
|
"resolved": "https://registry.npmjs.org/expo-doctor/-/expo-doctor-1.17.11.tgz",
|
|
@@ -4436,9 +4194,9 @@
|
|
|
4436
4194
|
}
|
|
4437
4195
|
},
|
|
4438
4196
|
"node_modules/expo-file-system": {
|
|
4439
|
-
"version": "19.0.
|
|
4440
|
-
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.
|
|
4441
|
-
"integrity": "sha512-
|
|
4197
|
+
"version": "19.0.19",
|
|
4198
|
+
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.19.tgz",
|
|
4199
|
+
"integrity": "sha512-OrpOV4fEBFMFv+jy7PnENpPbsWoBmqWGidSwh1Ai52PLl6JIInYGfZTc6kqyPNGtFTwm7Y9mSWnE8g+dtLxu7g==",
|
|
4442
4200
|
"license": "MIT",
|
|
4443
4201
|
"peerDependencies": {
|
|
4444
4202
|
"expo": "*",
|
|
@@ -4470,15 +4228,14 @@
|
|
|
4470
4228
|
}
|
|
4471
4229
|
},
|
|
4472
4230
|
"node_modules/expo-modules-autolinking": {
|
|
4473
|
-
"version": "3.0.
|
|
4474
|
-
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.
|
|
4475
|
-
"integrity": "sha512-
|
|
4231
|
+
"version": "3.0.22",
|
|
4232
|
+
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.22.tgz",
|
|
4233
|
+
"integrity": "sha512-Ej4SsZAnUUVFmbn6SoBso8K308mRKg8xgapdhP7v7IaSgfbexUoqxoiV31949HQQXuzmgvpkXCfp6Ex+mDW0EQ==",
|
|
4476
4234
|
"license": "MIT",
|
|
4477
4235
|
"dependencies": {
|
|
4478
4236
|
"@expo/spawn-async": "^1.7.2",
|
|
4479
4237
|
"chalk": "^4.1.0",
|
|
4480
4238
|
"commander": "^7.2.0",
|
|
4481
|
-
"glob": "^10.4.2",
|
|
4482
4239
|
"require-from-string": "^2.0.2",
|
|
4483
4240
|
"resolve-from": "^5.0.0"
|
|
4484
4241
|
},
|
|
@@ -4487,9 +4244,9 @@
|
|
|
4487
4244
|
}
|
|
4488
4245
|
},
|
|
4489
4246
|
"node_modules/expo-modules-core": {
|
|
4490
|
-
"version": "3.0.
|
|
4491
|
-
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.
|
|
4492
|
-
"integrity": "sha512-
|
|
4247
|
+
"version": "3.0.26",
|
|
4248
|
+
"resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.26.tgz",
|
|
4249
|
+
"integrity": "sha512-WWjficXz32VmQ+xDoO+c0+jwDME0n/47wONrJkRvtm32H9W8n3MXkOMGemDl95HyPKYsaYKhjFGUOVOxIF3hcQ==",
|
|
4493
4250
|
"license": "MIT",
|
|
4494
4251
|
"dependencies": {
|
|
4495
4252
|
"invariant": "^2.2.4"
|
|
@@ -4500,14 +4257,265 @@
|
|
|
4500
4257
|
}
|
|
4501
4258
|
},
|
|
4502
4259
|
"node_modules/expo-server": {
|
|
4503
|
-
"version": "1.0.
|
|
4504
|
-
"resolved": "https://registry.npmjs.org/expo-server/-/expo-server-1.0.
|
|
4505
|
-
"integrity": "sha512-
|
|
4260
|
+
"version": "1.0.4",
|
|
4261
|
+
"resolved": "https://registry.npmjs.org/expo-server/-/expo-server-1.0.4.tgz",
|
|
4262
|
+
"integrity": "sha512-IN06r3oPxFh3plSXdvBL7dx0x6k+0/g0bgxJlNISs6qL5Z+gyPuWS750dpTzOeu37KyBG0RcyO9cXUKzjYgd4A==",
|
|
4506
4263
|
"license": "MIT",
|
|
4507
4264
|
"engines": {
|
|
4508
4265
|
"node": ">=20.16.0"
|
|
4509
4266
|
}
|
|
4510
4267
|
},
|
|
4268
|
+
"node_modules/expo/node_modules/@expo/cli": {
|
|
4269
|
+
"version": "54.0.16",
|
|
4270
|
+
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.16.tgz",
|
|
4271
|
+
"integrity": "sha512-hY/OdRaJMs5WsVPuVSZ+RLH3VObJmL/pv5CGCHEZHN2PxZjSZSdctyKV8UcFBXTF0yIKNAJ9XLs1dlNYXHh4Cw==",
|
|
4272
|
+
"license": "MIT",
|
|
4273
|
+
"dependencies": {
|
|
4274
|
+
"@0no-co/graphql.web": "^1.0.8",
|
|
4275
|
+
"@expo/code-signing-certificates": "^0.0.5",
|
|
4276
|
+
"@expo/config": "~12.0.10",
|
|
4277
|
+
"@expo/config-plugins": "~54.0.2",
|
|
4278
|
+
"@expo/devcert": "^1.1.2",
|
|
4279
|
+
"@expo/env": "~2.0.7",
|
|
4280
|
+
"@expo/image-utils": "^0.8.7",
|
|
4281
|
+
"@expo/json-file": "^10.0.7",
|
|
4282
|
+
"@expo/mcp-tunnel": "~0.1.0",
|
|
4283
|
+
"@expo/metro": "~54.1.0",
|
|
4284
|
+
"@expo/metro-config": "~54.0.9",
|
|
4285
|
+
"@expo/osascript": "^2.3.7",
|
|
4286
|
+
"@expo/package-manager": "^1.9.8",
|
|
4287
|
+
"@expo/plist": "^0.4.7",
|
|
4288
|
+
"@expo/prebuild-config": "^54.0.6",
|
|
4289
|
+
"@expo/schema-utils": "^0.1.7",
|
|
4290
|
+
"@expo/spawn-async": "^1.7.2",
|
|
4291
|
+
"@expo/ws-tunnel": "^1.0.1",
|
|
4292
|
+
"@expo/xcpretty": "^4.3.0",
|
|
4293
|
+
"@react-native/dev-middleware": "0.81.5",
|
|
4294
|
+
"@urql/core": "^5.0.6",
|
|
4295
|
+
"@urql/exchange-retry": "^1.3.0",
|
|
4296
|
+
"accepts": "^1.3.8",
|
|
4297
|
+
"arg": "^5.0.2",
|
|
4298
|
+
"better-opn": "~3.0.2",
|
|
4299
|
+
"bplist-creator": "0.1.0",
|
|
4300
|
+
"bplist-parser": "^0.3.1",
|
|
4301
|
+
"chalk": "^4.0.0",
|
|
4302
|
+
"ci-info": "^3.3.0",
|
|
4303
|
+
"compression": "^1.7.4",
|
|
4304
|
+
"connect": "^3.7.0",
|
|
4305
|
+
"debug": "^4.3.4",
|
|
4306
|
+
"env-editor": "^0.4.1",
|
|
4307
|
+
"expo-server": "^1.0.4",
|
|
4308
|
+
"freeport-async": "^2.0.0",
|
|
4309
|
+
"getenv": "^2.0.0",
|
|
4310
|
+
"glob": "^10.4.2",
|
|
4311
|
+
"lan-network": "^0.1.6",
|
|
4312
|
+
"minimatch": "^9.0.0",
|
|
4313
|
+
"node-forge": "^1.3.1",
|
|
4314
|
+
"npm-package-arg": "^11.0.0",
|
|
4315
|
+
"ora": "^3.4.0",
|
|
4316
|
+
"picomatch": "^3.0.1",
|
|
4317
|
+
"pretty-bytes": "^5.6.0",
|
|
4318
|
+
"pretty-format": "^29.7.0",
|
|
4319
|
+
"progress": "^2.0.3",
|
|
4320
|
+
"prompts": "^2.3.2",
|
|
4321
|
+
"qrcode-terminal": "0.11.0",
|
|
4322
|
+
"require-from-string": "^2.0.2",
|
|
4323
|
+
"requireg": "^0.2.2",
|
|
4324
|
+
"resolve": "^1.22.2",
|
|
4325
|
+
"resolve-from": "^5.0.0",
|
|
4326
|
+
"resolve.exports": "^2.0.3",
|
|
4327
|
+
"semver": "^7.6.0",
|
|
4328
|
+
"send": "^0.19.0",
|
|
4329
|
+
"slugify": "^1.3.4",
|
|
4330
|
+
"source-map-support": "~0.5.21",
|
|
4331
|
+
"stacktrace-parser": "^0.1.10",
|
|
4332
|
+
"structured-headers": "^0.4.1",
|
|
4333
|
+
"tar": "^7.4.3",
|
|
4334
|
+
"terminal-link": "^2.1.1",
|
|
4335
|
+
"undici": "^6.18.2",
|
|
4336
|
+
"wrap-ansi": "^7.0.0",
|
|
4337
|
+
"ws": "^8.12.1"
|
|
4338
|
+
},
|
|
4339
|
+
"bin": {
|
|
4340
|
+
"expo-internal": "build/bin/cli"
|
|
4341
|
+
},
|
|
4342
|
+
"peerDependencies": {
|
|
4343
|
+
"expo": "*",
|
|
4344
|
+
"expo-router": "*",
|
|
4345
|
+
"react-native": "*"
|
|
4346
|
+
},
|
|
4347
|
+
"peerDependenciesMeta": {
|
|
4348
|
+
"expo-router": {
|
|
4349
|
+
"optional": true
|
|
4350
|
+
},
|
|
4351
|
+
"react-native": {
|
|
4352
|
+
"optional": true
|
|
4353
|
+
}
|
|
4354
|
+
}
|
|
4355
|
+
},
|
|
4356
|
+
"node_modules/expo/node_modules/@expo/cli/node_modules/@expo/prebuild-config": {
|
|
4357
|
+
"version": "54.0.6",
|
|
4358
|
+
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.6.tgz",
|
|
4359
|
+
"integrity": "sha512-xowuMmyPNy+WTNq+YX0m0EFO/Knc68swjThk4dKivgZa8zI1UjvFXOBIOp8RX4ljCXLzwxQJM5oBBTvyn+59ZA==",
|
|
4360
|
+
"license": "MIT",
|
|
4361
|
+
"dependencies": {
|
|
4362
|
+
"@expo/config": "~12.0.10",
|
|
4363
|
+
"@expo/config-plugins": "~54.0.2",
|
|
4364
|
+
"@expo/config-types": "^54.0.8",
|
|
4365
|
+
"@expo/image-utils": "^0.8.7",
|
|
4366
|
+
"@expo/json-file": "^10.0.7",
|
|
4367
|
+
"@react-native/normalize-colors": "0.81.5",
|
|
4368
|
+
"debug": "^4.3.1",
|
|
4369
|
+
"resolve-from": "^5.0.0",
|
|
4370
|
+
"semver": "^7.6.0",
|
|
4371
|
+
"xml2js": "0.6.0"
|
|
4372
|
+
},
|
|
4373
|
+
"peerDependencies": {
|
|
4374
|
+
"expo": "*"
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4377
|
+
"node_modules/expo/node_modules/@expo/metro-config": {
|
|
4378
|
+
"version": "54.0.9",
|
|
4379
|
+
"resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.9.tgz",
|
|
4380
|
+
"integrity": "sha512-CRI4WgFXrQ2Owyr8q0liEBJveUIF9DcYAKadMRsJV7NxGNBdrIIKzKvqreDfsGiRqivbLsw6UoNb3UE7/SvPfg==",
|
|
4381
|
+
"license": "MIT",
|
|
4382
|
+
"dependencies": {
|
|
4383
|
+
"@babel/code-frame": "^7.20.0",
|
|
4384
|
+
"@babel/core": "^7.20.0",
|
|
4385
|
+
"@babel/generator": "^7.20.5",
|
|
4386
|
+
"@expo/config": "~12.0.10",
|
|
4387
|
+
"@expo/env": "~2.0.7",
|
|
4388
|
+
"@expo/json-file": "~10.0.7",
|
|
4389
|
+
"@expo/metro": "~54.1.0",
|
|
4390
|
+
"@expo/spawn-async": "^1.7.2",
|
|
4391
|
+
"browserslist": "^4.25.0",
|
|
4392
|
+
"chalk": "^4.1.0",
|
|
4393
|
+
"debug": "^4.3.2",
|
|
4394
|
+
"dotenv": "~16.4.5",
|
|
4395
|
+
"dotenv-expand": "~11.0.6",
|
|
4396
|
+
"getenv": "^2.0.0",
|
|
4397
|
+
"glob": "^10.4.2",
|
|
4398
|
+
"hermes-parser": "^0.29.1",
|
|
4399
|
+
"jsc-safe-url": "^0.2.4",
|
|
4400
|
+
"lightningcss": "^1.30.1",
|
|
4401
|
+
"minimatch": "^9.0.0",
|
|
4402
|
+
"postcss": "~8.4.32",
|
|
4403
|
+
"resolve-from": "^5.0.0"
|
|
4404
|
+
},
|
|
4405
|
+
"peerDependencies": {
|
|
4406
|
+
"expo": "*"
|
|
4407
|
+
},
|
|
4408
|
+
"peerDependenciesMeta": {
|
|
4409
|
+
"expo": {
|
|
4410
|
+
"optional": true
|
|
4411
|
+
}
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
4414
|
+
"node_modules/expo/node_modules/babel-preset-expo": {
|
|
4415
|
+
"version": "54.0.7",
|
|
4416
|
+
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.7.tgz",
|
|
4417
|
+
"integrity": "sha512-JENWk0bvxW4I1ftveO8GRtX2t2TH6N4Z0TPvIHxroZ/4SswUfyNsUNbbP7Fm4erj3ar/JHGri5kTZ+s3xdjHZw==",
|
|
4418
|
+
"license": "MIT",
|
|
4419
|
+
"dependencies": {
|
|
4420
|
+
"@babel/helper-module-imports": "^7.25.9",
|
|
4421
|
+
"@babel/plugin-proposal-decorators": "^7.12.9",
|
|
4422
|
+
"@babel/plugin-proposal-export-default-from": "^7.24.7",
|
|
4423
|
+
"@babel/plugin-syntax-export-default-from": "^7.24.7",
|
|
4424
|
+
"@babel/plugin-transform-class-static-block": "^7.27.1",
|
|
4425
|
+
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
4426
|
+
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
|
4427
|
+
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
4428
|
+
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
|
4429
|
+
"@babel/plugin-transform-parameters": "^7.24.7",
|
|
4430
|
+
"@babel/plugin-transform-private-methods": "^7.24.7",
|
|
4431
|
+
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
|
4432
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
4433
|
+
"@babel/preset-react": "^7.22.15",
|
|
4434
|
+
"@babel/preset-typescript": "^7.23.0",
|
|
4435
|
+
"@react-native/babel-preset": "0.81.5",
|
|
4436
|
+
"babel-plugin-react-compiler": "^1.0.0",
|
|
4437
|
+
"babel-plugin-react-native-web": "~0.21.0",
|
|
4438
|
+
"babel-plugin-syntax-hermes-parser": "^0.29.1",
|
|
4439
|
+
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
4440
|
+
"debug": "^4.3.4",
|
|
4441
|
+
"resolve-from": "^5.0.0"
|
|
4442
|
+
},
|
|
4443
|
+
"peerDependencies": {
|
|
4444
|
+
"@babel/runtime": "^7.20.0",
|
|
4445
|
+
"expo": "*",
|
|
4446
|
+
"react-refresh": ">=0.14.0 <1.0.0"
|
|
4447
|
+
},
|
|
4448
|
+
"peerDependenciesMeta": {
|
|
4449
|
+
"@babel/runtime": {
|
|
4450
|
+
"optional": true
|
|
4451
|
+
},
|
|
4452
|
+
"expo": {
|
|
4453
|
+
"optional": true
|
|
4454
|
+
}
|
|
4455
|
+
}
|
|
4456
|
+
},
|
|
4457
|
+
"node_modules/expo/node_modules/expo-asset": {
|
|
4458
|
+
"version": "12.0.10",
|
|
4459
|
+
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-12.0.10.tgz",
|
|
4460
|
+
"integrity": "sha512-pZyeJkoDsALh4gpCQDzTA/UCLaPH/1rjQNGubmLn/uDM27S4iYJb/YWw4+CNZOtd5bCUOhDPg5DtGQnydNFSXg==",
|
|
4461
|
+
"license": "MIT",
|
|
4462
|
+
"dependencies": {
|
|
4463
|
+
"@expo/image-utils": "^0.8.7",
|
|
4464
|
+
"expo-constants": "~18.0.10"
|
|
4465
|
+
},
|
|
4466
|
+
"peerDependencies": {
|
|
4467
|
+
"expo": "*",
|
|
4468
|
+
"react": "*",
|
|
4469
|
+
"react-native": "*"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
4472
|
+
"node_modules/expo/node_modules/expo-constants": {
|
|
4473
|
+
"version": "18.0.10",
|
|
4474
|
+
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-18.0.10.tgz",
|
|
4475
|
+
"integrity": "sha512-Rhtv+X974k0Cahmvx6p7ER5+pNhBC0XbP1lRviL2J1Xl4sT2FBaIuIxF/0I0CbhOsySf0ksqc5caFweAy9Ewiw==",
|
|
4476
|
+
"license": "MIT",
|
|
4477
|
+
"dependencies": {
|
|
4478
|
+
"@expo/config": "~12.0.10",
|
|
4479
|
+
"@expo/env": "~2.0.7"
|
|
4480
|
+
},
|
|
4481
|
+
"peerDependencies": {
|
|
4482
|
+
"expo": "*",
|
|
4483
|
+
"react-native": "*"
|
|
4484
|
+
}
|
|
4485
|
+
},
|
|
4486
|
+
"node_modules/expo/node_modules/semver": {
|
|
4487
|
+
"version": "7.7.3",
|
|
4488
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
4489
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
4490
|
+
"license": "ISC",
|
|
4491
|
+
"bin": {
|
|
4492
|
+
"semver": "bin/semver.js"
|
|
4493
|
+
},
|
|
4494
|
+
"engines": {
|
|
4495
|
+
"node": ">=10"
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
4498
|
+
"node_modules/expo/node_modules/ws": {
|
|
4499
|
+
"version": "8.18.3",
|
|
4500
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
4501
|
+
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
4502
|
+
"license": "MIT",
|
|
4503
|
+
"engines": {
|
|
4504
|
+
"node": ">=10.0.0"
|
|
4505
|
+
},
|
|
4506
|
+
"peerDependencies": {
|
|
4507
|
+
"bufferutil": "^4.0.1",
|
|
4508
|
+
"utf-8-validate": ">=5.0.2"
|
|
4509
|
+
},
|
|
4510
|
+
"peerDependenciesMeta": {
|
|
4511
|
+
"bufferutil": {
|
|
4512
|
+
"optional": true
|
|
4513
|
+
},
|
|
4514
|
+
"utf-8-validate": {
|
|
4515
|
+
"optional": true
|
|
4516
|
+
}
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4511
4519
|
"node_modules/exponential-backoff": {
|
|
4512
4520
|
"version": "3.1.2",
|
|
4513
4521
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.2.tgz",
|
|
@@ -4702,9 +4710,9 @@
|
|
|
4702
4710
|
}
|
|
4703
4711
|
},
|
|
4704
4712
|
"node_modules/glob": {
|
|
4705
|
-
"version": "10.
|
|
4706
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.
|
|
4707
|
-
"integrity": "sha512-
|
|
4713
|
+
"version": "10.5.0",
|
|
4714
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
4715
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
4708
4716
|
"license": "ISC",
|
|
4709
4717
|
"dependencies": {
|
|
4710
4718
|
"foreground-child": "^3.1.0",
|
|
@@ -5220,9 +5228,9 @@
|
|
|
5220
5228
|
"license": "MIT"
|
|
5221
5229
|
},
|
|
5222
5230
|
"node_modules/js-yaml": {
|
|
5223
|
-
"version": "4.1.
|
|
5224
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.
|
|
5225
|
-
"integrity": "sha512-
|
|
5231
|
+
"version": "4.1.1",
|
|
5232
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
5233
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
5226
5234
|
"license": "MIT",
|
|
5227
5235
|
"dependencies": {
|
|
5228
5236
|
"argparse": "^2.0.1"
|
|
@@ -6031,27 +6039,6 @@
|
|
|
6031
6039
|
"hermes-estree": "0.32.0"
|
|
6032
6040
|
}
|
|
6033
6041
|
},
|
|
6034
|
-
"node_modules/metro/node_modules/ws": {
|
|
6035
|
-
"version": "7.5.10",
|
|
6036
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
6037
|
-
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
6038
|
-
"license": "MIT",
|
|
6039
|
-
"engines": {
|
|
6040
|
-
"node": ">=8.3.0"
|
|
6041
|
-
},
|
|
6042
|
-
"peerDependencies": {
|
|
6043
|
-
"bufferutil": "^4.0.1",
|
|
6044
|
-
"utf-8-validate": "^5.0.2"
|
|
6045
|
-
},
|
|
6046
|
-
"peerDependenciesMeta": {
|
|
6047
|
-
"bufferutil": {
|
|
6048
|
-
"optional": true
|
|
6049
|
-
},
|
|
6050
|
-
"utf-8-validate": {
|
|
6051
|
-
"optional": true
|
|
6052
|
-
}
|
|
6053
|
-
}
|
|
6054
|
-
},
|
|
6055
6042
|
"node_modules/micromatch": {
|
|
6056
6043
|
"version": "4.0.8",
|
|
6057
6044
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
@@ -6236,9 +6223,9 @@
|
|
|
6236
6223
|
"license": "MIT"
|
|
6237
6224
|
},
|
|
6238
6225
|
"node_modules/node-forge": {
|
|
6239
|
-
"version": "1.3.
|
|
6240
|
-
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.
|
|
6241
|
-
"integrity": "sha512-
|
|
6226
|
+
"version": "1.3.3",
|
|
6227
|
+
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz",
|
|
6228
|
+
"integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
|
|
6242
6229
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
6243
6230
|
"engines": {
|
|
6244
6231
|
"node": ">= 6.13.0"
|
|
@@ -6251,9 +6238,9 @@
|
|
|
6251
6238
|
"license": "MIT"
|
|
6252
6239
|
},
|
|
6253
6240
|
"node_modules/node-releases": {
|
|
6254
|
-
"version": "2.0.
|
|
6255
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
6256
|
-
"integrity": "sha512-
|
|
6241
|
+
"version": "2.0.27",
|
|
6242
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
|
|
6243
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
6257
6244
|
"license": "MIT"
|
|
6258
6245
|
},
|
|
6259
6246
|
"node_modules/normalize-path": {
|
|
@@ -6832,27 +6819,6 @@
|
|
|
6832
6819
|
"ws": "^7"
|
|
6833
6820
|
}
|
|
6834
6821
|
},
|
|
6835
|
-
"node_modules/react-devtools-core/node_modules/ws": {
|
|
6836
|
-
"version": "7.5.10",
|
|
6837
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
6838
|
-
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
6839
|
-
"license": "MIT",
|
|
6840
|
-
"engines": {
|
|
6841
|
-
"node": ">=8.3.0"
|
|
6842
|
-
},
|
|
6843
|
-
"peerDependencies": {
|
|
6844
|
-
"bufferutil": "^4.0.1",
|
|
6845
|
-
"utf-8-validate": "^5.0.2"
|
|
6846
|
-
},
|
|
6847
|
-
"peerDependenciesMeta": {
|
|
6848
|
-
"bufferutil": {
|
|
6849
|
-
"optional": true
|
|
6850
|
-
},
|
|
6851
|
-
"utf-8-validate": {
|
|
6852
|
-
"optional": true
|
|
6853
|
-
}
|
|
6854
|
-
}
|
|
6855
|
-
},
|
|
6856
6822
|
"node_modules/react-is": {
|
|
6857
6823
|
"version": "18.3.1",
|
|
6858
6824
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
@@ -6947,9 +6913,9 @@
|
|
|
6947
6913
|
}
|
|
6948
6914
|
},
|
|
6949
6915
|
"node_modules/react-native-safe-area-context": {
|
|
6950
|
-
"version": "5.6.
|
|
6951
|
-
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.
|
|
6952
|
-
"integrity": "sha512
|
|
6916
|
+
"version": "5.6.2",
|
|
6917
|
+
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz",
|
|
6918
|
+
"integrity": "sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==",
|
|
6953
6919
|
"license": "MIT",
|
|
6954
6920
|
"peerDependencies": {
|
|
6955
6921
|
"react": "*",
|
|
@@ -7315,10 +7281,10 @@
|
|
|
7315
7281
|
"license": "MIT"
|
|
7316
7282
|
},
|
|
7317
7283
|
"node_modules/sax": {
|
|
7318
|
-
"version": "1.4.
|
|
7319
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.
|
|
7320
|
-
"integrity": "sha512
|
|
7321
|
-
"license": "
|
|
7284
|
+
"version": "1.4.3",
|
|
7285
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
|
|
7286
|
+
"integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
|
|
7287
|
+
"license": "BlueOak-1.0.0"
|
|
7322
7288
|
},
|
|
7323
7289
|
"node_modules/scheduler": {
|
|
7324
7290
|
"version": "0.26.0",
|
|
@@ -7568,18 +7534,6 @@
|
|
|
7568
7534
|
"plist": "^3.0.5"
|
|
7569
7535
|
}
|
|
7570
7536
|
},
|
|
7571
|
-
"node_modules/simple-plist/node_modules/bplist-parser": {
|
|
7572
|
-
"version": "0.3.1",
|
|
7573
|
-
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz",
|
|
7574
|
-
"integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==",
|
|
7575
|
-
"license": "MIT",
|
|
7576
|
-
"dependencies": {
|
|
7577
|
-
"big-integer": "1.6.x"
|
|
7578
|
-
},
|
|
7579
|
-
"engines": {
|
|
7580
|
-
"node": ">= 5.10.0"
|
|
7581
|
-
}
|
|
7582
|
-
},
|
|
7583
7537
|
"node_modules/simple-swizzle": {
|
|
7584
7538
|
"version": "0.2.4",
|
|
7585
7539
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
|
|
@@ -8192,9 +8146,9 @@
|
|
|
8192
8146
|
}
|
|
8193
8147
|
},
|
|
8194
8148
|
"node_modules/update-browserslist-db": {
|
|
8195
|
-
"version": "1.
|
|
8196
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.
|
|
8197
|
-
"integrity": "sha512-
|
|
8149
|
+
"version": "1.2.0",
|
|
8150
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.0.tgz",
|
|
8151
|
+
"integrity": "sha512-Dn+NlSF/7+0lVSEZ57SYQg6/E44arLzsVOGgrElBn/BlG1B8WKdbLppOocFrXwRNTkNlgdGNaBgH1o0lggDPiw==",
|
|
8198
8152
|
"funding": [
|
|
8199
8153
|
{
|
|
8200
8154
|
"type": "opencollective",
|
|
@@ -8465,16 +8419,16 @@
|
|
|
8465
8419
|
"license": "ISC"
|
|
8466
8420
|
},
|
|
8467
8421
|
"node_modules/ws": {
|
|
8468
|
-
"version": "
|
|
8469
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-
|
|
8470
|
-
"integrity": "sha512
|
|
8422
|
+
"version": "7.5.10",
|
|
8423
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
8424
|
+
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
8471
8425
|
"license": "MIT",
|
|
8472
8426
|
"engines": {
|
|
8473
|
-
"node": ">=
|
|
8427
|
+
"node": ">=8.3.0"
|
|
8474
8428
|
},
|
|
8475
8429
|
"peerDependencies": {
|
|
8476
8430
|
"bufferutil": "^4.0.1",
|
|
8477
|
-
"utf-8-validate": "
|
|
8431
|
+
"utf-8-validate": "^5.0.2"
|
|
8478
8432
|
},
|
|
8479
8433
|
"peerDependenciesMeta": {
|
|
8480
8434
|
"bufferutil": {
|
|
@@ -8637,12 +8591,12 @@
|
|
|
8637
8591
|
}
|
|
8638
8592
|
},
|
|
8639
8593
|
"node_modules/zod-to-json-schema": {
|
|
8640
|
-
"version": "3.
|
|
8641
|
-
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.
|
|
8642
|
-
"integrity": "sha512-
|
|
8594
|
+
"version": "3.25.0",
|
|
8595
|
+
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.0.tgz",
|
|
8596
|
+
"integrity": "sha512-HvWtU2UG41LALjajJrML6uQejQhNJx+JBO9IflpSja4R03iNWfKXrj6W2h7ljuLyc1nKS+9yDyL/9tD1U/yBnQ==",
|
|
8643
8597
|
"license": "ISC",
|
|
8644
8598
|
"peerDependencies": {
|
|
8645
|
-
"zod": "^3.
|
|
8599
|
+
"zod": "^3.25 || ^4"
|
|
8646
8600
|
}
|
|
8647
8601
|
}
|
|
8648
8602
|
}
|