netlify-cli 18.0.1 → 18.0.2

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 (47) hide show
  1. package/dist/commands/logs/build.js +1 -1
  2. package/dist/commands/logs/functions.d.ts.map +1 -1
  3. package/dist/commands/logs/functions.js +2 -1
  4. package/dist/commands/sites/sites-create-template.d.ts.map +1 -1
  5. package/dist/commands/sites/sites-create-template.js +1 -0
  6. package/dist/commands/sites/sites-create.js +1 -1
  7. package/dist/commands/sites/sites-delete.js +2 -2
  8. package/dist/commands/status/status-hooks.js +0 -1
  9. package/dist/commands/status/status.js +2 -2
  10. package/dist/commands/watch/watch.js +1 -1
  11. package/dist/tsconfig.tsbuildinfo +1 -1
  12. package/dist/utils/addons/prepare.d.ts +0 -4
  13. package/dist/utils/addons/prepare.d.ts.map +1 -1
  14. package/dist/utils/addons/prepare.js +0 -4
  15. package/dist/utils/command-helpers.d.ts +4 -4
  16. package/dist/utils/command-helpers.d.ts.map +1 -1
  17. package/dist/utils/proxy.d.ts.map +1 -1
  18. package/dist/utils/proxy.js +3 -1
  19. package/dist/utils/shell.d.ts +0 -4
  20. package/dist/utils/shell.d.ts.map +1 -1
  21. package/dist/utils/shell.js +0 -7
  22. package/dist/utils/telemetry/telemetry.d.ts +3 -3
  23. package/dist/utils/telemetry/telemetry.d.ts.map +1 -1
  24. package/functions-templates/typescript/hello-world/package-lock.json +6 -6
  25. package/npm-shrinkwrap.json +76 -503
  26. package/package.json +5 -8
  27. package/dist/commands/blobs/index.d.ts +0 -2
  28. package/dist/commands/blobs/index.d.ts.map +0 -1
  29. package/dist/commands/blobs/index.js +0 -1
  30. package/dist/utils/addons/compare.d.ts +0 -2
  31. package/dist/utils/addons/compare.d.ts.map +0 -1
  32. package/dist/utils/addons/compare.js +0 -33
  33. package/dist/utils/addons/diffs/index.d.ts +0 -2
  34. package/dist/utils/addons/diffs/index.d.ts.map +0 -1
  35. package/dist/utils/addons/diffs/index.js +0 -19
  36. package/dist/utils/addons/diffs/options.d.ts +0 -221
  37. package/dist/utils/addons/diffs/options.d.ts.map +0 -1
  38. package/dist/utils/addons/diffs/options.js +0 -105
  39. package/dist/utils/addons/prompts.d.ts +0 -12
  40. package/dist/utils/addons/prompts.d.ts.map +0 -1
  41. package/dist/utils/addons/prompts.js +0 -90
  42. package/dist/utils/addons/validation.d.ts +0 -4
  43. package/dist/utils/addons/validation.d.ts.map +0 -1
  44. package/dist/utils/addons/validation.js +0 -22
  45. package/dist/utils/init/node-version.d.ts +0 -5
  46. package/dist/utils/init/node-version.d.ts.map +0 -1
  47. package/dist/utils/init/node-version.js +0 -25
@@ -1,31 +1,30 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "18.0.1",
3
+ "version": "18.0.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "18.0.1",
9
+ "version": "18.0.2",
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.1.0",
16
- "@netlify/build": "29.58.2",
16
+ "@netlify/build": "29.58.7",
17
17
  "@netlify/build-info": "8.0.0",
18
- "@netlify/config": "20.21.2",
18
+ "@netlify/config": "20.21.6",
19
19
  "@netlify/edge-bundler": "12.3.2",
20
20
  "@netlify/edge-functions": "2.11.1",
21
21
  "@netlify/headers-parser": "7.3.0",
22
22
  "@netlify/local-functions-proxy": "1.1.1",
23
23
  "@netlify/redirect-parser": "14.5.0",
24
- "@netlify/zip-it-and-ship-it": "9.42.2",
24
+ "@netlify/zip-it-and-ship-it": "9.42.4",
25
25
  "@octokit/rest": "20.1.1",
26
26
  "@opentelemetry/api": "1.8.0",
27
27
  "ansi-escapes": "7.0.0",
28
- "ansi-styles": "6.2.1",
29
28
  "ansi-to-html": "0.7.2",
30
29
  "ascii-table": "0.0.9",
31
30
  "backoff": "2.5.0",
@@ -37,7 +36,6 @@
37
36
  "clean-deep": "3.4.0",
38
37
  "commander": "10.0.1",
39
38
  "comment-json": "4.2.5",
40
- "concordance": "5.0.4",
41
39
  "configstore": "6.0.0",
42
40
  "content-type": "1.0.5",
43
41
  "cookie": "0.7.2",
@@ -86,10 +84,9 @@
86
84
  "maxstache": "1.0.7",
87
85
  "maxstache-stream": "1.0.4",
88
86
  "multiparty": "4.2.3",
89
- "netlify": "13.2.1",
87
+ "netlify": "13.3.2",
90
88
  "netlify-redirector": "0.5.0",
91
89
  "node-fetch": "3.3.2",
92
- "node-version-alias": "3.4.1",
93
90
  "ora": "8.1.1",
94
91
  "p-filter": "4.1.0",
95
92
  "p-map": "7.0.3",
@@ -173,9 +170,9 @@
173
170
  }
174
171
  },
175
172
  "node_modules/@babel/types": {
176
- "version": "7.26.3",
177
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz",
178
- "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==",
173
+ "version": "7.26.5",
174
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz",
175
+ "integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==",
179
176
  "dependencies": {
180
177
  "@babel/helper-string-parser": "^7.25.9",
181
178
  "@babel/helper-validator-identifier": "^7.25.9"
@@ -1041,22 +1038,22 @@
1041
1038
  }
1042
1039
  },
