@depup/netlify-cli 24.9.0-depup.1 → 24.9.0-depup.3

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/netlify-cli
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [netlify-cli](https://www.npmjs.com/package/netlify-cli) @ 24.9.0 |
17
- | Processed | 2026-04-01 |
17
+ | Processed | 2026-04-02 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 23 |
19
+ | Deps updated | 27 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -29,15 +29,19 @@ npm install @depup/netlify-cli
29
29
  | chokidar | 4.0.3 | ^5.0.0 |
30
30
  | commander | 12.1.0 | ^14.0.3 |
31
31
  | cron-parser | 4.9.0 | ^5.5.0 |
32
+ | dotenv | 17.3.1 | ^17.4.0 |
32
33
  | execa | 5.1.1 | ^9.6.1 |
33
34
  | fastify | 5.8.3 | ^5.8.4 |
34
35
  | get-port | 5.1.1 | ^7.2.0 |
36
+ | https-proxy-agent | 8.0.0 | ^9.0.0 |
35
37
  | inquirer | 8.2.7 | ^13.3.2 |
36
38
  | inquirer-autocomplete-prompt | 1.4.0 | ^3.0.1 |
37
39
  | is-wsl | 3.1.0 | ^3.1.1 |
40
+ | lodash | 4.17.23 | ^4.18.1 |
38
41
  | modern-tar | 0.7.5 | ^0.7.6 |
39
42
  | normalize-package-data | 7.0.1 | ^8.0.0 |
40
43
  | p-map | 7.0.3 | ^7.0.4 |
44
+ | parse-github-url | 1.0.3 | ^1.0.4 |
41
45
  | raw-body | 3.0.1 | ^3.0.2 |
42
46
  | readdirp | 4.1.2 | ^5.0.0 |
43
47
  | semver | 7.7.2 | ^7.7.4 |
package/changes.json CHANGED
@@ -28,6 +28,10 @@
28
28
  "from": "4.9.0",
29
29
  "to": "^5.5.0"
30
30
  },
31
+ "dotenv": {
32
+ "from": "17.3.1",
33
+ "to": "^17.4.0"
34
+ },
31
35
  "execa": {
32
36
  "from": "5.1.1",
33
37
  "to": "^9.6.1"
@@ -40,6 +44,10 @@
40
44
  "from": "5.1.1",
41
45
  "to": "^7.2.0"
42
46
  },
47
+ "https-proxy-agent": {
48
+ "from": "8.0.0",
49
+ "to": "^9.0.0"
50
+ },
43
51
  "inquirer": {
44
52
  "from": "8.2.7",
45
53
  "to": "^13.3.2"
@@ -52,6 +60,10 @@
52
60
  "from": "3.1.0",
53
61
  "to": "^3.1.1"
54
62
  },
63
+ "lodash": {
64
+ "from": "4.17.23",
65
+ "to": "^4.18.1"
66
+ },
55
67
  "modern-tar": {
56
68
  "from": "0.7.5",
57
69
  "to": "^0.7.6"
@@ -64,6 +76,10 @@
64
76
  "from": "7.0.3",
65
77
  "to": "^7.0.4"
66
78
  },
79
+ "parse-github-url": {
80
+ "from": "1.0.3",
81
+ "to": "^1.0.4"
82
+ },
67
83
  "raw-body": {
68
84
  "from": "3.0.1",
69
85
  "to": "^3.0.2"
@@ -93,6 +109,6 @@
93
109
  "to": "^8.20.0"
94
110
  }
95
111
  },
96
- "timestamp": "2026-04-01T05:05:09.360Z",
97
- "totalUpdated": 23
112
+ "timestamp": "2026-04-02T00:40:30.319Z",
113
+ "totalUpdated": 27
98
114
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@depup/netlify-cli",
3
- "version": "24.9.0-depup.1",
3
+ "version": "24.9.0-depup.3",
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.1",
9
+ "version": "24.9.0-depup.3",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fastify/static": "9.0.0",
@@ -46,7 +46,7 @@
46
46
  "debug": "4.4.3",
47
47
  "decache": "4.6.2",
48
48
  "dot-prop": "10.1.0",
49
- "dotenv": "17.3.1",
49
+ "dotenv": "^17.4.0",
50
50
  "env-paths": "4.0.0",
51
51
  "envinfo": "7.21.0",
52
52
  "etag": "1.8.1",
@@ -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",
@@ -75,7 +75,7 @@
75
75
  "jwt-decode": "4.0.0",
76
76
  "lambda-local": "2.2.0",
77
77
  "locate-path": "8.0.0",
78
- "lodash": "4.17.23",
78
+ "lodash": "^4.18.1",
79
79
  "log-update": "7.2.0",
80
80
  "maxstache": "1.0.7",
81
81
  "maxstache-stream": "1.0.4",
@@ -90,7 +90,7 @@
90
90
  "p-map": "^7.0.4",
91
91
  "p-wait-for": "6.0.0",
92
92
  "parallel-transform": "1.2.0",
93
- "parse-github-url": "1.0.3",
93
+ "parse-github-url": "^1.0.4",
94
94
  "pg": "8.20.0",
