netlify-cli 8.18.0 → 8.18.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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +275 -31
  2. package/package.json +4 -4
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "8.18.0",
3
+ "version": "8.18.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "8.18.0",
9
+ "version": "8.18.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -14,8 +14,8 @@
14
14
  "@netlify/config": "^17.0.6",
15
15
  "@netlify/framework-info": "^9.0.0",
16
16
  "@netlify/local-functions-proxy": "^1.1.1",
17
- "@netlify/plugin-edge-handlers": "^3.0.5",
18
- "@netlify/plugins-list": "^6.8.0",
17
+ "@netlify/plugin-edge-handlers": "^3.0.6",
18
+ "@netlify/plugins-list": "^6.9.0",
19
19
  "@netlify/routing-local-proxy": "^0.34.1",
20
20
  "@netlify/zip-it-and-ship-it": "^5.6.0",
21
21
  "@octokit/rest": "^18.0.0",
@@ -80,7 +80,7 @@
80
80
  "memoize-one": "^6.0.0",
81
81
  "minimist": "^1.2.5",
82
82
  "multiparty": "^4.2.1",
83
- "netlify": "^10.1.2",
83
+ "netlify": "^11.0.0",
84
84
  "netlify-headers-parser": "^6.0.1",
85
85
  "netlify-onegraph-internal": "0.0.18",
86
86
  "netlify-redirect-parser": "^13.0.2",
@@ -2659,6 +2659,23 @@
2659
2659
  "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
2660
2660
  }
2661
2661
  },
2662
+ "node_modules/@netlify/config/node_modules/netlify": {
2663
+ "version": "10.1.2",
2664
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-10.1.2.tgz",
2665
+ "integrity": "sha512-xm9WUbnHCLmoPjMiZ3AuH3sHIsCQ7Y/u+QobbU2RzL9deR3OQaK0E7nJDFhUraybtO8n/mjOWnDwxb0GKtBwFQ==",
2666
+ "dependencies": {
2667
+ "@netlify/open-api": "^2.8.0",
2668
+ "lodash.camelcase": "^4.3.0",
2669
+ "micro-api-client": "^3.3.0",
2670
+ "node-fetch": "^2.6.1",
2671
+ "omit.js": "^2.0.2",
2672
+ "p-wait-for": "^3.2.0",
2673
+ "qs": "^6.9.6"
2674
+ },
2675
+ "engines": {
2676
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
2677
+ }
2678
+ },
2662
2679
  "node_modules/@netlify/esbuild": {
2663
2680
  "version": "0.13.6",
2664
2681
  "resolved": "https://registry.npmjs.org/@netlify/esbuild/-/esbuild-0.13.6.tgz",
@@ -3168,9 +3185,9 @@
3168
3185
  "integrity": "sha512-lfNB/QYDgaP07pwm/nWEaWPvRAAGyhxvJqNzvxMijc7A4uwquMjlbYve8yYyd0LJXPwgBpGobwiQj5RA76xzUQ=="
3169
3186
  },
3170
3187
  "node_modules/@netlify/plugin-edge-handlers": {
3171
- "version": "3.0.5",
3172
- "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.5.tgz",
3173
- "integrity": "sha512-2o1kXxCrRpYKyzsRobdPqlxWZpgznO1a6e+gOsWP/p2b2NDwO/dCCkLPJk1rKZdRgE3x8fVqGOcyYx5RlxaWVg==",
3188
+ "version": "3.0.6",
3189
+ "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.6.tgz",
3190
+ "integrity": "sha512-wf9556qv5lEzuZuj3X5XIbhLerOipcrTNybGFSuDRN4bIRrpWDfap+fGiZI2D+EyEXWvkQDNaEHc64AH9H8Siw==",
3174
3191
  "dependencies": {
3175
3192
  "@babel/core": "^7.11.4",
3176
3193
  "@babel/preset-env": "^7.11.5",
@@ -3181,8 +3198,8 @@
3181
3198
  "@rollup/plugin-node-resolve": "^11.0.0",
3182
3199
  "buffer-es6": "^4.9.3",
3183
3200
  "del": "^6.0.0",
3184
- "node-fetch": "^2.6.1",
3185
- "path-type": "^4.0.0",
3201
+ "node-fetch": "^3.0.0",
3202
+ "path-type": "^5.0.0",
3186
3203
  "process-es6": "^0.11.6",
3187
3204
  "rollup": "^2.23.1",
3188
3205
  "rollup-plugin-node-polyfills": "^0.2.1",
@@ -3195,10 +3212,38 @@
3195
3212
  "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3196
3213
  }
3197
3214
  },