1043
1040
  "node_modules/@netlify/build": {
1044
- "version": "29.58.2",
1045
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.58.2.tgz",
1046
- "integrity": "sha512-/kb5jkPifwzea26paiayiw417nqk/1Q4S1WZzjrqClEmyW9kEzJ7J3xCbpVZw7KBOCK7IaYbx+6MkiZtr7I9xQ==",
1041
+ "version": "29.58.7",
1042
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.58.7.tgz",
1043
+ "integrity": "sha512-wBevj95fSTghY5GvZSXwquLBFvl5eenW/yZL30nWN50dKVc2w0Ip80bjiWMBFvclI/BfgpjoUUxP4zfcPvbV6A==",
1047
1044
  "dependencies": {
1048
1045
  "@bugsnag/js": "^7.0.0",
1049
1046
  "@netlify/blobs": "^7.4.0",
1050
1047
  "@netlify/cache-utils": "^5.2.0",
1051
- "@netlify/config": "^20.21.2",
1048
+ "@netlify/config": "^20.21.6",
1052
1049
  "@netlify/edge-bundler": "12.3.2",
1053
1050
  "@netlify/framework-info": "^9.9.1",
1054
- "@netlify/functions-utils": "^5.3.2",
1051
+ "@netlify/functions-utils": "^5.3.4",
1055
1052
  "@netlify/git-utils": "^5.2.0",
1056
1053
  "@netlify/opentelemetry-utils": "^1.3.0",
1057
1054
  "@netlify/plugins-list": "^6.80.0",
1058
1055
  "@netlify/run-utils": "^5.2.0",
1059
- "@netlify/zip-it-and-ship-it": "9.42.2",
1056
+ "@netlify/zip-it-and-ship-it": "9.42.4",
1060
1057
  "@sindresorhus/slugify": "^2.0.0",
1061
1058
  "ansi-escapes": "^6.0.0",
1062
1059
  "chalk": "^5.0.0",
@@ -1576,9 +1573,9 @@
1576
1573
  }
1577
1574
  },
1578
1575
  "node_modules/@netlify/config": {
1579
- "version": "20.21.2",
1580
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.21.2.tgz",
1581
- "integrity": "sha512-W1D3yc79VU7B8L0h4iREjaCpQbudPAQTnmkNLlJhuvLDJn6SlsDiitGDvUpp+9VYAhwX5SJgYMvDGOlbWk+tMA==",
1576
+ "version": "20.21.6",
1577
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.21.6.tgz",
1578
+ "integrity": "sha512-/QMGSp8lN04Q6iyuxE2Ku5zJjy3fvSGyBFyTQP+7BV6Ph01pCaLxL3HlsM/JeYa9torUkZeB0fQFjsGYN0MPfw==",
1582
1579
  "dependencies": {
1583
1580
  "@iarna/toml": "^2.2.5",
1584
1581
  "@netlify/headers-parser": "^7.3.0",
@@ -1596,7 +1593,7 @@
1596
1593
  "is-plain-obj": "^4.0.0",
1597
1594
  "js-yaml": "^4.0.0",
1598
1595
  "map-obj": "^5.0.0",
1599
- "netlify": "^13.2.1",
1596
+ "netlify": "^13.3.2",
1600
1597
  "node-fetch": "^3.3.1",
1601
1598
  "omit.js": "^2.0.2",
1602
1599
  "p-locate": "^6.0.0",
@@ -2507,11 +2504,11 @@
2507
2504
  }
2508
2505
  },
2509
2506
  "node_modules/@netlify/functions-utils": {
2510
- "version": "5.3.2",
2511
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.3.2.tgz",
2512
- "integrity": "sha512-IAqIA3w+a+fnDeR5GwRQY1T3f5THtFByRVbLrK79nt+CY131h9csBQQco6YsV1hSjCu8EODHDIIBfpvdBcsTzQ==",
2507
+ "version": "5.3.4",
2508
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.3.4.tgz",
2509
+ "integrity": "sha512-E2yiHrH8FSujvGGg8PvuOQ3EPRH86f7r5v8IHNigatZvldrcxeGqiEhep842B8zzTBtYXakrTb8dywp0x2O1dg==",
2513
2510
  "dependencies": {
2514
- "@netlify/zip-it-and-ship-it": "9.42.2",
2511
+ "@netlify/zip-it-and-ship-it": "9.42.4",
2515
2512
  "cpy": "^9.0.0",
2516
2513
  "path-exists": "^5.0.0"
2517
2514
  },
@@ -2895,9 +2892,9 @@
2895
2892
  }
2896
2893
  },
2897
2894
  "node_modules/@netlify/open-api": {
2898
- "version": "2.35.0",
2899
- "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.35.0.tgz",
2900
- "integrity": "sha512-c6LpV29CKMgq6/eViItE6L2ova9UldBO9tHRvvwpJfSBgCwWaFhmiepe07E3xIW4GfTCGoWE816mNzXB/2ceZg==",
2895
+ "version": "2.35.1",
2896
+ "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.35.1.tgz",
2897
+ "integrity": "sha512-ZtVd3J9aiZzvO/q+V37LhWYDClMotGCPW5m3sOYkg+yf1P/L6vtpNHYw1enWQFdgV5+z5Aak/RYpwGXhDIn9Kg==",
2901
2898
  "engines": {
2902
2899
  "node": ">=14"
2903
2900
  }
@@ -3036,14 +3033,14 @@
3036
3033
  }
3037
3034
  },
3038
3035
  "node_modules/@netlify/zip-it-and-ship-it": {
3039
- "version": "9.42.2",
3040
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.42.2.tgz",
3041
- "integrity": "sha512-2J+Nc2XkTmcb0Q3D/Mk+wmMUS6VVyLaIyn+A/GET6sKG+FSTJkH2mzgPfCUSIfSb+yae/ll8FYyH7Ym//6F/bA==",
3036
+ "version": "9.42.4",
3037
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.42.4.tgz",
3038
+ "integrity": "sha512-Oj3c8GR52H6yWjkP5EjLRP0bxGyx8UjrB0WYWF0bzFY+nTaeMBmqtmO8eGl/jgto7Jus6NaCmHYMUmT3ybjBRA==",
3042
3039
  "dependencies": {
3043
3040
  "@babel/parser": "^7.22.5",
3044
- "@babel/types": "7.26.3",
3041
+ "@babel/types": "7.26.5",
3045
3042
  "@netlify/binary-info": "^1.0.0",
3046
- "@netlify/serverless-functions-api": "^1.31.1",
3043
+ "@netlify/serverless-functions-api": "^1.32.0",
3047
3044
  "@vercel/nft": "0.27.7",
3048
3045
  "archiver": "^7.0.0",
3049
3046
  "common-path-prefix": "^3.0.0",
@@ -3083,9 +3080,9 @@
3083
3080
  }
3084
3081
  },