95
95
  "prettyjson": "1.2.5",
96
96
  "raw-body": "^3.0.2",
@@ -6904,9 +6904,9 @@
6904
6904
  }
6905
6905
  },
6906
6906
  "node_modules/dotenv": {
6907
- "version": "17.3.1",
6908
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz",
6909
- "integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==",
6907
+ "version": "17.4.0",
6908
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.0.tgz",
6909
+ "integrity": "sha512-kCKF62fwtzwYm0IGBNjRUjtJgMfGapII+FslMHIjMR5KTnwEmBmWLDRSnc3XSNP8bNy34tekgQyDT0hr7pERRQ==",
6910
6910
  "license": "BSD-2-Clause",
6911
6911
  "engines": {
6912
6912
  "node": ">=12"
@@ -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": {
@@ -9100,7 +9100,9 @@
9100
9100
  }
9101
9101
  },
9102
9102
  "node_modules/lodash": {
9103
- "version": "4.17.23",
9103
+ "version": "4.18.1",
9104
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
9105
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
9104
9106
  "license": "MIT"
9105
9107
  },
9106
9108
  "node_modules/lodash.includes": {
@@ -10061,7 +10063,9 @@
10061
10063
  }
10062
10064
  },
10063
10065
  "node_modules/parse-github-url": {
10064
- "version": "1.0.3",
10066
+ "version": "1.0.4",
10067
+ "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.4.tgz",
10068
+ "integrity": "sha512-CEtCOt55fHmd6DpBc/N7H5NC4vJpcquhzzs9Iw2mRj8bVxo1O5TQI5MXKOMO7+yBOqD+5dKCCRK4Kj1KskZc6Q==",
10065
10069
  "license": "MIT",
10066
10070
  "bin": {
10067
10071
  "parse-github-url": "cli.js"
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.1",
4
+ "version": "24.9.0-depup.3",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -100,7 +100,7 @@
100
100
  "debug": "4.4.3",
101
101
  "decache": "4.6.2",
102
102
  "dot-prop": "10.1.0",
103
- "dotenv": "17.3.1",
103
+ "dotenv": "^17.4.0",
104
104
  "env-paths": "4.0.0",
105
105
  "envinfo": "7.21.0",
106
106
  "etag": "1.8.1",
@@ -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",
@@ -129,7 +129,7 @@
129
129
  "jwt-decode": "4.0.0",
130
130
  "lambda-local": "2.2.0",
131
131
  "locate-path": "8.0.0",
132
- "lodash": "4.17.23",
132
+ "lodash": "^4.18.1",
133
133
  "log-update": "7.2.0",
134
134
  "maxstache": "1.0.7",
135
135
  "maxstache-stream": "1.0.4",
@@ -144,7 +144,7 @@
144
144
  "p-map": "^7.0.4",
145
145
  "p-wait-for": "6.0.0",
146
146
  "parallel-transform": "1.2.0",
147
- "parse-github-url": "1.0.3",
147
+ "parse-github-url": "^1.0.4",
148
148
  "pg": "8.20.0",
149
149
  "prettyjson": "1.2.5",
150
150
  "raw-body": "^3.0.2",
@@ -198,6 +198,10 @@
198
198
  "from": "4.9.0",
199
199
  "to": "^5.5.0"
200
200
  },
201
+ "dotenv": {
202
+ "from": "17.3.1",
203
+ "to": "^17.4.0"
204
+ },
201
205
  "execa": {
202
206
  "from": "5.1.1",
203
207
  "to": "^9.6.1"
@@ -210,6 +214,10 @@
210
214
  "from": "5.1.1",
211
215
  "to": "^7.2.0"
212
216
  },
217
+ "https-proxy-agent": {
218
+ "from": "8.0.0",
219
+ "to": "^9.0.0"
220
+ },
213
221
  "inquirer": {
214
222
  "from": "8.2.7",
215
223
  "to": "^13.3.2"
@@ -222,6 +230,10 @@
222
230
  "from": "3.1.0",
223
231
  "to": "^3.1.1"
224
232
  },
233
+ "lodash": {
234
+ "from": "4.17.23",
235
+ "to": "^4.18.1"
236
+ },
225
237
  "modern-tar": {
226
238
  "from": "0.7.5",
227
239
  "to": "^0.7.6"
@@ -234,6 +246,10 @@
234
246
  "from": "7.0.3",
235
247
  "to": "^7.0.4"
236
248
  },
249
+ "parse-github-url": {
250
+ "from": "1.0.3",
251
+ "to": "^1.0.4"
252
+ },
237
253
  "raw-body": {
238
254
  "from": "3.0.1",
239
255
  "to": "^3.0.2"
@@ -263,10 +279,10 @@
263
279
  "to": "^8.20.0"
264
280
  }
265
281
  },
266
- "depsUpdated": 23,
282
+ "depsUpdated": 27,
267
283
  "originalPackage": "netlify-cli",
268
284
  "originalVersion": "24.9.0",
269
- "processedAt": "2026-04-01T05:05:31.436Z",
285
+ "processedAt": "2026-04-02T00:40:49.501Z",
270
286
  "smokeTest": "failed"
271
287
  }
272
288
  }