netlify-cli 17.38.1 → 18.0.1-rc.0

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 (84) hide show
  1. package/bin/run.js +2 -2
  2. package/dist/commands/base-command.d.ts.map +1 -1
  3. package/dist/commands/base-command.js +3 -2
  4. package/dist/commands/completion/completion.d.ts.map +1 -1
  5. package/dist/commands/completion/completion.js +7 -0
  6. package/dist/commands/main.d.ts +0 -4
  7. package/dist/commands/main.d.ts.map +1 -1
  8. package/dist/commands/main.js +1 -6
  9. package/dist/commands/sites/sites-create-template.d.ts.map +1 -1
  10. package/dist/commands/sites/sites-create-template.js +3 -4
  11. package/dist/commands/sites/sites-create.d.ts.map +1 -1
  12. package/dist/commands/sites/sites-create.js +1 -2
  13. package/dist/commands/status/status.d.ts.map +1 -1
  14. package/dist/commands/status/status.js +2 -6
  15. package/dist/tsconfig.tsbuildinfo +1 -1
  16. package/dist/utils/addons/prepare.d.ts +0 -21
  17. package/dist/utils/addons/prepare.d.ts.map +1 -1
  18. package/dist/utils/addons/prepare.js +1 -85
  19. package/dist/utils/framework-server.d.ts.map +1 -1
  20. package/dist/utils/framework-server.js +3 -1
  21. package/dist/utils/proxy.d.ts.map +1 -1
  22. package/dist/utils/proxy.js +14 -2
  23. package/dist/utils/types.d.ts +4 -10
  24. package/dist/utils/types.d.ts.map +1 -1
  25. package/functions-templates/javascript/scheduled-function/package.json +1 -1
  26. package/functions-templates/typescript/hello-world/package-lock.json +22 -22
  27. package/functions-templates/typescript/hello-world/package.json +1 -1
  28. package/functions-templates/typescript/scheduled-function/package.json +1 -1
  29. package/npm-shrinkwrap.json +293 -821
  30. package/package.json +10 -13
  31. package/dist/commands/addons/addons-auth.d.ts +0 -4
  32. package/dist/commands/addons/addons-auth.d.ts.map +0 -1
  33. package/dist/commands/addons/addons-auth.js +0 -22
  34. package/dist/commands/addons/addons-config.d.ts +0 -4
  35. package/dist/commands/addons/addons-config.d.ts.map +0 -1
  36. package/dist/commands/addons/addons-config.js +0 -144
  37. package/dist/commands/addons/addons-create.d.ts +0 -4
  38. package/dist/commands/addons/addons-create.d.ts.map +0 -1
  39. package/dist/commands/addons/addons-create.js +0 -89
  40. package/dist/commands/addons/addons-delete.d.ts +0 -4
  41. package/dist/commands/addons/addons-delete.d.ts.map +0 -1
  42. package/dist/commands/addons/addons-delete.js +0 -32
  43. package/dist/commands/addons/addons-list.d.ts +0 -4
  44. package/dist/commands/addons/addons-list.d.ts.map +0 -1
  45. package/dist/commands/addons/addons-list.js +0 -33
  46. package/dist/commands/addons/addons.d.ts +0 -3
  47. package/dist/commands/addons/addons.d.ts.map +0 -1
  48. package/dist/commands/addons/addons.js +0 -67
  49. package/dist/commands/addons/index.d.ts +0 -2
  50. package/dist/commands/addons/index.d.ts.map +0 -1
  51. package/dist/commands/addons/index.js +0 -1
  52. package/dist/commands/lm/index.d.ts +0 -2
  53. package/dist/commands/lm/index.d.ts.map +0 -1
  54. package/dist/commands/lm/index.js +0 -1
  55. package/dist/commands/lm/lm-info.d.ts +0 -5
  56. package/dist/commands/lm/lm-info.d.ts.map +0 -1
  57. package/dist/commands/lm/lm-info.js +0 -25
  58. package/dist/commands/lm/lm-install.d.ts +0 -3
  59. package/dist/commands/lm/lm-install.d.ts.map +0 -1
  60. package/dist/commands/lm/lm-install.js +0 -8
  61. package/dist/commands/lm/lm-setup.d.ts +0 -4
  62. package/dist/commands/lm/lm-setup.d.ts.map +0 -1
  63. package/dist/commands/lm/lm-setup.js +0 -79
  64. package/dist/commands/lm/lm-uninstall.d.ts +0 -5
  65. package/dist/commands/lm/lm-uninstall.d.ts.map +0 -1
  66. package/dist/commands/lm/lm-uninstall.js +0 -7
  67. package/dist/commands/lm/lm.d.ts +0 -3
  68. package/dist/commands/lm/lm.d.ts.map +0 -1
  69. package/dist/commands/lm/lm.js +0 -46
  70. package/dist/utils/addons/render.d.ts +0 -3
  71. package/dist/utils/addons/render.d.ts.map +0 -1
  72. package/dist/utils/addons/render.js +0 -36
  73. package/dist/utils/lm/install.d.ts +0 -11
  74. package/dist/utils/lm/install.d.ts.map +0 -1
  75. package/dist/utils/lm/install.js +0 -248
  76. package/dist/utils/lm/requirements.d.ts +0 -5
  77. package/dist/utils/lm/requirements.d.ts.map +0 -1
  78. package/dist/utils/lm/requirements.js +0 -56
  79. package/dist/utils/lm/steps.d.ts +0 -17
  80. package/dist/utils/lm/steps.d.ts.map +0 -1
  81. package/dist/utils/lm/steps.js +0 -35
  82. package/dist/utils/lm/ui.d.ts +0 -5
  83. package/dist/utils/lm/ui.d.ts.map +0 -1
  84. package/dist/utils/lm/ui.js +0 -17
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "17.38.1",
3
+ "version": "18.0.1-rc.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "17.38.1",
9
+ "version": "18.0.1-rc.0",
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.0",
17
- "@netlify/build-info": "7.17.0",
18
- "@netlify/config": "20.21.0",
19
- "@netlify/edge-bundler": "12.3.1",
16
+ "@netlify/build": "29.58.2",
17
+ "@netlify/build-info": "8.0.0",
18
+ "@netlify/config": "20.21.2",
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.1",
24
+ "@netlify/zip-it-and-ship-it": "9.42.2",
25
25
  "@octokit/rest": "20.1.1",
26
26
  "@opentelemetry/api": "1.8.0",
27
27
  "ansi-escapes": "7.0.0",
@@ -31,7 +31,7 @@
31
31
  "backoff": "2.5.0",
32
32
  "better-opn": "3.0.2",
33
33
  "boxen": "7.1.1",
34
- "chalk": "5.3.0",
34
+ "chalk": "5.4.1",
35
35
  "chokidar": "3.6.0",
36
36
  "ci-info": "4.1.0",
37
37
  "clean-deep": "3.4.0",
@@ -64,11 +64,10 @@
64
64
  "gh-release-fetch": "4.0.3",
65
65
  "git-repo-info": "2.1.1",
66
66
  "gitconfiglocal": "2.1.0",
67
- "hasbin": "1.2.3",
68
67
  "hasha": "5.2.2",
69
68
  "http-proxy": "1.18.1",
70
69
  "http-proxy-middleware": "2.0.7",
71
- "https-proxy-agent": "7.0.5",
70
+ "https-proxy-agent": "7.0.6",
72
71
  "inquirer": "6.5.2",
73
72
  "inquirer-autocomplete-prompt": "1.4.0",
74
73
  "ipx": "2.1.0",
@@ -80,7 +79,6 @@
80
79
  "jsonwebtoken": "9.0.2",
81
80
  "jwt-decode": "4.0.0",
82
81
  "lambda-local": "2.2.0",
83
- "listr2": "8.2.5",
84
82
  "locate-path": "7.2.0",
85
83
  "lodash": "4.17.21",
86
84
  "log-symbols": "6.0.0",
@@ -88,18 +86,17 @@
88
86
  "maxstache": "1.0.7",
89
87
  "maxstache-stream": "1.0.4",
90
88
  "multiparty": "4.2.3",
91
- "netlify": "13.2.0",
89
+ "netlify": "13.2.1",
92
90
  "netlify-redirector": "0.5.0",
93
91
  "node-fetch": "3.3.2",
94
92
  "node-version-alias": "3.4.1",
95
93
  "ora": "8.1.1",
96
94
  "p-filter": "4.1.0",
97
- "p-map": "7.0.2",
95
+ "p-map": "7.0.3",
98
96
  "p-wait-for": "5.0.2",
99
97
  "parallel-transform": "1.2.0",
100
98
  "parse-github-url": "1.0.3",
101
99
  "parse-gitignore": "2.0.0",
102
- "path-key": "4.0.0",
103
100
  "prettyjson": "1.2.5",
104
101
  "pump": "3.0.2",
105
102
  "raw-body": "2.5.2",
@@ -958,9 +955,10 @@
958
955
  }
959
956
  },
960
957
  "node_modules/@jridgewell/sourcemap-codec": {
961
- "version": "1.4.15",
962
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
963
- "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
958
+ "version": "1.5.0",
959
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
960
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
961
+ "license": "MIT"
964
962
  },
965
963
  "node_modules/@jridgewell/trace-mapping": {
966
964
  "version": "0.3.9",
@@ -1043,27 +1041,27 @@
1043
1041
  }
1044
1042
  },