3215
+ "node_modules/@netlify/plugin-edge-handlers/node_modules/node-fetch": {
3216
+ "version": "3.2.0",
3217
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.0.tgz",
3218
+ "integrity": "sha512-8xeimMwMItMw8hRrOl3C9/xzU49HV/yE6ORew/l+dxWimO5A4Ra8ld2rerlJvc/O7et5Z1zrWsPX43v1QBjCxw==",
3219
+ "dependencies": {
3220
+ "data-uri-to-buffer": "^4.0.0",
3221
+ "fetch-blob": "^3.1.4",
3222
+ "formdata-polyfill": "^4.0.10"
3223
+ },
3224
+ "engines": {
3225
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3226
+ },
3227
+ "funding": {
3228
+ "type": "opencollective",
3229
+ "url": "https://opencollective.com/node-fetch"
3230
+ }
3231
+ },
3232
+ "node_modules/@netlify/plugin-edge-handlers/node_modules/path-type": {
3233
+ "version": "5.0.0",
3234
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
3235
+ "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
3236
+ "engines": {
3237
+ "node": ">=12"
3238
+ },
3239
+ "funding": {
3240
+ "url": "https://github.com/sponsors/sindresorhus"
3241
+ }
3242
+ },
3198
3243
  "node_modules/@netlify/plugins-list": {
3199
- "version": "6.8.0",
3200
- "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.8.0.tgz",
3201
- "integrity": "sha512-OwetjqXxuESgZ7ardoz07jU0xbiVl+TA+LCGU38qu0DhegyOW5tA8LIW6hxOZ/3eW+fGbNJUj0fYo3JUJLoGzg==",
3244
+ "version": "6.9.0",
3245
+ "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.9.0.tgz",
3246
+ "integrity": "sha512-8UjAqy/9OhnRAW33vo9UexNbNHXpBXO7uqh05Dbzu2i0jVRVHdEjGII8m2YnsCfPU8jPWdJu3XmXRhkPPKUvyA==",
3202
3247
  "engines": {
3203
3248
  "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3204
3249
  }
@@ -7887,6 +7932,14 @@
7887
7932
  "node": ">=0.10"
7888
7933
  }
7889
7934
  },
7935
+ "node_modules/data-uri-to-buffer": {
7936
+ "version": "4.0.0",
7937
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz",
7938
+ "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==",
7939
+ "engines": {
7940
+ "node": ">= 12"
7941
+ }
7942
+ },
7890
7943
  "node_modules/data-urls": {
7891
7944
  "version": "1.1.0",
7892
7945
  "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz",
@@ -10821,6 +10874,28 @@
10821
10874
  "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.1.tgz",
10822
10875
  "integrity": "sha512-MMMQ0ludy/nBs1/o0zVOiKTpG7qMbonKUzjJgQFEuvq6INZ1OraKPRAWkBq5vlKLOUMpmNYG1JoN3oDPUQ9m3Q=="
10823
10876
  },
10877
+ "node_modules/fetch-blob": {
10878
+ "version": "3.1.4",
10879
+ "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.1.4.tgz",
10880
+ "integrity": "sha512-Eq5Xv5+VlSrYWEqKrusxY1C3Hm/hjeAsCGVG3ft7pZahlUAChpGZT/Ms1WmSLnEAisEXszjzu/s+ce6HZB2VHA==",
10881
+ "funding": [
10882
+ {
10883
+ "type": "github",
10884
+ "url": "https://github.com/sponsors/jimmywarting"
10885
+ },
10886
+ {
10887
+ "type": "paypal",
10888
+ "url": "https://paypal.me/jimmywarting"
10889
+ }
10890
+ ],
10891
+ "dependencies": {
10892
+ "node-domexception": "^1.0.0",
10893
+ "web-streams-polyfill": "^3.0.3"
10894
+ },
10895
+ "engines": {
10896
+ "node": "^12.20 || >= 14.13"
10897
+ }
10898
+ },
10824
10899
  "node_modules/fetch-node-website": {
10825
10900
  "version": "5.0.3",
10826
10901
  "resolved": "https://registry.npmjs.org/fetch-node-website/-/fetch-node-website-5.0.3.tgz",
@@ -11335,6 +11410,17 @@
11335
11410
  "node": ">= 6"
11336
11411
  }
