netlify-cli 17.16.1 → 17.16.3
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/lib/edge-functions/proxy.js +1 -1
- package/dist/lib/functions/form-submissions-handler.d.ts +4 -0
- package/dist/lib/functions/form-submissions-handler.d.ts.map +1 -1
- package/dist/lib/functions/form-submissions-handler.js +5 -5
- package/dist/lib/functions/netlify-function.d.ts.map +1 -1
- package/dist/lib/functions/netlify-function.js +1 -0
- package/dist/lib/functions/server.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/proxy.d.ts.map +1 -1
- package/dist/utils/proxy.js +4 -1
- package/npm-shrinkwrap.json +91 -94
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxy.d.ts","sourceRoot":"","sources":["../../src/utils/proxy.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"proxy.d.ts","sourceRoot":"","sources":["../../src/utils/proxy.ts"],"names":[],"mappings":"AA0xBA;;;GAGG;AAEH,eAAO,MAAM,WAAW,2BAGvB,CAAA;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;qBAgItB,CAAA"}
|
package/dist/utils/proxy.js
CHANGED
|
@@ -23,6 +23,7 @@ import pFilter from 'p-filter';
|
|
|
23
23
|
import toReadableStream from 'to-readable-stream';
|
|
24
24
|
import { handleProxyRequest, initializeProxy as initializeEdgeFunctionsProxy, isEdgeFunctionsRequest, } from '../lib/edge-functions/proxy.js';
|
|
25
25
|
import { fileExistsAsync, isFileAsync } from '../lib/fs.js';
|
|
26
|
+
import { getFormHandler } from '../lib/functions/form-submissions-handler.js';
|
|
26
27
|
import { DEFAULT_FUNCTION_URL_EXPRESSION } from '../lib/functions/registry.js';
|
|
27
28
|
import { initializeProxy as initializeImageProxy, isImageRequest } from '../lib/images/proxy.js';
|
|
28
29
|
import renderErrorTemplate from '../lib/render-error-template.js';
|
|
@@ -641,8 +642,10 @@ res) => {
|
|
|
641
642
|
// us to know that is by looking at the status code
|
|
642
643
|
// @ts-expect-error TS(7031) FIXME: Binding element 'statusCode' implicitly has an 'an... Remove this comment to see the full error message
|
|
643
644
|
req[shouldGenerateETag] = ({ statusCode }) => statusCode >= 200 && statusCode < 300;
|
|
645
|
+
const hasFormSubmissionHandler = functionsRegistry && getFormHandler({ functionsRegistry, logWarning: false });
|
|
644
646
|
const ct = req.headers['content-type'] ? contentType.parse(req).type : '';
|
|
645
|
-
if (
|
|
647
|
+
if (hasFormSubmissionHandler &&
|
|
648
|
+
functionsServer &&
|
|
646
649
|
req.method === 'POST' &&
|
|
647
650
|
!isInternal(req.url) &&
|
|
648
651
|
(ct.endsWith('/x-www-form-urlencoded') || ct === 'multipart/form-data')) {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "17.16.
|
|
3
|
+
"version": "17.16.3",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "17.16.
|
|
9
|
+
"version": "17.16.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@bugsnag/js": "7.20.2",
|
|
14
14
|
"@fastify/static": "6.10.2",
|
|
15
|
-
"@netlify/blobs": "6.
|
|
16
|
-
"@netlify/build": "29.
|
|
17
|
-
"@netlify/build-info": "7.
|
|
18
|
-
"@netlify/config": "20.
|
|
15
|
+
"@netlify/blobs": "6.5.0",
|
|
16
|
+
"@netlify/build": "29.35.1",
|
|
17
|
+
"@netlify/build-info": "7.13.0",
|
|
18
|
+
"@netlify/config": "20.12.0",
|
|
19
19
|
"@netlify/edge-bundler": "11.2.2",
|
|
20
20
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
21
|
-
"@netlify/zip-it-and-ship-it": "9.29.
|
|
21
|
+
"@netlify/zip-it-and-ship-it": "9.29.2",
|
|
22
22
|
"@octokit/rest": "19.0.13",
|
|
23
23
|
"ansi-escapes": "6.2.0",
|
|
24
24
|
"ansi-styles": "6.2.1",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"log-update": "5.0.1",
|
|
85
85
|
"multiparty": "4.2.3",
|
|
86
86
|
"netlify": "13.1.14",
|
|
87
|
-
"netlify-headers-parser": "7.1.
|
|
88
|
-
"netlify-redirect-parser": "14.2.
|
|
87
|
+
"netlify-headers-parser": "7.1.4",
|
|
88
|
+
"netlify-redirect-parser": "14.2.2",
|
|
89
89
|
"netlify-redirector": "0.5.0",
|
|
90
90
|
"node-fetch": "2.6.12",
|
|
91
91
|
"node-version-alias": "3.4.1",
|
|
@@ -960,6 +960,11 @@
|
|
|
960
960
|
"node": ">=10.10.0"
|
|
961
961
|
}
|
|
962
962
|
},
|
|
963
|
+
"node_modules/@iarna/toml": {
|
|
964
|
+
"version": "2.2.5",
|
|
965
|
+
"resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
|
|
966
|
+
"integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg=="
|
|
967
|
+
},
|
|
963
968
|
"node_modules/@import-maps/resolve": {
|
|
964
969
|
"version": "1.0.1",
|
|
965
970
|
"resolved": "https://registry.npmjs.org/@import-maps/resolve/-/resolve-1.0.1.tgz",
|
|
@@ -1104,30 +1109,30 @@
|
|
|
1104
1109
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
1105
1110
|
},
|
|
1106
1111
|
"node_modules/@netlify/blobs": {
|
|
1107
|
-
"version": "6.
|
|
1108
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-6.
|
|
1109
|
-
"integrity": "sha512-
|
|
1112
|
+
"version": "6.5.0",
|
|
1113
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-6.5.0.tgz",
|
|
1114
|
+
"integrity": "sha512-wRFlNnL/Qv3WNLZd3OT/YYqF1zb6iPSo8T31sl9ccL1ahBxW1fBqKgF4b1XL7Z+6mRIkatvcsVPkWBcO+oJMNA==",
|
|
1110
1115
|
"engines": {
|
|
1111
1116
|
"node": "^14.16.0 || >=16.0.0"
|
|
1112
1117
|
}
|
|
1113
1118
|
},
|
|
1114
1119
|
"node_modules/@netlify/build": {
|
|
1115
|
-
"version": "29.
|
|
1116
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.
|
|
1117
|
-
"integrity": "sha512-
|
|
1120
|
+
"version": "29.35.1",
|
|
1121
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.35.1.tgz",
|
|
1122
|
+
"integrity": "sha512-BOXhBFL85D6WdfXFxkZ3q1DBTbL5BG+GwkJWMJS7W5uJYL9+DskJ0aOlFjosJqMbNF4vZds1ChTkufpepr3YHA==",
|
|
1118
1123
|
"dependencies": {
|
|
1119
1124
|
"@bugsnag/js": "^7.0.0",
|
|
1120
1125
|
"@netlify/blobs": "^6.5.0",
|
|
1121
1126
|
"@netlify/cache-utils": "^5.1.5",
|
|
1122
|
-
"@netlify/config": "^20.
|
|
1127
|
+
"@netlify/config": "^20.12.0",
|
|
1123
1128
|
"@netlify/edge-bundler": "11.2.2",
|
|
1124
1129
|
"@netlify/framework-info": "^9.8.10",
|
|
1125
|
-
"@netlify/functions-utils": "^5.2.
|
|
1130
|
+
"@netlify/functions-utils": "^5.2.51",
|
|
1126
1131
|
"@netlify/git-utils": "^5.1.1",
|
|
1127
1132
|
"@netlify/opentelemetry-utils": "^1.0.1",
|
|
1128
1133
|
"@netlify/plugins-list": "^6.73.0",
|
|
1129
1134
|
"@netlify/run-utils": "^5.1.1",
|
|
1130
|
-
"@netlify/zip-it-and-ship-it": "9.29.
|
|
1135
|
+
"@netlify/zip-it-and-ship-it": "9.29.2",
|
|
1131
1136
|
"@opentelemetry/api": "~1.6.0",
|
|
1132
1137
|
"@sindresorhus/slugify": "^2.0.0",
|
|
1133
1138
|
"ansi-escapes": "^6.0.0",
|
|
@@ -1191,17 +1196,17 @@
|
|
|
1191
1196
|
}
|
|
1192
1197
|
},
|
|
1193
1198
|
"node_modules/@netlify/build-info": {
|
|
1194
|
-
"version": "7.
|
|
1195
|
-
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.
|
|
1196
|
-
"integrity": "sha512-
|
|
1199
|
+
"version": "7.13.0",
|
|
1200
|
+
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.13.0.tgz",
|
|
1201
|
+
"integrity": "sha512-rVwq9HGp72mLjSzmyHXMwmKBtArbZYdvLMnqIdiTOVJDOC7nL8mce1JQhHC4DI0dNe/3k3xfzceeKPeeNY993A==",
|
|
1197
1202
|
"dependencies": {
|
|
1198
1203
|
"@bugsnag/js": "^7.20.0",
|
|
1204
|
+
"@iarna/toml": "^2.2.5",
|
|
1199
1205
|
"dot-prop": "^7.2.0",
|
|
1200
1206
|
"find-up": "^6.3.0",
|
|
1201
1207
|
"minimatch": "^9.0.0",
|
|
1202
1208
|
"read-pkg": "^7.1.0",
|
|
1203
1209
|
"semver": "^7.3.8",
|
|
1204
|
-
"toml": "^3.0.0",
|
|
1205
1210
|
"yaml": "^2.1.3",
|
|
1206
1211
|
"yargs": "^17.6.0"
|
|
1207
1212
|
},
|
|
@@ -1270,14 +1275,6 @@
|
|
|
1270
1275
|
"node": ">= 14"
|
|
1271
1276
|
}
|
|
1272
1277
|
},
|
|
1273
|
-
"node_modules/@netlify/build/node_modules/@netlify/blobs": {
|
|
1274
|
-
"version": "6.5.0",
|
|
1275
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-6.5.0.tgz",
|
|
1276
|
-
"integrity": "sha512-wRFlNnL/Qv3WNLZd3OT/YYqF1zb6iPSo8T31sl9ccL1ahBxW1fBqKgF4b1XL7Z+6mRIkatvcsVPkWBcO+oJMNA==",
|
|
1277
|
-
"engines": {
|
|
1278
|
-
"node": "^14.16.0 || >=16.0.0"
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1281
1278
|
"node_modules/@netlify/build/node_modules/@sindresorhus/is": {
|
|
1282
1279
|
"version": "5.6.0",
|
|
1283
1280
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
@@ -1710,10 +1707,11 @@
|
|
|
1710
1707
|
}
|
|
1711
1708
|
},
|
|
1712
1709
|
"node_modules/@netlify/config": {
|
|
1713
|
-
"version": "20.
|
|
1714
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.
|
|
1715
|
-
"integrity": "sha512-
|
|
1710
|
+
"version": "20.12.0",
|
|
1711
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.12.0.tgz",
|
|
1712
|
+
"integrity": "sha512-RgUxG8I2tO/mef3/UY2k10yHOz68UKmJjpM8NCLd7hNYXfdXJeBKTwGJklrjV7zkx3XKbDgSJZwICBF0s6IM0Q==",
|
|
1716
1713
|
"dependencies": {
|
|
1714
|
+
"@iarna/toml": "^2.2.5",
|
|
1717
1715
|
"chalk": "^5.0.0",
|
|
1718
1716
|
"cron-parser": "^4.1.0",
|
|
1719
1717
|
"deepmerge": "^4.2.2",
|
|
@@ -1728,13 +1726,12 @@
|
|
|
1728
1726
|
"js-yaml": "^4.0.0",
|
|
1729
1727
|
"map-obj": "^5.0.0",
|
|
1730
1728
|
"netlify": "^13.1.14",
|
|
1731
|
-
"netlify-headers-parser": "^7.1.
|
|
1732
|
-
"netlify-redirect-parser": "^14.2.
|
|
1729
|
+
"netlify-headers-parser": "^7.1.4",
|
|
1730
|
+
"netlify-redirect-parser": "^14.2.2",
|
|
1733
1731
|
"node-fetch": "^3.3.1",
|
|
1734
1732
|
"omit.js": "^2.0.2",
|
|
1735
1733
|
"p-locate": "^6.0.0",
|
|
1736
1734
|
"path-type": "^5.0.0",
|
|
1737
|
-
"toml": "^3.0.0",
|
|
1738
1735
|
"tomlify-j0.4": "^3.0.0",
|
|
1739
1736
|
"validate-npm-package-name": "^4.0.0",
|
|
1740
1737
|
"yargs": "^17.6.0"
|
|
@@ -2230,11 +2227,11 @@
|
|
|
2230
2227
|
}
|
|
2231
2228
|
},
|
|
2232
2229
|
"node_modules/@netlify/functions-utils": {
|
|
2233
|
-
"version": "5.2.
|
|
2234
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.
|
|
2235
|
-
"integrity": "sha512-
|
|
2230
|
+
"version": "5.2.51",
|
|
2231
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.51.tgz",
|
|
2232
|
+
"integrity": "sha512-A4XLQOE2pfcOHcCTs97G6FDVQg20zGoROCAZcpnNd8bMvBDDVgziC/xoFxm4xGC36u0YogSECsLoIbSKSxLloA==",
|
|
2236
2233
|
"dependencies": {
|
|
2237
|
-
"@netlify/zip-it-and-ship-it": "9.29.
|
|
2234
|
+
"@netlify/zip-it-and-ship-it": "9.29.2",
|
|
2238
2235
|
"cpy": "^9.0.0",
|
|
2239
2236
|
"path-exists": "^5.0.0"
|
|
2240
2237
|
},
|
|
@@ -2680,9 +2677,9 @@
|
|
|
2680
2677
|
}
|
|
2681
2678
|
},
|
|
2682
2679
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
2683
|
-
"version": "9.29.
|
|
2684
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.29.
|
|
2685
|
-
"integrity": "sha512-
|
|
2680
|
+
"version": "9.29.2",
|
|
2681
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.29.2.tgz",
|
|
2682
|
+
"integrity": "sha512-9o/4lsFWuyPpe38Rhk/00JyccKSBRGM9Av3DINnh/QrpTeIC6esfJsaJNQ4JQ+gU4XXAwxPY9Uk+16WMPs/zkg==",
|
|
2686
2683
|
"dependencies": {
|
|
2687
2684
|
"@babel/parser": "^7.22.5",
|
|
2688
2685
|
"@babel/types": "7.23.6",
|
|
@@ -10567,16 +10564,16 @@
|
|
|
10567
10564
|
}
|
|
10568
10565
|
},
|
|
10569
10566
|
"node_modules/netlify-headers-parser": {
|
|
10570
|
-
"version": "7.1.
|
|
10571
|
-
"resolved": "https://registry.npmjs.org/netlify-headers-parser/-/netlify-headers-parser-7.1.
|
|
10572
|
-
"integrity": "sha512-
|
|
10567
|
+
"version": "7.1.4",
|
|
10568
|
+
"resolved": "https://registry.npmjs.org/netlify-headers-parser/-/netlify-headers-parser-7.1.4.tgz",
|
|
10569
|
+
"integrity": "sha512-fTVQf8u65vS4YTP2Qt1K6Np01q3yecRKXf6VMONMlWbfl5n3M/on7pZlZISNAXHNOtnVt+6Kpwfl+RIeALC8Kg==",
|
|
10573
10570
|
"dependencies": {
|
|
10571
|
+
"@iarna/toml": "^2.2.5",
|
|
10574
10572
|
"escape-string-regexp": "^5.0.0",
|
|
10575
10573
|
"fast-safe-stringify": "^2.0.7",
|
|
10576
10574
|
"is-plain-obj": "^4.0.0",
|
|
10577
10575
|
"map-obj": "^5.0.0",
|
|
10578
|
-
"path-exists": "^5.0.0"
|
|
10579
|
-
"toml": "^3.0.0"
|
|
10576
|
+
"path-exists": "^5.0.0"
|
|
10580
10577
|
},
|
|
10581
10578
|
"engines": {
|
|
10582
10579
|
"node": "^14.16.0 || >=16.0.0"
|
|
@@ -10613,15 +10610,15 @@
|
|
|
10613
10610
|
}
|
|
10614
10611
|
},
|
|
10615
10612
|
"node_modules/netlify-redirect-parser": {
|
|
10616
|
-
"version": "14.2.
|
|
10617
|
-
"resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-14.2.
|
|
10618
|
-
"integrity": "sha512-
|
|
10613
|
+
"version": "14.2.2",
|
|
10614
|
+
"resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-14.2.2.tgz",
|
|
10615
|
+
"integrity": "sha512-LS3cbHZfATtfZFeJr8RLBREAjCE1rEG1CybKnA6dTLgXez0lGJE/QTPzjn6GqfNmiMowo15YQe4+UjRhbzQ04w==",
|
|
10619
10616
|
"dependencies": {
|
|
10617
|
+
"@iarna/toml": "^2.2.5",
|
|
10620
10618
|
"fast-safe-stringify": "^2.1.1",
|
|
10621
10619
|
"filter-obj": "^5.0.0",
|
|
10622
10620
|
"is-plain-obj": "^4.0.0",
|
|
10623
|
-
"path-exists": "^5.0.0"
|
|
10624
|
-
"toml": "^3.0.0"
|
|
10621
|
+
"path-exists": "^5.0.0"
|
|
10625
10622
|
},
|
|
10626
10623
|
"engines": {
|
|
10627
10624
|
"node": "^14.16.0 || >=16.0.0"
|
|
@@ -15285,6 +15282,11 @@
|
|
|
15285
15282
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-2.0.4.tgz",
|
|
15286
15283
|
"integrity": "sha512-RE815I4arJFtt+FVeU1Tgp9/Xvecacji8w/V6XtXsWWH/wz/eNkNbhb+ny/+PlVZjV0rxQpRSQKNKE3lcktHEA=="
|
|
15287
15284
|
},
|
|
15285
|
+
"@iarna/toml": {
|
|
15286
|
+
"version": "2.2.5",
|
|
15287
|
+
"resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
|
|
15288
|
+
"integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg=="
|
|
15289
|
+
},
|
|
15288
15290
|
"@import-maps/resolve": {
|
|
15289
15291
|
"version": "1.0.1",
|
|
15290
15292
|
"resolved": "https://registry.npmjs.org/@import-maps/resolve/-/resolve-1.0.1.tgz",
|
|
@@ -15401,27 +15403,27 @@
|
|
|
15401
15403
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
15402
15404
|
},
|
|
15403
15405
|
"@netlify/blobs": {
|
|
15404
|
-
"version": "6.
|
|
15405
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-6.
|
|
15406
|
-
"integrity": "sha512-
|
|
15406
|
+
"version": "6.5.0",
|
|
15407
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-6.5.0.tgz",
|
|
15408
|
+
"integrity": "sha512-wRFlNnL/Qv3WNLZd3OT/YYqF1zb6iPSo8T31sl9ccL1ahBxW1fBqKgF4b1XL7Z+6mRIkatvcsVPkWBcO+oJMNA=="
|
|
15407
15409
|
},
|
|
15408
15410
|
"@netlify/build": {
|
|
15409
|
-
"version": "29.
|
|
15410
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.
|
|
15411
|
-
"integrity": "sha512-
|
|
15411
|
+
"version": "29.35.1",
|
|
15412
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.35.1.tgz",
|
|
15413
|
+
"integrity": "sha512-BOXhBFL85D6WdfXFxkZ3q1DBTbL5BG+GwkJWMJS7W5uJYL9+DskJ0aOlFjosJqMbNF4vZds1ChTkufpepr3YHA==",
|
|
15412
15414
|
"requires": {
|
|
15413
15415
|
"@bugsnag/js": "^7.0.0",
|
|
15414
15416
|
"@netlify/blobs": "^6.5.0",
|
|
15415
15417
|
"@netlify/cache-utils": "^5.1.5",
|
|
15416
|
-
"@netlify/config": "^20.
|
|
15418
|
+
"@netlify/config": "^20.12.0",
|
|
15417
15419
|
"@netlify/edge-bundler": "11.2.2",
|
|
15418
15420
|
"@netlify/framework-info": "^9.8.10",
|
|
15419
|
-
"@netlify/functions-utils": "^5.2.
|
|
15421
|
+
"@netlify/functions-utils": "^5.2.51",
|
|
15420
15422
|
"@netlify/git-utils": "^5.1.1",
|
|
15421
15423
|
"@netlify/opentelemetry-utils": "^1.0.1",
|
|
15422
15424
|
"@netlify/plugins-list": "^6.73.0",
|
|
15423
15425
|
"@netlify/run-utils": "^5.1.1",
|
|
15424
|
-
"@netlify/zip-it-and-ship-it": "9.29.
|
|
15426
|
+
"@netlify/zip-it-and-ship-it": "9.29.2",
|
|
15425
15427
|
"@opentelemetry/api": "~1.6.0",
|
|
15426
15428
|
"@sindresorhus/slugify": "^2.0.0",
|
|
15427
15429
|
"ansi-escapes": "^6.0.0",
|
|
@@ -15470,11 +15472,6 @@
|
|
|
15470
15472
|
"yargs": "^17.6.0"
|
|
15471
15473
|
},
|
|
15472
15474
|
"dependencies": {
|
|
15473
|
-
"@netlify/blobs": {
|
|
15474
|
-
"version": "6.5.0",
|
|
15475
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-6.5.0.tgz",
|
|
15476
|
-
"integrity": "sha512-wRFlNnL/Qv3WNLZd3OT/YYqF1zb6iPSo8T31sl9ccL1ahBxW1fBqKgF4b1XL7Z+6mRIkatvcsVPkWBcO+oJMNA=="
|
|
15477
|
-
},
|
|
15478
15475
|
"@sindresorhus/is": {
|
|
15479
15476
|
"version": "5.6.0",
|
|
15480
15477
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
@@ -15700,17 +15697,17 @@
|
|
|
15700
15697
|
}
|
|
15701
15698
|
},
|
|
15702
15699
|
"@netlify/build-info": {
|
|
15703
|
-
"version": "7.
|
|
15704
|
-
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.
|
|
15705
|
-
"integrity": "sha512-
|
|
15700
|
+
"version": "7.13.0",
|
|
15701
|
+
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.13.0.tgz",
|
|
15702
|
+
"integrity": "sha512-rVwq9HGp72mLjSzmyHXMwmKBtArbZYdvLMnqIdiTOVJDOC7nL8mce1JQhHC4DI0dNe/3k3xfzceeKPeeNY993A==",
|
|
15706
15703
|
"requires": {
|
|
15707
15704
|
"@bugsnag/js": "^7.20.0",
|
|
15705
|
+
"@iarna/toml": "^2.2.5",
|
|
15708
15706
|
"dot-prop": "^7.2.0",
|
|
15709
15707
|
"find-up": "^6.3.0",
|
|
15710
15708
|
"minimatch": "^9.0.0",
|
|
15711
15709
|
"read-pkg": "^7.1.0",
|
|
15712
15710
|
"semver": "^7.3.8",
|
|
15713
|
-
"toml": "^3.0.0",
|
|
15714
15711
|
"yaml": "^2.1.3",
|
|
15715
15712
|
"yargs": "^17.6.0"
|
|
15716
15713
|
},
|
|
@@ -15794,10 +15791,11 @@
|
|
|
15794
15791
|
}
|
|
15795
15792
|
},
|
|
15796
15793
|
"@netlify/config": {
|
|
15797
|
-
"version": "20.
|
|
15798
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.
|
|
15799
|
-
"integrity": "sha512-
|
|
15794
|
+
"version": "20.12.0",
|
|
15795
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.12.0.tgz",
|
|
15796
|
+
"integrity": "sha512-RgUxG8I2tO/mef3/UY2k10yHOz68UKmJjpM8NCLd7hNYXfdXJeBKTwGJklrjV7zkx3XKbDgSJZwICBF0s6IM0Q==",
|
|
15800
15797
|
"requires": {
|
|
15798
|
+
"@iarna/toml": "^2.2.5",
|
|
15801
15799
|
"chalk": "^5.0.0",
|
|
15802
15800
|
"cron-parser": "^4.1.0",
|
|
15803
15801
|
"deepmerge": "^4.2.2",
|
|
@@ -15812,13 +15810,12 @@
|
|
|
15812
15810
|
"js-yaml": "^4.0.0",
|
|
15813
15811
|
"map-obj": "^5.0.0",
|
|
15814
15812
|
"netlify": "^13.1.14",
|
|
15815
|
-
"netlify-headers-parser": "^7.1.
|
|
15816
|
-
"netlify-redirect-parser": "^14.2.
|
|
15813
|
+
"netlify-headers-parser": "^7.1.4",
|
|
15814
|
+
"netlify-redirect-parser": "^14.2.2",
|
|
15817
15815
|
"node-fetch": "^3.3.1",
|
|
15818
15816
|
"omit.js": "^2.0.2",
|
|
15819
15817
|
"p-locate": "^6.0.0",
|
|
15820
15818
|
"path-type": "^5.0.0",
|
|
15821
|
-
"toml": "^3.0.0",
|
|
15822
15819
|
"tomlify-j0.4": "^3.0.0",
|
|
15823
15820
|
"validate-npm-package-name": "^4.0.0",
|
|
15824
15821
|
"yargs": "^17.6.0"
|
|
@@ -16134,11 +16131,11 @@
|
|
|
16134
16131
|
}
|
|
16135
16132
|
},
|
|
16136
16133
|
"@netlify/functions-utils": {
|
|
16137
|
-
"version": "5.2.
|
|
16138
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.
|
|
16139
|
-
"integrity": "sha512-
|
|
16134
|
+
"version": "5.2.51",
|
|
16135
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.51.tgz",
|
|
16136
|
+
"integrity": "sha512-A4XLQOE2pfcOHcCTs97G6FDVQg20zGoROCAZcpnNd8bMvBDDVgziC/xoFxm4xGC36u0YogSECsLoIbSKSxLloA==",
|
|
16140
16137
|
"requires": {
|
|
16141
|
-
"@netlify/zip-it-and-ship-it": "9.29.
|
|
16138
|
+
"@netlify/zip-it-and-ship-it": "9.29.2",
|
|
16142
16139
|
"cpy": "^9.0.0",
|
|
16143
16140
|
"path-exists": "^5.0.0"
|
|
16144
16141
|
},
|
|
@@ -16392,9 +16389,9 @@
|
|
|
16392
16389
|
}
|
|
16393
16390
|
},
|
|
16394
16391
|
"@netlify/zip-it-and-ship-it": {
|
|
16395
|
-
"version": "9.29.
|
|
16396
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.29.
|
|
16397
|
-
"integrity": "sha512-
|
|
16392
|
+
"version": "9.29.2",
|
|
16393
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.29.2.tgz",
|
|
16394
|
+
"integrity": "sha512-9o/4lsFWuyPpe38Rhk/00JyccKSBRGM9Av3DINnh/QrpTeIC6esfJsaJNQ4JQ+gU4XXAwxPY9Uk+16WMPs/zkg==",
|
|
16398
16395
|
"requires": {
|
|
16399
16396
|
"@babel/parser": "^7.22.5",
|
|
16400
16397
|
"@babel/types": "7.23.6",
|
|
@@ -22123,16 +22120,16 @@
|
|
|
22123
22120
|
}
|
|
22124
22121
|
},
|
|
22125
22122
|
"netlify-headers-parser": {
|
|
22126
|
-
"version": "7.1.
|
|
22127
|
-
"resolved": "https://registry.npmjs.org/netlify-headers-parser/-/netlify-headers-parser-7.1.
|
|
22128
|
-
"integrity": "sha512-
|
|
22123
|
+
"version": "7.1.4",
|
|
22124
|
+
"resolved": "https://registry.npmjs.org/netlify-headers-parser/-/netlify-headers-parser-7.1.4.tgz",
|
|
22125
|
+
"integrity": "sha512-fTVQf8u65vS4YTP2Qt1K6Np01q3yecRKXf6VMONMlWbfl5n3M/on7pZlZISNAXHNOtnVt+6Kpwfl+RIeALC8Kg==",
|
|
22129
22126
|
"requires": {
|
|
22127
|
+
"@iarna/toml": "^2.2.5",
|
|
22130
22128
|
"escape-string-regexp": "^5.0.0",
|
|
22131
22129
|
"fast-safe-stringify": "^2.0.7",
|
|
22132
22130
|
"is-plain-obj": "^4.0.0",
|
|
22133
22131
|
"map-obj": "^5.0.0",
|
|
22134
|
-
"path-exists": "^5.0.0"
|
|
22135
|
-
"toml": "^3.0.0"
|
|
22132
|
+
"path-exists": "^5.0.0"
|
|
22136
22133
|
},
|
|
22137
22134
|
"dependencies": {
|
|
22138
22135
|
"escape-string-regexp": {
|
|
@@ -22153,15 +22150,15 @@
|
|
|
22153
22150
|
}
|
|
22154
22151
|
},
|
|
22155
22152
|
"netlify-redirect-parser": {
|
|
22156
|
-
"version": "14.2.
|
|
22157
|
-
"resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-14.2.
|
|
22158
|
-
"integrity": "sha512-
|
|
22153
|
+
"version": "14.2.2",
|
|
22154
|
+
"resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-14.2.2.tgz",
|
|
22155
|
+
"integrity": "sha512-LS3cbHZfATtfZFeJr8RLBREAjCE1rEG1CybKnA6dTLgXez0lGJE/QTPzjn6GqfNmiMowo15YQe4+UjRhbzQ04w==",
|
|
22159
22156
|
"requires": {
|
|
22157
|
+
"@iarna/toml": "^2.2.5",
|
|
22160
22158
|
"fast-safe-stringify": "^2.1.1",
|
|
22161
22159
|
"filter-obj": "^5.0.0",
|
|
22162
22160
|
"is-plain-obj": "^4.0.0",
|
|
22163
|
-
"path-exists": "^5.0.0"
|
|
22164
|
-
"toml": "^3.0.0"
|
|
22161
|
+
"path-exists": "^5.0.0"
|
|
22165
22162
|
},
|
|
22166
22163
|
"dependencies": {
|
|
22167
22164
|
"path-exists": {
|
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.16.
|
|
4
|
+
"version": "17.16.3",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@bugsnag/js": "7.20.2",
|
|
39
39
|
"@fastify/static": "6.10.2",
|
|
40
|
-
"@netlify/blobs": "6.
|
|
41
|
-
"@netlify/build": "29.
|
|
42
|
-
"@netlify/build-info": "7.
|
|
43
|
-
"@netlify/config": "20.
|
|
40
|
+
"@netlify/blobs": "6.5.0",
|
|
41
|
+
"@netlify/build": "29.35.1",
|
|
42
|
+
"@netlify/build-info": "7.13.0",
|
|
43
|
+
"@netlify/config": "20.12.0",
|
|
44
44
|
"@netlify/edge-bundler": "11.2.2",
|
|
45
45
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
46
|
-
"@netlify/zip-it-and-ship-it": "9.29.
|
|
46
|
+
"@netlify/zip-it-and-ship-it": "9.29.2",
|
|
47
47
|
"@octokit/rest": "19.0.13",
|
|
48
48
|
"ansi-escapes": "6.2.0",
|
|
49
49
|
"ansi-styles": "6.2.1",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"log-update": "5.0.1",
|
|
110
110
|
"multiparty": "4.2.3",
|
|
111
111
|
"netlify": "13.1.14",
|
|
112
|
-
"netlify-headers-parser": "7.1.
|
|
113
|
-
"netlify-redirect-parser": "14.2.
|
|
112
|
+
"netlify-headers-parser": "7.1.4",
|
|
113
|
+
"netlify-redirect-parser": "14.2.2",
|
|
114
114
|
"netlify-redirector": "0.5.0",
|
|
115
115
|
"node-fetch": "2.6.12",
|
|
116
116
|
"node-version-alias": "3.4.1",
|