netlify-cli 24.4.0 → 24.4.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/dist/tsconfig.build.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +34 -10
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "24.4.
|
|
3
|
+
"version": "24.4.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "24.4.
|
|
9
|
+
"version": "24.4.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"gitconfiglocal": "2.1.0",
|
|
66
66
|
"http-proxy": "1.18.1",
|
|
67
67
|
"http-proxy-middleware": "3.0.5",
|
|
68
|
-
"https-proxy-agent": "
|
|
68
|
+
"https-proxy-agent": "8.0.0",
|
|
69
69
|
"inquirer": "8.2.7",
|
|
70
70
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
71
71
|
"is-docker": "4.0.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"log-update": "7.2.0",
|
|
81
81
|
"maxstache": "1.0.7",
|
|
82
82
|
"maxstache-stream": "1.0.4",
|
|
83
|
-
"modern-tar": "
|
|
83
|
+
"modern-tar": "0.7.5",
|
|
84
84
|
"multiparty": "4.2.3",
|
|
85
85
|
"nanospinner": "1.2.2",
|
|
86
86
|
"netlify-redirector": "0.5.0",
|
|
@@ -1099,6 +1099,19 @@
|
|
|
1099
1099
|
"node": ">=18"
|
|
1100
1100
|
}
|
|
1101
1101
|
},
|
|
1102
|
+
"node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent": {
|
|
1103
|
+
"version": "7.0.6",
|
|
1104
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
1105
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
1106
|
+
"license": "MIT",
|
|
1107
|
+
"dependencies": {
|
|
1108
|
+
"agent-base": "^7.1.2",
|
|
1109
|
+
"debug": "4"
|
|
1110
|
+
},
|
|
1111
|
+
"engines": {
|
|
1112
|
+
"node": ">= 14"
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
1102
1115
|
"node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch": {
|
|
1103
1116
|
"version": "2.7.0",
|
|
1104
1117
|
"license": "MIT",
|
|
@@ -8348,9 +8361,9 @@
|
|
|
8348
8361
|
"license": "ISC"
|
|
8349
8362
|
},
|
|
8350
8363
|
"node_modules/h3": {
|
|
8351
|
-
"version": "1.15.
|
|
8352
|
-
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.
|
|
8353
|
-
"integrity": "sha512-
|
|
8364
|
+
"version": "1.15.9",
|
|
8365
|
+
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.9.tgz",
|
|
8366
|
+
"integrity": "sha512-H7UPnyIupUOYUQu7f2x7ABVeMyF/IbJjqn20WSXpMdnQB260luADUkSgJU7QTWLutq8h3tUayMQ1DdbSYX5LkA==",
|
|
8354
8367
|
"license": "MIT",
|
|
8355
8368
|
"dependencies": {
|
|
8356
8369
|
"cookie-es": "^1.2.2",
|
|
@@ -8465,16 +8478,27 @@
|
|
|
8465
8478
|
}
|
|
8466
8479
|
},
|
|
8467
8480
|
"node_modules/https-proxy-agent": {
|
|
8468
|
-
"version": "
|
|
8481
|
+
"version": "8.0.0",
|
|
8482
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-8.0.0.tgz",
|
|
8483
|
+
"integrity": "sha512-YYeW+iCnAS3xhvj2dvVoWgsbca3RfQy/IlaNHHOtDmU0jMqPI9euIq3Y9BJETdxk16h9NHHCKqp/KB9nIMStCQ==",
|
|
8469
8484
|
"license": "MIT",
|
|
8470
8485
|
"dependencies": {
|
|
8471
|
-
"agent-base": "
|
|
8472
|
-
"debug": "4"
|
|
8486
|
+
"agent-base": "8.0.0",
|
|
8487
|
+
"debug": "^4.3.4"
|
|
8473
8488
|
},
|
|
8474
8489
|
"engines": {
|
|
8475
8490
|
"node": ">= 14"
|
|
8476
8491
|
}
|
|
8477
8492
|
},
|
|
8493
|
+
"node_modules/https-proxy-agent/node_modules/agent-base": {
|
|
8494
|
+
"version": "8.0.0",
|
|
8495
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-8.0.0.tgz",
|
|
8496
|
+
"integrity": "sha512-QT8i0hCz6C/KQ+KTAbSNwCHDGdmUJl2tp2ZpNlGSWCfhUNVbYG2WLE3MdZGBAgXPV4GAvjGMxo+C1hroyxmZEg==",
|
|
8497
|
+
"license": "MIT",
|
|
8498
|
+
"engines": {
|
|
8499
|
+
"node": ">= 14"
|
|
8500
|
+
}
|
|
8501
|
+
},
|
|
8478
8502
|
"node_modules/human-signals": {
|
|
8479
8503
|
"version": "2.1.0",
|
|
8480
8504
|
"license": "Apache-2.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "24.4.
|
|
4
|
+
"version": "24.4.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"gitconfiglocal": "2.1.0",
|
|
113
113
|
"http-proxy": "1.18.1",
|
|
114
114
|
"http-proxy-middleware": "3.0.5",
|
|
115
|
-
"https-proxy-agent": "
|
|
115
|
+
"https-proxy-agent": "8.0.0",
|
|
116
116
|
"inquirer": "8.2.7",
|
|
117
117
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
118
118
|
"is-docker": "4.0.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"log-update": "7.2.0",
|
|
128
128
|
"maxstache": "1.0.7",
|
|
129
129
|
"maxstache-stream": "1.0.4",
|
|
130
|
-
"modern-tar": "
|
|
130
|
+
"modern-tar": "0.7.5",
|
|
131
131
|
"multiparty": "4.2.3",
|
|
132
132
|
"nanospinner": "1.2.2",
|
|
133
133
|
"netlify-redirector": "0.5.0",
|