@depup/netlify-cli 24.4.0-depup.1 → 24.4.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 +2 -2
- package/changes.json +2 -2
- package/npm-shrinkwrap.json +6 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ 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-
|
|
17
|
+
| Processed | 2026-03-22 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 22 |
|
|
20
20
|
|
|
@@ -30,7 +30,7 @@ npm install @depup/netlify-cli
|
|
|
30
30
|
| commander | 12.1.0 | ^14.0.3 |
|
|
31
31
|
| cron-parser | 4.9.0 | ^5.5.0 |
|
|
32
32
|
| execa | 5.1.1 | ^9.6.1 |
|
|
33
|
-
| get-port | 5.1.1 | ^7.
|
|
33
|
+
| get-port | 5.1.1 | ^7.2.0 |
|
|
34
34
|
| https-proxy-agent | 7.0.6 | ^8.0.0 |
|
|
35
35
|
| inquirer | 8.2.7 | ^13.3.2 |
|
|
36
36
|
| inquirer-autocomplete-prompt | 1.4.0 | ^3.0.1 |
|
package/changes.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"get-port": {
|
|
36
36
|
"from": "5.1.1",
|
|
37
|
-
"to": "^7.
|
|
37
|
+
"to": "^7.2.0"
|
|
38
38
|
},
|
|
39
39
|
"https-proxy-agent": {
|
|
40
40
|
"from": "7.0.6",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"to": "^8.20.0"
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
|
-
"timestamp": "2026-03-
|
|
92
|
+
"timestamp": "2026-03-22T08:14:23.315Z",
|
|
93
93
|
"totalUpdated": 22
|
|
94
94
|
}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/netlify-cli",
|
|
3
|
-
"version": "24.4.0-depup.
|
|
3
|
+
"version": "24.4.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.4.0-depup.
|
|
9
|
+
"version": "24.4.0-depup.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@fastify/static": "9.0.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"find-up": "8.0.0",
|
|
60
60
|
"folder-walker": "3.2.0",
|
|
61
61
|
"fuzzy": "0.1.3",
|
|
62
|
-
"get-port": "^7.
|
|
62
|
+
"get-port": "^7.2.0",
|
|
63
63
|
"git-repo-info": "2.1.1",
|
|
64
64
|
"gitconfiglocal": "2.1.0",
|
|
65
65
|
"http-proxy": "1.18.1",
|
|
@@ -7968,9 +7968,9 @@
|
|
|
7968
7968
|
}
|
|
7969
7969
|
},
|
|
7970
7970
|
"node_modules/get-port": {
|
|
7971
|
-
"version": "7.
|
|
7972
|
-
"resolved": "https://registry.npmjs.org/get-port/-/get-port-7.
|
|
7973
|
-
"integrity": "sha512-
|
|
7971
|
+
"version": "7.2.0",
|
|
7972
|
+
"resolved": "https://registry.npmjs.org/get-port/-/get-port-7.2.0.tgz",
|
|
7973
|
+
"integrity": "sha512-afP4W205ONCuMoPBqcR6PSXnzX35KTcJygfJfcp+QY+uwm3p20p1YczWXhlICIzGMCxYBQcySEcOgsJcrkyobg==",
|
|
7974
7974
|
"license": "MIT",
|
|
7975
7975
|
"engines": {
|
|
7976
7976
|
"node": ">=16"
|
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.
|
|
4
|
+
"version": "24.4.0-depup.2",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"find-up": "8.0.0",
|
|
114
114
|
"folder-walker": "3.2.0",
|
|
115
115
|
"fuzzy": "0.1.3",
|
|
116
|
-
"get-port": "^7.
|
|
116
|
+
"get-port": "^7.2.0",
|
|
117
117
|
"git-repo-info": "2.1.1",
|
|
118
118
|
"gitconfiglocal": "2.1.0",
|
|
119
119
|
"http-proxy": "1.18.1",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
"get-port": {
|
|
206
206
|
"from": "5.1.1",
|
|
207
|
-
"to": "^7.
|
|
207
|
+
"to": "^7.2.0"
|
|
208
208
|
},
|
|
209
209
|
"https-proxy-agent": {
|
|
210
210
|
"from": "7.0.6",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"depsUpdated": 22,
|
|
263
263
|
"originalPackage": "netlify-cli",
|
|
264
264
|
"originalVersion": "24.4.0",
|
|
265
|
-
"processedAt": "2026-03-
|
|
265
|
+
"processedAt": "2026-03-22T08:14:46.091Z",
|
|
266
266
|
"smokeTest": "failed"
|
|
267
267
|
}
|
|
268
268
|
}
|