1045
1043
  "node_modules/@netlify/build": {
1046
- "version": "29.58.0",
1047
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.58.0.tgz",
1048
- "integrity": "sha512-aLFJTQtP7uwoFUzq5IPLRL3Zy8FTyvW0MfHRzzV7jku416uOAcLXy9EkvpJcuvXpqvTsuKBlF553Jirz2UlNRw==",
1044
+ "version": "29.58.2",
1045
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.58.2.tgz",
1046
+ "integrity": "sha512-/kb5jkPifwzea26paiayiw417nqk/1Q4S1WZzjrqClEmyW9kEzJ7J3xCbpVZw7KBOCK7IaYbx+6MkiZtr7I9xQ==",
1049
1047
  "dependencies": {
1050
1048
  "@bugsnag/js": "^7.0.0",
1051
1049
  "@netlify/blobs": "^7.4.0",
1052
1050
  "@netlify/cache-utils": "^5.2.0",
1053
- "@netlify/config": "^20.21.0",
1054
- "@netlify/edge-bundler": "12.3.1",
1055
- "@netlify/framework-info": "^9.9.0",
1056
- "@netlify/functions-utils": "^5.3.1",
1051
+ "@netlify/config": "^20.21.2",
1052
+ "@netlify/edge-bundler": "12.3.2",
1053
+ "@netlify/framework-info": "^9.9.1",
1054
+ "@netlify/functions-utils": "^5.3.2",
1057
1055
  "@netlify/git-utils": "^5.2.0",
1058
1056
  "@netlify/opentelemetry-utils": "^1.3.0",
1059
1057
  "@netlify/plugins-list": "^6.80.0",
1060
1058
  "@netlify/run-utils": "^5.2.0",
1061
- "@netlify/zip-it-and-ship-it": "9.42.1",
1059
+ "@netlify/zip-it-and-ship-it": "9.42.2",
1062
1060
  "@sindresorhus/slugify": "^2.0.0",
1063
1061
  "ansi-escapes": "^6.0.0",
1064
1062
  "chalk": "^5.0.0",
1065
1063
  "clean-stack": "^4.0.0",
1066
- "execa": "^6.0.0",
1064
+ "execa": "^7.0.0",
1067
1065
  "fdir": "^6.0.1",
1068
1066
  "figures": "^5.0.0",
1069
1067
  "filter-obj": "^5.0.0",
@@ -1080,11 +1078,11 @@
1080
1078
  "minimatch": "^9.0.4",
1081
1079
  "node-fetch": "^3.3.2",
1082
1080
  "os-name": "^5.0.0",
1083
- "p-event": "^5.0.0",
1081
+ "p-event": "^6.0.0",
1084
1082
  "p-every": "^2.0.0",
1085
- "p-filter": "^3.0.0",
1083
+ "p-filter": "^4.0.0",
1086
1084
  "p-locate": "^6.0.0",
1087
- "p-map": "^6.0.0",
1085
+ "p-map": "^7.0.0",
1088
1086
  "p-reduce": "^3.0.0",
1089
1087
  "path-exists": "^5.0.0",
1090
1088
  "path-type": "^5.0.0",
@@ -1123,9 +1121,9 @@
1123
1121
  }
1124
1122
  },
1125
1123
  "node_modules/@netlify/build-info": {
1126
- "version": "7.17.0",
1127
- "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.17.0.tgz",
1128
- "integrity": "sha512-503ES8SfLMkWQyBs41YCoWOLJWmcgcBZXfdtltz/jPSFaFXdpzlhq/CV3W9uHnKgLG/MBkEtTlBRtzy5weHKVw==",
1124
+ "version": "8.0.0",
1125
+ "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-8.0.0.tgz",
1126
+ "integrity": "sha512-WwExAgIkyznvT55bvS2G0Kk8s+jC/e/3KzrQhSXVrvDunfVRXi66xcIKzaKUcaqnC45odqJXfYs++w4P7QK2xw==",
1129
1127
  "dependencies": {
1130
1128
  "@bugsnag/js": "^7.20.0",
1131
1129
  "@iarna/toml": "^2.2.5",
@@ -1275,13 +1273,13 @@
1275
1273
  }
1276
1274
  },
1277
1275
  "node_modules/@netlify/build/node_modules/execa": {
1278
- "version": "6.1.0",
1279
- "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz",
1280
- "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==",
1276
+ "version": "7.2.0",
1277
+ "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
1278
+ "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
1281
1279
  "dependencies": {
1282
1280
  "cross-spawn": "^7.0.3",
1283
1281
  "get-stream": "^6.0.1",
1284
- "human-signals": "^3.0.1",
1282
+ "human-signals": "^4.3.0",
1285
1283
  "is-stream": "^3.0.0",
1286
1284
  "merge-stream": "^2.0.0",
1287
1285
  "npm-run-path": "^5.1.0",
@@ -1290,7 +1288,7 @@
1290
1288
  "strip-final-newline": "^3.0.0"
1291
1289
  },
1292
1290
  "engines": {
1293
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1291
+ "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
1294
1292
  },
1295
1293
  "funding": {
1296
1294
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
@@ -1327,11 +1325,11 @@
1327
1325
  }
1328
1326
  },
1329
1327
  "node_modules/@netlify/build/node_modules/human-signals": {
1330
- "version": "3.0.1",
1331
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
1332
- "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==",
1328
+ "version": "4.3.1",
1329
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
1330
+ "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
1333
1331
  "engines": {
1334
- "node": ">=12.20.0"
1332
+ "node": ">=14.18.0"
1335
1333
  }
1336
1334
  },
1337
1335
  "node_modules/@netlify/build/node_modules/indent-string": {
@@ -1409,29 +1407,15 @@
1409
1407
  "url": "https://github.com/sponsors/sindresorhus"
1410
1408
  }
1411
1409
  },
1412
- "node_modules/@netlify/build/node_modules/p-filter": {
1413
- "version": "3.0.0",
1414
- "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-3.0.0.tgz",
1415
- "integrity": "sha512-QtoWLjXAW++uTX67HZQz1dbTpqBfiidsB6VtQUC9iR85S120+s0T5sO6s+B5MLzFcZkrEd/DGMmCjR+f2Qpxwg==",
1416
- "dependencies": {
1417
- "p-map": "^5.1.0"
1418
- },
1419
- "engines": {
1420
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1421
- },
1422
- "funding": {
1423
- "url": "https://github.com/sponsors/sindresorhus"
1424
- }
1425
- },
1426
- "node_modules/@netlify/build/node_modules/p-filter/node_modules/p-map": {
1427
- "version": "5.5.0",
1428
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz",
1429
- "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==",
1410
+ "node_modules/@netlify/build/node_modules/p-event": {
1411
+ "version": "6.0.1",
1412
+ "resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz",
1413
+ "integrity": "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==",
1430
1414
  "dependencies": {
1431
- "aggregate-error": "^4.0.0"
1415
+ "p-timeout": "^6.1.2"
1432
1416
  },
1433
1417
  "engines": {
1434
- "node": ">=12"
1418
+ "node": ">=16.17"
1435
1419
  },
1436
1420
  "funding": {
1437
1421
  "url": "https://github.com/sponsors/sindresorhus"
@@ -1465,17 +1449,6 @@
1465
1449
  "url": "https://github.com/sponsors/sindresorhus"
1466
1450
  }
1467
1451
  },
1468
- "node_modules/@netlify/build/node_modules/p-map": {
1469
- "version": "6.0.0",
1470
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-6.0.0.tgz",
1471
- "integrity": "sha512-T8BatKGY+k5rU+Q/GTYgrEf2r4xRMevAN5mtXc2aPc4rS1j3s+vWTaO2Wag94neXuCAUAs8cxBL9EeB5EA6diw==",
1472
- "engines": {
1473
- "node": ">=16"
1474
- },
1475
- "funding": {
1476
- "url": "https://github.com/sponsors/sindresorhus"
1477
- }
1478
- },
1479
1452
  "node_modules/@netlify/build/node_modules/path-exists": {
1480
1453
  "version": "5.0.0",
1481
1454
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
@@ -1603,9 +1576,9 @@
1603
1576
  }
1604
1577
  },
1605
1578
  "node_modules/@netlify/config": {
1606
- "version": "20.21.0",
1607
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.21.0.tgz",
1608
- "integrity": "sha512-3t2IcYcaGIYagESXK7p4I0GOahlTxhR/UCgRdNKkv0ihIgYLW4CEmZXGHytyXYU55Ismbyt5W7EJ+Qi4fVy6VA==",
1579
+ "version": "20.21.2",
1580
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.21.2.tgz",
1581
+ "integrity": "sha512-W1D3yc79VU7B8L0h4iREjaCpQbudPAQTnmkNLlJhuvLDJn6SlsDiitGDvUpp+9VYAhwX5SJgYMvDGOlbWk+tMA==",
1609
1582
  "dependencies": {
1610
1583
  "@iarna/toml": "^2.2.5",
1611
1584
  "@netlify/headers-parser": "^7.3.0",
@@ -1614,7 +1587,7 @@
1614
1587
  "cron-parser": "^4.1.0",
1615
1588
  "deepmerge": "^4.2.2",
1616
1589
  "dot-prop": "^7.0.0",
1617
- "execa": "^6.0.0",
1590
+ "execa": "^7.0.0",
1618
1591
  "fast-safe-stringify": "^2.0.7",
1619
1592
  "figures": "^5.0.0",
1620
1593
  "filter-obj": "^5.0.0",
@@ -1623,7 +1596,7 @@
1623
1596
  "is-plain-obj": "^4.0.0",
1624
1597
  "js-yaml": "^4.0.0",
1625
1598
  "map-obj": "^5.0.0",
1626
- "netlify": "^13.2.0",
1599
+ "netlify": "^13.2.1",
1627
1600
  "node-fetch": "^3.3.1",
1628
1601
  "omit.js": "^2.0.2",
1629
1602
  "p-locate": "^6.0.0",
@@ -1665,13 +1638,13 @@
1665
1638
  }
1666
1639
  },
1667
1640
  "node_modules/@netlify/config/node_modules/execa": {
1668
- "version": "6.1.0",
1669
- "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz",
1670
- "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==",
1641
+ "version": "7.2.0",
1642
+ "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
1643
+ "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
1671
1644
  "dependencies": {
1672
1645
  "cross-spawn": "^7.0.3",
1673
1646
  "get-stream": "^6.0.1",
1674
- "human-signals": "^3.0.1",
1647
+ "human-signals": "^4.3.0",
1675
1648
  "is-stream": "^3.0.0",
1676
1649
  "merge-stream": "^2.0.0",
1677
1650
  "npm-run-path": "^5.1.0",
@@ -1680,7 +1653,7 @@
1680
1653
  "strip-final-newline": "^3.0.0"
1681
1654
  },
1682
1655
  "engines": {
1683
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1656
+ "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
1684
1657
  },
1685
1658
  "funding": {
1686
1659
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
@@ -1717,11 +1690,11 @@
1717
1690
  }
1718
1691
  },
1719
1692
  "node_modules/@netlify/config/node_modules/human-signals": {
1720
- "version": "3.0.1",
1721
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
1722
- "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==",
1693
+ "version": "4.3.1",
1694
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
1695
+ "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
1723
1696
  "engines": {
1724
- "node": ">=12.20.0"
1697
+ "node": ">=14.18.0"
1725
1698
  }
1726
1699
  },
1727
1700
  "node_modules/@netlify/config/node_modules/indent-string": {
@@ -1855,9 +1828,9 @@
1855
1828
  }
1856
1829
  },
