@depup/expo__cli 55.0.17-depup.0 → 55.0.18-depup.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/README.md
CHANGED
|
@@ -13,8 +13,8 @@ npm install @depup/expo__cli
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [@expo/cli](https://www.npmjs.com/package/@expo/cli) @ 55.0.
|
|
17
|
-
| Processed | 2026-03-
|
|
16
|
+
| Original | [@expo/cli](https://www.npmjs.com/package/@expo/cli) @ 55.0.18 |
|
|
17
|
+
| Processed | 2026-03-21 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 25 |
|
|
20
20
|
|
|
@@ -45,7 +45,7 @@ npm install @depup/expo__cli
|
|
|
45
45
|
| structured-headers | ^0.4.1 | ^2.0.2 |
|
|
46
46
|
| terminal-link | ^2.1.1 | ^5.0.0 |
|
|
47
47
|
| wrap-ansi | ^7.0.0 | ^10.0.0 |
|
|
48
|
-
| ws | ^8.12.1 | ^8.
|
|
48
|
+
| ws | ^8.12.1 | ^8.20.0 |
|
|
49
49
|
| zod | ^3.25.76 | ^4.3.6 |
|
|
50
50
|
|
|
51
51
|
---
|
package/build/bin/cli
CHANGED
|
@@ -26,7 +26,7 @@ class FetchClient {
|
|
|
26
26
|
this.headers = {
|
|
27
27
|
accept: 'application/json',
|
|
28
28
|
'content-type': 'application/json',
|
|
29
|
-
'user-agent': `expo-cli/${"55.0.
|
|
29
|
+
'user-agent': `expo-cli/${"55.0.18"}`,
|
|
30
30
|
authorization: 'Basic ' + _nodebuffer().Buffer.from(`${target}:`).toString('base64')
|
|
31
31
|
};
|
|
32
32
|
}
|
package/changes.json
CHANGED
|
@@ -94,13 +94,13 @@
|
|
|
94
94
|
},
|
|
95
95
|
"ws": {
|
|
96
96
|
"from": "^8.12.1",
|
|
97
|
-
"to": "^8.
|
|
97
|
+
"to": "^8.20.0"
|
|
98
98
|
},
|
|
99
99
|
"zod": {
|
|
100
100
|
"from": "^3.25.76",
|
|
101
101
|
"to": "^4.3.6"
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
|
-
"timestamp": "2026-03-
|
|
104
|
+
"timestamp": "2026-03-21T20:09:11.370Z",
|
|
105
105
|
"totalUpdated": 25
|
|
106
106
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/expo__cli",
|
|
3
|
-
"version": "55.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "55.0.18-depup.1",
|
|
4
|
+
"description": "The Expo CLI (with updated dependencies)",
|
|
5
5
|
"main": "build/bin/cli",
|
|
6
6
|
"bin": {
|
|
7
7
|
"expo-internal": "build/bin/cli"
|
|
@@ -30,10 +30,12 @@
|
|
|
30
30
|
"directory": "packages/@expo/cli"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
|
-
"depup",
|
|
34
|
-
"dependency-bumped",
|
|
35
|
-
"updated-deps",
|
|
36
33
|
"@expo/cli",
|
|
34
|
+
"depup",
|
|
35
|
+
"updated-dependencies",
|
|
36
|
+
"security",
|
|
37
|
+
"latest",
|
|
38
|
+
"patched",
|
|
37
39
|
"expo",
|
|
38
40
|
"cli"
|
|
39
41
|
],
|
|
@@ -45,21 +47,21 @@
|
|
|
45
47
|
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
|
|
46
48
|
"dependencies": {
|
|
47
49
|
"@expo/code-signing-certificates": "^0.0.6",
|
|
48
|
-
"@expo/config": "~55.0.
|
|
49
|
-
"@expo/config-plugins": "~55.0.
|
|
50
|
+
"@expo/config": "~55.0.10",
|
|
51
|
+
"@expo/config-plugins": "~55.0.7",
|
|
50
52
|
"@expo/devcert": "^1.2.1",
|
|
51
53
|
"@expo/env": "~2.1.1",
|
|
52
54
|
"@expo/image-utils": "^0.8.12",
|
|
53
55
|
"@expo/json-file": "^10.0.12",
|
|
54
56
|
"@expo/log-box": "55.0.7",
|
|
55
57
|
"@expo/metro": "~54.2.0",
|
|
56
|
-
"@expo/metro-config": "~55.0.
|
|
58
|
+
"@expo/metro-config": "~55.0.11",
|
|
57
59
|
"@expo/osascript": "^2.4.2",
|
|
58
60
|
"@expo/package-manager": "^1.10.3",
|
|
59
61
|
"@expo/plist": "^0.5.2",
|
|
60
|
-
"@expo/prebuild-config": "^55.0.
|
|
62
|
+
"@expo/prebuild-config": "^55.0.10",
|
|
61
63
|
"@expo/require-utils": "^55.0.3",
|
|
62
|
-
"@expo/router-server": "^55.0.
|
|
64
|
+
"@expo/router-server": "^55.0.11",
|
|
63
65
|
"@expo/schema-utils": "^55.0.2",
|
|
64
66
|
"@expo/spawn-async": "^1.7.2",
|
|
65
67
|
"@expo/ws-tunnel": "^1.0.6",
|
|
@@ -99,7 +101,7 @@
|
|
|
99
101
|
"terminal-link": "^5.0.0",
|
|
100
102
|
"toqr": "^0.1.1",
|
|
101
103
|
"wrap-ansi": "^10.0.0",
|
|
102
|
-
"ws": "^8.
|
|
104
|
+
"ws": "^8.20.0",
|
|
103
105
|
"zod": "^4.3.6"
|
|
104
106
|
},
|
|
105
107
|
"taskr": {
|
|
@@ -162,7 +164,7 @@
|
|
|
162
164
|
"tree-kill": "^1.2.2",
|
|
163
165
|
"tsd": "^0.28.1"
|
|
164
166
|
},
|
|
165
|
-
"gitHead": "
|
|
167
|
+
"gitHead": "a6f3e8c977474f3f8a3aad658d2b3cc23d5c43b4",
|
|
166
168
|
"depup": {
|
|
167
169
|
"changes": {
|
|
168
170
|
"@expo/ws-tunnel": {
|
|
@@ -259,7 +261,7 @@
|
|
|
259
261
|
},
|
|
260
262
|
"ws": {
|
|
261
263
|
"from": "^8.12.1",
|
|
262
|
-
"to": "^8.
|
|
264
|
+
"to": "^8.20.0"
|
|
263
265
|
},
|
|
264
266
|
"zod": {
|
|
265
267
|
"from": "^3.25.76",
|
|
@@ -268,8 +270,8 @@
|
|
|
268
270
|
},
|
|
269
271
|
"depsUpdated": 25,
|
|
270
272
|
"originalPackage": "@expo/cli",
|
|
271
|
-
"originalVersion": "55.0.
|
|
272
|
-
"processedAt": "2026-03-
|
|
273
|
+
"originalVersion": "55.0.18",
|
|
274
|
+
"processedAt": "2026-03-21T20:10:20.004Z",
|
|
273
275
|
"smokeTest": "failed"
|
|
274
276
|
}
|
|
275
277
|
}
|