netlify-cli 23.1.4 → 23.2.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,28 +1,28 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "23.1.4",
3
+ "version": "23.2.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "23.1.4",
9
+ "version": "23.2.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@fastify/static": "7.0.4",
14
- "@netlify/api": "14.0.3",
14
+ "@netlify/api": "14.0.4",
15
15
  "@netlify/blobs": "10.0.8",
16
- "@netlify/build": "35.0.7",
16
+ "@netlify/build": "35.1.2",
17
17
  "@netlify/build-info": "10.0.7",
18
- "@netlify/config": "24.0.2",
18
+ "@netlify/config": "24.0.3",
19
19
  "@netlify/dev-utils": "4.1.1",
20
20
  "@netlify/edge-bundler": "14.5.2",
21
21
  "@netlify/edge-functions-bootstrap": "2.14.0",
22
22
  "@netlify/headers-parser": "9.0.2",
23
23
  "@netlify/local-functions-proxy": "2.0.3",
24
24
  "@netlify/redirect-parser": "15.0.3",
25
- "@netlify/zip-it-and-ship-it": "14.1.2",
25
+ "@netlify/zip-it-and-ship-it": "14.1.4",
26
26
  "@octokit/rest": "21.1.1",
27
27
  "@opentelemetry/api": "1.8.0",
28
28
  "@pnpm/tabtab": "0.5.4",
@@ -31,7 +31,7 @@
31
31
  "ascii-table": "0.0.9",
32
32
  "backoff": "2.5.0",
33
33
  "boxen": "8.0.1",
34
- "chalk": "5.5.0",
34
+ "chalk": "5.6.0",
35
35
  "chokidar": "4.0.3",
36
36
  "ci-info": "4.3.0",
37
37
  "clean-deep": "3.4.0",
@@ -1030,17 +1030,14 @@
1030
1030
  }
1031
1031
  },
1032
1032
  "node_modules/@netlify/api": {
1033
- "version": "14.0.3",
1034
- "resolved": "https://registry.npmjs.org/@netlify/api/-/api-14.0.3.tgz",
1035
- "integrity": "sha512-iFYqSYBnn34Fx3eVOH7sG52f/xcyB9or2yjn486d3ZqLk6OJGFZstxjY4LfTv8chCT1HeSVybIvnCqsHsvrzJQ==",
1036
- "license": "MIT",
1033
+ "version": "14.0.4",
1034
+ "resolved": "https://registry.npmjs.org/@netlify/api/-/api-14.0.4.tgz",
1035
+ "integrity": "sha512-3Li2UKiVAu1xcPH1JffXyws3juAYTMnEpfUSdYUaQP+/z+3wXFqCVIuVG5LBwq8u8WHY0P0sqc23oCRGngKSlg==",
1037
1036
  "dependencies": {
1038
1037
  "@netlify/open-api": "^2.37.0",
1039
- "lodash-es": "^4.17.21",
1040
- "micro-api-client": "^3.3.0",
1041
1038
  "node-fetch": "^3.0.0",
1042
1039
  "p-wait-for": "^5.0.0",
1043
- "qs": "^6.9.6"
1040
+ "picoquery": "^2.5.0"
1044
1041
  },
1045
1042
  "engines": {
1046
1043
  "node": ">=18.14.0"
@@ -1064,21 +1061,21 @@
1064
1061
  }
1065
1062
  },
