@depup/netlify-cli 24.9.0-depup.2 → 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 | 24 |
19
+ | Deps updated | 27 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -29,6 +29,7 @@ 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,9 +37,11 @@ npm install @depup/netlify-cli
36
37
  | inquirer | 8.2.7 | ^13.3.2 |
37
38
  | inquirer-autocomplete-prompt | 1.4.0 | ^3.0.1 |
38
39
  | is-wsl | 3.1.0 | ^3.1.1 |
40
+ | lodash | 4.17.23 | ^4.18.1 |
39
41
  | modern-tar | 0.7.5 | ^0.7.6 |
40
42
  | normalize-package-data | 7.0.1 | ^8.0.0 |
41
43
  | p-map | 7.0.3 | ^7.0.4 |
44
+ | parse-github-url | 1.0.3 | ^1.0.4 |
42
45
  | raw-body | 3.0.1 | ^3.0.2 |
43
46
  | readdirp | 4.1.2 | ^5.0.0 |
44
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"
@@ -56,6 +60,10 @@
56
60
  "from": "3.1.0",
57
61
  "to": "^3.1.1"
58
62
  },
63
+ "lodash": {
64
+ "from": "4.17.23",
65
+ "to": "^4.18.1"
66
+ },
59
67
  "modern-tar": {
60
68
  "from": "0.7.5",
61
69
  "to": "^0.7.6"
@@ -68,6 +76,10 @@
68
76
  "from": "7.0.3",
69
77
  "to": "^7.0.4"
70
78
  },
79
+ "parse-github-url": {
80
+ "from": "1.0.3",
81
+ "to": "^1.0.4"
82
+ },
71
83
  "raw-body": {
72
84
  "from": "3.0.1",
73
85
  "to": "^3.0.2"
@@ -97,6 +109,6 @@
97
109
  "to": "^8.20.0"
98
110
  }
99
111
  },
100
- "timestamp": "2026-04-01T08:39:01.393Z",
101
- "totalUpdated": 24
112
+ "timestamp": "2026-04-02T00:40:30.319Z",
113
+ "totalUpdated": 27
102
114
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@depup/netlify-cli",
3
- "version": "24.9.0-depup.2",
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.2",
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",
@@ -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"
@@ -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.2",
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",
@@ -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"
@@ -226,6 +230,10 @@
226
230
  "from": "3.1.0",
227
231
  "to": "^3.1.1"
228
232
  },
233
+ "lodash": {
234
+ "from": "4.17.23",
235
+ "to": "^4.18.1"
236
+ },
229
237
  "modern-tar": {
230
238
  "from": "0.7.5",
231
239
  "to": "^0.7.6"
@@ -238,6 +246,10 @@
238
246
  "from": "7.0.3",
239
247
  "to": "^7.0.4"
240
248
  },
249
+ "parse-github-url": {
250
+ "from": "1.0.3",
251
+ "to": "^1.0.4"
252
+ },
241
253
  "raw-body": {
242
254
  "from": "3.0.1",
243
255
  "to": "^3.0.2"
@@ -267,10 +279,10 @@
267
279
  "to": "^8.20.0"
268
280
  }
269
281
  },
270
- "depsUpdated": 24,
282
+ "depsUpdated": 27,
271
283
  "originalPackage": "netlify-cli",
272
284
  "originalVersion": "24.9.0",
273
- "processedAt": "2026-04-01T08:39:23.252Z",
285
+ "processedAt": "2026-04-02T00:40:49.501Z",
274
286
  "smokeTest": "failed"
275
287
  }
276
288
  }