netlify-cli 17.34.1 → 17.34.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/utils/build-info.js
CHANGED
|
@@ -118,6 +118,6 @@ export const getDefaultConfig = (settings) => {
|
|
|
118
118
|
config.build.publish = settings.dist;
|
|
119
119
|
config.build.publishOrigin = 'default';
|
|
120
120
|
}
|
|
121
|
-
config.plugins = settings.plugins_recommended?.map((plugin) => ({ package: plugin })) || [];
|
|
121
|
+
config.plugins = settings.plugins_recommended?.map((plugin) => ({ package: plugin, origin: 'default' })) || [];
|
|
122
122
|
return config;
|
|
123
123
|
};
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"node_modules/@types/node": {
|
|
49
|
-
"version": "20.
|
|
50
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
51
|
-
"integrity": "sha512-
|
|
49
|
+
"version": "20.16.0",
|
|
50
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.0.tgz",
|
|
51
|
+
"integrity": "sha512-vDxceJcoZhIVh67S568bm1UGZO0DX0hpplJZxzeXMKwIPLn190ec5RRxQ69BKhX44SUGIxxgMdDY557lGLKprQ==",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"undici-types": "~
|
|
53
|
+
"undici-types": "~6.19.2"
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"node_modules/typescript": {
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"node_modules/undici-types": {
|
|
69
|
-
"version": "
|
|
70
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
71
|
-
"integrity": "sha512-
|
|
69
|
+
"version": "6.19.6",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz",
|
|
71
|
+
"integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org=="
|
|
72
72
|
},
|
|
73
73
|
"node_modules/urlpattern-polyfill": {
|
|
74
74
|
"version": "8.0.2",
|
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"@types/node": {
|
|
103
|
-
"version": "20.
|
|
104
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
105
|
-
"integrity": "sha512-
|
|
103
|
+
"version": "20.16.0",
|
|
104
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.0.tgz",
|
|
105
|
+
"integrity": "sha512-vDxceJcoZhIVh67S568bm1UGZO0DX0hpplJZxzeXMKwIPLn190ec5RRxQ69BKhX44SUGIxxgMdDY557lGLKprQ==",
|
|
106
106
|
"requires": {
|
|
107
|
-
"undici-types": "~
|
|
107
|
+
"undici-types": "~6.19.2"
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
"typescript": {
|
|
@@ -113,9 +113,9 @@
|
|
|
113
113
|
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g=="
|
|
114
114
|
},
|
|
115
115
|
"undici-types": {
|
|
116
|
-
"version": "
|
|
117
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
118
|
-
"integrity": "sha512-
|
|
116
|
+
"version": "6.19.6",
|
|
117
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz",
|
|
118
|
+
"integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org=="
|
|
119
119
|
},
|
|
120
120
|
"urlpattern-polyfill": {
|
|
121
121
|
"version": "8.0.2",
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "17.34.
|
|
3
|
+
"version": "17.34.3",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "17.34.
|
|
9
|
+
"version": "17.34.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@bugsnag/js": "7.25.0",
|
|
14
14
|
"@fastify/static": "7.0.4",
|
|
15
15
|
"@netlify/blobs": "8.0.0",
|
|
16
|
-
"@netlify/build": "29.
|
|
16
|
+
"@netlify/build": "29.54.0",
|
|
17
17
|
"@netlify/build-info": "7.14.1",
|
|
18
|
-
"@netlify/config": "20.
|
|
18
|
+
"@netlify/config": "20.19.0",
|
|
19
19
|
"@netlify/edge-bundler": "12.2.3",
|
|
20
20
|
"@netlify/edge-functions": "2.9.0",
|
|
21
21
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
22
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
22
|
+
"@netlify/zip-it-and-ship-it": "9.38.0",
|
|
23
23
|
"@octokit/rest": "20.1.1",
|
|
24
24
|
"@opentelemetry/api": "1.8.0",
|
|
25
25
|
"ansi-escapes": "7.0.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"maxstache": "1.0.7",
|
|
87
87
|
"maxstache-stream": "1.0.4",
|
|
88
88
|
"multiparty": "4.2.3",
|
|
89
|
-
"netlify": "13.1.
|
|
89
|
+
"netlify": "13.1.21",
|
|
90
90
|
"netlify-headers-parser": "7.1.4",
|
|
91
91
|
"netlify-redirect-parser": "14.3.0",
|
|
92
92
|
"netlify-redirector": "0.5.0",
|
|
@@ -1105,22 +1105,22 @@
|
|
|
1105
1105
|
}
|
|
1106
1106
|
},
|
|
1107
1107
|
"node_modules/@netlify/build": {
|
|
1108
|
-
"version": "29.
|
|
1109
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.
|
|
1110
|
-
"integrity": "sha512-
|
|
1108
|
+
"version": "29.54.0",
|
|
1109
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.54.0.tgz",
|
|
1110
|
+
"integrity": "sha512-bRq3uecHqYXgZVT1TxAsSkvk3iiS04RDHVr+REpYt30mW1/AkCvmniYQz7ump+0+Ys9Kp24UPNo3zk4R1l/NqA==",
|
|
1111
1111
|
"dependencies": {
|
|
1112
1112
|
"@bugsnag/js": "^7.0.0",
|
|
1113
1113
|
"@netlify/blobs": "^7.4.0",
|
|
1114
1114
|
"@netlify/cache-utils": "^5.1.6",
|
|
1115
|
-
"@netlify/config": "^20.
|
|
1115
|
+
"@netlify/config": "^20.19.0",
|
|
1116
1116
|
"@netlify/edge-bundler": "12.2.3",
|
|
1117
1117
|
"@netlify/framework-info": "^9.8.13",
|
|
1118
|
-
"@netlify/functions-utils": "^5.2.
|
|
1118
|
+
"@netlify/functions-utils": "^5.2.79",
|
|
1119
1119
|
"@netlify/git-utils": "^5.1.1",
|
|
1120
1120
|
"@netlify/opentelemetry-utils": "^1.2.1",
|
|
1121
1121
|
"@netlify/plugins-list": "^6.80.0",
|
|
1122
1122
|
"@netlify/run-utils": "^5.1.1",
|
|
1123
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
1123
|
+
"@netlify/zip-it-and-ship-it": "9.38.0",
|
|
1124
1124
|
"@sindresorhus/slugify": "^2.0.0",
|
|
1125
1125
|
"ansi-escapes": "^6.0.0",
|
|
1126
1126
|
"chalk": "^5.0.0",
|
|
@@ -1665,9 +1665,9 @@
|
|
|
1665
1665
|
}
|
|
1666
1666
|
},
|
|
1667
1667
|
"node_modules/@netlify/config": {
|
|
1668
|
-
"version": "20.
|
|
1669
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.
|
|
1670
|
-
"integrity": "sha512-
|
|
1668
|
+
"version": "20.19.0",
|
|
1669
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.19.0.tgz",
|
|
1670
|
+
"integrity": "sha512-vkqTQ7jaudPSRME6ZzYml6qRWxIJXnUQ8csqOSx5Yv0ysj1zb2l+Ke3c5bc6Cttkg4ay2YLx4M0/7n6nT3KojQ==",
|
|
1671
1671
|
"dependencies": {
|
|
1672
1672
|
"@iarna/toml": "^2.2.5",
|
|
1673
1673
|
"chalk": "^5.0.0",
|
|
@@ -1683,7 +1683,7 @@
|
|
|
1683
1683
|
"is-plain-obj": "^4.0.0",
|
|
1684
1684
|
"js-yaml": "^4.0.0",
|
|
1685
1685
|
"map-obj": "^5.0.0",
|
|
1686
|
-
"netlify": "^13.1.
|
|
1686
|
+
"netlify": "^13.1.21",
|
|
1687
1687
|
"netlify-headers-parser": "^7.1.4",
|
|
1688
1688
|
"netlify-redirect-parser": "^14.3.0",
|
|
1689
1689
|
"node-fetch": "^3.3.1",
|
|
@@ -2650,11 +2650,11 @@
|
|
|
2650
2650
|
}
|
|
2651
2651
|
},
|
|
2652
2652
|
"node_modules/@netlify/functions-utils": {
|
|
2653
|
-
"version": "5.2.
|
|
2654
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.
|
|
2655
|
-
"integrity": "sha512-
|
|
2653
|
+
"version": "5.2.79",
|
|
2654
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.79.tgz",
|
|
2655
|
+
"integrity": "sha512-lpHlxN1LmRo/ah6thRQ2IeOYpXmRh5Eh3bZE/gSlCsKT4uOCwBQFI5lVXVXS2ZpNiGPydYgIzCblF18/w2drFg==",
|
|
2656
2656
|
"dependencies": {
|
|
2657
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
2657
|
+
"@netlify/zip-it-and-ship-it": "9.38.0",
|
|
2658
2658
|
"cpy": "^9.0.0",
|
|
2659
2659
|
"path-exists": "^5.0.0"
|
|
2660
2660
|
},
|
|
@@ -2992,9 +2992,9 @@
|
|
|
2992
2992
|
}
|
|
2993
2993
|
},
|
|
2994
2994
|
"node_modules/@netlify/open-api": {
|
|
2995
|
-
"version": "2.
|
|
2996
|
-
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.
|
|
2997
|
-
"integrity": "sha512-
|
|
2995
|
+
"version": "2.34.0",
|
|
2996
|
+
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.34.0.tgz",
|
|
2997
|
+
"integrity": "sha512-C4v7Od/vnGgZ1P4JK3Fn9uUi9HkTxeUqUtj4OLnGD+rGyaVrl4JY89xMCoVksijDtO8XylYFU59CSTnQNeNw7g==",
|
|
2998
2998
|
"engines": {
|
|
2999
2999
|
"node": ">=14"
|
|
3000
3000
|
}
|
|
@@ -3110,9 +3110,9 @@
|
|
|
3110
3110
|
}
|
|
3111
3111
|
},
|
|
3112
3112
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
3113
|
-
"version": "9.
|
|
3114
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.
|
|
3115
|
-
"integrity": "sha512-
|
|
3113
|
+
"version": "9.38.0",
|
|
3114
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.38.0.tgz",
|
|
3115
|
+
"integrity": "sha512-xQK4O0rhAbzboKod/Dw7EwzwDKLki8ui+zTpA8iS5RtLMRtRUPI8P+aSScafwrt3HL3NHmNe8Pdd+0RYSTGQDQ==",
|
|
3116
3116
|
"dependencies": {
|
|
3117
3117
|
"@babel/parser": "^7.22.5",
|
|
3118
3118
|
"@babel/types": "7.25.2",
|
|
@@ -10820,11 +10820,11 @@
|
|
|
10820
10820
|
"integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
|
|
10821
10821
|
},
|
|
10822
10822
|
"node_modules/netlify": {
|
|
10823
|
-
"version": "13.1.
|
|
10824
|
-
"resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.
|
|
10825
|
-
"integrity": "sha512-
|
|
10823
|
+
"version": "13.1.21",
|
|
10824
|
+
"resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.21.tgz",
|
|
10825
|
+
"integrity": "sha512-PLw+IskyiY+GZNvheR0JgBXIuwebKowY/JU1QBArnXT5Tza1cFbSRr2LJVdiAJCvtbYY73CapfJeSMp36nRjjQ==",
|
|
10826
10826
|
"dependencies": {
|
|
10827
|
-
"@netlify/open-api": "^2.
|
|
10827
|
+
"@netlify/open-api": "^2.34.0",
|
|
10828
10828
|
"lodash-es": "^4.17.21",
|
|
10829
10829
|
"micro-api-client": "^3.3.0",
|
|
10830
10830
|
"node-fetch": "^3.0.0",
|
|
@@ -15260,22 +15260,22 @@
|
|
|
15260
15260
|
"integrity": "sha512-p9DdRSPvDuFhl9PYODWRo5QYWB4Du/lX5gbZNmwmtw+xfcaIpPD3lWs8I1OwHcpVgbay0Ik4JfCT75ZiPylKgA=="
|
|
15261
15261
|
},
|
|
15262
15262
|
"@netlify/build": {
|
|
15263
|
-
"version": "29.
|
|
15264
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.
|
|
15265
|
-
"integrity": "sha512-
|
|
15263
|
+
"version": "29.54.0",
|
|
15264
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.54.0.tgz",
|
|
15265
|
+
"integrity": "sha512-bRq3uecHqYXgZVT1TxAsSkvk3iiS04RDHVr+REpYt30mW1/AkCvmniYQz7ump+0+Ys9Kp24UPNo3zk4R1l/NqA==",
|
|
15266
15266
|
"requires": {
|
|
15267
15267
|
"@bugsnag/js": "^7.0.0",
|
|
15268
15268
|
"@netlify/blobs": "^7.4.0",
|
|
15269
15269
|
"@netlify/cache-utils": "^5.1.6",
|
|
15270
|
-
"@netlify/config": "^20.
|
|
15270
|
+
"@netlify/config": "^20.19.0",
|
|
15271
15271
|
"@netlify/edge-bundler": "12.2.3",
|
|
15272
15272
|
"@netlify/framework-info": "^9.8.13",
|
|
15273
|
-
"@netlify/functions-utils": "^5.2.
|
|
15273
|
+
"@netlify/functions-utils": "^5.2.79",
|
|
15274
15274
|
"@netlify/git-utils": "^5.1.1",
|
|
15275
15275
|
"@netlify/opentelemetry-utils": "^1.2.1",
|
|
15276
15276
|
"@netlify/plugins-list": "^6.80.0",
|
|
15277
15277
|
"@netlify/run-utils": "^5.1.1",
|
|
15278
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
15278
|
+
"@netlify/zip-it-and-ship-it": "9.38.0",
|
|
15279
15279
|
"@sindresorhus/slugify": "^2.0.0",
|
|
15280
15280
|
"ansi-escapes": "^6.0.0",
|
|
15281
15281
|
"chalk": "^5.0.0",
|
|
@@ -15621,9 +15621,9 @@
|
|
|
15621
15621
|
}
|
|
15622
15622
|
},
|
|
15623
15623
|
"@netlify/config": {
|
|
15624
|
-
"version": "20.
|
|
15625
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.
|
|
15626
|
-
"integrity": "sha512-
|
|
15624
|
+
"version": "20.19.0",
|
|
15625
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.19.0.tgz",
|
|
15626
|
+
"integrity": "sha512-vkqTQ7jaudPSRME6ZzYml6qRWxIJXnUQ8csqOSx5Yv0ysj1zb2l+Ke3c5bc6Cttkg4ay2YLx4M0/7n6nT3KojQ==",
|
|
15627
15627
|
"requires": {
|
|
15628
15628
|
"@iarna/toml": "^2.2.5",
|
|
15629
15629
|
"chalk": "^5.0.0",
|
|
@@ -15639,7 +15639,7 @@
|
|
|
15639
15639
|
"is-plain-obj": "^4.0.0",
|
|
15640
15640
|
"js-yaml": "^4.0.0",
|
|
15641
15641
|
"map-obj": "^5.0.0",
|
|
15642
|
-
"netlify": "^13.1.
|
|
15642
|
+
"netlify": "^13.1.21",
|
|
15643
15643
|
"netlify-headers-parser": "^7.1.4",
|
|
15644
15644
|
"netlify-redirect-parser": "^14.3.0",
|
|
15645
15645
|
"node-fetch": "^3.3.1",
|
|
@@ -16175,11 +16175,11 @@
|
|
|
16175
16175
|
}
|
|
16176
16176
|
},
|
|
16177
16177
|
"@netlify/functions-utils": {
|
|
16178
|
-
"version": "5.2.
|
|
16179
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.
|
|
16180
|
-
"integrity": "sha512-
|
|
16178
|
+
"version": "5.2.79",
|
|
16179
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.79.tgz",
|
|
16180
|
+
"integrity": "sha512-lpHlxN1LmRo/ah6thRQ2IeOYpXmRh5Eh3bZE/gSlCsKT4uOCwBQFI5lVXVXS2ZpNiGPydYgIzCblF18/w2drFg==",
|
|
16181
16181
|
"requires": {
|
|
16182
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
16182
|
+
"@netlify/zip-it-and-ship-it": "9.38.0",
|
|
16183
16183
|
"cpy": "^9.0.0",
|
|
16184
16184
|
"path-exists": "^5.0.0"
|
|
16185
16185
|
},
|
|
@@ -16359,9 +16359,9 @@
|
|
|
16359
16359
|
"integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g=="
|
|
16360
16360
|
},
|
|
16361
16361
|
"@netlify/open-api": {
|
|
16362
|
-
"version": "2.
|
|
16363
|
-
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.
|
|
16364
|
-
"integrity": "sha512-
|
|
16362
|
+
"version": "2.34.0",
|
|
16363
|
+
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.34.0.tgz",
|
|
16364
|
+
"integrity": "sha512-C4v7Od/vnGgZ1P4JK3Fn9uUi9HkTxeUqUtj4OLnGD+rGyaVrl4JY89xMCoVksijDtO8XylYFU59CSTnQNeNw7g=="
|
|
16365
16365
|
},
|
|
16366
16366
|
"@netlify/opentelemetry-utils": {
|
|
16367
16367
|
"version": "1.2.1",
|
|
@@ -16432,9 +16432,9 @@
|
|
|
16432
16432
|
}
|
|
16433
16433
|
},
|
|
16434
16434
|
"@netlify/zip-it-and-ship-it": {
|
|
16435
|
-
"version": "9.
|
|
16436
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.
|
|
16437
|
-
"integrity": "sha512-
|
|
16435
|
+
"version": "9.38.0",
|
|
16436
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.38.0.tgz",
|
|
16437
|
+
"integrity": "sha512-xQK4O0rhAbzboKod/Dw7EwzwDKLki8ui+zTpA8iS5RtLMRtRUPI8P+aSScafwrt3HL3NHmNe8Pdd+0RYSTGQDQ==",
|
|
16438
16438
|
"requires": {
|
|
16439
16439
|
"@babel/parser": "^7.22.5",
|
|
16440
16440
|
"@babel/types": "7.25.2",
|
|
@@ -21797,11 +21797,11 @@
|
|
|
21797
21797
|
"integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
|
|
21798
21798
|
},
|
|
21799
21799
|
"netlify": {
|
|
21800
|
-
"version": "13.1.
|
|
21801
|
-
"resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.
|
|
21802
|
-
"integrity": "sha512-
|
|
21800
|
+
"version": "13.1.21",
|
|
21801
|
+
"resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.21.tgz",
|
|
21802
|
+
"integrity": "sha512-PLw+IskyiY+GZNvheR0JgBXIuwebKowY/JU1QBArnXT5Tza1cFbSRr2LJVdiAJCvtbYY73CapfJeSMp36nRjjQ==",
|
|
21803
21803
|
"requires": {
|
|
21804
|
-
"@netlify/open-api": "^2.
|
|
21804
|
+
"@netlify/open-api": "^2.34.0",
|
|
21805
21805
|
"lodash-es": "^4.17.21",
|
|
21806
21806
|
"micro-api-client": "^3.3.0",
|
|
21807
21807
|
"node-fetch": "^3.0.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": "17.34.
|
|
4
|
+
"version": "17.34.3",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"@bugsnag/js": "7.25.0",
|
|
39
39
|
"@fastify/static": "7.0.4",
|
|
40
40
|
"@netlify/blobs": "8.0.0",
|
|
41
|
-
"@netlify/build": "29.
|
|
41
|
+
"@netlify/build": "29.54.0",
|
|
42
42
|
"@netlify/build-info": "7.14.1",
|
|
43
|
-
"@netlify/config": "20.
|
|
43
|
+
"@netlify/config": "20.19.0",
|
|
44
44
|
"@netlify/edge-bundler": "12.2.3",
|
|
45
45
|
"@netlify/edge-functions": "2.9.0",
|
|
46
46
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
47
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
47
|
+
"@netlify/zip-it-and-ship-it": "9.38.0",
|
|
48
48
|
"@octokit/rest": "20.1.1",
|
|
49
49
|
"@opentelemetry/api": "1.8.0",
|
|
50
50
|
"ansi-escapes": "7.0.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"maxstache": "1.0.7",
|
|
112
112
|
"maxstache-stream": "1.0.4",
|
|
113
113
|
"multiparty": "4.2.3",
|
|
114
|
-
"netlify": "13.1.
|
|
114
|
+
"netlify": "13.1.21",
|
|
115
115
|
"netlify-headers-parser": "7.1.4",
|
|
116
116
|
"netlify-redirect-parser": "14.3.0",
|
|
117
117
|
"netlify-redirector": "0.5.0",
|