netlify-cli 17.31.0 → 17.32.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/commands/base-command.d.ts.map +1 -1
- package/dist/commands/base-command.js +9 -2
- package/dist/commands/dev/dev.d.ts.map +1 -1
- package/dist/commands/dev/dev.js +2 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/proxy.js +2 -2
- package/npm-shrinkwrap.json +112 -116
- package/package.json +6 -7
package/dist/utils/proxy.js
CHANGED
|
@@ -4,6 +4,7 @@ import { readFile } from 'fs/promises';
|
|
|
4
4
|
import http from 'http';
|
|
5
5
|
import https from 'https';
|
|
6
6
|
import { isIPv6 } from 'net';
|
|
7
|
+
import { Readable } from 'node:stream';
|
|
7
8
|
import path from 'path';
|
|
8
9
|
import process from 'process';
|
|
9
10
|
import util from 'util';
|
|
@@ -21,7 +22,6 @@ import { createProxyMiddleware } from 'http-proxy-middleware';
|
|
|
21
22
|
import { jwtDecode } from 'jwt-decode';
|
|
22
23
|
import { locatePath } from 'locate-path';
|
|
23
24
|
import pFilter from 'p-filter';
|
|
24
|
-
import toReadableStream from 'to-readable-stream';
|
|
25
25
|
import throttle from 'lodash/throttle.js';
|
|
26
26
|
import { handleProxyRequest, initializeProxy as initializeEdgeFunctionsProxy, isEdgeFunctionsRequest, } from '../lib/edge-functions/proxy.js';
|
|
27
27
|
import { fileExistsAsync, isFileAsync } from '../lib/fs.js';
|
|
@@ -129,7 +129,7 @@ const proxyToExternalUrl = function ({ dest, destURL, req, res, }) {
|
|
|
129
129
|
pathRewrite: () => destURL,
|
|
130
130
|
// hide logging
|
|
131
131
|
logLevel: 'warn',
|
|
132
|
-
...(Buffer.isBuffer(req.originalBody) && { buffer:
|
|
132
|
+
...(Buffer.isBuffer(req.originalBody) && { buffer: Readable.from(req.originalBody) }),
|
|
133
133
|
});
|
|
134
134
|
// @ts-expect-error TS(2345) FIXME: Argument of type 'Request' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>'.
|
|
135
135
|
return handler(req, res, () => { });
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.32.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "17.
|
|
9
|
+
"version": "17.32.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@bugsnag/js": "7.23.0",
|
|
14
14
|
"@fastify/static": "7.0.4",
|
|
15
15
|
"@netlify/blobs": "7.3.0",
|
|
16
|
-
"@netlify/build": "29.50.
|
|
17
|
-
"@netlify/build-info": "7.
|
|
18
|
-
"@netlify/config": "20.
|
|
19
|
-
"@netlify/edge-bundler": "12.
|
|
16
|
+
"@netlify/build": "29.50.5",
|
|
17
|
+
"@netlify/build-info": "7.14.0",
|
|
18
|
+
"@netlify/config": "20.16.0",
|
|
19
|
+
"@netlify/edge-bundler": "12.2.0",
|
|
20
20
|
"@netlify/edge-functions": "2.8.1",
|
|
21
21
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
22
|
-
"@netlify/zip-it-and-ship-it": "9.37.
|
|
22
|
+
"@netlify/zip-it-and-ship-it": "9.37.5",
|
|
23
23
|
"@octokit/rest": "20.1.1",
|
|
24
24
|
"@opentelemetry/api": "1.8.0",
|
|
25
25
|
"ansi-escapes": "7.0.0",
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
"terminal-link": "3.0.0",
|
|
114
114
|
"through2-filter": "4.0.0",
|
|
115
115
|
"through2-map": "4.0.0",
|
|
116
|
-
"to-readable-stream": "3.0.0",
|
|
117
116
|
"toml": "3.0.0",
|
|
118
117
|
"tomlify-j0.4": "3.0.0",
|
|
119
118
|
"ulid": "2.3.0",
|
|
@@ -1106,22 +1105,22 @@
|
|
|
1106
1105
|
}
|
|
1107
1106
|
},
|
|
1108
1107
|
"node_modules/@netlify/build": {
|
|
1109
|
-
"version": "29.50.
|
|
1110
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.50.
|
|
1111
|
-
"integrity": "sha512-
|
|
1108
|
+
"version": "29.50.5",
|
|
1109
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.50.5.tgz",
|
|
1110
|
+
"integrity": "sha512-bk1BxWH9oiKdwf2y+nYiuyPT7P2IOOa/1KMDp+3ddQ4qFiJ04x468v7CqWTjk1mZLh7yLA/7i0d0mMaGVogPqA==",
|
|
1112
1111
|
"dependencies": {
|
|
1113
1112
|
"@bugsnag/js": "^7.0.0",
|
|
1114
|
-
"@netlify/blobs": "^7.
|
|
1113
|
+
"@netlify/blobs": "^7.4.0",
|
|
1115
1114
|
"@netlify/cache-utils": "^5.1.5",
|
|
1116
|
-
"@netlify/config": "^20.
|
|
1117
|
-
"@netlify/edge-bundler": "12.
|
|
1115
|
+
"@netlify/config": "^20.16.0",
|
|
1116
|
+
"@netlify/edge-bundler": "12.2.0",
|
|
1118
1117
|
"@netlify/framework-info": "^9.8.13",
|
|
1119
|
-
"@netlify/functions-utils": "^5.2.
|
|
1118
|
+
"@netlify/functions-utils": "^5.2.73",
|
|
1120
1119
|
"@netlify/git-utils": "^5.1.1",
|
|
1121
1120
|
"@netlify/opentelemetry-utils": "^1.2.1",
|
|
1122
1121
|
"@netlify/plugins-list": "^6.80.0",
|
|
1123
1122
|
"@netlify/run-utils": "^5.1.1",
|
|
1124
|
-
"@netlify/zip-it-and-ship-it": "9.37.
|
|
1123
|
+
"@netlify/zip-it-and-ship-it": "9.37.5",
|
|
1125
1124
|
"@sindresorhus/slugify": "^2.0.0",
|
|
1126
1125
|
"ansi-escapes": "^6.0.0",
|
|
1127
1126
|
"chalk": "^5.0.0",
|
|
@@ -1186,9 +1185,9 @@
|
|
|
1186
1185
|
}
|
|
1187
1186
|
},
|
|
1188
1187
|
"node_modules/@netlify/build-info": {
|
|
1189
|
-
"version": "7.
|
|
1190
|
-
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.
|
|
1191
|
-
"integrity": "sha512-
|
|
1188
|
+
"version": "7.14.0",
|
|
1189
|
+
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.14.0.tgz",
|
|
1190
|
+
"integrity": "sha512-Z7kh5z8boT+TAqCgEyauXnegPqjCSV0mustiUUwQkZary68wGQZiYzNqHD2v545iT9MqbRqd/hv+z9NsU3uruA==",
|
|
1192
1191
|
"dependencies": {
|
|
1193
1192
|
"@bugsnag/js": "^7.20.0",
|
|
1194
1193
|
"@iarna/toml": "^2.2.5",
|
|
@@ -1245,9 +1244,9 @@
|
|
|
1245
1244
|
}
|
|
1246
1245
|
},
|
|
1247
1246
|
"node_modules/@netlify/build-info/node_modules/minimatch": {
|
|
1248
|
-
"version": "9.0.
|
|
1249
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
1250
|
-
"integrity": "sha512-
|
|
1247
|
+
"version": "9.0.5",
|
|
1248
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
1249
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
1251
1250
|
"dependencies": {
|
|
1252
1251
|
"brace-expansion": "^2.0.1"
|
|
1253
1252
|
},
|
|
@@ -1284,9 +1283,9 @@
|
|
|
1284
1283
|
}
|
|
1285
1284
|
},
|
|
1286
1285
|
"node_modules/@netlify/build-info/node_modules/yaml": {
|
|
1287
|
-
"version": "2.4.
|
|
1288
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.
|
|
1289
|
-
"integrity": "sha512-
|
|
1286
|
+
"version": "2.4.5",
|
|
1287
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
|
|
1288
|
+
"integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==",
|
|
1290
1289
|
"bin": {
|
|
1291
1290
|
"yaml": "bin.mjs"
|
|
1292
1291
|
},
|
|
@@ -1294,6 +1293,14 @@
|
|
|
1294
1293
|
"node": ">= 14"
|
|
1295
1294
|
}
|
|
1296
1295
|
},
|
|
1296
|
+
"node_modules/@netlify/build/node_modules/@netlify/blobs": {
|
|
1297
|
+
"version": "7.4.0",
|
|
1298
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-7.4.0.tgz",
|
|
1299
|
+
"integrity": "sha512-7rdPzo8bggt3D2CVO+U1rmEtxxs8X7cLusDbHZRJaMlxqxBD05mXgThj5DUJMFOvmfVjhEH/S/3AyiLUbDQGDg==",
|
|
1300
|
+
"engines": {
|
|
1301
|
+
"node": "^14.16.0 || >=16.0.0"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1297
1304
|
"node_modules/@netlify/build/node_modules/ansi-escapes": {
|
|
1298
1305
|
"version": "6.2.1",
|
|
1299
1306
|
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.1.tgz",
|
|
@@ -1423,9 +1430,9 @@
|
|
|
1423
1430
|
}
|
|
1424
1431
|
},
|
|
1425
1432
|
"node_modules/@netlify/build/node_modules/minimatch": {
|
|
1426
|
-
"version": "9.0.
|
|
1427
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
1428
|
-
"integrity": "sha512-
|
|
1433
|
+
"version": "9.0.5",
|
|
1434
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
1435
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
1429
1436
|
"dependencies": {
|
|
1430
1437
|
"brace-expansion": "^2.0.1"
|
|
1431
1438
|
},
|
|
@@ -1592,9 +1599,9 @@
|
|
|
1592
1599
|
}
|
|
1593
1600
|
},
|
|
1594
1601
|
"node_modules/@netlify/build/node_modules/yocto-queue": {
|
|
1595
|
-
"version": "1.
|
|
1596
|
-
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.
|
|
1597
|
-
"integrity": "sha512-
|
|
1602
|
+
"version": "1.1.1",
|
|
1603
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz",
|
|
1604
|
+
"integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==",
|
|
1598
1605
|
"engines": {
|
|
1599
1606
|
"node": ">=12.20"
|
|
1600
1607
|
},
|
|
@@ -1658,9 +1665,9 @@
|
|
|
1658
1665
|
}
|
|
1659
1666
|
},
|
|
1660
1667
|
"node_modules/@netlify/config": {
|
|
1661
|
-
"version": "20.
|
|
1662
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.
|
|
1663
|
-
"integrity": "sha512
|
|
1668
|
+
"version": "20.16.0",
|
|
1669
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.16.0.tgz",
|
|
1670
|
+
"integrity": "sha512-+373pOiNplb5hPbSaTOBCHB2F5VMcBSgiJ6f4UcdXFsEOGtFzAhRafziOLDrIcsUTjGCmQrEp6dgfkljq8zKzg==",
|
|
1664
1671
|
"dependencies": {
|
|
1665
1672
|
"@iarna/toml": "^2.2.5",
|
|
1666
1673
|
"chalk": "^5.0.0",
|
|
@@ -1899,9 +1906,9 @@
|
|
|
1899
1906
|
}
|
|
1900
1907
|
},
|
|
1901
1908
|
"node_modules/@netlify/config/node_modules/yocto-queue": {
|
|
1902
|
-
"version": "1.
|
|
1903
|
-
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.
|
|
1904
|
-
"integrity": "sha512-
|
|
1909
|
+
"version": "1.1.1",
|
|
1910
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz",
|
|
1911
|
+
"integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==",
|
|
1905
1912
|
"engines": {
|
|
1906
1913
|
"node": ">=12.20"
|
|
1907
1914
|
},
|
|
@@ -1910,9 +1917,9 @@
|
|
|
1910
1917
|
}
|
|
1911
1918
|
},
|
|
1912
1919
|
"node_modules/@netlify/edge-bundler": {
|
|
1913
|
-
"version": "12.
|
|
1914
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-12.
|
|
1915
|
-
"integrity": "sha512-
|
|
1920
|
+
"version": "12.2.0",
|
|
1921
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-12.2.0.tgz",
|
|
1922
|
+
"integrity": "sha512-0v4URzOtKPh5yURSkLBaX1muLEZoJllY1MkIa+LXLU/Glje9zUoBdB6aCjhYsqoDtfeWjIgh+UtcdncSh5L3TA==",
|
|
1916
1923
|
"dependencies": {
|
|
1917
1924
|
"@import-maps/resolve": "^1.0.1",
|
|
1918
1925
|
"@vercel/nft": "^0.27.0",
|
|
@@ -2638,11 +2645,11 @@
|
|
|
2638
2645
|
}
|
|
2639
2646
|
},
|
|
2640
2647
|
"node_modules/@netlify/functions-utils": {
|
|
2641
|
-
"version": "5.2.
|
|
2642
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.
|
|
2643
|
-
"integrity": "sha512-
|
|
2648
|
+
"version": "5.2.73",
|
|
2649
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.73.tgz",
|
|
2650
|
+
"integrity": "sha512-zBWTJ00Xm+ycsLvvtSoZt9RasWnT7vZwltn3UO314RVSaFAy3pCK+tq3ginA8RZudfYvqwLX7HiFfF+HHh6lWw==",
|
|
2644
2651
|
"dependencies": {
|
|
2645
|
-
"@netlify/zip-it-and-ship-it": "9.37.
|
|
2652
|
+
"@netlify/zip-it-and-ship-it": "9.37.5",
|
|
2646
2653
|
"cpy": "^9.0.0",
|
|
2647
2654
|
"path-exists": "^5.0.0"
|
|
2648
2655
|
},
|
|
@@ -3098,14 +3105,14 @@
|
|
|
3098
3105
|
}
|
|
3099
3106
|
},
|
|
3100
3107
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
3101
|
-
"version": "9.37.
|
|
3102
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.37.
|
|
3103
|
-
"integrity": "sha512-
|
|
3108
|
+
"version": "9.37.5",
|
|
3109
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.37.5.tgz",
|
|
3110
|
+
"integrity": "sha512-wEdko6VFj9qHFWFX+M84vQYR6K0MdwgOtpfQZ7URxQzzYKGdrj+l0h10tP4/TVX9Ww0GCoTwEJTv9fZN6SMs/A==",
|
|
3104
3111
|
"dependencies": {
|
|
3105
3112
|
"@babel/parser": "^7.22.5",
|
|
3106
3113
|
"@babel/types": "7.24.6",
|
|
3107
3114
|
"@netlify/binary-info": "^1.0.0",
|
|
3108
|
-
"@netlify/serverless-functions-api": "^1.
|
|
3115
|
+
"@netlify/serverless-functions-api": "^1.19.1",
|
|
3109
3116
|
"@vercel/nft": "^0.27.1",
|
|
3110
3117
|
"archiver": "^7.0.0",
|
|
3111
3118
|
"common-path-prefix": "^3.0.0",
|
|
@@ -3145,9 +3152,9 @@
|
|
|
3145
3152
|
}
|
|
3146
3153
|
},
|
|
3147
3154
|
"node_modules/@netlify/zip-it-and-ship-it/node_modules/@netlify/serverless-functions-api": {
|
|
3148
|
-
"version": "1.
|
|
3149
|
-
"resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.
|
|
3150
|
-
"integrity": "sha512-
|
|
3155
|
+
"version": "1.19.1",
|
|
3156
|
+
"resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.19.1.tgz",
|
|
3157
|
+
"integrity": "sha512-2KYkyluThg1AKfd0JWI7FzpS4A/fzVVGYIf6AM4ydWyNj8eI/86GQVLeRgDoH7CNOxt243R5tutWlmHpVq0/Ew==",
|
|
3151
3158
|
"dependencies": {
|
|
3152
3159
|
"@netlify/node-cookies": "^0.1.0",
|
|
3153
3160
|
"urlpattern-polyfill": "8.0.2"
|
|
@@ -3262,9 +3269,9 @@
|
|
|
3262
3269
|
}
|
|
3263
3270
|
},
|
|
3264
3271
|
"node_modules/@netlify/zip-it-and-ship-it/node_modules/minimatch": {
|
|
3265
|
-
"version": "9.0.
|
|
3266
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
3267
|
-
"integrity": "sha512-
|
|
3272
|
+
"version": "9.0.5",
|
|
3273
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
3274
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
3268
3275
|
"dependencies": {
|
|
3269
3276
|
"brace-expansion": "^2.0.1"
|
|
3270
3277
|
},
|
|
@@ -13443,17 +13450,6 @@
|
|
|
13443
13450
|
"node": ">=4"
|
|
13444
13451
|
}
|
|
13445
13452
|
},
|
|
13446
|
-
"node_modules/to-readable-stream": {
|
|
13447
|
-
"version": "3.0.0",
|
|
13448
|
-
"resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-3.0.0.tgz",
|
|
13449
|
-
"integrity": "sha512-vD2LytT6DxPynBa1xbMtswY9gGqj27wNbh2uvI5OhBe+mrGLurRWRQZyQn3812sqlQRtUJwaKVshG+PoGwbPDQ==",
|
|
13450
|
-
"engines": {
|
|
13451
|
-
"node": ">=12"
|
|
13452
|
-
},
|
|
13453
|
-
"funding": {
|
|
13454
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
13455
|
-
}
|
|
13456
|
-
},
|
|
13457
13453
|
"node_modules/to-regex-range": {
|
|
13458
13454
|
"version": "5.0.1",
|
|
13459
13455
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
@@ -15147,22 +15143,22 @@
|
|
|
15147
15143
|
"integrity": "sha512-wN/kNTZo4xjlUM/C0WILOkJbe8p4AFquSGkZEIoIcgnsx5ikp2GyqGiq1WMLee7QdbnqeIV2g2hn/PjT324E5w=="
|
|
15148
15144
|
},
|
|
15149
15145
|
"@netlify/build": {
|
|
15150
|
-
"version": "29.50.
|
|
15151
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.50.
|
|
15152
|
-
"integrity": "sha512-
|
|
15146
|
+
"version": "29.50.5",
|
|
15147
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.50.5.tgz",
|
|
15148
|
+
"integrity": "sha512-bk1BxWH9oiKdwf2y+nYiuyPT7P2IOOa/1KMDp+3ddQ4qFiJ04x468v7CqWTjk1mZLh7yLA/7i0d0mMaGVogPqA==",
|
|
15153
15149
|
"requires": {
|
|
15154
15150
|
"@bugsnag/js": "^7.0.0",
|
|
15155
|
-
"@netlify/blobs": "^7.
|
|
15151
|
+
"@netlify/blobs": "^7.4.0",
|
|
15156
15152
|
"@netlify/cache-utils": "^5.1.5",
|
|
15157
|
-
"@netlify/config": "^20.
|
|
15158
|
-
"@netlify/edge-bundler": "12.
|
|
15153
|
+
"@netlify/config": "^20.16.0",
|
|
15154
|
+
"@netlify/edge-bundler": "12.2.0",
|
|
15159
15155
|
"@netlify/framework-info": "^9.8.13",
|
|
15160
|
-
"@netlify/functions-utils": "^5.2.
|
|
15156
|
+
"@netlify/functions-utils": "^5.2.73",
|
|
15161
15157
|
"@netlify/git-utils": "^5.1.1",
|
|
15162
15158
|
"@netlify/opentelemetry-utils": "^1.2.1",
|
|
15163
15159
|
"@netlify/plugins-list": "^6.80.0",
|
|
15164
15160
|
"@netlify/run-utils": "^5.1.1",
|
|
15165
|
-
"@netlify/zip-it-and-ship-it": "9.37.
|
|
15161
|
+
"@netlify/zip-it-and-ship-it": "9.37.5",
|
|
15166
15162
|
"@sindresorhus/slugify": "^2.0.0",
|
|
15167
15163
|
"ansi-escapes": "^6.0.0",
|
|
15168
15164
|
"chalk": "^5.0.0",
|
|
@@ -15211,6 +15207,11 @@
|
|
|
15211
15207
|
"yargs": "^17.6.0"
|
|
15212
15208
|
},
|
|
15213
15209
|
"dependencies": {
|
|
15210
|
+
"@netlify/blobs": {
|
|
15211
|
+
"version": "7.4.0",
|
|
15212
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-7.4.0.tgz",
|
|
15213
|
+
"integrity": "sha512-7rdPzo8bggt3D2CVO+U1rmEtxxs8X7cLusDbHZRJaMlxqxBD05mXgThj5DUJMFOvmfVjhEH/S/3AyiLUbDQGDg=="
|
|
15214
|
+
},
|
|
15214
15215
|
"ansi-escapes": {
|
|
15215
15216
|
"version": "6.2.1",
|
|
15216
15217
|
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.1.tgz",
|
|
@@ -15289,9 +15290,9 @@
|
|
|
15289
15290
|
"integrity": "sha512-K6K2NgKnTXimT3779/4KxSvobxOtMmx1LBZ3NwRxT/MDIR3Br/fQ4Q+WCX5QxjyUR8zg5+RV9Tbf2c5pAWTD2A=="
|
|
15290
15291
|
},
|
|
15291
15292
|
"minimatch": {
|
|
15292
|
-
"version": "9.0.
|
|
15293
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
15294
|
-
"integrity": "sha512-
|
|
15293
|
+
"version": "9.0.5",
|
|
15294
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
15295
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
15295
15296
|
"requires": {
|
|
15296
15297
|
"brace-expansion": "^2.0.1"
|
|
15297
15298
|
}
|
|
@@ -15385,16 +15386,16 @@
|
|
|
15385
15386
|
"integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw=="
|
|
15386
15387
|
},
|
|
15387
15388
|
"yocto-queue": {
|
|
15388
|
-
"version": "1.
|
|
15389
|
-
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.
|
|
15390
|
-
"integrity": "sha512-
|
|
15389
|
+
"version": "1.1.1",
|
|
15390
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz",
|
|
15391
|
+
"integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g=="
|
|
15391
15392
|
}
|
|
15392
15393
|
}
|
|
15393
15394
|
},
|
|
15394
15395
|
"@netlify/build-info": {
|
|
15395
|
-
"version": "7.
|
|
15396
|
-
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.
|
|
15397
|
-
"integrity": "sha512-
|
|
15396
|
+
"version": "7.14.0",
|
|
15397
|
+
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.14.0.tgz",
|
|
15398
|
+
"integrity": "sha512-Z7kh5z8boT+TAqCgEyauXnegPqjCSV0mustiUUwQkZary68wGQZiYzNqHD2v545iT9MqbRqd/hv+z9NsU3uruA==",
|
|
15398
15399
|
"requires": {
|
|
15399
15400
|
"@bugsnag/js": "^7.20.0",
|
|
15400
15401
|
"@iarna/toml": "^2.2.5",
|
|
@@ -15433,9 +15434,9 @@
|
|
|
15433
15434
|
}
|
|
15434
15435
|
},
|
|
15435
15436
|
"minimatch": {
|
|
15436
|
-
"version": "9.0.
|
|
15437
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
15438
|
-
"integrity": "sha512-
|
|
15437
|
+
"version": "9.0.5",
|
|
15438
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
15439
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
15439
15440
|
"requires": {
|
|
15440
15441
|
"brace-expansion": "^2.0.1"
|
|
15441
15442
|
}
|
|
@@ -15457,9 +15458,9 @@
|
|
|
15457
15458
|
}
|
|
15458
15459
|
},
|
|
15459
15460
|
"yaml": {
|
|
15460
|
-
"version": "2.4.
|
|
15461
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.
|
|
15462
|
-
"integrity": "sha512-
|
|
15461
|
+
"version": "2.4.5",
|
|
15462
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
|
|
15463
|
+
"integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg=="
|
|
15463
15464
|
}
|
|
15464
15465
|
}
|
|
15465
15466
|
},
|
|
@@ -15503,9 +15504,9 @@
|
|
|
15503
15504
|
}
|
|
15504
15505
|
},
|
|
15505
15506
|
"@netlify/config": {
|
|
15506
|
-
"version": "20.
|
|
15507
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.
|
|
15508
|
-
"integrity": "sha512
|
|
15507
|
+
"version": "20.16.0",
|
|
15508
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.16.0.tgz",
|
|
15509
|
+
"integrity": "sha512-+373pOiNplb5hPbSaTOBCHB2F5VMcBSgiJ6f4UcdXFsEOGtFzAhRafziOLDrIcsUTjGCmQrEp6dgfkljq8zKzg==",
|
|
15509
15510
|
"requires": {
|
|
15510
15511
|
"@iarna/toml": "^2.2.5",
|
|
15511
15512
|
"chalk": "^5.0.0",
|
|
@@ -15648,16 +15649,16 @@
|
|
|
15648
15649
|
"integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw=="
|
|
15649
15650
|
},
|
|
15650
15651
|
"yocto-queue": {
|
|
15651
|
-
"version": "1.
|
|
15652
|
-
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.
|
|
15653
|
-
"integrity": "sha512-
|
|
15652
|
+
"version": "1.1.1",
|
|
15653
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz",
|
|
15654
|
+
"integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g=="
|
|
15654
15655
|
}
|
|
15655
15656
|
}
|
|
15656
15657
|
},
|
|
15657
15658
|
"@netlify/edge-bundler": {
|
|
15658
|
-
"version": "12.
|
|
15659
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-12.
|
|
15660
|
-
"integrity": "sha512-
|
|
15659
|
+
"version": "12.2.0",
|
|
15660
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-12.2.0.tgz",
|
|
15661
|
+
"integrity": "sha512-0v4URzOtKPh5yURSkLBaX1muLEZoJllY1MkIa+LXLU/Glje9zUoBdB6aCjhYsqoDtfeWjIgh+UtcdncSh5L3TA==",
|
|
15661
15662
|
"requires": {
|
|
15662
15663
|
"@import-maps/resolve": "^1.0.1",
|
|
15663
15664
|
"@vercel/nft": "^0.27.0",
|
|
@@ -16052,11 +16053,11 @@
|
|
|
16052
16053
|
}
|
|
16053
16054
|
},
|
|
16054
16055
|
"@netlify/functions-utils": {
|
|
16055
|
-
"version": "5.2.
|
|
16056
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.
|
|
16057
|
-
"integrity": "sha512-
|
|
16056
|
+
"version": "5.2.73",
|
|
16057
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.73.tgz",
|
|
16058
|
+
"integrity": "sha512-zBWTJ00Xm+ycsLvvtSoZt9RasWnT7vZwltn3UO314RVSaFAy3pCK+tq3ginA8RZudfYvqwLX7HiFfF+HHh6lWw==",
|
|
16058
16059
|
"requires": {
|
|
16059
|
-
"@netlify/zip-it-and-ship-it": "9.37.
|
|
16060
|
+
"@netlify/zip-it-and-ship-it": "9.37.5",
|
|
16060
16061
|
"cpy": "^9.0.0",
|
|
16061
16062
|
"path-exists": "^5.0.0"
|
|
16062
16063
|
},
|
|
@@ -16309,14 +16310,14 @@
|
|
|
16309
16310
|
}
|
|
16310
16311
|
},
|
|
16311
16312
|
"@netlify/zip-it-and-ship-it": {
|
|
16312
|
-
"version": "9.37.
|
|
16313
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.37.
|
|
16314
|
-
"integrity": "sha512-
|
|
16313
|
+
"version": "9.37.5",
|
|
16314
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.37.5.tgz",
|
|
16315
|
+
"integrity": "sha512-wEdko6VFj9qHFWFX+M84vQYR6K0MdwgOtpfQZ7URxQzzYKGdrj+l0h10tP4/TVX9Ww0GCoTwEJTv9fZN6SMs/A==",
|
|
16315
16316
|
"requires": {
|
|
16316
16317
|
"@babel/parser": "^7.22.5",
|
|
16317
16318
|
"@babel/types": "7.24.6",
|
|
16318
16319
|
"@netlify/binary-info": "^1.0.0",
|
|
16319
|
-
"@netlify/serverless-functions-api": "^1.
|
|
16320
|
+
"@netlify/serverless-functions-api": "^1.19.1",
|
|
16320
16321
|
"@vercel/nft": "^0.27.1",
|
|
16321
16322
|
"archiver": "^7.0.0",
|
|
16322
16323
|
"common-path-prefix": "^3.0.0",
|
|
@@ -16350,9 +16351,9 @@
|
|
|
16350
16351
|
},
|
|
16351
16352
|
"dependencies": {
|
|
16352
16353
|
"@netlify/serverless-functions-api": {
|
|
16353
|
-
"version": "1.
|
|
16354
|
-
"resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.
|
|
16355
|
-
"integrity": "sha512-
|
|
16354
|
+
"version": "1.19.1",
|
|
16355
|
+
"resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.19.1.tgz",
|
|
16356
|
+
"integrity": "sha512-2KYkyluThg1AKfd0JWI7FzpS4A/fzVVGYIf6AM4ydWyNj8eI/86GQVLeRgDoH7CNOxt243R5tutWlmHpVq0/Ew==",
|
|
16356
16357
|
"requires": {
|
|
16357
16358
|
"@netlify/node-cookies": "^0.1.0",
|
|
16358
16359
|
"urlpattern-polyfill": "8.0.2"
|
|
@@ -16429,9 +16430,9 @@
|
|
|
16429
16430
|
"integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA=="
|
|
16430
16431
|
},
|
|
16431
16432
|
"minimatch": {
|
|
16432
|
-
"version": "9.0.
|
|
16433
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
16434
|
-
"integrity": "sha512-
|
|
16433
|
+
"version": "9.0.5",
|
|
16434
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
16435
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
16435
16436
|
"requires": {
|
|
16436
16437
|
"brace-expansion": "^2.0.1"
|
|
16437
16438
|
}
|
|
@@ -23563,11 +23564,6 @@
|
|
|
23563
23564
|
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
23564
23565
|
"integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
|
|
23565
23566
|
},
|
|
23566
|
-
"to-readable-stream": {
|
|
23567
|
-
"version": "3.0.0",
|
|
23568
|
-
"resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-3.0.0.tgz",
|
|
23569
|
-
"integrity": "sha512-vD2LytT6DxPynBa1xbMtswY9gGqj27wNbh2uvI5OhBe+mrGLurRWRQZyQn3812sqlQRtUJwaKVshG+PoGwbPDQ=="
|
|
23570
|
-
},
|
|
23571
23567
|
"to-regex-range": {
|
|
23572
23568
|
"version": "5.0.1",
|
|
23573
23569
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "17.
|
|
4
|
+
"version": "17.32.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"@bugsnag/js": "7.23.0",
|
|
39
39
|
"@fastify/static": "7.0.4",
|
|
40
40
|
"@netlify/blobs": "7.3.0",
|
|
41
|
-
"@netlify/build": "29.50.
|
|
42
|
-
"@netlify/build-info": "7.
|
|
43
|
-
"@netlify/config": "20.
|
|
44
|
-
"@netlify/edge-bundler": "12.
|
|
41
|
+
"@netlify/build": "29.50.5",
|
|
42
|
+
"@netlify/build-info": "7.14.0",
|
|
43
|
+
"@netlify/config": "20.16.0",
|
|
44
|
+
"@netlify/edge-bundler": "12.2.0",
|
|
45
45
|
"@netlify/edge-functions": "2.8.1",
|
|
46
46
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
47
|
-
"@netlify/zip-it-and-ship-it": "9.37.
|
|
47
|
+
"@netlify/zip-it-and-ship-it": "9.37.5",
|
|
48
48
|
"@octokit/rest": "20.1.1",
|
|
49
49
|
"@opentelemetry/api": "1.8.0",
|
|
50
50
|
"ansi-escapes": "7.0.0",
|
|
@@ -138,7 +138,6 @@
|
|
|
138
138
|
"terminal-link": "3.0.0",
|
|
139
139
|
"through2-filter": "4.0.0",
|
|
140
140
|
"through2-map": "4.0.0",
|
|
141
|
-
"to-readable-stream": "3.0.0",
|
|
142
141
|
"toml": "3.0.0",
|
|
143
142
|
"tomlify-j0.4": "3.0.0",
|
|
144
143
|
"ulid": "2.3.0",
|