1066
1063
  "node_modules/@netlify/build": {
1067
- "version": "35.0.7",
1068
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.0.7.tgz",
1069
- "integrity": "sha512-o1wvbPEuNnBMFwfaXWkTCIS/k2Ba7LLON9iCa/+93vJ2Zks3iaw6tdottg7Ku2+CdXBg42JsXhLlPZQQMi9+mg==",
1064
+ "version": "35.1.2",
1065
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.1.2.tgz",
1066
+ "integrity": "sha512-uuzr4nADKlpLEBDMRh7rz1AhbpdEfXtk+5sjmyBB+YW3xK49Z+eLo6LmDEAVtOR5WKzH9ZTdWffbMXLaszi3SA==",
1070
1067
  "dependencies": {
1071
1068
  "@bugsnag/js": "^8.0.0",
1072
1069
  "@netlify/blobs": "^10.0.8",
1073
1070
  "@netlify/cache-utils": "^6.0.4",
1074
- "@netlify/config": "^24.0.2",
1071
+ "@netlify/config": "^24.0.3",
1075
1072
  "@netlify/edge-bundler": "14.5.2",
1076
- "@netlify/functions-utils": "^6.2.2",
1073
+ "@netlify/functions-utils": "^6.2.4",
1077
1074
  "@netlify/git-utils": "^6.0.2",
1078
1075
  "@netlify/opentelemetry-utils": "^2.0.1",
1079
1076
  "@netlify/plugins-list": "^6.80.0",
1080
1077
  "@netlify/run-utils": "^6.0.2",
1081
- "@netlify/zip-it-and-ship-it": "14.1.2",
1078
+ "@netlify/zip-it-and-ship-it": "14.1.4",
1082
1079
  "@sindresorhus/slugify": "^2.0.0",
1083
1080
  "ansi-escapes": "^7.0.0",
1084
1081
  "ansis": "^4.1.0",
@@ -1117,7 +1114,8 @@
1117
1114
  "typescript": "^5.0.0",
1118
1115
  "uuid": "^11.0.0",
1119
1116
  "yaml": "^2.8.0",
1120
- "yargs": "^17.6.0"
1117
+ "yargs": "^17.6.0",
1118
+ "zod": "^3.25.76"
1121
1119
  },
1122
1120
  "bin": {
1123
1121
  "netlify-build": "bin.js"
@@ -1419,12 +1417,12 @@
1419
1417
  }
1420
1418
  },
1421
1419
  "node_modules/@netlify/config": {
1422
- "version": "24.0.2",
1423
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-24.0.2.tgz",
1424
- "integrity": "sha512-8EhzhvOwRu1KDI4VF0/1ZZYF0fIJeW0k+TVQH5XI3PyQEE8levJulXjNhLBREupeZVnoy0PyFwndHRVTdX7veA==",
1420
+ "version": "24.0.3",
1421
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-24.0.3.tgz",
1422
+ "integrity": "sha512-FVr3ReZXzKgH6yFu7Q2uxjoaY0pSEPYyeFTKU4jPkAJ1+9zFBRAHd7a8G39vYnAZ25TJo+iVu5BfND4iWBhCvg==",
1425
1423
  "dependencies": {
1426
1424
  "@iarna/toml": "^2.2.5",
1427
- "@netlify/api": "^14.0.3",
1425
+ "@netlify/api": "^14.0.4",
1428
1426
  "@netlify/headers-parser": "^9.0.2",
1429
1427
  "@netlify/redirect-parser": "^15.0.3",
1430
1428
  "chalk": "^5.0.0",
@@ -1598,9 +1596,9 @@
1598
1596
  }
1599
1597
  },
1600
1598
  "node_modules/@netlify/config/node_modules/zod": {
1601
- "version": "4.0.15",
1602
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.15.tgz",
1603
- "integrity": "sha512-2IVHb9h4Mt6+UXkyMs0XbfICUh1eUrlJJAOupBHUhLRnKkruawyDddYRCs0Eizt900ntIMk9/4RksYl+FgSpcQ==",
1599
+ "version": "4.0.17",
1600
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.17.tgz",
1601
+ "integrity": "sha512-1PHjlYRevNxxdy2JZ8JcNAw7rX8V9P1AKkP+x/xZfxB0K5FYfuV+Ug6P/6NVSR2jHQ+FzDDoDHS04nYUsOIyLQ==",
1604
1602
  "funding": {
1605
1603
  "url": "https://github.com/sponsors/colinhacks"
1606
1604
  }
@@ -1822,11 +1820,11 @@
1822
1820
  "integrity": "sha512-Fs1cQ+XKfKr2OxrAvmX+S46CJmrysxBdCUCTk/wwcCZikrDvsYUFG7FTquUl4JfAf9taYYyW/tPv35gKOKS8BQ=="
1823
1821
  },
1824
1822
  "node_modules/@netlify/functions-utils": {
1825
- "version": "6.2.2",
1826
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.2.tgz",
1827
- "integrity": "sha512-FfjxWWV0j5zSO82yHipyvo8vvOb83e9dIDO3OwPZGHrsxYNN+NQuqh/JFbxGHoqy9y9RwsTcF6326+T/iXwWsg==",
1823
+ "version": "6.2.4",
1824
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.4.tgz",
1825
+ "integrity": "sha512-4fEEhHLwCe7K1JM8XW0ThVk4xxer7RlbNbArNxJyiUWzuAiQkIl0UDohJGGc12srru1o+cK6hYT8N4pZNutIlw==",
1828
1826
  "dependencies": {
1829
- "@netlify/zip-it-and-ship-it": "14.1.2",
1827
+ "@netlify/zip-it-and-ship-it": "14.1.4",
1830
1828
  "cpy": "^11.0.0",
1831
1829
  "path-exists": "^5.0.0"
1832
1830
  },
@@ -2377,14 +2375,14 @@
2377
2375
  }