3085
3082
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/@netlify/serverless-functions-api": {
3086
- "version": "1.31.1",
3087
- "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.31.1.tgz",
3088
- "integrity": "sha512-SkNxzfCwctS5ETnCqJOJfZZ/jB0pTkbWEAsApHoL7HzUQGWoRM6wYf4baJAJVMTfZBQu534SbKuwRs7WDAs43A==",
3083
+ "version": "1.32.0",
3084
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.32.0.tgz",
3085
+ "integrity": "sha512-dRKNGox2wdKb8ONoMc4mtLyUSxYvCYDFM1iyJUCb+9Nit9Azvtr8htD9D8z9bH1L4MKraHJJE756OSfLL3jduQ==",
3089
3086
  "dependencies": {
3090
3087
  "@netlify/node-cookies": "^0.1.0",
3091
3088
  "urlpattern-polyfill": "8.0.2"
@@ -4210,9 +4207,9 @@
4210
4207
  "peer": true
4211
4208
  },
4212
4209
  "node_modules/@types/node": {
4213
- "version": "22.10.5",
4214
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz",
4215
- "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==",
4210
+ "version": "22.10.7",
4211
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz",
4212
+ "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==",
4216
4213
  "dependencies": {
4217
4214
  "undici-types": "~6.20.0"
4218
4215
  }
@@ -4654,44 +4651,6 @@
4654
4651
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
4655
4652
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
4656
4653
  },
4657
- "node_modules/all-node-versions": {
4658
- "version": "11.3.0",
4659
- "resolved": "https://registry.npmjs.org/all-node-versions/-/all-node-versions-11.3.0.tgz",
4660
- "integrity": "sha512-psMkc5s3qpr+QMfires9bC4azRYciPWql1wqZKMsYRh1731qefQDH2X4+O19xSBX6u0Ra/8Y5diG6y/fEmqKsw==",
4661
- "dependencies": {
4662
- "fetch-node-website": "^7.3.0",
4663
- "filter-obj": "^5.1.0",
4664
- "get-stream": "^6.0.0",
4665
- "global-cache-dir": "^4.3.1",
4666
- "is-plain-obj": "^4.1.0",
4667
- "path-exists": "^5.0.0",
4668
- "semver": "^7.3.7",
4669
- "write-file-atomic": "^4.0.1"
4670
- },
4671
- "engines": {
4672
- "node": ">=14.18.0"
4673
- }
4674
- },
4675
- "node_modules/all-node-versions/node_modules/path-exists": {
4676
- "version": "5.0.0",
4677
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
4678
- "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
4679
- "engines": {
4680
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
4681
- }
4682
- },
4683
- "node_modules/all-node-versions/node_modules/write-file-atomic": {
4684
- "version": "4.0.2",
4685
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
4686
- "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
4687
- "dependencies": {
4688
- "imurmurhash": "^0.1.4",
4689
- "signal-exit": "^3.0.7"
4690
- },
4691
- "engines": {
4692
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
4693
- }
4694
- },
4695
4654
  "node_modules/ansi-align": {
4696
4655
  "version": "3.0.1",
4697
4656
  "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
@@ -5286,11 +5245,6 @@
5286
5245
  "readable-stream": "^3.4.0"
5287
5246
  }
5288
5247
  },
5289
- "node_modules/blueimp-md5": {
5290
- "version": "2.19.0",
5291
- "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz",
5292
- "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w=="
5293
- },
5294
5248
  "node_modules/body-parser": {
5295
5249
  "version": "1.20.3",
5296
5250
  "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
@@ -5545,14 +5499,6 @@
5545
5499
  "node": ">=14.16"
5546
5500
  }
5547
5501
  },
5548
- "node_modules/cachedir": {
5549
- "version": "2.3.0",
5550
- "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.3.0.tgz",
5551
- "integrity": "sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==",
5552
- "engines": {
5553
- "node": ">=6"
5554
- }
5555
- },
5556
5502
  "node_modules/call-bind": {
5557
5503
  "version": "1.0.7",
5558
5504
  "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
@@ -5720,17 +5666,6 @@
5720
5666
  "node": ">=4"
5721
5667
  }
5722
5668
  },
5723
- "node_modules/cli-progress": {
5724
- "version": "3.12.0",
5725
- "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz",
5726
- "integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==",
5727
- "dependencies": {
5728
- "string-width": "^4.2.3"
5729
- },
5730
- "engines": {
5731
- "node": ">=4"
5732
- }
5733
- },
5734
5669
  "node_modules/cli-spinners": {
5735
5670
  "version": "2.9.2",
5736
5671
  "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
@@ -6083,24 +6018,6 @@
6083
6018
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
6084
6019
  "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
6085
6020
  },
6086
- "node_modules/concordance": {
6087
- "version": "5.0.4",
6088
- "resolved": "https://registry.npmjs.org/concordance/-/concordance-5.0.4.tgz",
6089
- "integrity": "sha512-OAcsnTEYu1ARJqWVGwf4zh4JDfHZEaSNlNccFmt8YjB2l/n19/PF2viLINHc57vO4FKIAFl2FWASIGZZWZ2Kxw==",
6090
- "dependencies": {
6091
- "date-time": "^3.1.0",
6092
- "esutils": "^2.0.3",
6093
- "fast-diff": "^1.2.0",
6094
- "js-string-escape": "^1.0.1",
6095
- "lodash": "^4.17.15",
6096
- "md5-hex": "^3.0.1",
6097
- "semver": "^7.3.2",
6098
- "well-known-symbols": "^2.0.0"
6099
- },
6100
- "engines": {
6101
- "node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14"
6102
- }
6103
- },
6104
6021
  "node_modules/config-chain": {
6105
6022
  "version": "1.1.13",
6106
6023
  "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
@@ -6609,17 +6526,6 @@
6609
6526
  "node": ">= 12"
6610
6527
  }
6611
6528
  },
6612
- "node_modules/date-time": {
6613
- "version": "3.1.0",
6614
- "resolved": "https://registry.npmjs.org/date-time/-/date-time-3.1.0.tgz",
6615
- "integrity": "sha512-uqCUKXE5q1PNBXjPqvwhwJf9SwMoAHBgWJ6DcrnS5o+W2JOiIILl0JEdVD8SGujrNS02GGxgwAg2PN2zONgtjg==",
6616
- "dependencies": {
6617
- "time-zone": "^1.0.0"
6618
- },
6619
- "engines": {
6620
- "node": ">=6"
6621
- }
6622
- },
6623
6529
  "node_modules/debug": {
6624
6530
  "version": "4.3.7",
6625
6531
  "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
@@ -7569,11 +7475,6 @@
7569
7475
  "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
7570
7476
  "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
7571
7477
  },