1857
1830
  "node_modules/@netlify/edge-bundler": {
1858
- "version": "12.3.1",
1859
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-12.3.1.tgz",
1860
- "integrity": "sha512-Kmg7+OD/5PWyWUNDR7G6DyyL/+kliN8JcSe2vaZ6zmPWdK/+ejeCA+d/9ROOEMsAvX7heuwe74SA301Mp9ESaw==",
1831
+ "version": "12.3.2",
1832
+ "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-12.3.2.tgz",
1833
+ "integrity": "sha512-t1B+Eo5c+R4H7t20BGQHDIi3TwXYN9lPiCezJ16580fnWKGVwKoVW6/GvAPXURdlAHyq4+CZciGcxNWhWnTL7g==",
1861
1834
  "dependencies": {
1862
1835
  "@import-maps/resolve": "^1.0.1",
1863
1836
  "@vercel/nft": "0.27.7",
@@ -1867,7 +1840,7 @@
1867
1840
  "common-path-prefix": "^3.0.0",
1868
1841
  "env-paths": "^3.0.0",
1869
1842
  "esbuild": "0.21.2",
1870
- "execa": "^6.0.0",
1843
+ "execa": "^7.0.0",
1871
1844
  "find-up": "^6.3.0",
1872
1845
  "get-package-name": "^2.2.0",
1873
1846
  "get-port": "^6.1.2",
@@ -1876,7 +1849,7 @@
1876
1849
  "node-fetch": "^3.1.1",
1877
1850
  "node-stream-zip": "^1.15.0",
1878
1851
  "p-retry": "^5.1.1",
1879
- "p-wait-for": "^4.1.0",
1852
+ "p-wait-for": "^5.0.0",
1880
1853
  "path-key": "^4.0.0",
1881
1854
  "semver": "^7.3.8",
1882
1855
  "tmp-promise": "^3.0.3",
@@ -2293,13 +2266,13 @@
2293
2266
  }
2294
2267
  },
2295
2268
  "node_modules/@netlify/edge-bundler/node_modules/execa": {
2296
- "version": "6.1.0",
2297
- "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz",
2298
- "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==",
2269
+ "version": "7.2.0",
2270
+ "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
2271
+ "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
2299
2272
  "dependencies": {
2300
2273
  "cross-spawn": "^7.0.3",
2301
2274
  "get-stream": "^6.0.1",
2302
- "human-signals": "^3.0.1",
2275
+ "human-signals": "^4.3.0",
2303
2276
  "is-stream": "^3.0.0",
2304
2277
  "merge-stream": "^2.0.0",
2305
2278
  "npm-run-path": "^5.1.0",
@@ -2308,16 +2281,26 @@
2308
2281
  "strip-final-newline": "^3.0.0"
2309
2282
  },
2310
2283
  "engines": {
2311
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2284
+ "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
2312
2285
  },
2313
2286
  "funding": {
2314
2287
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
2315
2288
  }
2316
2289
  },
2317
2290
  "node_modules/@netlify/edge-bundler/node_modules/fast-uri": {
2318
- "version": "3.0.3",
2319
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz",
2320
- "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw=="
2291
+ "version": "3.0.5",
2292
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.5.tgz",
2293
+ "integrity": "sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==",
2294
+ "funding": [
2295
+ {
2296
+ "type": "github",
2297
+ "url": "https://github.com/sponsors/fastify"
2298
+ },
2299
+ {
2300
+ "type": "opencollective",
2301
+ "url": "https://opencollective.com/fastify"
2302
+ }
2303
+ ]
2321
2304
  },
2322
2305
  "node_modules/@netlify/edge-bundler/node_modules/find-up": {
2323
2306
  "version": "6.3.0",
@@ -2346,11 +2329,11 @@
2346
2329
  }
2347
2330
  },
2348
2331
  "node_modules/@netlify/edge-bundler/node_modules/human-signals": {
2349
- "version": "3.0.1",
2350
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
2351
- "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==",
2332
+ "version": "4.3.1",
2333
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
2334
+ "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
2352
2335
  "engines": {
2353
- "node": ">=12.20.0"
2336
+ "node": ">=14.18.0"
2354
2337
  }
2355
2338
  },
2356
2339
  "node_modules/@netlify/edge-bundler/node_modules/is-stream": {
@@ -2397,31 +2380,6 @@
2397
2380
  "url": "https://github.com/sponsors/sindresorhus"
2398
2381
  }
2399
2382
  },
2400
- "node_modules/@netlify/edge-bundler/node_modules/p-timeout": {
2401
- "version": "5.1.0",
2402
- "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
2403
- "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==",
2404
- "engines": {
2405
- "node": ">=12"
2406
- },
2407
- "funding": {
2408
- "url": "https://github.com/sponsors/sindresorhus"
2409
- }
2410
- },
2411
- "node_modules/@netlify/edge-bundler/node_modules/p-wait-for": {
2412
- "version": "4.1.0",
2413
- "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
2414
- "integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
2415
- "dependencies": {
2416
- "p-timeout": "^5.0.0"
2417
- },
2418
- "engines": {
2419
- "node": ">=12"
2420
- },
2421
- "funding": {
2422
- "url": "https://github.com/sponsors/sindresorhus"
2423
- }
2424
- },
2425
2383
  "node_modules/@netlify/edge-bundler/node_modules/path-exists": {
2426
2384
  "version": "5.0.0",
2427
2385
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
@@ -2447,16 +2405,16 @@
2447
2405
  "integrity": "sha512-pyQOTZ8a+ge5lZlE+H/UAHyuqQqtL5gE0pXrHT9mOykr3YQqnkB2hZMtx12odatZ87gHg4EA+UPyMZUbLfnXvw=="
2448
2406
  },
2449
2407
  "node_modules/@netlify/framework-info": {
2450
- "version": "9.9.0",
2451
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.9.0.tgz",
2452
- "integrity": "sha512-ucPBnBJVJUjsoCAhFy76zjQgg2hLPaR1jTOjH5W/jglc5DIZ9HJSgHfTp4e9A3ok8GXvQyTrYKE5kTZpwLoYQQ==",
2408
+ "version": "9.9.1",
2409
+ "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.9.1.tgz",
2410
+ "integrity": "sha512-UT7ipYfPRNo65S86fL07NECCLfW7yflQNtddJCWbJAYziAv7DRTwplZkaT/RBaKaIfEDC5yV6uumvYRQFy7PCQ==",
2453
2411
  "dependencies": {
2454
2412
  "ajv": "^8.12.0",
2455
2413
  "filter-obj": "^5.0.0",
2456
2414
  "find-up": "^6.3.0",
2457
2415
  "is-plain-obj": "^4.0.0",
2458
2416
  "locate-path": "^7.0.0",
2459
- "p-filter": "^3.0.0",
2417
+ "p-filter": "^4.0.0",
2460
2418
  "p-locate": "^6.0.0",
2461
2419
  "process": "^0.11.10",
2462
2420
  "read-package-up": "^11.0.0",
@@ -2501,20 +2459,6 @@
2501
2459
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
2502
2460
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
2503
2461
  },
2504
- "node_modules/@netlify/framework-info/node_modules/p-filter": {
2505
- "version": "3.0.0",
2506
- "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-3.0.0.tgz",
2507
- "integrity": "sha512-QtoWLjXAW++uTX67HZQz1dbTpqBfiidsB6VtQUC9iR85S120+s0T5sO6s+B5MLzFcZkrEd/DGMmCjR+f2Qpxwg==",
2508
- "dependencies": {
2509
- "p-map": "^5.1.0"
2510
- },
2511
- "engines": {
2512
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2513
- },
2514
- "funding": {
2515
- "url": "https://github.com/sponsors/sindresorhus"
2516
- }
2517
- },
2518
2462
  "node_modules/@netlify/framework-info/node_modules/p-limit": {
2519
2463
  "version": "4.0.0",
2520
2464
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
@@ -2543,20 +2487,6 @@
2543
2487
  "url": "https://github.com/sponsors/sindresorhus"
2544
2488
  }
2545
2489
  },
2546
- "node_modules/@netlify/framework-info/node_modules/p-map": {
2547
- "version": "5.5.0",
2548
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz",
2549
- "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==",
2550
- "dependencies": {
2551
- "aggregate-error": "^4.0.0"
2552
- },
2553
- "engines": {
2554
- "node": ">=12"
2555
- },
2556
- "funding": {
2557
- "url": "https://github.com/sponsors/sindresorhus"
2558
- }
2559
- },
2560
2490
  "node_modules/@netlify/framework-info/node_modules/path-exists": {
2561
2491
  "version": "5.0.0",
2562
2492
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
@@ -2577,11 +2507,11 @@
2577
2507
  }
2578
2508
  },
2579
2509
  "node_modules/@netlify/functions-utils": {
2580
- "version": "5.3.1",
2581
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.3.1.tgz",
2582
- "integrity": "sha512-Bm1Uro1Uql21/PUKcpGcBv88e5qd3fRHSmO9FM/uE1HxtsuujXer1pRTE/+qZRnPXpeLLtWwda7a3zIfADOEaw==",
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==",
2583
2513
  "dependencies": {
2584
- "@netlify/zip-it-and-ship-it": "9.42.1",
2514
+ "@netlify/zip-it-and-ship-it": "9.42.2",
2585
2515
  "cpy": "^9.0.0",
2586
2516
  "path-exists": "^5.0.0"
2587
2517
  },
@@ -3106,9 +3036,9 @@
3106
3036
  }
3107
3037
  },
3108
3038
  "node_modules/@netlify/zip-it-and-ship-it": {
3109
- "version": "9.42.1",
3110
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.42.1.tgz",
3111
- "integrity": "sha512-ZCGM2OnLbiFOZO+kpODI6BKjH6X4a6vE/tJd0aqIvKWiygZgxhIw5APZUzgwLGv4BahIBG+tcfKgW7krpZYLwA==",
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==",
3112
3042
  "dependencies": {
3113
3043
  "@babel/parser": "^7.22.5",
3114
3044
  "@babel/types": "7.26.3",
@@ -3120,7 +3050,7 @@
3120
3050
  "cp-file": "^10.0.0",
3121
3051
  "es-module-lexer": "^1.0.0",
3122
3052
  "esbuild": "0.19.11",
3123
- "execa": "^6.0.0",
3053
+ "execa": "^7.0.0",
3124
3054
  "fast-glob": "^3.3.2",
3125
3055
  "filter-obj": "^5.0.0",
3126
3056
  "find-up": "^6.0.0",
@@ -3132,7 +3062,7 @@
3132
3062
  "merge-options": "^3.0.4",
3133
3063
  "minimatch": "^9.0.0",
3134
3064
  "normalize-path": "^3.0.0",
3135
- "p-map": "^5.0.0",
3065
+ "p-map": "^7.0.0",
3136
3066
  "path-exists": "^5.0.0",
3137
3067
  "precinct": "^11.0.0",
3138
3068
  "require-package-name": "^2.0.1",
@@ -3173,13 +3103,13 @@
3173
3103
  }
3174
3104
  },
3175
3105
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/execa": {
3176
- "version": "6.1.0",
3177
- "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz",
3178
- "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==",
3106
+ "version": "7.2.0",
3107
+ "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
3108
+ "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
3179
3109
  "dependencies": {
3180
3110
  "cross-spawn": "^7.0.3",
3181
3111
  "get-stream": "^6.0.1",
3182
- "human-signals": "^3.0.1",
3112
+ "human-signals": "^4.3.0",
3183
3113
  "is-stream": "^3.0.0",
3184
3114
  "merge-stream": "^2.0.0",
3185
3115
  "npm-run-path": "^5.1.0",
@@ -3188,7 +3118,7 @@
3188
3118
  "strip-final-newline": "^3.0.0"
3189
3119
  },