11337
11412
  },
11413
+ "node_modules/formdata-polyfill": {
11414
+ "version": "4.0.10",
11415
+ "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
11416
+ "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
11417
+ "dependencies": {
11418
+ "fetch-blob": "^3.1.2"
11419
+ },
11420
+ "engines": {
11421
+ "node": ">=12.20.0"
11422
+ }
11423
+ },
11338
11424
  "node_modules/formidable": {
11339
11425
  "version": "2.0.1",
11340
11426
  "resolved": "https://registry.npmjs.org/formidable/-/formidable-2.0.1.tgz",
@@ -15644,16 +15730,16 @@
15644
15730
  "integrity": "sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug=="
15645
15731
  },
15646
15732
  "node_modules/netlify": {
15647
- "version": "10.1.2",
15648
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-10.1.2.tgz",
15649
- "integrity": "sha512-xm9WUbnHCLmoPjMiZ3AuH3sHIsCQ7Y/u+QobbU2RzL9deR3OQaK0E7nJDFhUraybtO8n/mjOWnDwxb0GKtBwFQ==",
15733
+ "version": "11.0.0",
15734
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-11.0.0.tgz",
15735
+ "integrity": "sha512-y5wVBOCRneW43AI+sODsmGW+rJR11/Dhv/c12bPxdUxfpp0xyPccQLHGb3m+XbgtkQ+XioYBm2Ys1Rnxem1vrw==",
15650
15736
  "dependencies": {
15651
15737
  "@netlify/open-api": "^2.8.0",
15652
15738
  "lodash.camelcase": "^4.3.0",
15653
15739
  "micro-api-client": "^3.3.0",
15654
- "node-fetch": "^2.6.1",
15740
+ "node-fetch": "^3.0.0",
15655
15741
  "omit.js": "^2.0.2",
15656
- "p-wait-for": "^3.2.0",
15742
+ "p-wait-for": "^4.0.0",
15657
15743
  "qs": "^6.9.6"
15658
15744
  },
15659
15745
  "engines": {
@@ -15742,6 +15828,48 @@
15742
15828
  "resolved": "https://registry.npmjs.org/netlify-redirector/-/netlify-redirector-0.2.1.tgz",
15743
15829
  "integrity": "sha512-17vDR9p1Loanp+vd57y+b6WlKb5X+qb0LZ44oTYsKJbdonz4Md+Ybv1lzH1w1aKm5YWWXHR8LMpWyY9bjlAJKw=="
15744
15830
  },
15831
+ "node_modules/netlify/node_modules/node-fetch": {
15832
+ "version": "3.2.0",
15833
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.0.tgz",
15834
+ "integrity": "sha512-8xeimMwMItMw8hRrOl3C9/xzU49HV/yE6ORew/l+dxWimO5A4Ra8ld2rerlJvc/O7et5Z1zrWsPX43v1QBjCxw==",
15835
+ "dependencies": {
15836
+ "data-uri-to-buffer": "^4.0.0",
15837
+ "fetch-blob": "^3.1.4",
15838
+ "formdata-polyfill": "^4.0.10"
15839
+ },
15840
+ "engines": {
15841
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
15842
+ },
15843
+ "funding": {
15844
+ "type": "opencollective",
15845
+ "url": "https://opencollective.com/node-fetch"
15846
+ }
15847
+ },
15848
+ "node_modules/netlify/node_modules/p-timeout": {
15849
+ "version": "5.0.2",
15850
+ "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.0.2.tgz",
15851
+ "integrity": "sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ==",
15852
+ "engines": {
15853
+ "node": ">=12"
15854
+ },
15855
+ "funding": {
15856
+ "url": "https://github.com/sponsors/sindresorhus"
15857
+ }
15858
+ },
15859
+ "node_modules/netlify/node_modules/p-wait-for": {
15860
+ "version": "4.1.0",
15861
+ "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
15862
+ "integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
15863
+ "dependencies": {
15864
+ "p-timeout": "^5.0.0"
15865
+ },
15866
+ "engines": {
15867
+ "node": ">=12"
15868
+ },
15869
+ "funding": {
15870
+ "url": "https://github.com/sponsors/sindresorhus"
15871
+ }
15872
+ },
15745
15873
  "node_modules/next-tick": {
15746
15874
  "version": "1.1.0",
15747
15875
  "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
@@ -15782,6 +15910,24 @@
15782
15910
  "isarray": "0.0.1"
15783
15911
  }
15784
15912
  },
