@depup/netlify-cli 24.4.0-depup.0 → 24.4.0-depup.1

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.4.0 |
17
- | Processed | 2026-03-20 |
17
+ | Processed | 2026-03-21 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 21 |
19
+ | Deps updated | 22 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -43,6 +43,7 @@ npm install @depup/netlify-cli
43
43
  | semver | 7.7.2 | ^7.7.4 |
44
44
  | ulid | 3.0.1 | ^3.0.2 |
45
45
  | write-file-atomic | 5.0.1 | ^7.0.1 |
46
+ | ws | 8.19.0 | ^8.20.0 |
46
47
 
47
48
  ---
48
49
 
package/changes.json CHANGED
@@ -83,8 +83,12 @@
83
83
  "write-file-atomic": {
84
84
  "from": "5.0.1",
85
85
  "to": "^7.0.1"
86
+ },
87
+ "ws": {
88
+ "from": "8.19.0",
89
+ "to": "^8.20.0"
86
90
  }
87
91
  },
88
- "timestamp": "2026-03-20T20:12:36.611Z",
89
- "totalUpdated": 21
92
+ "timestamp": "2026-03-21T20:10:44.391Z",
93
+ "totalUpdated": 22
90
94
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@depup/netlify-cli",
3
- "version": "24.4.0-depup.0",
3
+ "version": "24.4.0-depup.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@depup/netlify-cli",
9
- "version": "24.4.0-depup.0",
9
+ "version": "24.4.0-depup.1",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fastify/static": "9.0.0",
@@ -105,7 +105,7 @@
105
105
  "update-notifier": "7.3.1",
106
106
  "uuid": "13.0.0",
107
107
  "write-file-atomic": "^7.0.1",
108
- "ws": "8.19.0"
108
+ "ws": "^8.20.0"
109
109
  },
110
110
  "bin": {
111
111
  "netlify": "bin/run.js",
@@ -12454,9 +12454,9 @@
12454
12454
  }
12455
12455
  },
12456
12456
  "node_modules/ws": {
12457
- "version": "8.19.0",
12458
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
12459
- "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
12457
+ "version": "8.20.0",
12458
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
12459
+ "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
12460
12460
  "license": "MIT",
12461
12461
  "engines": {
12462
12462
  "node": ">=10.0.0"
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.4.0-depup.0",
4
+ "version": "24.4.0-depup.1",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -159,7 +159,7 @@
159
159
  "update-notifier": "7.3.1",
160
160
  "uuid": "13.0.0",
161
161
  "write-file-atomic": "^7.0.1",
162
- "ws": "8.19.0"
162
+ "ws": "^8.20.0"
163
163
  },
164
164
  "ava": {
165
165
  "files": [
@@ -253,12 +253,16 @@
253
253
  "write-file-atomic": {
254
254
  "from": "5.0.1",
255
255
  "to": "^7.0.1"
256
+ },
257
+ "ws": {
258
+ "from": "8.19.0",
259
+ "to": "^8.20.0"
256
260
  }
257
261
  },
258
- "depsUpdated": 21,
262
+ "depsUpdated": 22,
259
263
  "originalPackage": "netlify-cli",
260
264
  "originalVersion": "24.4.0",
261
- "processedAt": "2026-03-20T20:12:53.822Z",
265
+ "processedAt": "2026-03-21T20:11:04.986Z",
262
266
  "smokeTest": "failed"
263
267
  }
264
268
  }