@depup/file-type 22.1.1-depup.0 → 22.1.1-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
@@ -14,9 +14,15 @@ npm install @depup/file-type
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [file-type](https://www.npmjs.com/package/file-type) @ 22.1.1 |
17
- | Processed | 2026-09-17 |
17
+ | Processed | 2026-09-27 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 0 |
19
+ | Deps updated | 1 |
20
+
21
+ ## Dependency Changes
22
+
23
+ | Dependency | From | To |
24
+ |------------|------|-----|
25
+ | uint8array-extras | ^1.5.0 | ^1.6.0 |
20
26
 
21
27
  ---
22
28
 
package/changes.json CHANGED
@@ -1,5 +1,10 @@
1
1
  {
2
- "bumped": {},
3
- "timestamp": "2026-09-17T08:13:12.533Z",
4
- "totalUpdated": 0
2
+ "bumped": {
3
+ "uint8array-extras": {
4
+ "from": "^1.5.0",
5
+ "to": "^1.6.0"
6
+ }
7
+ },
8
+ "timestamp": "2026-09-27T01:07:59.341Z",
9
+ "totalUpdated": 1
5
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/file-type",
3
- "version": "22.1.1-depup.0",
3
+ "version": "22.1.1-depup.1",
4
4
  "description": "Detect the file type of a file, stream, or data (with updated dependencies)",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/file-type",
@@ -243,7 +243,7 @@
243
243
  "@tokenizer/inflate": "^0.4.1",
244
244
  "strtok3": "^10.3.5",
245
245
  "token-types": "^6.1.2",
246
- "uint8array-extras": "^1.5.0"
246
+ "uint8array-extras": "^1.6.0"
247
247
  },
248
248
  "devDependencies": {
249
249
  "@tokenizer/token": "^0.3.0",
@@ -281,11 +281,16 @@
281
281
  "serial": true
282
282
  },
283
283
  "depup": {
284
- "changes": {},
285
- "depsUpdated": 0,
284
+ "changes": {
285
+ "uint8array-extras": {
286
+ "from": "^1.5.0",
287
+ "to": "^1.6.0"
288
+ }
289
+ },
290
+ "depsUpdated": 1,
286
291
  "originalPackage": "file-type",
287
292
  "originalVersion": "22.1.1",
288
- "processedAt": "2026-09-17T08:13:23.660Z",
293
+ "processedAt": "2026-09-27T01:08:12.512Z",
289
294
  "smokeTest": "passed"
290
295
  }
291
296
  }