15913
+ "node_modules/node-domexception": {
15914
+ "version": "1.0.0",
15915
+ "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
15916
+ "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
15917
+ "funding": [
15918
+ {
15919
+ "type": "github",
15920
+ "url": "https://github.com/sponsors/jimmywarting"
15921
+ },
15922
+ {
15923
+ "type": "github",
15924
+ "url": "https://paypal.me/jimmywarting"
15925
+ }
15926
+ ],
15927
+ "engines": {
15928
+ "node": ">=10.5.0"
15929
+ }
15930
+ },
15785
15931
  "node_modules/node-fetch": {
15786
15932
  "version": "2.6.7",
15787
15933
  "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
@@ -22376,6 +22522,14 @@
22376
22522
  "defaults": "^1.0.3"
22377
22523
  }
22378
22524
  },
22525
+ "node_modules/web-streams-polyfill": {
22526
+ "version": "3.2.0",
22527
+ "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz",
22528
+ "integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==",
22529
+ "engines": {
22530
+ "node": ">= 8"
22531
+ }
22532
+ },
22379
22533
  "node_modules/webidl-conversions": {
22380
22534
  "version": "4.0.2",
22381
22535
  "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
@@ -24608,6 +24762,22 @@
24608
24762
  "tomlify-j0.4": "^3.0.0",
24609
24763
  "validate-npm-package-name": "^3.0.0",
24610
24764
  "yargs": "^17.3.1"
24765
+ },
24766
+ "dependencies": {
24767
+ "netlify": {
24768
+ "version": "10.1.2",
24769
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-10.1.2.tgz",
24770
+ "integrity": "sha512-xm9WUbnHCLmoPjMiZ3AuH3sHIsCQ7Y/u+QobbU2RzL9deR3OQaK0E7nJDFhUraybtO8n/mjOWnDwxb0GKtBwFQ==",
24771
+ "requires": {
24772
+ "@netlify/open-api": "^2.8.0",
24773
+ "lodash.camelcase": "^4.3.0",
24774
+ "micro-api-client": "^3.3.0",
24775
+ "node-fetch": "^2.6.1",
24776
+ "omit.js": "^2.0.2",
24777
+ "p-wait-for": "^3.2.0",
24778
+ "qs": "^6.9.6"
24779
+ }
24780
+ }
24611
24781
  }
24612
24782
  },
24613
24783
  "@netlify/esbuild": {
@@ -24932,9 +25102,9 @@
24932
25102
  "integrity": "sha512-lfNB/QYDgaP07pwm/nWEaWPvRAAGyhxvJqNzvxMijc7A4uwquMjlbYve8yYyd0LJXPwgBpGobwiQj5RA76xzUQ=="
24933
25103
  },
24934
25104
  "@netlify/plugin-edge-handlers": {
24935
- "version": "3.0.5",
24936
- "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.5.tgz",
24937
- "integrity": "sha512-2o1kXxCrRpYKyzsRobdPqlxWZpgznO1a6e+gOsWP/p2b2NDwO/dCCkLPJk1rKZdRgE3x8fVqGOcyYx5RlxaWVg==",
25105
+ "version": "3.0.6",
25106
+ "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.6.tgz",
25107
+ "integrity": "sha512-wf9556qv5lEzuZuj3X5XIbhLerOipcrTNybGFSuDRN4bIRrpWDfap+fGiZI2D+EyEXWvkQDNaEHc64AH9H8Siw==",
24938
25108
  "requires": {
24939
25109
  "@babel/core": "^7.11.4",
24940
25110
  "@babel/preset-env": "^7.11.5",
@@ -24945,18 +25115,35 @@
24945
25115
  "@rollup/plugin-node-resolve": "^11.0.0",
24946
25116
  "buffer-es6": "^4.9.3",
24947
25117
  "del": "^6.0.0",
24948
- "node-fetch": "^2.6.1",
24949
- "path-type": "^4.0.0",
25118
+ "node-fetch": "^3.0.0",
25119
+ "path-type": "^5.0.0",
24950
25120
  "process-es6": "^0.11.6",
24951
25121
  "rollup": "^2.23.1",
24952
25122
  "rollup-plugin-node-polyfills": "^0.2.1",
24953
25123
  "rollup-plugin-terser": "^7.0.2"
25124
+ },
25125
+ "dependencies": {
25126
+ "node-fetch": {
25127
+ "version": "3.2.0",
25128
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.0.tgz",
25129
+ "integrity": "sha512-8xeimMwMItMw8hRrOl3C9/xzU49HV/yE6ORew/l+dxWimO5A4Ra8ld2rerlJvc/O7et5Z1zrWsPX43v1QBjCxw==",
25130
+ "requires": {
25131
+ "data-uri-to-buffer": "^4.0.0",
25132
+ "fetch-blob": "^3.1.4",
25133
+ "formdata-polyfill": "^4.0.10"
25134
+ }
25135
+ },
25136
+ "path-type": {
25137
+ "version": "5.0.0",
25138
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
25139
+ "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg=="
25140
+ }
24954
25141
  }
24955
25142
  },
