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