7572
- "node_modules/fast-diff": {
7573
- "version": "1.2.0",
7574
- "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
7575
- "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w=="
7576
- },
7577
7478
  "node_modules/fast-equals": {
7578
7479
  "version": "3.0.3",
7579
7480
  "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-3.0.3.tgz",
@@ -7788,59 +7689,6 @@
7788
7689
  "node": "^12.20 || >= 14.13"
7789
7690
  }
7790
7691
  },
7791
- "node_modules/fetch-node-website": {
7792
- "version": "7.3.0",
7793
- "resolved": "https://registry.npmjs.org/fetch-node-website/-/fetch-node-website-7.3.0.tgz",
7794
- "integrity": "sha512-/wayUHbdVUWrD72aqRNNrr6+MHnCkumZgNugN0RfiWJpbNJUdAkMk4Z18MGayGZVVqYXR1RWrV+bIFEt5HuBZg==",
7795
- "dependencies": {
7796
- "cli-progress": "^3.11.2",
7797
- "colors-option": "^4.4.0",
7798
- "figures": "^5.0.0",
7799
- "got": "^12.3.1",
7800
- "is-plain-obj": "^4.1.0"
7801
- },
7802
- "engines": {
7803
- "node": ">=14.18.0"
7804
- }
7805
- },
7806
- "node_modules/fetch-node-website/node_modules/colors-option": {
7807
- "version": "4.5.0",
7808
- "resolved": "https://registry.npmjs.org/colors-option/-/colors-option-4.5.0.tgz",
7809
- "integrity": "sha512-Soe5lerRg3erMRgYC0EC696/8dMCGpBzcQchFfi55Yrkja8F+P7cUt0LVTIg7u5ob5BexLZ/F1kO+ejmv+nq8w==",
7810
- "dependencies": {
7811
- "chalk": "^5.0.1",
7812
- "is-plain-obj": "^4.1.0"
7813
- },
7814
- "engines": {
7815
- "node": ">=14.18.0"
7816
- }
7817
- },
7818
- "node_modules/fetch-node-website/node_modules/escape-string-regexp": {
7819
- "version": "5.0.0",
7820
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
7821
- "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
7822
- "engines": {
7823
- "node": ">=12"
7824
- },
7825
- "funding": {
7826
- "url": "https://github.com/sponsors/sindresorhus"
7827
- }
7828
- },
7829
- "node_modules/fetch-node-website/node_modules/figures": {
7830
- "version": "5.0.0",
7831
- "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
7832
- "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==",
7833
- "dependencies": {
7834
- "escape-string-regexp": "^5.0.0",
7835
- "is-unicode-supported": "^1.2.0"
7836
- },
7837
- "engines": {
7838
- "node": ">=14"
7839
- },
7840
- "funding": {
7841
- "url": "https://github.com/sponsors/sindresorhus"
7842
- }
7843
- },
7844
7692
  "node_modules/figures": {
7845
7693
  "version": "3.2.0",
7846
7694
  "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
@@ -8361,26 +8209,6 @@
8361
8209
  "node": ">= 6"
8362
8210
  }
8363
8211
  },
8364
- "node_modules/global-cache-dir": {
8365
- "version": "4.4.0",
8366
- "resolved": "https://registry.npmjs.org/global-cache-dir/-/global-cache-dir-4.4.0.tgz",
8367
- "integrity": "sha512-bk0gI6IbbphRjAaCJJn5H+T/CcEck5B3a5KBO2BXSDzjFSV+API17w8GA7YPJ6IXJiasW8M0VsEIig1PCHdfOQ==",
8368
- "dependencies": {
8369
- "cachedir": "^2.3.0",
8370
- "path-exists": "^5.0.0"
8371
- },
8372
- "engines": {
8373
- "node": ">=14.18.0"
8374
- }
8375
- },
8376
- "node_modules/global-cache-dir/node_modules/path-exists": {
8377
- "version": "5.0.0",
8378
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
8379
- "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
8380
- "engines": {
8381
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
8382
- }
8383
- },
8384
8212
  "node_modules/global-directory": {
8385
8213
  "version": "4.0.1",
8386
8214
  "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
@@ -9613,14 +9441,6 @@
9613
9441
  "jiti": "bin/jiti.js"
9614
9442
  }
9615
9443
  },
9616
- "node_modules/js-string-escape": {
9617
- "version": "1.0.1",
9618
- "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz",
9619
- "integrity": "sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8=",
9620
- "engines": {
9621
- "node": ">= 0.8"
9622
- }
9623
- },
9624
9444
  "node_modules/js-tokens": {
9625
9445
  "version": "4.0.0",
9626
9446
  "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -10365,17 +10185,6 @@
10365
10185
  "xtend": "~4.0.1"
10366
10186
  }
10367
10187
  },
10368
- "node_modules/md5-hex": {
10369
- "version": "3.0.1",
10370
- "resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-3.0.1.tgz",
10371
- "integrity": "sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==",
10372
- "dependencies": {
10373
- "blueimp-md5": "^2.10.0"
10374
- },
10375
- "engines": {
10376
- "node": ">=8"
10377
- }
10378
- },
10379
10188
  "node_modules/mdn-data": {
10380
10189
  "version": "2.0.30",
10381
10190
  "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
@@ -10744,11 +10553,11 @@
10744
10553
  "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
10745
10554
  },
10746
10555
  "node_modules/netlify": {
10747
- "version": "13.2.1",
10748
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.2.1.tgz",
10749
- "integrity": "sha512-H74wp5O8Rxv1pRHSd+Ewc9pmw4ZDaH9B3C9Wtj7LB5BeE9gZwZyrXkSoSAHZlN9R5cnkI93CwBBfTaWdWy663Q==",
10556
+ "version": "13.3.2",
10557
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.3.2.tgz",
10558
+ "integrity": "sha512-K340NUUCy62ikutl2/yuCi7gxEQsEm/z6U1AStT5Oy3uZ293VYZbsjUJTEFw50rsJnKyZW1Gg9BpGwNogjnNGg==",
10750
10559
  "dependencies": {
10751
- "@netlify/open-api": "^2.35.0",
10560
+ "@netlify/open-api": "^2.35.1",
10752
10561
  "lodash-es": "^4.17.21",
10753
10562
  "micro-api-client": "^3.3.0",
10754
10563
  "node-fetch": "^3.0.0",
@@ -10865,30 +10674,6 @@
10865
10674
  "url": "https://github.com/sponsors/antelle"
10866
10675
  }
10867
10676
  },