24956
25143
  "@netlify/plugins-list": {
24957
- "version": "6.8.0",
24958
- "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.8.0.tgz",
24959
- "integrity": "sha512-OwetjqXxuESgZ7ardoz07jU0xbiVl+TA+LCGU38qu0DhegyOW5tA8LIW6hxOZ/3eW+fGbNJUj0fYo3JUJLoGzg=="
25144
+ "version": "6.9.0",
25145
+ "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.9.0.tgz",
25146
+ "integrity": "sha512-8UjAqy/9OhnRAW33vo9UexNbNHXpBXO7uqh05Dbzu2i0jVRVHdEjGII8m2YnsCfPU8jPWdJu3XmXRhkPPKUvyA=="
24960
25147
  },
24961
25148
  "@netlify/routing-local-proxy": {
24962
25149
  "version": "0.34.1",
@@ -28581,6 +28768,11 @@
28581
28768
  "assert-plus": "^1.0.0"
28582
28769
  }
28583
28770
  },
28771
+ "data-uri-to-buffer": {
28772
+ "version": "4.0.0",
28773
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz",
28774
+ "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA=="
28775
+ },
28584
28776
  "data-urls": {
28585
28777
  "version": "1.1.0",
28586
28778
  "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz",
@@ -30844,6 +31036,15 @@
30844
31036
  "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.1.tgz",
30845
31037
  "integrity": "sha512-MMMQ0ludy/nBs1/o0zVOiKTpG7qMbonKUzjJgQFEuvq6INZ1OraKPRAWkBq5vlKLOUMpmNYG1JoN3oDPUQ9m3Q=="
30846
31038
  },
31039
+ "fetch-blob": {
31040
+ "version": "3.1.4",
31041
+ "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.1.4.tgz",
31042
+ "integrity": "sha512-Eq5Xv5+VlSrYWEqKrusxY1C3Hm/hjeAsCGVG3ft7pZahlUAChpGZT/Ms1WmSLnEAisEXszjzu/s+ce6HZB2VHA==",
31043
+ "requires": {
31044
+ "node-domexception": "^1.0.0",
31045
+ "web-streams-polyfill": "^3.0.3"
31046
+ }
31047
+ },
30847
31048
  "fetch-node-website": {
30848
31049
  "version": "5.0.3",
30849
31050
  "resolved": "https://registry.npmjs.org/fetch-node-website/-/fetch-node-website-5.0.3.tgz",
@@ -31227,6 +31428,14 @@
31227
31428
  "mime-types": "^2.1.12"
31228
31429
  }
31229
31430
  },
31431
+ "formdata-polyfill": {
31432
+ "version": "4.0.10",
31433
+ "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
31434
+ "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
31435
+ "requires": {
31436
+ "fetch-blob": "^3.1.2"
31437
+ }
31438
+ },
31230
31439
  "formidable": {
31231
31440
  "version": "2.0.1",
31232
31441
  "resolved": "https://registry.npmjs.org/formidable/-/formidable-2.0.1.tgz",
@@ -34463,17 +34672,42 @@
34463
34672
  "integrity": "sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug=="
34464
34673
  },