2378
2376
  },
2379
2377
  "node_modules/@netlify/zip-it-and-ship-it": {
2380
- "version": "14.1.2",
2381
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.1.2.tgz",
2382
- "integrity": "sha512-JBQsPjFcFjvExzR14X5zDFgLfrR0g2r/AZIlnFpp/elfyrNnK9eDzgc2I/5v+5jLxxFXKWq1pLQWJgf69idGPw==",
2378
+ "version": "14.1.4",
2379
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.1.4.tgz",
2380
+ "integrity": "sha512-SLMDv+Wqw496YCar7GI8mhCXjZE5P3L5+W2y7+b8Fu529ocTLpCnSeDjJPgGZBZNM/NC9dOl9r8+hUx1a5CV1w==",
2383
2381
  "dependencies": {
2384
2382
  "@babel/parser": "^7.22.5",
2385
2383
  "@babel/types": "7.28.1",
2386
2384
  "@netlify/binary-info": "^1.0.0",
2387
- "@netlify/serverless-functions-api": "^2.1.3",
2385
+ "@netlify/serverless-functions-api": "^2.2.1",
2388
2386
  "@vercel/nft": "0.29.4",
2389
2387
  "archiver": "^7.0.0",
2390
2388
  "common-path-prefix": "^3.0.0",
@@ -2422,38 +2420,13 @@
2422
2420
  }
2423
2421
  },
2424
2422
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/@netlify/serverless-functions-api": {
2425
- "version": "2.1.3",
2426
- "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-2.1.3.tgz",
2427
- "integrity": "sha512-bNlN/hpND8xFQzpjyKxm6vJayD+bPBlOvs4lWihE7WULrphuH1UuFsoVE5386bNNGH8Rs1IH01AFsl7ALQgOlQ==",
2423
+ "version": "2.2.1",
2424
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-2.2.1.tgz",
2425
+ "integrity": "sha512-PAEyziX2pkENwQLCqWfS2Jw5CKATwAty/4mcnBcAEVWrfWE5vqKx82qta1nDrbeFOcBw6QD5ShYCfbXUnQ4MNA==",
2428
2426
  "engines": {
2429
2427
  "node": ">=18.0.0"
2430
2428
  }
2431
2429
  },
2432
- "node_modules/@netlify/zip-it-and-ship-it/node_modules/@vercel/nft": {
2433
- "version": "0.29.4",
2434
- "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.29.4.tgz",
2435
- "integrity": "sha512-6lLqMNX3TuycBPABycx7A9F1bHQR7kiQln6abjFbPrf5C/05qHM9M5E4PeTE59c7z8g6vHnx1Ioihb2AQl7BTA==",
2436
- "dependencies": {
2437
- "@mapbox/node-pre-gyp": "^2.0.0",
2438
- "@rollup/pluginutils": "^5.1.3",
2439
- "acorn": "^8.6.0",
2440
- "acorn-import-attributes": "^1.9.5",
2441
- "async-sema": "^3.1.1",
2442
- "bindings": "^1.4.0",
2443
- "estree-walker": "2.0.2",
2444
- "glob": "^10.4.5",
2445
- "graceful-fs": "^4.2.9",
2446
- "node-gyp-build": "^4.2.2",
2447
- "picomatch": "^4.0.2",
2448
- "resolve-from": "^5.0.0"
2449
- },
2450
- "bin": {
2451
- "nft": "out/cli.js"
2452
- },
2453
- "engines": {
2454
- "node": ">=18"
2455
- }
2456
- },
2457
2430
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/brace-expansion": {
2458
2431
  "version": "2.0.2",
2459
2432
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
@@ -3646,9 +3619,9 @@
3646
3619
  "peer": true
3647
3620
  },
