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

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-02 |
17
+ | Processed | 2026-04-05 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 27 |
19
+ | Deps updated | 28 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -38,6 +38,7 @@ npm install @depup/netlify-cli
38
38
  | inquirer-autocomplete-prompt | 1.4.0 | ^3.0.1 |
39
39
  | is-wsl | 3.1.0 | ^3.1.1 |
40
40
  | lodash | 4.17.23 | ^4.18.1 |
41
+ | log-update | 7.2.0 | ^8.0.0 |
41
42
  | modern-tar | 0.7.5 | ^0.7.6 |
42
43
  | normalize-package-data | 7.0.1 | ^8.0.0 |
43
44
  | p-map | 7.0.3 | ^7.0.4 |
package/changes.json CHANGED
@@ -64,6 +64,10 @@
64
64
  "from": "4.17.23",
65
65
  "to": "^4.18.1"
66
66
  },
67
+ "log-update": {
68
+ "from": "7.2.0",
69
+ "to": "^8.0.0"
70
+ },
67
71
  "modern-tar": {
68
72
  "from": "0.7.5",
69
73
  "to": "^0.7.6"
@@ -109,6 +113,6 @@
109
113
  "to": "^8.20.0"
110
114
  }
111
115
  },
112
- "timestamp": "2026-04-02T00:40:30.319Z",
113
- "totalUpdated": 27
116
+ "timestamp": "2026-04-05T08:18:23.241Z",
117
+ "totalUpdated": 28
114
118
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@depup/netlify-cli",
3
- "version": "24.9.0-depup.3",
3
+ "version": "24.9.0-depup.4",
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.3",
9
+ "version": "24.9.0-depup.4",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fastify/static": "9.0.0",
@@ -76,7 +76,7 @@
76
76
  "lambda-local": "2.2.0",
77
77
  "locate-path": "8.0.0",
78
78
  "lodash": "^4.18.1",
79
- "log-update": "7.2.0",
79
+ "log-update": "^8.0.0",
80
80
  "maxstache": "1.0.7",
81
81
  "maxstache-stream": "1.0.4",
82
82
  "modern-tar": "^0.7.6",
@@ -8554,6 +8554,8 @@
8554
8554
  },
8555
8555
  "node_modules/is-fullwidth-code-point": {
8556
8556
  "version": "5.1.0",
8557
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
8558
+ "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==",
8557
8559
  "license": "MIT",
8558
8560
  "dependencies": {
8559
8561
  "get-east-asian-width": "^1.3.1"
@@ -9155,19 +9157,20 @@
9155
9157
  }
9156
9158
  },
9157
9159
  "node_modules/log-update": {
9158
- "version": "7.2.0",
9159
- "resolved": "https://registry.npmjs.org/log-update/-/log-update-7.2.0.tgz",
9160
- "integrity": "sha512-iLs7dGSyjZiUgvrUvuD3FndAxVJk+TywBkkkwUSm9HdYoskJalWg5qVsEiXeufPvRVPbCUmNQewg798rx+sPXg==",
9160
+ "version": "8.0.0",
9161
+ "resolved": "https://registry.npmjs.org/log-update/-/log-update-8.0.0.tgz",
9162
+ "integrity": "sha512-lddSgOt3bPASrylL54ZSpy8nBHns+vBVSoILlVOx+dei300pnLRN958rj/EdlVLKuWlSESU3qdnDZdAI7FXYGg==",
9161
9163
  "license": "MIT",
9162
9164
  "dependencies": {
9163
9165
  "ansi-escapes": "^7.3.0",
9164
9166
  "cli-cursor": "^5.0.0",
9165
- "slice-ansi": "^8.0.0",
9167
+ "slice-ansi": "^9.0.0",
9168
+ "string-width": "^8.2.0",
9166
9169
  "strip-ansi": "^7.2.0",
9167
9170
  "wrap-ansi": "^10.0.0"
9168
9171
  },
9169
9172
  "engines": {
9170
- "node": ">=20"
9173
+ "node": ">=22"
9171
9174
  },
9172
9175
  "funding": {
9173
9176
  "url": "https://github.com/sponsors/sindresorhus"
@@ -11302,16 +11305,16 @@
11302
11305
  "license": "ISC"
11303
11306
  },
11304
11307
  "node_modules/slice-ansi": {
11305
- "version": "8.0.0",
11306
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-8.0.0.tgz",
11307
- "integrity": "sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==",
11308
+ "version": "9.0.0",
11309
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-9.0.0.tgz",
11310
+ "integrity": "sha512-SO/3iYL5S3W57LLEniscOGPZgOqZUPCx6d3dB+52B80yJ0XstzsC/eV8gnA4tM3MHDrKz+OCFSLNjswdSC+/bA==",
11308
11311
  "license": "MIT",
11309
11312
  "dependencies": {
11310
11313
  "ansi-styles": "^6.2.3",
11311
11314
  "is-fullwidth-code-point": "^5.1.0"
11312
11315
  },
11313
11316
  "engines": {
11314
- "node": ">=20"
11317
+ "node": ">=22"
11315
11318
  },
11316
11319
  "funding": {
11317
11320
  "url": "https://github.com/chalk/slice-ansi?sponsor=1"
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.3",
4
+ "version": "24.9.0-depup.4",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -130,7 +130,7 @@
130
130
  "lambda-local": "2.2.0",
131
131
  "locate-path": "8.0.0",
132
132
  "lodash": "^4.18.1",
133
- "log-update": "7.2.0",
133
+ "log-update": "^8.0.0",
134
134
  "maxstache": "1.0.7",
135
135
  "maxstache-stream": "1.0.4",
136
136
  "modern-tar": "^0.7.6",
@@ -234,6 +234,10 @@
234
234
  "from": "4.17.23",
235
235
  "to": "^4.18.1"
236
236
  },
237
+ "log-update": {
238
+ "from": "7.2.0",
239
+ "to": "^8.0.0"
240
+ },
237
241
  "modern-tar": {
238
242
  "from": "0.7.5",
239
243
  "to": "^0.7.6"
@@ -279,10 +283,10 @@
279
283
  "to": "^8.20.0"
280
284
  }
281
285
  },
282
- "depsUpdated": 27,
286
+ "depsUpdated": 28,
283
287
  "originalPackage": "netlify-cli",
284
288
  "originalVersion": "24.9.0",
285
- "processedAt": "2026-04-02T00:40:49.501Z",
289
+ "processedAt": "2026-04-05T08:18:46.310Z",
286
290
  "smokeTest": "failed"
287
291
  }
288
292
  }