@depup/got 16.0.0-depup.0 → 16.0.0-depup.2

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,9 @@ npm install @depup/got
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [got](https://www.npmjs.com/package/got) @ 16.0.0 |
17
- | Processed | 2026-08-31 |
17
+ | Processed | 2026-09-27 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 3 |
19
+ | Deps updated | 4 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -24,7 +24,8 @@ npm install @depup/got
24
24
  |------------|------|-----|
25
25
  | @sindresorhus/is | ^8.0.0 | ^8.1.0 |
26
26
  | cacheable-request | ^13.0.18 | ^13.0.19 |
27
- | type-fest | ^5.6.0 | ^5.9.0 |
27
+ | type-fest | ^5.6.0 | ^5.10.0 |
28
+ | uint8array-extras | ^1.5.0 | ^1.6.0 |
28
29
 
29
30
  ---
30
31
 
package/changes.json CHANGED
@@ -10,9 +10,13 @@
10
10
  },
11
11
  "type-fest": {
12
12
  "from": "^5.6.0",
13
- "to": "^5.9.0"
13
+ "to": "^5.10.0"
14
+ },
15
+ "uint8array-extras": {
16
+ "from": "^1.5.0",
17
+ "to": "^1.6.0"
14
18
  }
15
19
  },
16
- "timestamp": "2026-08-31T00:36:02.619Z",
17
- "totalUpdated": 3
20
+ "timestamp": "2026-09-27T01:08:02.157Z",
21
+ "totalUpdated": 4
18
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/got",
3
- "version": "16.0.0-depup.0",
3
+ "version": "16.0.0-depup.2",
4
4
  "description": "Human-friendly and powerful HTTP request library for Node.js (with updated dependencies)",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/got",
@@ -65,8 +65,8 @@
65
65
  "keyv": "^5.6.0",
66
66
  "lowercase-keys": "^4.0.1",
67
67
  "responselike": "^4.0.2",
68
- "type-fest": "^5.9.0",
69
- "uint8array-extras": "^1.5.0"
68
+ "type-fest": "^5.10.0",
69
+ "uint8array-extras": "^1.6.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@hapi/bourne": "^4.0.1",
@@ -166,13 +166,17 @@
166
166
  },
167
167
  "type-fest": {
168
168
  "from": "^5.6.0",
169
- "to": "^5.9.0"
169
+ "to": "^5.10.0"
170
+ },
171
+ "uint8array-extras": {
172
+ "from": "^1.5.0",
173
+ "to": "^1.6.0"
170
174
  }
171
175
  },
172
- "depsUpdated": 3,
176
+ "depsUpdated": 4,
173
177
  "originalPackage": "got",
174
178
  "originalVersion": "16.0.0",
175
- "processedAt": "2026-08-31T00:36:18.795Z",
179
+ "processedAt": "2026-09-27T01:08:18.356Z",
176
180
  "smokeTest": "passed"
177
181
  }
178
182
  }