10868
- "node_modules/node-version-alias": {
10869
- "version": "3.4.1",
10870
- "resolved": "https://registry.npmjs.org/node-version-alias/-/node-version-alias-3.4.1.tgz",
10871
- "integrity": "sha512-Kf3L9spAL6lEHMPyqpwHSTNG3LPkOXBfSUnBMG/YE2TdoC8Qoqf0+qg01nr6K9MFQEcXtWUyTQzLJByRixSBsA==",
10872
- "dependencies": {
10873
- "all-node-versions": "^11.3.0",
10874
- "filter-obj": "^5.1.0",
10875
- "is-plain-obj": "^4.1.0",
10876
- "normalize-node-version": "^12.4.0",
10877
- "path-exists": "^5.0.0",
10878
- "semver": "^7.3.8"
10879
- },
10880
- "engines": {
10881
- "node": ">=14.18.0"
10882
- }
10883
- },
10884
- "node_modules/node-version-alias/node_modules/path-exists": {
10885
- "version": "5.0.0",
10886
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
10887
- "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
10888
- "engines": {
10889
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
10890
- }
10891
- },
10892
10677
  "node_modules/nopt": {
10893
10678
  "version": "5.0.0",
10894
10679
  "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
@@ -10903,19 +10688,6 @@
10903
10688
  "node": ">=6"
10904
10689
  }
10905
10690
  },
10906
- "node_modules/normalize-node-version": {
10907
- "version": "12.4.0",
10908
- "resolved": "https://registry.npmjs.org/normalize-node-version/-/normalize-node-version-12.4.0.tgz",
10909
- "integrity": "sha512-0oLZN5xcyKVrSHMk8/9RuNblEe7HEsXAt5Te2xmMiZD9VX7bqWYe0HMyfqSYFD3xv0949lZuXaEwjTqle1uWWQ==",
10910
- "dependencies": {
10911
- "all-node-versions": "^11.3.0",
10912
- "filter-obj": "^5.1.0",
10913
- "semver": "^7.3.7"
10914
- },
10915
- "engines": {
10916
- "node": ">=14.18.0"
10917
- }
10918
- },
10919
10691
  "node_modules/normalize-package-data": {
10920
10692
  "version": "3.0.3",
10921
10693
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
@@ -13426,14 +13198,6 @@
13426
13198
  "node": ">= 6"
13427
13199
  }
13428
13200
  },
13429
- "node_modules/time-zone": {
13430
- "version": "1.0.0",
13431
- "resolved": "https://registry.npmjs.org/time-zone/-/time-zone-1.0.0.tgz",
13432
- "integrity": "sha1-mcW/VZWJZq9tBtg73zgA3IL67F0=",
13433
- "engines": {
13434
- "node": ">=4"
13435
- }
13436
- },
13437
13201
  "node_modules/tmp": {
13438
13202
  "version": "0.0.33",
13439
13203
  "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -14114,14 +13878,6 @@
14114
13878
  "node": ">= 8"
14115
13879
  }
14116
13880
  },
14117
- "node_modules/well-known-symbols": {
14118
- "version": "2.0.0",
14119
- "resolved": "https://registry.npmjs.org/well-known-symbols/-/well-known-symbols-2.0.0.tgz",
14120
- "integrity": "sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==",
14121
- "engines": {
14122
- "node": ">=6"
14123
- }
14124
- },
14125
13881
  "node_modules/whatwg-url": {
14126
13882
  "version": "5.0.0",
14127
13883
  "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
@@ -14672,9 +14428,9 @@
14672
14428
  }
14673
14429
  },