3190
3120
  "engines": {
3191
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3121
+ "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
3192
3122
  },
3193
3123
  "funding": {
3194
3124
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
@@ -3240,11 +3170,11 @@
3240
3170
  }
3241
3171
  },
3242
3172
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/human-signals": {
3243
- "version": "3.0.1",
3244
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
3245
- "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==",
3173
+ "version": "4.3.1",
3174
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
3175
+ "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
3246
3176
  "engines": {
3247
- "node": ">=12.20.0"
3177
+ "node": ">=14.18.0"
3248
3178
  }
3249
3179
  },
3250
3180
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/is-stream": {
@@ -3300,20 +3230,6 @@
3300
3230
  "url": "https://github.com/sponsors/sindresorhus"
3301
3231
  }
3302
3232
  },
3303
- "node_modules/@netlify/zip-it-and-ship-it/node_modules/p-map": {
3304
- "version": "5.5.0",
3305
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz",
3306
- "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==",
3307
- "dependencies": {
3308
- "aggregate-error": "^4.0.0"
3309
- },
3310
- "engines": {
3311
- "node": ">=12"
3312
- },
3313
- "funding": {
3314
- "url": "https://github.com/sponsors/sindresorhus"
3315
- }
3316
- },
3317
3233
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/path-exists": {
3318
3234
  "version": "5.0.0",
3319
3235
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
@@ -4294,9 +4210,9 @@
4294
4210
  "peer": true
4295
4211
  },
4296
4212
  "node_modules/@types/node": {
4297
- "version": "22.10.1",
4298
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz",
4299
- "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==",
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==",
4300
4216
  "dependencies": {
4301
4217
  "undici-types": "~6.20.0"
4302
4218
  }
@@ -5675,9 +5591,9 @@
5675
5591
  }
5676
5592
  },
5677
5593
  "node_modules/chalk": {
5678
- "version": "5.3.0",
5679
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
5680
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
5594
+ "version": "5.4.1",
5595
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
5596
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
5681
5597
  "engines": {
5682
5598
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
5683
5599
  },
@@ -5826,42 +5742,6 @@
5826
5742
  "url": "https://github.com/sponsors/sindresorhus"
5827
5743
  }
5828
5744
  },
5829
- "node_modules/cli-truncate": {
5830
- "version": "4.0.0",
5831
- "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz",
5832
- "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==",
5833
- "dependencies": {
5834
- "slice-ansi": "^5.0.0",
5835
- "string-width": "^7.0.0"
5836
- },
5837
- "engines": {
5838
- "node": ">=18"
5839
- },
5840
- "funding": {
5841
- "url": "https://github.com/sponsors/sindresorhus"
5842
- }
5843
- },
5844
- "node_modules/cli-truncate/node_modules/emoji-regex": {
5845
- "version": "10.3.0",
5846
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
5847
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw=="
5848
- },
5849
- "node_modules/cli-truncate/node_modules/string-width": {
5850
- "version": "7.1.0",
5851
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
5852
- "integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
5853
- "dependencies": {
5854
- "emoji-regex": "^10.3.0",
5855
- "get-east-asian-width": "^1.0.0",
5856
- "strip-ansi": "^7.1.0"
5857
- },
5858
- "engines": {
5859
- "node": ">=18"
5860
- },
5861
- "funding": {
5862
- "url": "https://github.com/sponsors/sindresorhus"
5863
- }
5864
- },
5865
5745
  "node_modules/cli-width": {
5866
5746
  "version": "2.2.1",
5867
5747
  "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz",
@@ -6032,11 +5912,6 @@
6032
5912
  "color-support": "bin.js"
6033
5913
  }
6034
5914
  },
6035
- "node_modules/colorette": {
6036
- "version": "2.0.20",
6037
- "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
6038
- "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w=="
6039
- },
6040
5915
  "node_modules/colors": {
6041
5916
  "version": "1.4.0",
6042
5917
  "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
@@ -8682,22 +8557,6 @@
8682
8557
  "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
8683
8558
  "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
8684
8559
  },
8685
- "node_modules/hasbin": {
8686
- "version": "1.2.3",
8687
- "resolved": "https://registry.npmjs.org/hasbin/-/hasbin-1.2.3.tgz",
8688
- "integrity": "sha512-CCd8e/w2w28G8DyZvKgiHnQJ/5XXDz6qiUHnthvtag/6T5acUeN5lqq+HMoBqcmgWueWDhiCplrw0Kb1zDACRg==",
8689
- "dependencies": {
8690
- "async": "~1.5"
8691
- },
8692
- "engines": {
8693
- "node": ">=0.10"
8694
- }
8695
- },
8696
- "node_modules/hasbin/node_modules/async": {
8697
- "version": "1.5.2",
8698
- "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
8699
- "integrity": "sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w=="
8700
- },
8701
8560
  "node_modules/hasha": {
8702
8561
  "version": "5.2.2",
8703
8562
  "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.2.tgz",
@@ -8862,11 +8721,11 @@
8862
8721
  }
8863
8722
  },
8864
8723
  "node_modules/https-proxy-agent": {
8865
- "version": "7.0.5",
8866
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
8867
- "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
8724
+ "version": "7.0.6",
8725
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
8726
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
8868
8727
  "dependencies": {
8869
- "agent-base": "^7.0.2",
8728
+ "agent-base": "^7.1.2",
8870
8729
  "debug": "4"
8871
8730
  },
8872
8731
  "engines": {
@@ -8874,12 +8733,9 @@
8874
8733
  }
8875
8734
  },
8876
8735
  "node_modules/https-proxy-agent/node_modules/agent-base": {
8877
- "version": "7.1.1",
8878
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
8879
- "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
8880
- "dependencies": {
8881
- "debug": "^4.3.4"
8882
- },
8736
+ "version": "7.1.3",
8737
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
8738
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
8883
8739
  "engines": {
8884
8740
  "node": ">= 14"
8885
8741
  }
@@ -9446,17 +9302,6 @@
9446
9302
  "node": ">=0.10.0"
9447
9303
  }
9448
9304
  },
9449
- "node_modules/is-fullwidth-code-point": {
9450
- "version": "4.0.0",
9451
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
9452
- "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
9453
- "engines": {
9454
- "node": ">=12"
9455
- },
9456
- "funding": {
9457
- "url": "https://github.com/sponsors/sindresorhus"
9458
- }
9459
- },
9460
9305
  "node_modules/is-glob": {
9461
9306
  "version": "4.0.3",
9462
9307
  "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
@@ -10043,64 +9888,6 @@
10043
9888
  "listhen": "bin/listhen.mjs"
10044
9889
  }
10045
9890
  },
10046
- "node_modules/listr2": {
10047
- "version": "8.2.5",
10048
- "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.5.tgz",
10049
- "integrity": "sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==",
10050
- "dependencies": {
10051
- "cli-truncate": "^4.0.0",
10052
- "colorette": "^2.0.20",
10053
- "eventemitter3": "^5.0.1",
10054
- "log-update": "^6.1.0",
10055
- "rfdc": "^1.4.1",
10056
- "wrap-ansi": "^9.0.0"
10057
- },
10058
- "engines": {
10059
- "node": ">=18.0.0"
10060
- }
10061
- },
10062
- "node_modules/listr2/node_modules/emoji-regex": {
10063
- "version": "10.4.0",
10064
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
10065
- "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw=="
10066
- },
10067
- "node_modules/listr2/node_modules/eventemitter3": {
10068
- "version": "5.0.1",
10069
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
10070
- "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
10071
- },
10072
- "node_modules/listr2/node_modules/string-width": {
10073
- "version": "7.2.0",
10074
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
10075
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
10076
- "dependencies": {
10077
- "emoji-regex": "^10.3.0",
10078
- "get-east-asian-width": "^1.0.0",
10079
- "strip-ansi": "^7.1.0"
10080
- },
10081
- "engines": {
10082
- "node": ">=18"
10083
- },
10084
- "funding": {
10085
- "url": "https://github.com/sponsors/sindresorhus"
10086
- }
10087
- },
10088
- "node_modules/listr2/node_modules/wrap-ansi": {
10089
- "version": "9.0.0",
10090
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
10091
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
10092
- "dependencies": {
10093
- "ansi-styles": "^6.2.1",
10094
- "string-width": "^7.0.0",
10095
- "strip-ansi": "^7.1.0"
10096
- },
10097
- "engines": {
10098
- "node": ">=18"
10099
- },
10100
- "funding": {
10101
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
10102
- }
10103
- },
10104
9891
  "node_modules/locate-path": {
10105
9892
  "version": "7.2.0",
10106
9893
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
@@ -10921,15 +10708,16 @@
10921
10708
  "optional": true
10922
10709
  },
10923
10710
  "node_modules/nanoid": {
10924
- "version": "3.3.7",
10925
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
10926
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
10711
+ "version": "3.3.8",
10712
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
10713
+ "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
10927
10714
  "funding": [
10928
10715
  {
10929
10716
  "type": "github",
10930
10717
  "url": "https://github.com/sponsors/ai"
10931
10718
  }
10932
10719
  ],
10720
+ "license": "MIT",
10933
10721
  "bin": {
10934
10722
  "nanoid": "bin/nanoid.cjs"
10935
10723
  },
@@ -10956,16 +10744,16 @@
10956
10744
  "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
10957
10745
  },