34465
34674
  "netlify": {
34466
- "version": "10.1.2",
34467
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-10.1.2.tgz",
34468
- "integrity": "sha512-xm9WUbnHCLmoPjMiZ3AuH3sHIsCQ7Y/u+QobbU2RzL9deR3OQaK0E7nJDFhUraybtO8n/mjOWnDwxb0GKtBwFQ==",
34675
+ "version": "11.0.0",
34676
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-11.0.0.tgz",
34677
+ "integrity": "sha512-y5wVBOCRneW43AI+sODsmGW+rJR11/Dhv/c12bPxdUxfpp0xyPccQLHGb3m+XbgtkQ+XioYBm2Ys1Rnxem1vrw==",
34469
34678
  "requires": {
34470
34679
  "@netlify/open-api": "^2.8.0",
34471
34680
  "lodash.camelcase": "^4.3.0",
34472
34681
  "micro-api-client": "^3.3.0",
34473
- "node-fetch": "^2.6.1",
34682
+ "node-fetch": "^3.0.0",
34474
34683
  "omit.js": "^2.0.2",
34475
- "p-wait-for": "^3.2.0",
34684
+ "p-wait-for": "^4.0.0",
34476
34685
  "qs": "^6.9.6"
34686
+ },
34687
+ "dependencies": {
34688
+ "node-fetch": {
34689
+ "version": "3.2.0",
34690
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.0.tgz",
34691
+ "integrity": "sha512-8xeimMwMItMw8hRrOl3C9/xzU49HV/yE6ORew/l+dxWimO5A4Ra8ld2rerlJvc/O7et5Z1zrWsPX43v1QBjCxw==",
34692
+ "requires": {
34693
+ "data-uri-to-buffer": "^4.0.0",
34694
+ "fetch-blob": "^3.1.4",
34695
+ "formdata-polyfill": "^4.0.10"
34696
+ }
34697
+ },
34698
+ "p-timeout": {
34699
+ "version": "5.0.2",
34700
+ "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.0.2.tgz",
34701
+ "integrity": "sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ=="
34702
+ },
34703
+ "p-wait-for": {
34704
+ "version": "4.1.0",
34705
+ "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
34706
+ "integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
34707
+ "requires": {
34708
+ "p-timeout": "^5.0.0"
34709
+ }
34710
+ }
34477
34711
  }
34478
34712
  },
34479
34713
  "netlify-headers-parser": {
@@ -34580,6 +34814,11 @@
34580
34814
  }
34581
34815
  }
34582
34816
  },
34817
+ "node-domexception": {
34818
+ "version": "1.0.0",
34819
+ "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
34820
+ "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ=="
34821
+ },
34583
34822
  "node-fetch": {
34584
34823
  "version": "2.6.7",
34585
34824
  "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
@@ -39702,6 +39941,11 @@
39702
39941
  "defaults": "^1.0.3"
39703
39942
  }
39704
39943
  },
39944
+ "web-streams-polyfill": {
39945
+ "version": "3.2.0",
39946
+ "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz",
39947
+ "integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA=="
39948
+ },
39705
39949
  "webidl-conversions": {
39706
39950
  "version": "4.0.2",
39707
39951
  "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.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": "8.18.0",
4
+ "version": "8.18.1",
5
5
  "author": "Netlify Inc.",
6
6
  "contributors": [
7
7
  "Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -81,8 +81,8 @@
81
81
  "@netlify/config": "^17.0.6",
82
82
  "@netlify/framework-info": "^9.0.0",
83
83
  "@netlify/local-functions-proxy": "^1.1.1",
84
- "@netlify/plugin-edge-handlers": "^3.0.5",
85
- "@netlify/plugins-list": "^6.8.0",
84
+ "@netlify/plugin-edge-handlers": "^3.0.6",
85
+ "@netlify/plugins-list": "^6.9.0",
86
86
  "@netlify/routing-local-proxy": "^0.34.1",
87
87
  "@netlify/zip-it-and-ship-it": "^5.6.0",
88
88
  "@octokit/rest": "^18.0.0",
@@ -147,7 +147,7 @@
147
147
  "memoize-one": "^6.0.0",
148
148
  "minimist": "^1.2.5",
149
149
  "multiparty": "^4.2.1",
150
- "netlify": "^10.1.2",
150
+ "netlify": "^11.0.0",
151
151
  "netlify-headers-parser": "^6.0.1",
152
152
  "netlify-onegraph-internal": "0.0.18",
153
153
  "netlify-redirect-parser": "^13.0.2",