14674
14430
  "@babel/types": {
14675
- "version": "7.26.3",
14676
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz",
14677
- "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==",
14431
+ "version": "7.26.5",
14432
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz",
14433
+ "integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==",
14678
14434
  "requires": {
14679
14435
  "@babel/helper-string-parser": "^7.25.9",
14680
14436
  "@babel/helper-validator-identifier": "^7.25.9"
@@ -15230,22 +14986,22 @@
15230
14986
  "integrity": "sha512-9hIbusvAZjSGBJ42OyFC2AxsEph1LuKQahMWFcPGEIsOqIYHhMRkYA7wSUMhH7naydjNmllpcp3pJLOK4RhFaQ=="
15231
14987
  },
15232
14988
  "@netlify/build": {
15233
- "version": "29.58.2",
15234
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.58.2.tgz",
15235
- "integrity": "sha512-/kb5jkPifwzea26paiayiw417nqk/1Q4S1WZzjrqClEmyW9kEzJ7J3xCbpVZw7KBOCK7IaYbx+6MkiZtr7I9xQ==",
14989
+ "version": "29.58.7",
14990
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.58.7.tgz",
14991
+ "integrity": "sha512-wBevj95fSTghY5GvZSXwquLBFvl5eenW/yZL30nWN50dKVc2w0Ip80bjiWMBFvclI/BfgpjoUUxP4zfcPvbV6A==",
15236
14992
  "requires": {
15237
14993
  "@bugsnag/js": "^7.0.0",
15238
14994
  "@netlify/blobs": "^7.4.0",
15239
14995
  "@netlify/cache-utils": "^5.2.0",
15240
- "@netlify/config": "^20.21.2",
14996
+ "@netlify/config": "^20.21.6",
15241
14997
  "@netlify/edge-bundler": "12.3.2",
15242
14998
  "@netlify/framework-info": "^9.9.1",
15243
- "@netlify/functions-utils": "^5.3.2",
14999
+ "@netlify/functions-utils": "^5.3.4",
15244
15000
  "@netlify/git-utils": "^5.2.0",
15245
15001
  "@netlify/opentelemetry-utils": "^1.3.0",
15246
15002
  "@netlify/plugins-list": "^6.80.0",
15247
15003
  "@netlify/run-utils": "^5.2.0",
15248
- "@netlify/zip-it-and-ship-it": "9.42.2",
15004
+ "@netlify/zip-it-and-ship-it": "9.42.4",
15249
15005
  "@sindresorhus/slugify": "^2.0.0",
15250
15006
  "ansi-escapes": "^6.0.0",
15251
15007
  "chalk": "^5.0.0",
@@ -15576,9 +15332,9 @@
15576
15332
  }
15577
15333
  },
15578
15334
  "@netlify/config": {
15579
- "version": "20.21.2",
15580
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.21.2.tgz",
15581
- "integrity": "sha512-W1D3yc79VU7B8L0h4iREjaCpQbudPAQTnmkNLlJhuvLDJn6SlsDiitGDvUpp+9VYAhwX5SJgYMvDGOlbWk+tMA==",
15335
+ "version": "20.21.6",
15336
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.21.6.tgz",
15337
+ "integrity": "sha512-/QMGSp8lN04Q6iyuxE2Ku5zJjy3fvSGyBFyTQP+7BV6Ph01pCaLxL3HlsM/JeYa9torUkZeB0fQFjsGYN0MPfw==",
15582
15338
  "requires": {
15583
15339
  "@iarna/toml": "^2.2.5",
15584
15340
  "@netlify/headers-parser": "^7.3.0",
@@ -15596,7 +15352,7 @@
15596
15352
  "is-plain-obj": "^4.0.0",
15597
15353
  "js-yaml": "^4.0.0",
15598
15354
  "map-obj": "^5.0.0",
15599
- "netlify": "^13.2.1",
15355
+ "netlify": "^13.3.2",
15600
15356
  "node-fetch": "^3.3.1",
15601
15357
  "omit.js": "^2.0.2",
15602
15358
  "p-locate": "^6.0.0",
@@ -16096,11 +15852,11 @@
16096
15852
  }
16097
15853
  },
16098
15854
  "@netlify/functions-utils": {
16099
- "version": "5.3.2",
16100
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.3.2.tgz",
16101
- "integrity": "sha512-IAqIA3w+a+fnDeR5GwRQY1T3f5THtFByRVbLrK79nt+CY131h9csBQQco6YsV1hSjCu8EODHDIIBfpvdBcsTzQ==",
15855
+ "version": "5.3.4",
15856
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.3.4.tgz",
15857
+ "integrity": "sha512-E2yiHrH8FSujvGGg8PvuOQ3EPRH86f7r5v8IHNigatZvldrcxeGqiEhep842B8zzTBtYXakrTb8dywp0x2O1dg==",
16102
15858
  "requires": {
16103
- "@netlify/zip-it-and-ship-it": "9.42.2",
15859
+ "@netlify/zip-it-and-ship-it": "9.42.4",
16104
15860
  "cpy": "^9.0.0",
16105
15861
  "path-exists": "^5.0.0"
16106
15862
  },
@@ -16310,9 +16066,9 @@
16310
16066
  "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g=="
16311
16067
  },
16312
16068
  "@netlify/open-api": {
16313
- "version": "2.35.0",
16314
- "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.35.0.tgz",
16315
- "integrity": "sha512-c6LpV29CKMgq6/eViItE6L2ova9UldBO9tHRvvwpJfSBgCwWaFhmiepe07E3xIW4GfTCGoWE816mNzXB/2ceZg=="
16069
+ "version": "2.35.1",
16070
+ "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.35.1.tgz",
16071
+ "integrity": "sha512-ZtVd3J9aiZzvO/q+V37LhWYDClMotGCPW5m3sOYkg+yf1P/L6vtpNHYw1enWQFdgV5+z5Aak/RYpwGXhDIn9Kg=="
16316
16072
  },
16317
16073
  "@netlify/opentelemetry-utils": {
16318
16074
  "version": "1.3.0",
@@ -16402,14 +16158,14 @@
16402
16158
  }
16403
16159
  },
16404
16160
  "@netlify/zip-it-and-ship-it": {
16405
- "version": "9.42.2",
16406
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.42.2.tgz",
16407
- "integrity": "sha512-2J+Nc2XkTmcb0Q3D/Mk+wmMUS6VVyLaIyn+A/GET6sKG+FSTJkH2mzgPfCUSIfSb+yae/ll8FYyH7Ym//6F/bA==",
16161
+ "version": "9.42.4",
16162
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.42.4.tgz",
16163
+ "integrity": "sha512-Oj3c8GR52H6yWjkP5EjLRP0bxGyx8UjrB0WYWF0bzFY+nTaeMBmqtmO8eGl/jgto7Jus6NaCmHYMUmT3ybjBRA==",
16408
16164
  "requires": {
16409
16165
  "@babel/parser": "^7.22.5",
16410
- "@babel/types": "7.26.3",
16166
+ "@babel/types": "7.26.5",
16411
16167
  "@netlify/binary-info": "^1.0.0",
16412
- "@netlify/serverless-functions-api": "^1.31.1",
16168
+ "@netlify/serverless-functions-api": "^1.32.0",
16413
16169
  "@vercel/nft": "0.27.7",
16414
16170
  "archiver": "^7.0.0",
16415
16171
  "common-path-prefix": "^3.0.0",
@@ -16443,9 +16199,9 @@
16443
16199
  },
16444
16200
  "dependencies": {
16445
16201
  "@netlify/serverless-functions-api": {
16446
- "version": "1.31.1",
16447
- "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.31.1.tgz",
16448
- "integrity": "sha512-SkNxzfCwctS5ETnCqJOJfZZ/jB0pTkbWEAsApHoL7HzUQGWoRM6wYf4baJAJVMTfZBQu534SbKuwRs7WDAs43A==",
16202
+ "version": "1.32.0",
16203
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.32.0.tgz",
16204
+ "integrity": "sha512-dRKNGox2wdKb8ONoMc4mtLyUSxYvCYDFM1iyJUCb+9Nit9Azvtr8htD9D8z9bH1L4MKraHJJE756OSfLL3jduQ==",
16449
16205
  "requires": {
16450
16206
  "@netlify/node-cookies": "^0.1.0",
16451
16207
  "urlpattern-polyfill": "8.0.2"
@@ -17129,9 +16885,9 @@
17129
16885
  "peer": true
17130
16886
  },
17131
16887
  "@types/node": {
17132
- "version": "22.10.5",
17133
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz",
17134
- "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==",
16888
+ "version": "22.10.7",
16889
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz",
16890
+ "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==",
17135
16891
  "requires": {
17136
16892
  "undici-types": "~6.20.0"
17137
16893
  }
@@ -17461,37 +17217,6 @@
17461
17217
  }
17462
17218
  }
17463
17219
  },
17464
- "all-node-versions": {
17465
- "version": "11.3.0",
17466
- "resolved": "https://registry.npmjs.org/all-node-versions/-/all-node-versions-11.3.0.tgz",
17467
- "integrity": "sha512-psMkc5s3qpr+QMfires9bC4azRYciPWql1wqZKMsYRh1731qefQDH2X4+O19xSBX6u0Ra/8Y5diG6y/fEmqKsw==",
17468
- "requires": {
17469
- "fetch-node-website": "^7.3.0",
17470
- "filter-obj": "^5.1.0",
17471
- "get-stream": "^6.0.0",
17472
- "global-cache-dir": "^4.3.1",
17473
- "is-plain-obj": "^4.1.0",
17474
- "path-exists": "^5.0.0",
17475
- "semver": "^7.3.7",
17476
- "write-file-atomic": "^4.0.1"
17477
- },
17478
- "dependencies": {
17479
- "path-exists": {
17480
- "version": "5.0.0",
17481
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
17482
- "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ=="
17483
- },
17484
- "write-file-atomic": {
17485
- "version": "4.0.2",
17486
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
17487
- "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
17488
- "requires": {
17489
- "imurmurhash": "^0.1.4",
17490
- "signal-exit": "^3.0.7"
17491
- }
17492
- }
17493
- }
17494
- },
17495
17220
  "ansi-align": {
17496
17221
  "version": "3.0.1",
17497
17222
  "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
@@ -17899,11 +17624,6 @@
17899
17624
  "readable-stream": "^3.4.0"
17900
17625
  }
17901
17626
  },