10958
10746
  "node_modules/netlify": {
10959
- "version": "13.2.0",
10960
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.2.0.tgz",
10961
- "integrity": "sha512-kOBfGlg3EMCjMLIBYjg0geMZaqzL75gg3bAuarjtj+/66zxbhh5qF6ZNQs+Tcq2MT3oJXG3ENKVNdnuvD1i5ag==",
10747
+ "version": "13.2.1",
10748
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.2.1.tgz",
10749
+ "integrity": "sha512-H74wp5O8Rxv1pRHSd+Ewc9pmw4ZDaH9B3C9Wtj7LB5BeE9gZwZyrXkSoSAHZlN9R5cnkI93CwBBfTaWdWy663Q==",
10962
10750
  "dependencies": {
10963
10751
  "@netlify/open-api": "^2.35.0",
10964
10752
  "lodash-es": "^4.17.21",
10965
10753
  "micro-api-client": "^3.3.0",
10966
10754
  "node-fetch": "^3.0.0",
10967
10755
  "omit.js": "^2.0.2",
10968
- "p-wait-for": "^4.0.0",
10756
+ "p-wait-for": "^5.0.0",
10969
10757
  "qs": "^6.9.6"
10970
10758
  },
10971
10759
  "engines": {
@@ -10977,31 +10765,6 @@
10977
10765
  "resolved": "https://registry.npmjs.org/netlify-redirector/-/netlify-redirector-0.5.0.tgz",
10978
10766
  "integrity": "sha512-4zdzIP+6muqPCuE8avnrgDJ6KW/2+UpHTRcTbMXCIRxiRmyrX+IZ4WSJGZdHPWF3WmQpXpy603XxecZ9iygN7w=="
10979
10767
  },
10980
- "node_modules/netlify/node_modules/p-timeout": {
10981
- "version": "5.1.0",
10982
- "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
10983
- "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==",
10984
- "engines": {
10985
- "node": ">=12"
10986
- },
10987
- "funding": {
10988
- "url": "https://github.com/sponsors/sindresorhus"
10989
- }
10990
- },
10991
- "node_modules/netlify/node_modules/p-wait-for": {
10992
- "version": "4.1.0",
10993
- "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
10994
- "integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
10995
- "dependencies": {
10996
- "p-timeout": "^5.0.0"
10997
- },
10998
- "engines": {
10999
- "node": ">=12"
11000
- },
11001
- "funding": {
11002
- "url": "https://github.com/sponsors/sindresorhus"
11003
- }
11004
- },
11005
10768
  "node_modules/node-abi": {
11006
10769
  "version": "3.51.0",
11007
10770
  "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.51.0.tgz",
@@ -11578,9 +11341,9 @@
11578
11341
  }
11579
11342
  },
11580
11343
  "node_modules/p-map": {
11581
- "version": "7.0.2",
11582
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.2.tgz",
11583
- "integrity": "sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q==",
11344
+ "version": "7.0.3",
11345
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz",
11346
+ "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==",
11584
11347
  "engines": {
11585
11348
  "node": ">=18"
11586
11349
  },
@@ -11813,9 +11576,10 @@
11813
11576
  "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
11814
11577
  },
11815
11578
  "node_modules/picocolors": {
11816
- "version": "1.1.0",
11817
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
11818
- "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
11579
+ "version": "1.1.1",
11580
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
11581
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
11582
+ "license": "ISC"
11819
11583
  },
11820
11584
  "node_modules/picomatch": {
11821
11585
  "version": "2.3.1",
@@ -11829,106 +11593,24 @@
11829
11593
  }
11830
11594
  },
11831
11595
  "node_modules/pino": {
11832
- "version": "9.4.0",
11833
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz",
11834
- "integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==",
11835
- "dependencies": {
11836
- "atomic-sleep": "^1.0.0",
11837
- "fast-redact": "^3.1.1",
11838
- "on-exit-leak-free": "^2.1.0",
11839
- "pino-abstract-transport": "^1.2.0",
11840
- "pino-std-serializers": "^7.0.0",
11841
- "process-warning": "^4.0.0",
11842
- "quick-format-unescaped": "^4.0.3",
11843
- "real-require": "^0.2.0",
11844
- "safe-stable-stringify": "^2.3.1",
11845
- "sonic-boom": "^4.0.1",
11846
- "thread-stream": "^3.0.0"
11847
- },
11848
- "bin": {
11849
- "pino": "bin.js"
11850
- }
11851
- },
11852
- "node_modules/pino-abstract-transport": {
11853
- "version": "1.2.0",
11854
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
11855
- "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
11856
- "dependencies": {
11857
- "readable-stream": "^4.0.0",
11858
- "split2": "^4.0.0"
11859
- }
11860
- },
11861
- "node_modules/pino-abstract-transport/node_modules/buffer": {
11862
- "version": "6.0.3",
11863
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
11864
- "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
11865
- "funding": [
11866
- {
11867
- "type": "github",
11868
- "url": "https://github.com/sponsors/feross"
11869
- },
11870
- {
11871
- "type": "patreon",
11872
- "url": "https://www.patreon.com/feross"
11873
- },
11874
- {
11875
- "type": "consulting",
11876
- "url": "https://feross.org/support"
11877
- }
11878
- ],
11879
- "dependencies": {
11880
- "base64-js": "^1.3.1",
11881
- "ieee754": "^1.2.1"
11882
- }
11883
- },
11884
- "node_modules/pino-abstract-transport/node_modules/readable-stream": {
11885
- "version": "4.5.2",
11886
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
11887
- "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
11888
- "dependencies": {
11889
- "abort-controller": "^3.0.0",
11890
- "buffer": "^6.0.3",
11891
- "events": "^3.3.0",
11892
- "process": "^0.11.10",
11893
- "string_decoder": "^1.3.0"
11894
- },
11895
- "engines": {
11896
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11897
- }
11898
- },
11899
- "node_modules/pino-abstract-transport/node_modules/safe-buffer": {
11900
- "version": "5.2.1",
11901
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
11902
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
11903
- "funding": [
11904
- {
11905
- "type": "github",
11906
- "url": "https://github.com/sponsors/feross"
11907
- },
11908
- {
11909
- "type": "patreon",
11910
- "url": "https://www.patreon.com/feross"
11911
- },
11912
- {
11913
- "type": "consulting",
11914
- "url": "https://feross.org/support"
11915
- }
11916
- ]
11917
- },
11918
- "node_modules/pino-abstract-transport/node_modules/split2": {
11919
- "version": "4.2.0",
11920
- "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
11921
- "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
11922
- "engines": {
11923
- "node": ">= 10.x"
11924
- }
11925
- },
11926
- "node_modules/pino-abstract-transport/node_modules/string_decoder": {
11927
- "version": "1.3.0",
11928
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
11929
- "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
11596
+ "version": "9.5.0",
11597
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.5.0.tgz",
11598
+ "integrity": "sha512-xSEmD4pLnV54t0NOUN16yCl7RIB1c5UUOse5HSyEXtBp+FgFQyPeDutc+Q2ZO7/22vImV7VfEjH/1zV2QuqvYw==",
11930
11599
  "dependencies": {
11931
- "safe-buffer": "~5.2.0"
11600
+ "atomic-sleep": "^1.0.0",
11601
+ "fast-redact": "^3.1.1",
11602
+ "on-exit-leak-free": "^2.1.0",
11603
+ "pino-abstract-transport": "^2.0.0",
11604
+ "pino-std-serializers": "^7.0.0",
11605
+ "process-warning": "^4.0.0",
11606
+ "quick-format-unescaped": "^4.0.3",
11607
+ "real-require": "^0.2.0",
11608
+ "safe-stable-stringify": "^2.3.1",
11609
+ "sonic-boom": "^4.0.1",
11610
+ "thread-stream": "^3.0.0"
11611
+ },
11612
+ "bin": {
11613
+ "pino": "bin.js"
11932
11614
  }
11933
11615
  },
11934
11616
  "node_modules/pino-std-serializers": {
@@ -11936,6 +11618,14 @@
11936
11618
  "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz",
11937
11619
  "integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA=="
11938
11620
  },
11621
+ "node_modules/pino/node_modules/pino-abstract-transport": {
11622
+ "version": "2.0.0",
11623
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
11624
+ "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
11625
+ "dependencies": {
11626
+ "split2": "^4.0.0"
11627
+ }
11628
+ },
11939
11629
  "node_modules/pino/node_modules/process-warning": {
11940
11630
  "version": "4.0.0",
11941
11631
  "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.0.tgz",
@@ -11949,6 +11639,14 @@
11949
11639
  "atomic-sleep": "^1.0.0"
11950
11640
  }
11951
11641
  },
11642
+ "node_modules/pino/node_modules/split2": {
11643
+ "version": "4.2.0",
11644
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
11645
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
11646
+ "engines": {
11647
+ "node": ">= 10.x"
11648
+ }
11649
+ },
11952
11650
  "node_modules/pkg-types": {
11953
11651
  "version": "1.0.3",
11954
11652
  "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz",
@@ -11960,9 +11658,9 @@
11960
11658
  }
11961
11659
  },
11962
11660
  "node_modules/postcss": {
11963
- "version": "8.4.47",
11964
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
11965
- "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
11661
+ "version": "8.4.49",
11662
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
11663
+ "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
11966
11664
  "funding": [
11967
11665
  {
11968
11666
  "type": "opencollective",
@@ -11977,9 +11675,10 @@
11977
11675
  "url": "https://github.com/sponsors/ai"
11978
11676
  }
11979
11677
  ],
11678
+ "license": "MIT",
11980
11679
  "dependencies": {
11981
11680
  "nanoid": "^3.3.7",
11982
- "picocolors": "^1.1.0",
11681
+ "picocolors": "^1.1.1",
11983
11682
  "source-map-js": "^1.2.1"
11984
11683
  },
11985
11684
  "engines": {
@@ -13152,21 +12851,6 @@
13152
12851
  "node": ">=8"
13153
12852
  }
13154
12853
  },
13155
- "node_modules/slice-ansi": {
13156
- "version": "5.0.0",
13157
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
13158
- "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
13159
- "dependencies": {
13160
- "ansi-styles": "^6.0.0",
13161
- "is-fullwidth-code-point": "^4.0.0"
13162
- },
13163
- "engines": {
13164
- "node": ">=12"
13165
- },
13166
- "funding": {
13167
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
13168
- }
13169
- },
13170
12854
  "node_modules/sort-keys": {
13171
12855
  "version": "1.1.2",
13172
12856
  "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
@@ -15482,9 +15166,9 @@
15482
15166
  "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w=="
15483
15167
  },
15484
15168
  "@jridgewell/sourcemap-codec": {
15485
- "version": "1.4.15",
15486
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
15487
- "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
15169
+ "version": "1.5.0",
15170
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
15171
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
15488
15172
  },
15489
15173
  "@jridgewell/trace-mapping": {
15490
15174
  "version": "0.3.9",
@@ -15546,27 +15230,27 @@
15546
15230
  "integrity": "sha512-9hIbusvAZjSGBJ42OyFC2AxsEph1LuKQahMWFcPGEIsOqIYHhMRkYA7wSUMhH7naydjNmllpcp3pJLOK4RhFaQ=="
15547
15231
  },