3648
3621
  "node_modules/@types/node": {
3649
- "version": "22.17.1",
3650
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.17.1.tgz",
3651
- "integrity": "sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==",
3622
+ "version": "22.17.2",
3623
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.17.2.tgz",
3624
+ "integrity": "sha512-gL6z5N9Jm9mhY+U2KXZpteb+09zyffliRkZyZOHODGATyC5B1Jt/7TzuuiLkFsSUMLbS1OLmlj/E+/3KF4Q/4w==",
3652
3625
  "dependencies": {
3653
3626
  "undici-types": "~6.21.0"
3654
3627
  }
@@ -3789,6 +3762,31 @@
3789
3762
  "url": "https://opencollective.com/eslint"
3790
3763
  }
3791
3764
  },
3765
+ "node_modules/@vercel/nft": {
3766
+ "version": "0.29.4",
3767
+ "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.29.4.tgz",
3768
+ "integrity": "sha512-6lLqMNX3TuycBPABycx7A9F1bHQR7kiQln6abjFbPrf5C/05qHM9M5E4PeTE59c7z8g6vHnx1Ioihb2AQl7BTA==",
3769
+ "dependencies": {
3770
+ "@mapbox/node-pre-gyp": "^2.0.0",
3771
+ "@rollup/pluginutils": "^5.1.3",
3772
+ "acorn": "^8.6.0",
3773
+ "acorn-import-attributes": "^1.9.5",
3774
+ "async-sema": "^3.1.1",
3775
+ "bindings": "^1.4.0",
3776
+ "estree-walker": "2.0.2",
3777
+ "glob": "^10.4.5",
3778
+ "graceful-fs": "^4.2.9",
3779
+ "node-gyp-build": "^4.2.2",
3780
+ "picomatch": "^4.0.2",
3781
+ "resolve-from": "^5.0.0"
3782
+ },
3783
+ "bin": {
3784
+ "nft": "out/cli.js"
3785
+ },
3786
+ "engines": {
3787
+ "node": ">=18"
3788
+ }
3789
+ },
3792
3790
  "node_modules/@vue/compiler-core": {
3793
3791
  "version": "3.5.16",
3794
3792
  "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.16.tgz",
@@ -5068,9 +5066,9 @@
5068
5066
  }
5069
5067
  },
5070
5068
  "node_modules/chalk": {
5071
- "version": "5.5.0",
5072
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
5073
- "integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
5069
+ "version": "5.6.0",
5070
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
5071
+ "integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
5074
5072
  "engines": {
5075
5073
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
5076
5074
  },
@@ -8940,11 +8938,6 @@
8940
8938
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
8941
8939
  "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
8942
8940
  },
8943
- "node_modules/lodash-es": {
8944
- "version": "4.17.21",
8945
- "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
8946
- "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
8947
- },
8948
8941
  "node_modules/lodash.debounce": {
8949
8942
  "version": "4.0.8",
8950
8943
  "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
@@ -9337,11 +9330,6 @@
9337
9330
  "node": ">= 0.6"
9338
9331
  }
9339
9332
  },
9340
- "node_modules/micro-api-client": {
9341
- "version": "3.3.0",
9342
- "resolved": "https://registry.npmjs.org/micro-api-client/-/micro-api-client-3.3.0.tgz",
9343
- "integrity": "sha512-y0y6CUB9RLVsy3kfgayU28746QrNMpSm9O/AYGNsBgOkJr/X/Jk0VLGoO8Ude7Bpa8adywzF+MzXNZRFRsNPhg=="
9344
- },
9345
9333
  "node_modules/micro-memoize": {
9346
9334
  "version": "4.1.3",
9347
9335
  "resolved": "https://registry.npmjs.org/micro-memoize/-/micro-memoize-4.1.3.tgz",
@@ -10257,6 +10245,11 @@
10257
10245
  "url": "https://github.com/sponsors/jonschlinkert"
10258
10246
  }
10259
10247
  },
10248
+ "node_modules/picoquery": {
10249
+ "version": "2.5.0",
10250
+ "resolved": "https://registry.npmjs.org/picoquery/-/picoquery-2.5.0.tgz",
10251
+ "integrity": "sha512-j1kgOFxtaCyoFCkpoYG2Oj3OdGakadO7HZ7o5CqyRazlmBekKhbDoUnNnXASE07xSY4nDImWZkrZv7toSxMi/g=="
10252
+ },
10260
10253
  "node_modules/pino": {
10261
10254
  "version": "9.7.0",
10262
10255
  "resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
@@ -13469,9 +13462,9 @@
13469
13462
  }
