@depup/netlify-cli 24.9.0-depup.0 → 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 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 | 23 |
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 |
@@ -41,7 +42,7 @@ npm install @depup/netlify-cli
41
42
  | raw-body | 3.0.1 | ^3.0.2 |
42
43
  | readdirp | 4.1.2 | ^5.0.0 |
43
44
  | semver | 7.7.2 | ^7.7.4 |
44
- | toml | 3.0.0 | ^4.0.1 |
45
+ | toml | 3.0.0 | ^4.1.1 |
45
46
  | ulid | 3.0.1 | ^3.0.2 |
46
47
  | write-file-atomic | 5.0.1 | ^7.0.1 |
47
48
  | ws | 8.19.0 | ^8.20.0 |
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"
@@ -78,7 +82,7 @@
78
82
  },
79
83
  "toml": {
80
84
  "from": "3.0.0",
81
- "to": "^4.0.1"
85
+ "to": "^4.1.1"
82
86
  },
83
87
  "ulid": {
84
88
  "from": "3.0.1",
@@ -93,6 +97,6 @@
93
97
  "to": "^8.20.0"
94
98
  }
95
99
  },
96
- "timestamp": "2026-04-01T00:43:33.396Z",
97
- "totalUpdated": 23
100
+ "timestamp": "2026-04-01T08:39:01.393Z",
101
+ "totalUpdated": 24
98
102
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@depup/netlify-cli",
3
- "version": "24.9.0-depup.0",
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.0",
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": "8.0.0",
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",
@@ -99,7 +99,7 @@
99
99
  "semver": "^7.7.4",
100
100
  "source-map-support": "0.5.21",
101
101
  "terminal-link": "5.0.0",
102
- "toml": "^4.0.1",
102
+ "toml": "^4.1.1",
103
103
  "tomlify-j0.4": "3.0.0",
104
104
  "ulid": "^3.0.2",
105
105
  "update-notifier": "7.3.1",
@@ -8248,25 +8248,25 @@
8248
8248
  }
8249
8249
  },
8250
8250
  "node_modules/https-proxy-agent": {
8251
- "version": "8.0.0",
8252
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-8.0.0.tgz",
8253
- "integrity": "sha512-YYeW+iCnAS3xhvj2dvVoWgsbca3RfQy/IlaNHHOtDmU0jMqPI9euIq3Y9BJETdxk16h9NHHCKqp/KB9nIMStCQ==",
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": "8.0.0",
8256
+ "agent-base": "9.0.0",
8257
8257
  "debug": "^4.3.4"
8258
8258
  },
8259
8259
  "engines": {
8260
- "node": ">= 14"
8260
+ "node": ">= 20"
8261
8261
  }
8262
8262
  },
8263
8263
  "node_modules/https-proxy-agent/node_modules/agent-base": {
8264
- "version": "8.0.0",
8265
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-8.0.0.tgz",
8266
- "integrity": "sha512-QT8i0hCz6C/KQ+KTAbSNwCHDGdmUJl2tp2ZpNlGSWCfhUNVbYG2WLE3MdZGBAgXPV4GAvjGMxo+C1hroyxmZEg==",
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": ">= 14"
8269
+ "node": ">= 20"
8270
8270
  }
8271
8271
  },
8272
8272
  "node_modules/human-signals": {
@@ -11777,9 +11777,9 @@
11777
11777
  }
11778
11778
  },
11779
11779
  "node_modules/toml": {
11780
- "version": "4.0.1",
11781
- "resolved": "https://registry.npmjs.org/toml/-/toml-4.0.1.tgz",
11782
- "integrity": "sha512-Afm48FTgMKRM6aOh0an5XO7LAp5E7W1blxP/TuCqMf1oQLZsBA+WI6nSXtn6mmn1SdtxY3gqsd2xRv7qtONdbA==",
11780
+ "version": "4.1.1",
11781
+ "resolved": "https://registry.npmjs.org/toml/-/toml-4.1.1.tgz",
11782
+ "integrity": "sha512-EBJnVBr3dTXdA89WVFoAIPUqkBjxPMwRqsfuo1r240tKFHXv3zgca4+NJib/h6TyvGF7vOawz0jGuryJCdNHrw==",
11783
11783
  "license": "MIT",
11784
11784
  "engines": {
11785
11785
  "node": ">=20"
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.0",
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": "8.0.0",
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",
@@ -153,7 +153,7 @@
153
153
  "semver": "^7.7.4",
154
154
  "source-map-support": "0.5.21",
155
155
  "terminal-link": "5.0.0",
156
- "toml": "^4.0.1",
156
+ "toml": "^4.1.1",
157
157
  "tomlify-j0.4": "3.0.0",
158
158
  "ulid": "^3.0.2",
159
159
  "update-notifier": "7.3.1",
@@ -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"
@@ -248,7 +252,7 @@
248
252
  },
249
253
  "toml": {
250
254
  "from": "3.0.0",
251
- "to": "^4.0.1"
255
+ "to": "^4.1.1"
252
256
  },
253
257
  "ulid": {
254
258
  "from": "3.0.1",
@@ -263,10 +267,10 @@
263
267
  "to": "^8.20.0"
264
268
  }
265
269
  },
266
- "depsUpdated": 23,
270
+ "depsUpdated": 24,
267
271
  "originalPackage": "netlify-cli",
268
272
  "originalVersion": "24.9.0",
269
- "processedAt": "2026-04-01T00:43:50.962Z",
273
+ "processedAt": "2026-04-01T08:39:23.252Z",
270
274
  "smokeTest": "failed"
271
275
  }
272
276
  }