15548
15232
  "@netlify/build": {
15549
- "version": "29.58.0",
15550
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.58.0.tgz",
15551
- "integrity": "sha512-aLFJTQtP7uwoFUzq5IPLRL3Zy8FTyvW0MfHRzzV7jku416uOAcLXy9EkvpJcuvXpqvTsuKBlF553Jirz2UlNRw==",
15233
+ "version": "29.58.2",
15234
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.58.2.tgz",
15235
+ "integrity": "sha512-/kb5jkPifwzea26paiayiw417nqk/1Q4S1WZzjrqClEmyW9kEzJ7J3xCbpVZw7KBOCK7IaYbx+6MkiZtr7I9xQ==",
15552
15236
  "requires": {
15553
15237
  "@bugsnag/js": "^7.0.0",
15554
15238
  "@netlify/blobs": "^7.4.0",
15555
15239
  "@netlify/cache-utils": "^5.2.0",
15556
- "@netlify/config": "^20.21.0",
15557
- "@netlify/edge-bundler": "12.3.1",
15558
- "@netlify/framework-info": "^9.9.0",
15559
- "@netlify/functions-utils": "^5.3.1",
15240
+ "@netlify/config": "^20.21.2",
15241
+ "@netlify/edge-bundler": "12.3.2",
15242
+ "@netlify/framework-info": "^9.9.1",
15243
+ "@netlify/functions-utils": "^5.3.2",
15560
15244
  "@netlify/git-utils": "^5.2.0",
15561
15245
  "@netlify/opentelemetry-utils": "^1.3.0",
15562
15246
  "@netlify/plugins-list": "^6.80.0",
15563
15247
  "@netlify/run-utils": "^5.2.0",
15564
- "@netlify/zip-it-and-ship-it": "9.42.1",
15248
+ "@netlify/zip-it-and-ship-it": "9.42.2",
15565
15249
  "@sindresorhus/slugify": "^2.0.0",
15566
15250
  "ansi-escapes": "^6.0.0",
15567
15251
  "chalk": "^5.0.0",
15568
15252
  "clean-stack": "^4.0.0",
15569
- "execa": "^6.0.0",
15253
+ "execa": "^7.0.0",
15570
15254
  "fdir": "^6.0.1",
15571
15255
  "figures": "^5.0.0",
15572
15256
  "filter-obj": "^5.0.0",
@@ -15583,11 +15267,11 @@
15583
15267
  "minimatch": "^9.0.4",
15584
15268
  "node-fetch": "^3.3.2",
15585
15269
  "os-name": "^5.0.0",
15586
- "p-event": "^5.0.0",
15270
+ "p-event": "^6.0.0",
15587
15271
  "p-every": "^2.0.0",
15588
- "p-filter": "^3.0.0",
15272
+ "p-filter": "^4.0.0",
15589
15273
  "p-locate": "^6.0.0",
15590
- "p-map": "^6.0.0",
15274
+ "p-map": "^7.0.0",
15591
15275
  "p-reduce": "^3.0.0",
15592
15276
  "path-exists": "^5.0.0",
15593
15277
  "path-type": "^5.0.0",
@@ -15639,13 +15323,13 @@
15639
15323
  "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="
15640
15324
  },
15641
15325
  "execa": {
15642
- "version": "6.1.0",
15643
- "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz",
15644
- "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==",
15326
+ "version": "7.2.0",
15327
+ "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
15328
+ "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
15645
15329
  "requires": {
15646
15330
  "cross-spawn": "^7.0.3",
15647
15331
  "get-stream": "^6.0.1",
15648
- "human-signals": "^3.0.1",
15332
+ "human-signals": "^4.3.0",
15649
15333
  "is-stream": "^3.0.0",
15650
15334
  "merge-stream": "^2.0.0",
15651
15335
  "npm-run-path": "^5.1.0",
@@ -15673,9 +15357,9 @@
15673
15357
  }
15674
15358
  },
15675
15359
  "human-signals": {
15676
- "version": "3.0.1",
15677
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
15678
- "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ=="
15360
+ "version": "4.3.1",
15361
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
15362
+ "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ=="
15679
15363
  },
15680
15364
  "indent-string": {
15681
15365
  "version": "5.0.0",
@@ -15716,22 +15400,12 @@
15716
15400
  "mimic-fn": "^4.0.0"
15717
15401
  }
15718
15402
  },
15719
- "p-filter": {
15720
- "version": "3.0.0",
15721
- "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-3.0.0.tgz",
15722
- "integrity": "sha512-QtoWLjXAW++uTX67HZQz1dbTpqBfiidsB6VtQUC9iR85S120+s0T5sO6s+B5MLzFcZkrEd/DGMmCjR+f2Qpxwg==",
15403
+ "p-event": {
15404
+ "version": "6.0.1",
15405
+ "resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz",
15406
+ "integrity": "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==",
15723
15407
  "requires": {
15724
- "p-map": "^5.1.0"
15725
- },
15726
- "dependencies": {
15727
- "p-map": {
15728
- "version": "5.5.0",
15729
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz",
15730
- "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==",
15731
- "requires": {
15732
- "aggregate-error": "^4.0.0"
15733
- }
15734
- }
15408
+ "p-timeout": "^6.1.2"
15735
15409
  }
15736
15410
  },
15737
15411
  "p-limit": {
@@ -15750,11 +15424,6 @@
15750
15424
  "p-limit": "^4.0.0"
15751
15425
  }
15752
15426
  },
15753
- "p-map": {
15754
- "version": "6.0.0",
15755
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-6.0.0.tgz",
15756
- "integrity": "sha512-T8BatKGY+k5rU+Q/GTYgrEf2r4xRMevAN5mtXc2aPc4rS1j3s+vWTaO2Wag94neXuCAUAs8cxBL9EeB5EA6diw=="
15757
- },
15758
15427
  "path-exists": {
15759
15428
  "version": "5.0.0",
15760
15429
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
@@ -15796,9 +15465,9 @@
15796
15465
  }
15797
15466
  },
15798
15467
  "@netlify/build-info": {
15799
- "version": "7.17.0",
15800
- "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.17.0.tgz",
15801
- "integrity": "sha512-503ES8SfLMkWQyBs41YCoWOLJWmcgcBZXfdtltz/jPSFaFXdpzlhq/CV3W9uHnKgLG/MBkEtTlBRtzy5weHKVw==",
15468
+ "version": "8.0.0",
15469
+ "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-8.0.0.tgz",
15470
+ "integrity": "sha512-WwExAgIkyznvT55bvS2G0Kk8s+jC/e/3KzrQhSXVrvDunfVRXi66xcIKzaKUcaqnC45odqJXfYs++w4P7QK2xw==",
15802
15471
  "requires": {
15803
15472
  "@bugsnag/js": "^7.20.0",
15804
15473
  "@iarna/toml": "^2.2.5",
@@ -15907,9 +15576,9 @@
15907
15576
  }
15908
15577
  },
15909
15578
  "@netlify/config": {
15910
- "version": "20.21.0",
15911
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.21.0.tgz",
15912
- "integrity": "sha512-3t2IcYcaGIYagESXK7p4I0GOahlTxhR/UCgRdNKkv0ihIgYLW4CEmZXGHytyXYU55Ismbyt5W7EJ+Qi4fVy6VA==",
15579
+ "version": "20.21.2",
15580
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.21.2.tgz",
15581
+ "integrity": "sha512-W1D3yc79VU7B8L0h4iREjaCpQbudPAQTnmkNLlJhuvLDJn6SlsDiitGDvUpp+9VYAhwX5SJgYMvDGOlbWk+tMA==",
15913
15582
  "requires": {
15914
15583
  "@iarna/toml": "^2.2.5",
15915
15584
  "@netlify/headers-parser": "^7.3.0",
@@ -15918,7 +15587,7 @@
15918
15587
  "cron-parser": "^4.1.0",
15919
15588
  "deepmerge": "^4.2.2",
15920
15589
  "dot-prop": "^7.0.0",
15921
- "execa": "^6.0.0",
15590
+ "execa": "^7.0.0",
15922
15591
  "fast-safe-stringify": "^2.0.7",
15923
15592
  "figures": "^5.0.0",
15924
15593
  "filter-obj": "^5.0.0",
@@ -15927,7 +15596,7 @@
15927
15596
  "is-plain-obj": "^4.0.0",
15928
15597
  "js-yaml": "^4.0.0",
15929
15598
  "map-obj": "^5.0.0",
15930
- "netlify": "^13.2.0",
15599
+ "netlify": "^13.2.1",
15931
15600
  "node-fetch": "^3.3.1",
15932
15601
  "omit.js": "^2.0.2",
15933
15602
  "p-locate": "^6.0.0",
@@ -15951,13 +15620,13 @@
15951
15620
  "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="
15952
15621
  },
15953
15622
  "execa": {
15954
- "version": "6.1.0",
15955
- "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz",
15956
- "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==",
15623
+ "version": "7.2.0",
15624
+ "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
15625
+ "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
15957
15626
  "requires": {
15958
15627
  "cross-spawn": "^7.0.3",
15959
15628
  "get-stream": "^6.0.1",
15960
- "human-signals": "^3.0.1",
15629
+ "human-signals": "^4.3.0",
15961
15630
  "is-stream": "^3.0.0",
15962
15631
  "merge-stream": "^2.0.0",
15963
15632
  "npm-run-path": "^5.1.0",
@@ -15985,9 +15654,9 @@
15985
15654
  }
15986
15655
  },
15987
15656
  "human-signals": {
15988
- "version": "3.0.1",
15989
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
15990
- "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ=="
15657
+ "version": "4.3.1",
15658
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
15659
+ "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ=="
15991
15660
  },
15992
15661
  "indent-string": {
15993
15662
  "version": "5.0.0",
@@ -16059,9 +15728,9 @@
16059
15728
  }
16060
15729
  },
16061
15730
  "@netlify/edge-bundler": {
16062
- "version": "12.3.1",
16063
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-12.3.1.tgz",
16064
- "integrity": "sha512-Kmg7+OD/5PWyWUNDR7G6DyyL/+kliN8JcSe2vaZ6zmPWdK/+ejeCA+d/9ROOEMsAvX7heuwe74SA301Mp9ESaw==",
15731
+ "version": "12.3.2",
15732
+ "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-12.3.2.tgz",
15733
+ "integrity": "sha512-t1B+Eo5c+R4H7t20BGQHDIi3TwXYN9lPiCezJ16580fnWKGVwKoVW6/GvAPXURdlAHyq4+CZciGcxNWhWnTL7g==",
16065
15734
  "requires": {
16066
15735
  "@import-maps/resolve": "^1.0.1",
16067
15736
  "@vercel/nft": "0.27.7",
@@ -16071,7 +15740,7 @@
16071
15740
  "common-path-prefix": "^3.0.0",
16072
15741
  "env-paths": "^3.0.0",
16073
15742
  "esbuild": "0.21.2",
16074
- "execa": "^6.0.0",
15743
+ "execa": "^7.0.0",
16075
15744
  "find-up": "^6.3.0",
16076
15745
  "get-package-name": "^2.2.0",
16077
15746
  "get-port": "^6.1.2",
@@ -16080,7 +15749,7 @@
16080
15749
  "node-fetch": "^3.1.1",
16081
15750
  "node-stream-zip": "^1.15.0",
16082
15751
  "p-retry": "^5.1.1",
16083
- "p-wait-for": "^4.1.0",
15752
+ "p-wait-for": "^5.0.0",
16084
15753
  "path-key": "^4.0.0",
16085
15754
  "semver": "^7.3.8",
16086
15755
  "tmp-promise": "^3.0.3",
@@ -16274,13 +15943,13 @@
16274
15943
  }
16275
15944
  },