13470
13463
  },
13471
13464
  "node_modules/zod": {
13472
- "version": "3.24.2",
13473
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz",
13474
- "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==",
13465
+ "version": "3.25.76",
13466
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
13467
+ "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
13475
13468
  "funding": {
13476
13469
  "url": "https://github.com/sponsors/colinhacks"
13477
13470
  }
@@ -14053,16 +14046,14 @@
14053
14046
  }
14054
14047
  },
14055
14048
  "@netlify/api": {
14056
- "version": "14.0.3",
14057
- "resolved": "https://registry.npmjs.org/@netlify/api/-/api-14.0.3.tgz",
14058
- "integrity": "sha512-iFYqSYBnn34Fx3eVOH7sG52f/xcyB9or2yjn486d3ZqLk6OJGFZstxjY4LfTv8chCT1HeSVybIvnCqsHsvrzJQ==",
14049
+ "version": "14.0.4",
14050
+ "resolved": "https://registry.npmjs.org/@netlify/api/-/api-14.0.4.tgz",
14051
+ "integrity": "sha512-3Li2UKiVAu1xcPH1JffXyws3juAYTMnEpfUSdYUaQP+/z+3wXFqCVIuVG5LBwq8u8WHY0P0sqc23oCRGngKSlg==",
14059
14052
  "requires": {
14060
14053
  "@netlify/open-api": "^2.37.0",
14061
- "lodash-es": "^4.17.21",
14062
- "micro-api-client": "^3.3.0",
14063
14054
  "node-fetch": "^3.0.0",
14064
14055
  "p-wait-for": "^5.0.0",
14065
- "qs": "^6.9.6"
14056
+ "picoquery": "^2.5.0"
14066
14057
  }
14067
14058
  },
14068
14059
  "@netlify/binary-info": {
@@ -14080,21 +14071,21 @@
14080
14071
  }
14081
14072
  },
14082
14073
  "@netlify/build": {
14083
- "version": "35.0.7",
14084
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.0.7.tgz",
14085
- "integrity": "sha512-o1wvbPEuNnBMFwfaXWkTCIS/k2Ba7LLON9iCa/+93vJ2Zks3iaw6tdottg7Ku2+CdXBg42JsXhLlPZQQMi9+mg==",
14074
+ "version": "35.1.2",
14075
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.1.2.tgz",
14076
+ "integrity": "sha512-uuzr4nADKlpLEBDMRh7rz1AhbpdEfXtk+5sjmyBB+YW3xK49Z+eLo6LmDEAVtOR5WKzH9ZTdWffbMXLaszi3SA==",
14086
14077
  "requires": {
14087
14078
  "@bugsnag/js": "^8.0.0",
14088
14079
  "@netlify/blobs": "^10.0.8",
14089
14080
  "@netlify/cache-utils": "^6.0.4",
14090
- "@netlify/config": "^24.0.2",
14081
+ "@netlify/config": "^24.0.3",
14091
14082
  "@netlify/edge-bundler": "14.5.2",
14092
- "@netlify/functions-utils": "^6.2.2",
14083
+ "@netlify/functions-utils": "^6.2.4",
14093
14084
  "@netlify/git-utils": "^6.0.2",
14094
14085
  "@netlify/opentelemetry-utils": "^2.0.1",
14095
14086
  "@netlify/plugins-list": "^6.80.0",
14096
14087
  "@netlify/run-utils": "^6.0.2",
14097
- "@netlify/zip-it-and-ship-it": "14.1.2",
14088
+ "@netlify/zip-it-and-ship-it": "14.1.4",
14098
14089
  "@sindresorhus/slugify": "^2.0.0",
14099
14090
  "ansi-escapes": "^7.0.0",
14100
14091
  "ansis": "^4.1.0",
@@ -14133,7 +14124,8 @@
14133
14124
  "typescript": "^5.0.0",
14134
14125
  "uuid": "^11.0.0",
14135
14126
  "yaml": "^2.8.0",
14136
- "yargs": "^17.6.0"
14127
+ "yargs": "^17.6.0",
14128
+ "zod": "^3.25.76"
14137
14129
  },
14138
14130
  "dependencies": {
14139
14131
  "brace-expansion": {
@@ -14320,12 +14312,12 @@
14320
14312
  }
14321
14313
  },
14322
14314
  "@netlify/config": {
14323
- "version": "24.0.2",
14324
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-24.0.2.tgz",
14325
- "integrity": "sha512-8EhzhvOwRu1KDI4VF0/1ZZYF0fIJeW0k+TVQH5XI3PyQEE8levJulXjNhLBREupeZVnoy0PyFwndHRVTdX7veA==",
14315
+ "version": "24.0.3",
14316
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-24.0.3.tgz",
14317
+ "integrity": "sha512-FVr3ReZXzKgH6yFu7Q2uxjoaY0pSEPYyeFTKU4jPkAJ1+9zFBRAHd7a8G39vYnAZ25TJo+iVu5BfND4iWBhCvg==",
14326
14318
  "requires": {
14327
14319
  "@iarna/toml": "^2.2.5",
14328
- "@netlify/api": "^14.0.3",
14320
+ "@netlify/api": "^14.0.4",
14329
14321
  "@netlify/headers-parser": "^9.0.2",
14330
14322
  "@netlify/redirect-parser": "^15.0.3",
14331
14323
  "chalk": "^5.0.0",
@@ -14430,9 +14422,9 @@
14430
14422
  "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg=="
14431
14423
  },
14432
14424
  "zod": {
14433
- "version": "4.0.15",
14434
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.15.tgz",
14435
- "integrity": "sha512-2IVHb9h4Mt6+UXkyMs0XbfICUh1eUrlJJAOupBHUhLRnKkruawyDddYRCs0Eizt900ntIMk9/4RksYl+FgSpcQ=="
14425
+ "version": "4.0.17",
14426
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.17.tgz",
14427
+ "integrity": "sha512-1PHjlYRevNxxdy2JZ8JcNAw7rX8V9P1AKkP+x/xZfxB0K5FYfuV+Ug6P/6NVSR2jHQ+FzDDoDHS04nYUsOIyLQ=="
14436
14428
  }
14437
14429
  }
14438
14430
  },
