@depup/boxen 8.0.1-depup.6 → 8.0.1-depup.7

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
@@ -14,7 +14,7 @@ npm install @depup/boxen
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [boxen](https://www.npmjs.com/package/boxen) @ 8.0.1 |
17
- | Processed | 2026-08-31 |
17
+ | Processed | 2026-09-17 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 7 |
20
20
 
@@ -26,7 +26,7 @@ npm install @depup/boxen
26
26
  | chalk | ^5.3.0 | ^6.0.0 |
27
27
  | cli-boxes | ^3.0.0 | ^4.0.1 |
28
28
  | string-width | ^7.2.0 | ^8.2.2 |
29
- | type-fest | ^4.21.0 | ^5.9.0 |
29
+ | type-fest | ^4.21.0 | ^5.10.0 |
30
30
  | widest-line | ^5.0.0 | ^6.0.0 |
31
31
  | wrap-ansi | ^9.0.0 | ^10.0.1 |
32
32
 
package/changes.json CHANGED
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "type-fest": {
20
20
  "from": "^4.21.0",
21
- "to": "^5.9.0"
21
+ "to": "^5.10.0"
22
22
  },
23
23
  "widest-line": {
24
24
  "from": "^5.0.0",
@@ -29,6 +29,6 @@
29
29
  "to": "^10.0.1"
30
30
  }
31
31
  },
32
- "timestamp": "2026-08-31T00:35:28.292Z",
32
+ "timestamp": "2026-09-17T16:10:10.052Z",
33
33
  "totalUpdated": 7
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/boxen",
3
- "version": "8.0.1-depup.6",
3
+ "version": "8.0.1-depup.7",
4
4
  "description": "Create boxes in the terminal (with updated dependencies)",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/boxen",
@@ -52,7 +52,7 @@
52
52
  "chalk": "^6.0.0",
53
53
  "cli-boxes": "^4.0.1",
54
54
  "string-width": "^8.2.2",
55
- "type-fest": "^5.9.0",
55
+ "type-fest": "^5.10.0",
56
56
  "widest-line": "^6.0.0",
57
57
  "wrap-ansi": "^10.0.1"
58
58
  },
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "type-fest": {
96
96
  "from": "^4.21.0",
97
- "to": "^5.9.0"
97
+ "to": "^5.10.0"
98
98
  },
99
99
  "widest-line": {
100
100
  "from": "^5.0.0",
@@ -108,7 +108,7 @@
108
108
  "depsUpdated": 7,
109
109
  "originalPackage": "boxen",
110
110
  "originalVersion": "8.0.1",
111
- "processedAt": "2026-08-31T00:35:43.850Z",
111
+ "processedAt": "2026-09-17T16:10:24.706Z",
112
112
  "smokeTest": "passed"
113
113
  }
114
114
  }