17902
- "blueimp-md5": {
17903
- "version": "2.19.0",
17904
- "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz",
17905
- "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w=="
17906
- },
17907
17627
  "body-parser": {
17908
17628
  "version": "1.20.3",
17909
17629
  "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
@@ -18090,11 +17810,6 @@
18090
17810
  "responselike": "^3.0.0"
18091
17811
  }
18092
17812
  },
18093
- "cachedir": {
18094
- "version": "2.3.0",
18095
- "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.3.0.tgz",
18096
- "integrity": "sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw=="
18097
- },
18098
17813
  "call-bind": {
18099
17814
  "version": "1.0.7",
18100
17815
  "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
@@ -18198,14 +17913,6 @@
18198
17913
  "restore-cursor": "^2.0.0"
18199
17914
  }
18200
17915
  },
18201
- "cli-progress": {
18202
- "version": "3.12.0",
18203
- "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz",
18204
- "integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==",
18205
- "requires": {
18206
- "string-width": "^4.2.3"
18207
- }
18208
- },
18209
17916
  "cli-spinners": {
18210
17917
  "version": "2.9.2",
18211
17918
  "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
@@ -18445,21 +18152,6 @@
18445
18152
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
18446
18153
  "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
18447
18154
  },
18448
- "concordance": {
18449
- "version": "5.0.4",
18450
- "resolved": "https://registry.npmjs.org/concordance/-/concordance-5.0.4.tgz",
18451
- "integrity": "sha512-OAcsnTEYu1ARJqWVGwf4zh4JDfHZEaSNlNccFmt8YjB2l/n19/PF2viLINHc57vO4FKIAFl2FWASIGZZWZ2Kxw==",
18452
- "requires": {
18453
- "date-time": "^3.1.0",
18454
- "esutils": "^2.0.3",
18455
- "fast-diff": "^1.2.0",
18456
- "js-string-escape": "^1.0.1",
18457
- "lodash": "^4.17.15",
18458
- "md5-hex": "^3.0.1",
18459
- "semver": "^7.3.2",
18460
- "well-known-symbols": "^2.0.0"
18461
- }
18462
- },
18463
18155
  "config-chain": {
18464
18156
  "version": "1.1.13",
18465
18157
  "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
@@ -18811,14 +18503,6 @@
18811
18503
  "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz",
18812
18504
  "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA=="
18813
18505
  },
18814
- "date-time": {
18815
- "version": "3.1.0",
18816
- "resolved": "https://registry.npmjs.org/date-time/-/date-time-3.1.0.tgz",
18817
- "integrity": "sha512-uqCUKXE5q1PNBXjPqvwhwJf9SwMoAHBgWJ6DcrnS5o+W2JOiIILl0JEdVD8SGujrNS02GGxgwAg2PN2zONgtjg==",
18818
- "requires": {
18819
- "time-zone": "^1.0.0"
18820
- }
18821
- },
18822
18506
  "debug": {
18823
18507
  "version": "4.3.7",
18824
18508
  "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
@@ -19473,11 +19157,6 @@
19473
19157
  "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
19474
19158
  "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
19475
19159
  },
19476
- "fast-diff": {
19477
- "version": "1.2.0",
19478
- "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
19479
- "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w=="
19480
- },
19481
19160
  "fast-equals": {
19482
19161
  "version": "3.0.3",
19483
19162
  "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-3.0.3.tgz",
@@ -19645,43 +19324,6 @@
19645
19324
  "web-streams-polyfill": "^3.0.3"
19646
19325
  }
19647
19326
  },
19648
- "fetch-node-website": {
19649
- "version": "7.3.0",
19650
- "resolved": "https://registry.npmjs.org/fetch-node-website/-/fetch-node-website-7.3.0.tgz",
19651
- "integrity": "sha512-/wayUHbdVUWrD72aqRNNrr6+MHnCkumZgNugN0RfiWJpbNJUdAkMk4Z18MGayGZVVqYXR1RWrV+bIFEt5HuBZg==",
19652
- "requires": {
19653
- "cli-progress": "^3.11.2",
19654
- "colors-option": "^4.4.0",
19655
- "figures": "^5.0.0",
19656
- "got": "^12.3.1",
19657
- "is-plain-obj": "^4.1.0"
19658
- },
19659
- "dependencies": {
19660
- "colors-option": {
19661
- "version": "4.5.0",
19662
- "resolved": "https://registry.npmjs.org/colors-option/-/colors-option-4.5.0.tgz",
19663
- "integrity": "sha512-Soe5lerRg3erMRgYC0EC696/8dMCGpBzcQchFfi55Yrkja8F+P7cUt0LVTIg7u5ob5BexLZ/F1kO+ejmv+nq8w==",
19664
- "requires": {
19665
- "chalk": "^5.0.1",
19666
- "is-plain-obj": "^4.1.0"
19667
- }
19668
- },
19669
- "escape-string-regexp": {
19670
- "version": "5.0.0",
19671
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
19672
- "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="
19673
- },
19674
- "figures": {
19675
- "version": "5.0.0",
19676
- "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
19677
- "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==",
19678
- "requires": {
19679
- "escape-string-regexp": "^5.0.0",
19680
- "is-unicode-supported": "^1.2.0"
19681
- }
19682
- }
19683
- }
19684
- },
19685
19327
  "figures": {
19686
19328
  "version": "3.2.0",
19687
19329
  "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
@@ -20062,22 +19704,6 @@
20062
19704
  "is-glob": "^4.0.1"
20063
19705
  }