@@ -14582,11 +14574,11 @@
14582
14574
  "integrity": "sha512-Fs1cQ+XKfKr2OxrAvmX+S46CJmrysxBdCUCTk/wwcCZikrDvsYUFG7FTquUl4JfAf9taYYyW/tPv35gKOKS8BQ=="
14583
14575
  },
14584
14576
  "@netlify/functions-utils": {
14585
- "version": "6.2.2",
14586
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.2.tgz",
14587
- "integrity": "sha512-FfjxWWV0j5zSO82yHipyvo8vvOb83e9dIDO3OwPZGHrsxYNN+NQuqh/JFbxGHoqy9y9RwsTcF6326+T/iXwWsg==",
14577
+ "version": "6.2.4",
14578
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.4.tgz",
14579
+ "integrity": "sha512-4fEEhHLwCe7K1JM8XW0ThVk4xxer7RlbNbArNxJyiUWzuAiQkIl0UDohJGGc12srru1o+cK6hYT8N4pZNutIlw==",
14588
14580
  "requires": {
14589
- "@netlify/zip-it-and-ship-it": "14.1.2",
14581
+ "@netlify/zip-it-and-ship-it": "14.1.4",
14590
14582
  "cpy": "^11.0.0",
14591
14583
  "path-exists": "^5.0.0"
14592
14584
  },
@@ -14897,14 +14889,14 @@
14897
14889
  "integrity": "sha512-z1h+wjB7IVYUsFZsuIYyNxiw5WWuylseY+eXaUDHBxNeLTlqziy+lz03QkR67CUR4Y790xGIhaHV00aOR2KAtw=="
14898
14890
  },
