@depup/got 16.0.0-depup.0 → 16.0.0-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 +2 -2
- package/changes.json +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ 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-
|
|
17
|
+
| Processed | 2026-09-17 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 3 |
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@ 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.
|
|
27
|
+
| type-fest | ^5.6.0 | ^5.10.0 |
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/got",
|
|
3
|
-
"version": "16.0.0-depup.
|
|
3
|
+
"version": "16.0.0-depup.1",
|
|
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,7 +65,7 @@
|
|
|
65
65
|
"keyv": "^5.6.0",
|
|
66
66
|
"lowercase-keys": "^4.0.1",
|
|
67
67
|
"responselike": "^4.0.2",
|
|
68
|
-
"type-fest": "^5.
|
|
68
|
+
"type-fest": "^5.10.0",
|
|
69
69
|
"uint8array-extras": "^1.5.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
@@ -166,13 +166,13 @@
|
|
|
166
166
|
},
|
|
167
167
|
"type-fest": {
|
|
168
168
|
"from": "^5.6.0",
|
|
169
|
-
"to": "^5.
|
|
169
|
+
"to": "^5.10.0"
|
|
170
170
|
}
|
|
171
171
|
},
|
|
172
172
|
"depsUpdated": 3,
|
|
173
173
|
"originalPackage": "got",
|
|
174
174
|
"originalVersion": "16.0.0",
|
|
175
|
-
"processedAt": "2026-
|
|
175
|
+
"processedAt": "2026-09-17T16:11:06.414Z",
|
|
176
176
|
"smokeTest": "passed"
|
|
177
177
|
}
|
|
178
178
|
}
|