20064
19706
  },
20065
- "global-cache-dir": {
20066
- "version": "4.4.0",
20067
- "resolved": "https://registry.npmjs.org/global-cache-dir/-/global-cache-dir-4.4.0.tgz",
20068
- "integrity": "sha512-bk0gI6IbbphRjAaCJJn5H+T/CcEck5B3a5KBO2BXSDzjFSV+API17w8GA7YPJ6IXJiasW8M0VsEIig1PCHdfOQ==",
20069
- "requires": {
20070
- "cachedir": "^2.3.0",
20071
- "path-exists": "^5.0.0"
20072
- },
20073
- "dependencies": {
20074
- "path-exists": {
20075
- "version": "5.0.0",
20076
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
20077
- "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ=="
20078
- }
20079
- }
20080
- },
20081
19707
  "global-directory": {
20082
19708
  "version": "4.0.1",
20083
19709
  "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
@@ -20876,11 +20502,6 @@
20876
20502
  "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz",
20877
20503
  "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q=="
20878
20504
  },
20879
- "js-string-escape": {
20880
- "version": "1.0.1",
20881
- "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz",
20882
- "integrity": "sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8="
20883
- },
20884
20505
  "js-tokens": {
20885
20506
  "version": "4.0.0",
20886
20507
  "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -21448,14 +21069,6 @@
21448
21069
  }
21449
21070
  }
21450
21071
  },
21451
- "md5-hex": {
21452
- "version": "3.0.1",
21453
- "resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-3.0.1.tgz",
21454
- "integrity": "sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==",
21455
- "requires": {
21456
- "blueimp-md5": "^2.10.0"
21457
- }
21458
- },
21459
21072
  "mdn-data": {
21460
21073
  "version": "2.0.30",
21461
21074
  "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
@@ -21711,11 +21324,11 @@
21711
21324
  "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
21712
21325
  },
21713
21326
  "netlify": {
21714
- "version": "13.2.1",
21715
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.2.1.tgz",
21716
- "integrity": "sha512-H74wp5O8Rxv1pRHSd+Ewc9pmw4ZDaH9B3C9Wtj7LB5BeE9gZwZyrXkSoSAHZlN9R5cnkI93CwBBfTaWdWy663Q==",
21327
+ "version": "13.3.2",
21328
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.3.2.tgz",
21329
+ "integrity": "sha512-K340NUUCy62ikutl2/yuCi7gxEQsEm/z6U1AStT5Oy3uZ293VYZbsjUJTEFw50rsJnKyZW1Gg9BpGwNogjnNGg==",
21717
21330
  "requires": {
21718
- "@netlify/open-api": "^2.35.0",
21331
+ "@netlify/open-api": "^2.35.1",
21719
21332
  "lodash-es": "^4.17.21",
21720
21333
  "micro-api-client": "^3.3.0",
21721
21334
  "node-fetch": "^3.0.0",
@@ -21785,26 +21398,6 @@
21785
21398
  "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz",
21786
21399
  "integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw=="
21787
21400
  },
21788
- "node-version-alias": {
21789
- "version": "3.4.1",
21790
- "resolved": "https://registry.npmjs.org/node-version-alias/-/node-version-alias-3.4.1.tgz",
21791
- "integrity": "sha512-Kf3L9spAL6lEHMPyqpwHSTNG3LPkOXBfSUnBMG/YE2TdoC8Qoqf0+qg01nr6K9MFQEcXtWUyTQzLJByRixSBsA==",
21792
- "requires": {
21793
- "all-node-versions": "^11.3.0",
21794
- "filter-obj": "^5.1.0",
21795
- "is-plain-obj": "^4.1.0",
21796
- "normalize-node-version": "^12.4.0",
21797
- "path-exists": "^5.0.0",
21798
- "semver": "^7.3.8"
21799
- },
21800
- "dependencies": {
21801
- "path-exists": {
21802
- "version": "5.0.0",
21803
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
21804
- "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ=="
21805
- }
21806
- }
21807
- },
21808
21401
  "nopt": {
21809
21402
  "version": "5.0.0",
21810
21403
  "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
@@ -21813,16 +21406,6 @@
21813
21406
  "abbrev": "1"
21814
21407
  }
21815
21408
  },
21816
- "normalize-node-version": {
21817
- "version": "12.4.0",
21818
- "resolved": "https://registry.npmjs.org/normalize-node-version/-/normalize-node-version-12.4.0.tgz",
21819
- "integrity": "sha512-0oLZN5xcyKVrSHMk8/9RuNblEe7HEsXAt5Te2xmMiZD9VX7bqWYe0HMyfqSYFD3xv0949lZuXaEwjTqle1uWWQ==",
21820
- "requires": {
21821
- "all-node-versions": "^11.3.0",
21822
- "filter-obj": "^5.1.0",
21823
- "semver": "^7.3.7"
21824
- }
21825
- },
21826
21409
  "normalize-package-data": {
21827
21410
  "version": "3.0.3",
21828
21411
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
@@ -23628,11 +23211,6 @@
23628
23211
  "through2": "^4.0.2"
23629
23212
  }
23630
23213
  },
23631
- "time-zone": {
23632
- "version": "1.0.0",
23633
- "resolved": "https://registry.npmjs.org/time-zone/-/time-zone-1.0.0.tgz",
23634
- "integrity": "sha1-mcW/VZWJZq9tBtg73zgA3IL67F0="
23635
- },
23636
23214
  "tmp": {
23637
23215
  "version": "0.0.33",
23638
23216
  "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -24116,11 +23694,6 @@
24116
23694
  "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz",
24117
23695
  "integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA=="
24118
23696
  },
24119
- "well-known-symbols": {
24120
- "version": "2.0.0",
24121
- "resolved": "https://registry.npmjs.org/well-known-symbols/-/well-known-symbols-2.0.0.tgz",
24122
- "integrity": "sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q=="
24123
- },
24124
23697
  "whatwg-url": {
24125
23698
  "version": "5.0.0",
24126
23699
  "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",