14899
14891
  "@netlify/zip-it-and-ship-it": {
14900
- "version": "14.1.2",
14901
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.1.2.tgz",
14902
- "integrity": "sha512-JBQsPjFcFjvExzR14X5zDFgLfrR0g2r/AZIlnFpp/elfyrNnK9eDzgc2I/5v+5jLxxFXKWq1pLQWJgf69idGPw==",
14892
+ "version": "14.1.4",
14893
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.1.4.tgz",
14894
+ "integrity": "sha512-SLMDv+Wqw496YCar7GI8mhCXjZE5P3L5+W2y7+b8Fu529ocTLpCnSeDjJPgGZBZNM/NC9dOl9r8+hUx1a5CV1w==",
14903
14895
  "requires": {
14904
14896
  "@babel/parser": "^7.22.5",
14905
14897
  "@babel/types": "7.28.1",
14906
14898
  "@netlify/binary-info": "^1.0.0",
14907
- "@netlify/serverless-functions-api": "^2.1.3",
14899
+ "@netlify/serverless-functions-api": "^2.2.1",
14908
14900
  "@vercel/nft": "0.29.4",
14909
14901
  "archiver": "^7.0.0",
14910
14902
  "common-path-prefix": "^3.0.0",
@@ -14936,28 +14928,9 @@
14936
14928
  },
14937
14929
  "dependencies": {
14938
14930
  "@netlify/serverless-functions-api": {
14939
- "version": "2.1.3",
14940
- "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-2.1.3.tgz",
14941
- "integrity": "sha512-bNlN/hpND8xFQzpjyKxm6vJayD+bPBlOvs4lWihE7WULrphuH1UuFsoVE5386bNNGH8Rs1IH01AFsl7ALQgOlQ=="
14942
- },
14943
- "@vercel/nft": {
14944
- "version": "0.29.4",
14945
- "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.29.4.tgz",
14946
- "integrity": "sha512-6lLqMNX3TuycBPABycx7A9F1bHQR7kiQln6abjFbPrf5C/05qHM9M5E4PeTE59c7z8g6vHnx1Ioihb2AQl7BTA==",
14947
- "requires": {
14948
- "@mapbox/node-pre-gyp": "^2.0.0",
14949
- "@rollup/pluginutils": "^5.1.3",
14950
- "acorn": "^8.6.0",
14951
- "acorn-import-attributes": "^1.9.5",
14952
- "async-sema": "^3.1.1",
14953
- "bindings": "^1.4.0",
14954
- "estree-walker": "2.0.2",
14955
- "glob": "^10.4.5",
14956
- "graceful-fs": "^4.2.9",
14957
- "node-gyp-build": "^4.2.2",
14958
- "picomatch": "^4.0.2",
14959
- "resolve-from": "^5.0.0"
14960
- }
14931
+ "version": "2.2.1",
14932
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-2.2.1.tgz",
14933
+ "integrity": "sha512-PAEyziX2pkENwQLCqWfS2Jw5CKATwAty/4mcnBcAEVWrfWE5vqKx82qta1nDrbeFOcBw6QD5ShYCfbXUnQ4MNA=="
14961
14934
  },
14962
14935
  "brace-expansion": {
14963
14936
  "version": "2.0.2",
@@ -15645,9 +15618,9 @@
15645
15618
  "peer": true
15646
15619
  },
15647
15620
  "@types/node": {
15648
- "version": "22.17.1",
15649
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.17.1.tgz",
15650
- "integrity": "sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==",
15621
+ "version": "22.17.2",
15622
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.17.2.tgz",
15623
+ "integrity": "sha512-gL6z5N9Jm9mhY+U2KXZpteb+09zyffliRkZyZOHODGATyC5B1Jt/7TzuuiLkFsSUMLbS1OLmlj/E+/3KF4Q/4w==",
15651
15624
  "requires": {
15652
15625
  "undici-types": "~6.21.0"
15653
15626
  }
@@ -15750,6 +15723,25 @@
15750
15723
  }
15751
15724
  }
15752
15725
  },
15726
+ "@vercel/nft": {
15727
+ "version": "0.29.4",
15728
+ "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.29.4.tgz",
15729
+ "integrity": "sha512-6lLqMNX3TuycBPABycx7A9F1bHQR7kiQln6abjFbPrf5C/05qHM9M5E4PeTE59c7z8g6vHnx1Ioihb2AQl7BTA==",
15730
+ "requires": {
15731
+ "@mapbox/node-pre-gyp": "^2.0.0",
15732
+ "@rollup/pluginutils": "^5.1.3",
15733
+ "acorn": "^8.6.0",
15734
+ "acorn-import-attributes": "^1.9.5",
15735
+ "async-sema": "^3.1.1",
15736
+ "bindings": "^1.4.0",
15737
+ "estree-walker": "2.0.2",
15738
+ "glob": "^10.4.5",
15739
+ "graceful-fs": "^4.2.9",
15740
+ "node-gyp-build": "^4.2.2",
15741
+ "picomatch": "^4.0.2",
15742
+ "resolve-from": "^5.0.0"
15743
+ }
15744
+ },
15753
15745
  "@vue/compiler-core": {
15754
15746
  "version": "3.5.16",
15755
15747
  "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.16.tgz",
@@ -16673,9 +16665,9 @@
16673
16665
  "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA="
16674
16666
  },