16276
15945
  "execa": {
16277
- "version": "6.1.0",
16278
- "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz",
16279
- "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==",
15946
+ "version": "7.2.0",
15947
+ "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
15948
+ "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
16280
15949
  "requires": {
16281
15950
  "cross-spawn": "^7.0.3",
16282
15951
  "get-stream": "^6.0.1",
16283
- "human-signals": "^3.0.1",
15952
+ "human-signals": "^4.3.0",
16284
15953
  "is-stream": "^3.0.0",
16285
15954
  "merge-stream": "^2.0.0",
16286
15955
  "npm-run-path": "^5.1.0",
@@ -16290,9 +15959,9 @@
16290
15959
  }
16291
15960
  },
16292
15961
  "fast-uri": {
16293
- "version": "3.0.3",
16294
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz",
16295
- "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw=="
15962
+ "version": "3.0.5",
15963
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.5.tgz",
15964
+ "integrity": "sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q=="
16296
15965
  },
16297
15966
  "find-up": {
16298
15967
  "version": "6.3.0",
@@ -16309,9 +15978,9 @@
16309
15978
  "integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw=="
16310
15979
  },
16311
15980
  "human-signals": {
16312
- "version": "3.0.1",
16313
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
16314
- "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ=="
15981
+ "version": "4.3.1",
15982
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
15983
+ "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ=="
16315
15984
  },
16316
15985
  "is-stream": {
16317
15986
  "version": "3.0.0",
@@ -16339,19 +16008,6 @@
16339
16008
  "mimic-fn": "^4.0.0"
16340
16009
  }
16341
16010
  },
16342
- "p-timeout": {
16343
- "version": "5.1.0",
16344
- "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
16345
- "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew=="
16346
- },
16347
- "p-wait-for": {
16348
- "version": "4.1.0",
16349
- "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
16350
- "integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
16351
- "requires": {
16352
- "p-timeout": "^5.0.0"
16353
- }
16354
- },
16355
16011
  "path-exists": {
16356
16012
  "version": "5.0.0",
16357
16013
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
@@ -16370,16 +16026,16 @@
16370
16026
  "integrity": "sha512-pyQOTZ8a+ge5lZlE+H/UAHyuqQqtL5gE0pXrHT9mOykr3YQqnkB2hZMtx12odatZ87gHg4EA+UPyMZUbLfnXvw=="
16371
16027
  },
16372
16028
  "@netlify/framework-info": {
16373
- "version": "9.9.0",
16374
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.9.0.tgz",
16375
- "integrity": "sha512-ucPBnBJVJUjsoCAhFy76zjQgg2hLPaR1jTOjH5W/jglc5DIZ9HJSgHfTp4e9A3ok8GXvQyTrYKE5kTZpwLoYQQ==",
16029
+ "version": "9.9.1",
16030
+ "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.9.1.tgz",
16031
+ "integrity": "sha512-UT7ipYfPRNo65S86fL07NECCLfW7yflQNtddJCWbJAYziAv7DRTwplZkaT/RBaKaIfEDC5yV6uumvYRQFy7PCQ==",
16376
16032
  "requires": {
16377
16033
  "ajv": "^8.12.0",
16378
16034
  "filter-obj": "^5.0.0",
16379
16035
  "find-up": "^6.3.0",
16380
16036
  "is-plain-obj": "^4.0.0",
16381
16037
  "locate-path": "^7.0.0",
16382
- "p-filter": "^3.0.0",
16038
+ "p-filter": "^4.0.0",
16383
16039
  "p-locate": "^6.0.0",
16384
16040
  "process": "^0.11.10",
16385
16041
  "read-package-up": "^11.0.0",
@@ -16411,14 +16067,6 @@
16411
16067
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
16412
16068
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
16413
16069
  },
16414
- "p-filter": {
16415
- "version": "3.0.0",
16416
- "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-3.0.0.tgz",
16417
- "integrity": "sha512-QtoWLjXAW++uTX67HZQz1dbTpqBfiidsB6VtQUC9iR85S120+s0T5sO6s+B5MLzFcZkrEd/DGMmCjR+f2Qpxwg==",
16418
- "requires": {
16419
- "p-map": "^5.1.0"
16420
- }
16421
- },
16422
16070
  "p-limit": {
16423
16071
  "version": "4.0.0",
16424
16072
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
@@ -16435,14 +16083,6 @@
16435
16083
  "p-limit": "^4.0.0"
16436
16084
  }
16437
16085
  },
16438
- "p-map": {
16439
- "version": "5.5.0",
16440
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz",
16441
- "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==",
16442
- "requires": {
16443
- "aggregate-error": "^4.0.0"
16444
- }
16445
- },
16446
16086
  "path-exists": {
16447
16087
  "version": "5.0.0",
16448
16088
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
@@ -16456,11 +16096,11 @@
16456
16096
  }
16457
16097
  },
16458
16098
  "@netlify/functions-utils": {
16459
- "version": "5.3.1",
16460
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.3.1.tgz",
16461
- "integrity": "sha512-Bm1Uro1Uql21/PUKcpGcBv88e5qd3fRHSmO9FM/uE1HxtsuujXer1pRTE/+qZRnPXpeLLtWwda7a3zIfADOEaw==",
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==",
16462
16102
  "requires": {
16463
- "@netlify/zip-it-and-ship-it": "9.42.1",
16103
+ "@netlify/zip-it-and-ship-it": "9.42.2",
16464
16104
  "cpy": "^9.0.0",
16465
16105
  "path-exists": "^5.0.0"
16466
16106
  },
@@ -16762,9 +16402,9 @@
16762
16402
  }
16763
16403
  },
16764
16404
  "@netlify/zip-it-and-ship-it": {
16765
- "version": "9.42.1",
16766
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.42.1.tgz",
16767
- "integrity": "sha512-ZCGM2OnLbiFOZO+kpODI6BKjH6X4a6vE/tJd0aqIvKWiygZgxhIw5APZUzgwLGv4BahIBG+tcfKgW7krpZYLwA==",
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==",
16768
16408
  "requires": {
16769
16409
  "@babel/parser": "^7.22.5",
16770
16410
  "@babel/types": "7.26.3",
@@ -16776,7 +16416,7 @@
16776
16416
  "cp-file": "^10.0.0",
16777
16417
  "es-module-lexer": "^1.0.0",
16778
16418
  "esbuild": "0.19.11",
16779
- "execa": "^6.0.0",
16419
+ "execa": "^7.0.0",
16780
16420
  "fast-glob": "^3.3.2",
16781
16421
  "filter-obj": "^5.0.0",
16782
16422
  "find-up": "^6.0.0",
@@ -16788,7 +16428,7 @@
16788
16428
  "merge-options": "^3.0.4",
16789
16429
  "minimatch": "^9.0.0",
16790
16430
  "normalize-path": "^3.0.0",
16791
- "p-map": "^5.0.0",
16431
+ "p-map": "^7.0.0",
16792
16432
  "path-exists": "^5.0.0",
16793
16433
  "precinct": "^11.0.0",
16794
16434
  "require-package-name": "^2.0.1",
@@ -16820,13 +16460,13 @@
16820
16460
  }
16821
16461
  },
16822
16462
  "execa": {
16823
- "version": "6.1.0",
16824
- "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz",
16825
- "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==",
16463
+ "version": "7.2.0",
16464
+ "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
16465
+ "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
16826
16466
  "requires": {
16827
16467
  "cross-spawn": "^7.0.3",
16828
16468
  "get-stream": "^6.0.1",
16829
- "human-signals": "^3.0.1",
16469
+ "human-signals": "^4.3.0",
16830
16470
  "is-stream": "^3.0.0",
16831
16471
  "merge-stream": "^2.0.0",
16832
16472
  "npm-run-path": "^5.1.0",
@@ -16867,9 +16507,9 @@
16867
16507
  }
16868
16508
  },
16869
16509
  "human-signals": {
16870
- "version": "3.0.1",
16871
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
16872
- "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ=="
16510
+ "version": "4.3.1",
16511
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
16512
+ "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ=="
16873
16513
  },
16874
16514
  "is-stream": {
16875
16515
  "version": "3.0.0",
@@ -16900,14 +16540,6 @@
16900
16540
  "mimic-fn": "^4.0.0"
16901
16541
  }
16902
16542
  },
16903
- "p-map": {
16904
- "version": "5.5.0",
16905
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz",
16906
- "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==",
16907
- "requires": {
16908
- "aggregate-error": "^4.0.0"
16909
- }
16910
- },
16911
16543
  "path-exists": {
16912
16544
  "version": "5.0.0",
16913
16545
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
@@ -17497,9 +17129,9 @@
17497
17129
  "peer": true
17498
17130
  },
17499
17131
  "@types/node": {
17500
- "version": "22.10.1",
17501
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz",
17502
- "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==",
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==",
17503
17135
  "requires": {
17504
17136
  "undici-types": "~6.20.0"
17505
17137
  }
@@ -18486,9 +18118,9 @@
18486
18118
  "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="
18487
18119
  },
18488
18120
  "chalk": {
18489
- "version": "5.3.0",
18490
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
18491
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w=="
18121
+ "version": "5.4.1",
18122
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
18123
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w=="
18492
18124
  },
18493
18125
  "chardet": {
18494
18126
  "version": "0.7.0",
@@ -18579,32 +18211,6 @@
18579
18211
  "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
18580
18212
  "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg=="
18581
18213
  },
18582
- "cli-truncate": {
18583
- "version": "4.0.0",
18584
- "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz",
18585
- "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==",
18586
- "requires": {
18587
- "slice-ansi": "^5.0.0",
18588
- "string-width": "^7.0.0"
18589
- },
18590
- "dependencies": {
18591
- "emoji-regex": {
18592
- "version": "10.3.0",
18593
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
18594
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw=="
18595
- },
18596
- "string-width": {
18597
- "version": "7.1.0",
18598
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
18599
- "integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
18600
- "requires": {
18601
- "emoji-regex": "^10.3.0",
18602
- "get-east-asian-width": "^1.0.0",
18603
- "strip-ansi": "^7.1.0"
18604
- }
18605
- }
18606
- }
18607
- },
18608
18214
  "cli-width": {
18609
18215
  "version": "2.2.1",
18610
18216
  "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz",
@@ -18720,11 +18326,6 @@
18720
18326
  "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
18721
18327
  "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg=="
18722
18328
  },
18723
- "colorette": {
18724
- "version": "2.0.20",
18725
- "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
18726
- "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w=="
18727
- },
18728
18329
  "colors": {
18729
18330
  "version": "1.4.0",
18730
18331
  "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
@@ -20601,21 +20202,6 @@
20601
20202
  "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
20602
20203
  "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
20603
20204
  },
