@depup/netlify-cli 24.9.0-depup.1 → 24.9.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 +2 -1
- package/changes.json +6 -2
- package/npm-shrinkwrap.json +12 -12
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ npm install @depup/netlify-cli
|
|
|
16
16
|
| Original | [netlify-cli](https://www.npmjs.com/package/netlify-cli) @ 24.9.0 |
|
|
17
17
|
| Processed | 2026-04-01 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 24 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
@@ -32,6 +32,7 @@ npm install @depup/netlify-cli
|
|
|
32
32
|
| execa | 5.1.1 | ^9.6.1 |
|
|
33
33
|
| fastify | 5.8.3 | ^5.8.4 |
|
|
34
34
|
| get-port | 5.1.1 | ^7.2.0 |
|
|
35
|
+
| https-proxy-agent | 8.0.0 | ^9.0.0 |
|
|
35
36
|
| inquirer | 8.2.7 | ^13.3.2 |
|
|
36
37
|
| inquirer-autocomplete-prompt | 1.4.0 | ^3.0.1 |
|
|
37
38
|
| is-wsl | 3.1.0 | ^3.1.1 |
|
package/changes.json
CHANGED
|
@@ -40,6 +40,10 @@
|
|
|
40
40
|
"from": "5.1.1",
|
|
41
41
|
"to": "^7.2.0"
|
|
42
42
|
},
|
|
43
|
+
"https-proxy-agent": {
|
|
44
|
+
"from": "8.0.0",
|
|
45
|
+
"to": "^9.0.0"
|
|
46
|
+
},
|
|
43
47
|
"inquirer": {
|
|
44
48
|
"from": "8.2.7",
|
|
45
49
|
"to": "^13.3.2"
|
|
@@ -93,6 +97,6 @@
|
|
|
93
97
|
"to": "^8.20.0"
|
|
94
98
|
}
|
|
95
99
|
},
|
|
96
|
-
"timestamp": "2026-04-
|
|
97
|
-
"totalUpdated":
|
|
100
|
+
"timestamp": "2026-04-01T08:39:01.393Z",
|
|
101
|
+
"totalUpdated": 24
|
|
98
102
|
}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/netlify-cli",
|
|
3
|
-
"version": "24.9.0-depup.
|
|
3
|
+
"version": "24.9.0-depup.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@depup/netlify-cli",
|
|
9
|
-
"version": "24.9.0-depup.
|
|
9
|
+
"version": "24.9.0-depup.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@fastify/static": "9.0.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"gitconfiglocal": "2.1.0",
|
|
65
65
|
"http-proxy": "1.18.1",
|
|
66
66
|
"http-proxy-middleware": "3.0.5",
|
|
67
|
-
"https-proxy-agent": "
|
|
67
|
+
"https-proxy-agent": "^9.0.0",
|
|
68
68
|
"inquirer": "^13.3.2",
|
|
69
69
|
"inquirer-autocomplete-prompt": "^3.0.1",
|
|
70
70
|
"is-docker": "4.0.0",
|
|
@@ -8248,25 +8248,25 @@
|
|
|
8248
8248
|
}
|
|
8249
8249
|
},
|
|
8250
8250
|
"node_modules/https-proxy-agent": {
|
|
8251
|
-
"version": "
|
|
8252
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-
|
|
8253
|
-
"integrity": "sha512
|
|
8251
|
+
"version": "9.0.0",
|
|
8252
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-9.0.0.tgz",
|
|
8253
|
+
"integrity": "sha512-/MVmHp58WkOypgFhCLk4fzpPcFQvTJ/e6LBI7irpIO2HfxUbpmYoHF+KzipzJpxxzJu7aJNWQ0xojJ/dzV2G5g==",
|
|
8254
8254
|
"license": "MIT",
|
|
8255
8255
|
"dependencies": {
|
|
8256
|
-
"agent-base": "
|
|
8256
|
+
"agent-base": "9.0.0",
|
|
8257
8257
|
"debug": "^4.3.4"
|
|
8258
8258
|
},
|
|
8259
8259
|
"engines": {
|
|
8260
|
-
"node": ">=
|
|
8260
|
+
"node": ">= 20"
|
|
8261
8261
|
}
|
|
8262
8262
|
},
|
|
8263
8263
|
"node_modules/https-proxy-agent/node_modules/agent-base": {
|
|
8264
|
-
"version": "
|
|
8265
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-
|
|
8266
|
-
"integrity": "sha512-
|
|
8264
|
+
"version": "9.0.0",
|
|
8265
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-9.0.0.tgz",
|
|
8266
|
+
"integrity": "sha512-TQf59BsZnytt8GdJKLPfUZ54g/iaUL2OWDSFCCvMOhsHduDQxO8xC4PNeyIkVcA5KwL2phPSv0douC0fgWzmnA==",
|
|
8267
8267
|
"license": "MIT",
|
|
8268
8268
|
"engines": {
|
|
8269
|
-
"node": ">=
|
|
8269
|
+
"node": ">= 20"
|
|
8270
8270
|
}
|
|
8271
8271
|
},
|
|
8272
8272
|
"node_modules/human-signals": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool (with updated dependencies)",
|
|
4
|
-
"version": "24.9.0-depup.
|
|
4
|
+
"version": "24.9.0-depup.2",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"gitconfiglocal": "2.1.0",
|
|
119
119
|
"http-proxy": "1.18.1",
|
|
120
120
|
"http-proxy-middleware": "3.0.5",
|
|
121
|
-
"https-proxy-agent": "
|
|
121
|
+
"https-proxy-agent": "^9.0.0",
|
|
122
122
|
"inquirer": "^13.3.2",
|
|
123
123
|
"inquirer-autocomplete-prompt": "^3.0.1",
|
|
124
124
|
"is-docker": "4.0.0",
|
|
@@ -210,6 +210,10 @@
|
|
|
210
210
|
"from": "5.1.1",
|
|
211
211
|
"to": "^7.2.0"
|
|
212
212
|
},
|
|
213
|
+
"https-proxy-agent": {
|
|
214
|
+
"from": "8.0.0",
|
|
215
|
+
"to": "^9.0.0"
|
|
216
|
+
},
|
|
213
217
|
"inquirer": {
|
|
214
218
|
"from": "8.2.7",
|
|
215
219
|
"to": "^13.3.2"
|
|
@@ -263,10 +267,10 @@
|
|
|
263
267
|
"to": "^8.20.0"
|
|
264
268
|
}
|
|
265
269
|
},
|
|
266
|
-
"depsUpdated":
|
|
270
|
+
"depsUpdated": 24,
|
|
267
271
|
"originalPackage": "netlify-cli",
|
|
268
272
|
"originalVersion": "24.9.0",
|
|
269
|
-
"processedAt": "2026-04-
|
|
273
|
+
"processedAt": "2026-04-01T08:39:23.252Z",
|
|
270
274
|
"smokeTest": "failed"
|
|
271
275
|
}
|
|
272
276
|
}
|