16675
16667
  "chalk": {
16676
- "version": "5.5.0",
16677
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
16678
- "integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg=="
16668
+ "version": "5.6.0",
16669
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
16670
+ "integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ=="
16679
16671
  },
16680
16672
  "chardet": {
16681
16673
  "version": "0.7.0",
@@ -19324,11 +19316,6 @@
19324
19316
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
19325
19317
  "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
19326
19318
  },
19327
- "lodash-es": {
19328
- "version": "4.17.21",
19329
- "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
19330
- "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
19331
- },
19332
19319
  "lodash.debounce": {
19333
19320
  "version": "4.0.8",
19334
19321
  "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
@@ -19621,11 +19608,6 @@
19621
19608
  "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
19622
19609
  "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
19623
19610
  },
19624
- "micro-api-client": {
19625
- "version": "3.3.0",
19626
- "resolved": "https://registry.npmjs.org/micro-api-client/-/micro-api-client-3.3.0.tgz",
19627
- "integrity": "sha512-y0y6CUB9RLVsy3kfgayU28746QrNMpSm9O/AYGNsBgOkJr/X/Jk0VLGoO8Ude7Bpa8adywzF+MzXNZRFRsNPhg=="
19628
- },
19629
19611
  "micro-memoize": {
19630
19612
  "version": "4.1.3",
19631
19613
  "resolved": "https://registry.npmjs.org/micro-memoize/-/micro-memoize-4.1.3.tgz",
@@ -20218,6 +20200,11 @@
20218
20200
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
20219
20201
  "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="
20220
20202
  },
20203
+ "picoquery": {
20204
+ "version": "2.5.0",
20205
+ "resolved": "https://registry.npmjs.org/picoquery/-/picoquery-2.5.0.tgz",
20206
+ "integrity": "sha512-j1kgOFxtaCyoFCkpoYG2Oj3OdGakadO7HZ7o5CqyRazlmBekKhbDoUnNnXASE07xSY4nDImWZkrZv7toSxMi/g=="
20207
+ },
20221
20208
  "pino": {
20222
20209
  "version": "9.7.0",
20223
20210
  "resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
@@ -22374,9 +22361,9 @@
22374
22361
  }
22375
22362
  },
22376
22363
  "zod": {
22377
- "version": "3.24.2",
22378
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz",
22379
- "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ=="
22364
+ "version": "3.25.76",
22365
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
22366
+ "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ=="
22380
22367
  }
22381
22368
  }
22382
22369
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "23.1.4",
4
+ "version": "23.2.1",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -58,18 +58,18 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@fastify/static": "7.0.4",
61
- "@netlify/api": "14.0.3",
61
+ "@netlify/api": "14.0.4",
62
62
  "@netlify/blobs": "10.0.8",
63
- "@netlify/build": "35.0.7",
63
+ "@netlify/build": "35.1.2",
64
64
  "@netlify/build-info": "10.0.7",
65
- "@netlify/config": "24.0.2",
65
+ "@netlify/config": "24.0.3",
66
66
  "@netlify/dev-utils": "4.1.1",
67
67
  "@netlify/edge-bundler": "14.5.2",
68
68
  "@netlify/edge-functions-bootstrap": "2.14.0",
69
69
  "@netlify/headers-parser": "9.0.2",
70
70
  "@netlify/local-functions-proxy": "2.0.3",
71
71
  "@netlify/redirect-parser": "15.0.3",
72
- "@netlify/zip-it-and-ship-it": "14.1.2",
72
+ "@netlify/zip-it-and-ship-it": "14.1.4",
73
73
  "@octokit/rest": "21.1.1",
74
74
  "@opentelemetry/api": "1.8.0",
75
75
  "@pnpm/tabtab": "0.5.4",
@@ -78,7 +78,7 @@
78
78
  "ascii-table": "0.0.9",
79
79
  "backoff": "2.5.0",
80
80
  "boxen": "8.0.1",
81
- "chalk": "5.5.0",
81
+ "chalk": "5.6.0",
82
82
  "chokidar": "4.0.3",
83
83
  "ci-info": "4.3.0",
84
84
  "clean-deep": "3.4.0",