20604
- "hasbin": {
20605
- "version": "1.2.3",
20606
- "resolved": "https://registry.npmjs.org/hasbin/-/hasbin-1.2.3.tgz",
20607
- "integrity": "sha512-CCd8e/w2w28G8DyZvKgiHnQJ/5XXDz6qiUHnthvtag/6T5acUeN5lqq+HMoBqcmgWueWDhiCplrw0Kb1zDACRg==",
20608
- "requires": {
20609
- "async": "~1.5"
20610
- },
20611
- "dependencies": {
20612
- "async": {
20613
- "version": "1.5.2",
20614
- "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
20615
- "integrity": "sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w=="
20616
- }
20617
- }
20618
- },
20619
20205
  "hasha": {
20620
20206
  "version": "5.2.2",
20621
20207
  "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.2.tgz",
@@ -20729,21 +20315,18 @@
20729
20315
  }
20730
20316
  },
20731
20317
  "https-proxy-agent": {
20732
- "version": "7.0.5",
20733
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
20734
- "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
20318
+ "version": "7.0.6",
20319
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
20320
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
20735
20321
  "requires": {
20736
- "agent-base": "^7.0.2",
20322
+ "agent-base": "^7.1.2",
20737
20323
  "debug": "4"
20738
20324
  },
20739
20325
  "dependencies": {
20740
20326
  "agent-base": {
20741
- "version": "7.1.1",
20742
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
20743
- "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
20744
- "requires": {
20745
- "debug": "^4.3.4"
20746
- }
20327
+ "version": "7.1.3",
20328
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
20329
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw=="
20747
20330
  }
20748
20331
  }
20749
20332
  },
@@ -21105,11 +20688,6 @@
21105
20688
  "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
21106
20689
  "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
21107
20690
  },
21108
- "is-fullwidth-code-point": {
21109
- "version": "4.0.0",
21110
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
21111
- "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ=="
21112
- },
21113
20691
  "is-glob": {
21114
20692
  "version": "4.0.3",
21115
20693
  "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
@@ -21521,51 +21099,6 @@
21521
21099
  "uqr": "^0.1.2"
21522
21100
  }
21523
21101
  },
21524
- "listr2": {
21525
- "version": "8.2.5",
21526
- "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.5.tgz",
21527
- "integrity": "sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==",
21528
- "requires": {
21529
- "cli-truncate": "^4.0.0",
21530
- "colorette": "^2.0.20",
21531
- "eventemitter3": "^5.0.1",
21532
- "log-update": "^6.1.0",
21533
- "rfdc": "^1.4.1",
21534
- "wrap-ansi": "^9.0.0"
21535
- },
21536
- "dependencies": {
21537
- "emoji-regex": {
21538
- "version": "10.4.0",
21539
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
21540
- "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw=="
21541
- },
21542
- "eventemitter3": {
21543
- "version": "5.0.1",
21544
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
21545
- "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
21546
- },
21547
- "string-width": {
21548
- "version": "7.2.0",
21549
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
21550
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
21551
- "requires": {
21552
- "emoji-regex": "^10.3.0",
21553
- "get-east-asian-width": "^1.0.0",
21554
- "strip-ansi": "^7.1.0"
21555
- }
21556
- },
21557
- "wrap-ansi": {
21558
- "version": "9.0.0",
21559
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
21560
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
21561
- "requires": {
21562
- "ansi-styles": "^6.2.1",
21563
- "string-width": "^7.0.0",
21564
- "strip-ansi": "^7.1.0"
21565
- }
21566
- }
21567
- }
21568
- },
21569
21102
  "locate-path": {
21570
21103
  "version": "7.2.0",
21571
21104
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
@@ -22158,9 +21691,9 @@
22158
21691
  "optional": true
22159
21692
  },
22160
21693
  "nanoid": {
22161
- "version": "3.3.7",
22162
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
22163
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g=="
21694
+ "version": "3.3.8",
21695
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
21696
+ "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w=="
22164
21697
  },
22165
21698
  "napi-build-utils": {
22166
21699
  "version": "1.0.2",
@@ -22178,32 +21711,17 @@
22178
21711
  "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
22179
21712
  },
22180
21713
  "netlify": {
22181
- "version": "13.2.0",
22182
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.2.0.tgz",
22183
- "integrity": "sha512-kOBfGlg3EMCjMLIBYjg0geMZaqzL75gg3bAuarjtj+/66zxbhh5qF6ZNQs+Tcq2MT3oJXG3ENKVNdnuvD1i5ag==",
21714
+ "version": "13.2.1",
21715
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.2.1.tgz",
21716
+ "integrity": "sha512-H74wp5O8Rxv1pRHSd+Ewc9pmw4ZDaH9B3C9Wtj7LB5BeE9gZwZyrXkSoSAHZlN9R5cnkI93CwBBfTaWdWy663Q==",
22184
21717
  "requires": {
22185
21718
  "@netlify/open-api": "^2.35.0",
22186
21719
  "lodash-es": "^4.17.21",
22187
21720
  "micro-api-client": "^3.3.0",
22188
21721
  "node-fetch": "^3.0.0",
22189
21722
  "omit.js": "^2.0.2",
22190
- "p-wait-for": "^4.0.0",
21723
+ "p-wait-for": "^5.0.0",
22191
21724
  "qs": "^6.9.6"
22192
- },
22193
- "dependencies": {
22194
- "p-timeout": {
22195
- "version": "5.1.0",
22196
- "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
22197
- "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew=="
22198
- },
22199
- "p-wait-for": {
22200
- "version": "4.1.0",
22201
- "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
22202
- "integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
22203
- "requires": {
22204
- "p-timeout": "^5.0.0"
22205
- }
22206
- }
22207
21725
  }
22208
21726
  },
22209
21727
  "netlify-redirector": {
@@ -22595,9 +22113,9 @@
22595
22113
  "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow=="
22596
22114
  },
22597
22115
  "p-map": {
22598
- "version": "7.0.2",
22599
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.2.tgz",
22600
- "integrity": "sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q=="
22116
+ "version": "7.0.3",
22117
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz",
22118
+ "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA=="
22601
22119
  },
22602
22120
  "p-reduce": {
22603
22121
  "version": "3.0.0",
@@ -22746,9 +22264,9 @@
22746
22264
  "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
22747
22265
  },
22748
22266
  "picocolors": {
22749
- "version": "1.1.0",
22750
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
22751
- "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
22267
+ "version": "1.1.1",
22268
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
22269
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
22752
22270
  },
22753
22271
  "picomatch": {
22754
22272
  "version": "2.3.1",
@@ -22756,14 +22274,14 @@
22756
22274
  "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
22757
22275
  },
22758
22276
  "pino": {
22759
- "version": "9.4.0",
22760
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz",
22761
- "integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==",
22277
+ "version": "9.5.0",
22278
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.5.0.tgz",
22279
+ "integrity": "sha512-xSEmD4pLnV54t0NOUN16yCl7RIB1c5UUOse5HSyEXtBp+FgFQyPeDutc+Q2ZO7/22vImV7VfEjH/1zV2QuqvYw==",
22762
22280
  "requires": {
22763
22281
  "atomic-sleep": "^1.0.0",
22764
22282
  "fast-redact": "^3.1.1",
22765
22283
  "on-exit-leak-free": "^2.1.0",
22766
- "pino-abstract-transport": "^1.2.0",
22284
+ "pino-abstract-transport": "^2.0.0",
22767
22285
  "pino-std-serializers": "^7.0.0",
22768
22286
  "process-warning": "^4.0.0",
22769
22287
  "quick-format-unescaped": "^4.0.3",
@@ -22773,6 +22291,14 @@
22773
22291
  "thread-stream": "^3.0.0"
22774
22292
  },
22775
22293
  "dependencies": {
22294
+ "pino-abstract-transport": {
22295
+ "version": "2.0.0",
22296
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
22297
+ "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
22298
+ "requires": {
22299
+ "split2": "^4.0.0"
22300
+ }
22301
+ },
22776
22302
  "process-warning": {
22777
22303
  "version": "4.0.0",
22778
22304
  "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.0.tgz",
@@ -22785,56 +22311,11 @@
22785
22311
  "requires": {
22786
22312
  "atomic-sleep": "^1.0.0"
22787
22313
  }
22788
- }
22789
- }
22790
- },
22791
- "pino-abstract-transport": {
22792
- "version": "1.2.0",
22793
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
22794
- "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
22795
- "requires": {
22796
- "readable-stream": "^4.0.0",
22797
- "split2": "^4.0.0"
22798
- },
22799
- "dependencies": {
22800
- "buffer": {
22801
- "version": "6.0.3",
22802
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
22803
- "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
22804
- "requires": {
22805
- "base64-js": "^1.3.1",
22806
- "ieee754": "^1.2.1"
22807
- }
22808
- },
22809
- "readable-stream": {
22810
- "version": "4.5.2",
22811
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
22812
- "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
22813
- "requires": {
22814
- "abort-controller": "^3.0.0",
22815
- "buffer": "^6.0.3",
22816
- "events": "^3.3.0",
22817
- "process": "^0.11.10",
22818
- "string_decoder": "^1.3.0"
22819
- }
22820
- },
22821
- "safe-buffer": {
22822
- "version": "5.2.1",
22823
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
22824
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
22825
22314
  },
22826
22315
  "split2": {
22827
22316
  "version": "4.2.0",
22828
22317
  "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
22829
22318
  "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg=="
22830
- },
22831
- "string_decoder": {
22832
- "version": "1.3.0",
22833
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
22834
- "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
22835
- "requires": {
22836
- "safe-buffer": "~5.2.0"
22837
- }
22838
22319
  }
22839
22320
  }
22840
22321
  },
@@ -22854,12 +22335,12 @@
22854
22335
  }
22855
22336
  },
22856
22337
  "postcss": {
22857
- "version": "8.4.47",
22858
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
22859
- "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
22338
+ "version": "8.4.49",
22339
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
22340
+ "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
22860
22341
  "requires": {
22861
22342
  "nanoid": "^3.3.7",
22862
- "picocolors": "^1.1.0",
22343
+ "picocolors": "^1.1.1",
22863
22344
  "source-map-js": "^1.2.1"
22864
22345
  }
22865
22346
  },
@@ -23712,15 +23193,6 @@
23712
23193
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
23713
23194
  "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
23714
23195
  },
23715
- "slice-ansi": {
23716
- "version": "5.0.0",
23717
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
23718
- "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
23719
- "requires": {
23720
- "ansi-styles": "^6.0.0",
23721
- "is-fullwidth-code-point": "^4.0.0"
23722
- }
23723
- },
23724
23196
  "sort-keys": {
23725
23197
  "version": "1.1.2",
23726
23198
  "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",