netlify-cli 15.1.0 → 15.2.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.
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "15.1.0",
3
+ "version": "15.2.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "15.1.0",
9
+ "version": "15.2.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@bugsnag/js": "7.20.2",
14
14
  "@fastify/static": "6.10.1",
15
- "@netlify/build": "29.11.4",
15
+ "@netlify/build": "29.11.6",
16
16
  "@netlify/build-info": "7.0.2",
17
- "@netlify/config": "20.4.2",
18
- "@netlify/edge-bundler": "8.14.2",
17
+ "@netlify/config": "20.4.3",
18
+ "@netlify/edge-bundler": "8.15.0",
19
19
  "@netlify/framework-info": "9.8.7",
20
20
  "@netlify/local-functions-proxy": "1.1.1",
21
- "@netlify/zip-it-and-ship-it": "9.5.0",
22
- "@octokit/rest": "19.0.8",
23
- "@skn0tt/lambda-local": "^2.0.3",
21
+ "@netlify/zip-it-and-ship-it": "9.6.0",
22
+ "@octokit/rest": "19.0.11",
23
+ "@skn0tt/lambda-local": "2.0.3",
24
24
  "ansi-escapes": "6.2.0",
25
25
  "ansi-styles": "6.2.1",
26
26
  "ansi-to-html": "0.7.2",
@@ -35,16 +35,16 @@
35
35
  "commander": "10.0.1",
36
36
  "comment-json": "4.2.3",
37
37
  "concordance": "5.0.4",
38
- "configstore": "5.0.1",
38
+ "configstore": "6.0.0",
39
39
  "content-type": "1.0.5",
40
40
  "cookie": "0.5.0",
41
41
  "copy-template-dir": "1.4.0",
42
42
  "cron-parser": "4.8.1",
43
43
  "debug": "4.3.4",
44
44
  "decache": "4.6.1",
45
- "dot-prop": "6.0.1",
45
+ "dot-prop": "7.2.0",
46
46
  "dotenv": "16.0.3",
47
- "env-paths": "2.2.1",
47
+ "env-paths": "3.0.0",
48
48
  "envinfo": "7.8.1",
49
49
  "etag": "1.8.1",
50
50
  "execa": "5.1.1",
@@ -69,7 +69,7 @@
69
69
  "inquirer": "6.5.2",
70
70
  "inquirer-autocomplete-prompt": "1.4.0",
71
71
  "is-docker": "3.0.0",
72
- "is-stream": "^3.0.0",
72
+ "is-stream": "3.0.0",
73
73
  "is-wsl": "2.2.0",
74
74
  "isexe": "2.0.0",
75
75
  "jsonwebtoken": "9.0.0",
@@ -81,13 +81,13 @@
81
81
  "log-update": "5.0.1",
82
82
  "minimist": "1.2.8",
83
83
  "multiparty": "4.2.3",
84
- "netlify": "13.1.6",
84
+ "netlify": "13.1.7",
85
85
  "netlify-headers-parser": "7.1.2",
86
86
  "netlify-redirect-parser": "14.1.2",
87
87
  "netlify-redirector": "0.4.0",
88
88
  "node-fetch": "2.6.11",
89
89
  "node-version-alias": "3.4.1",
90
- "ora": "6.3.0",
90
+ "ora": "6.3.1",
91
91
  "p-filter": "3.0.0",
92
92
  "p-map": "5.5.0",
93
93
  "p-wait-for": "5.0.2",
@@ -98,7 +98,7 @@
98
98
  "prettyjson": "1.2.5",
99
99
  "pump": "3.0.0",
100
100
  "raw-body": "2.5.2",
101
- "read-pkg-up": "7.0.1",
101
+ "read-pkg-up": "9.1.0",
102
102
  "semver": "7.5.1",
103
103
  "source-map-support": "0.5.21",
104
104
  "string-similarity": "4.0.4",
@@ -108,7 +108,7 @@
108
108
  "terminal-link": "3.0.0",
109
109
  "through2-filter": "3.0.0",
110
110
  "through2-map": "3.0.0",
111
- "to-readable-stream": "2.1.0",
111
+ "to-readable-stream": "3.0.0",
112
112
  "toml": "3.0.0",
113
113
  "ulid": "2.3.0",
114
114
  "unixify": "1.0.0",
@@ -210,6 +210,18 @@
210
210
  }
211
211
  },
212
212
  "node_modules/@babel/parser": {
213
+ "version": "7.21.9",
214
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.9.tgz",
215
+ "integrity": "sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==",
216
+ "bin": {
217
+ "parser": "bin/babel-parser.js"
218
+ },
219
+ "engines": {
220
+ "node": ">=6.0.0"
221
+ }
222
+ },
223
+ "node_modules/@babel/parser_latest": {
224
+ "name": "@babel/parser",
213
225
  "version": "7.21.8",
214
226
  "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz",
215
227
  "integrity": "sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==",
@@ -650,20 +662,20 @@
650
662
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
651
663
  },
652
664
  "node_modules/@netlify/build": {
653
- "version": "29.11.4",
654
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.11.4.tgz",
655
- "integrity": "sha512-wsJTjCe/kx+fNsomipILJx7VYi7quFXNGt1Waz7VeiICdAZBiygUYOwOOIrR9DPRZKiwBusnT2/h1B9cs6CxVQ==",
665
+ "version": "29.11.6",
666
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.11.6.tgz",
667
+ "integrity": "sha512-rzxHZlgg2Jp/RngWSsXF78c81tOmfx2cBLnDa92wTLuR5TQeUy9mrKjrw6WGzPy9ON0ZL7ZiD3l4+GLmh6hc+w==",
656
668
  "dependencies": {
657
669
  "@bugsnag/js": "^7.0.0",
658
670
  "@netlify/cache-utils": "^5.1.5",
659
- "@netlify/config": "^20.4.2",
660
- "@netlify/edge-bundler": "8.14.2",
671
+ "@netlify/config": "^20.4.3",
672
+ "@netlify/edge-bundler": "8.15.0",
661
673
  "@netlify/framework-info": "^9.8.7",
662
- "@netlify/functions-utils": "^5.2.7",
674
+ "@netlify/functions-utils": "^5.2.8",
663
675
  "@netlify/git-utils": "^5.1.1",
664
676
  "@netlify/plugins-list": "^6.68.0",
665
677
  "@netlify/run-utils": "^5.1.0",
666
- "@netlify/zip-it-and-ship-it": "9.5.0",
678
+ "@netlify/zip-it-and-ship-it": "9.6.0",
667
679
  "@sindresorhus/slugify": "^2.0.0",
668
680
  "ansi-escapes": "^6.0.0",
669
681
  "chalk": "^5.0.0",
@@ -787,11 +799,12 @@
787
799
  }
788
800
  },
789
801
  "node_modules/@netlify/build-info/node_modules/yaml": {
790
- "version": "2.2.2",
791
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz",
792
- "integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==",
802
+ "version": "2.3.0",
803
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.0.tgz",
804
+ "integrity": "sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw==",
793
805
  "engines": {
794
- "node": ">= 14"
806
+ "node": ">= 14",
807
+ "npm": ">= 7"
795
808
  }
796
809
  },
797
810
  "node_modules/@netlify/build/node_modules/@sindresorhus/is": {
@@ -1126,39 +1139,6 @@
1126
1139
  "url": "https://github.com/sponsors/sindresorhus"
1127
1140
  }
1128
1141
  },
1129
- "node_modules/@netlify/build/node_modules/read-pkg": {
1130
- "version": "7.1.0",
1131
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz",
1132
- "integrity": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==",
1133
- "dependencies": {
1134
- "@types/normalize-package-data": "^2.4.1",
1135
- "normalize-package-data": "^3.0.2",
1136
- "parse-json": "^5.2.0",
1137
- "type-fest": "^2.0.0"
1138
- },
1139
- "engines": {
1140
- "node": ">=12.20"
1141
- },
1142
- "funding": {
1143
- "url": "https://github.com/sponsors/sindresorhus"
1144
- }
1145
- },
1146
- "node_modules/@netlify/build/node_modules/read-pkg-up": {
1147
- "version": "9.1.0",
1148
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz",
1149
- "integrity": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==",
1150
- "dependencies": {
1151
- "find-up": "^6.3.0",
1152
- "read-pkg": "^7.1.0",
1153
- "type-fest": "^2.5.0"
1154
- },
1155
- "engines": {
1156
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1157
- },
1158
- "funding": {
1159
- "url": "https://github.com/sponsors/sindresorhus"
1160
- }
1161
- },
1162
1142
  "node_modules/@netlify/build/node_modules/responselike": {
1163
1143
  "version": "3.0.0",
1164
1144
  "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
@@ -1200,17 +1180,6 @@
1200
1180
  "url": "https://github.com/sponsors/sindresorhus"
1201
1181
  }
1202
1182
  },
1203
- "node_modules/@netlify/build/node_modules/type-fest": {
1204
- "version": "2.19.0",
1205
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
1206
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
1207
- "engines": {
1208
- "node": ">=12.20"
1209
- },
1210
- "funding": {
1211
- "url": "https://github.com/sponsors/sindresorhus"
1212
- }
1213
- },
1214
1183
  "node_modules/@netlify/build/node_modules/uuid": {
1215
1184
  "version": "8.3.2",
1216
1185
  "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
@@ -1286,9 +1255,9 @@
1286
1255
  }
1287
1256
  },
1288
1257
  "node_modules/@netlify/config": {
1289
- "version": "20.4.2",
1290
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.4.2.tgz",
1291
- "integrity": "sha512-JPqIIIBqk/waUJnA+cNGA5+4sB+TcyRLViYnYC+oxXdGUugqIY66DbG0mBa8Ay9VAXiIZYMd8qPAPCMi+fBdLQ==",
1258
+ "version": "20.4.3",
1259
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.4.3.tgz",
1260
+ "integrity": "sha512-FRfeydoxBp6/rPdBifKKqSzhEYtPWuR6BbZOxEc0KGr7O4C35f6JxrHPdhLKCmgVUJxVc04CsIwDNe6gmHTjyQ==",
1292
1261
  "dependencies": {
1293
1262
  "chalk": "^5.0.0",
1294
1263
  "cron-parser": "^4.1.0",
@@ -1303,7 +1272,7 @@
1303
1272
  "is-plain-obj": "^4.0.0",
1304
1273
  "js-yaml": "^4.0.0",
1305
1274
  "map-obj": "^5.0.0",
1306
- "netlify": "^13.1.6",
1275
+ "netlify": "^13.1.7",
1307
1276
  "netlify-headers-parser": "^7.1.2",
1308
1277
  "netlify-redirect-parser": "^14.1.2",
1309
1278
  "omit.js": "^2.0.2",
@@ -1321,20 +1290,6 @@
1321
1290
  "node": "^14.16.0 || >=16.0.0"
1322
1291
  }
1323
1292
  },
1324
- "node_modules/@netlify/config/node_modules/dot-prop": {
1325
- "version": "7.2.0",
1326
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-7.2.0.tgz",
1327
- "integrity": "sha512-Ol/IPXUARn9CSbkrdV4VJo7uCy1I3VuSiWCaFSg+8BdUOzF9n3jefIpcgAydvUZbTdEBZs2vEiTiS9m61ssiDA==",
1328
- "dependencies": {
1329
- "type-fest": "^2.11.2"
1330
- },
1331
- "engines": {
1332
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1333
- },
1334
- "funding": {
1335
- "url": "https://github.com/sponsors/sindresorhus"
1336
- }
1337
- },
1338
1293
  "node_modules/@netlify/config/node_modules/escape-string-regexp": {
1339
1294
  "version": "5.0.0",
1340
1295
  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
@@ -1502,17 +1457,6 @@
1502
1457
  "url": "https://github.com/sponsors/sindresorhus"
1503
1458
  }
1504
1459
  },
1505
- "node_modules/@netlify/config/node_modules/type-fest": {
1506
- "version": "2.19.0",
1507
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
1508
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
1509
- "engines": {
1510
- "node": ">=12.20"
1511
- },
1512
- "funding": {
1513
- "url": "https://github.com/sponsors/sindresorhus"
1514
- }
1515
- },
1516
1460
  "node_modules/@netlify/config/node_modules/yocto-queue": {
1517
1461
  "version": "1.0.0",
1518
1462
  "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
@@ -1525,9 +1469,9 @@
1525
1469
  }
1526
1470
  },
1527
1471
  "node_modules/@netlify/edge-bundler": {
1528
- "version": "8.14.2",
1529
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.14.2.tgz",
1530
- "integrity": "sha512-Ij0eKSefgSgrNuupiKeckIbBvRuHOZFNd/Sn6RyD4BERBfQscA9TfsfxorF04WonoXOh8hBO6w0e2wxPfp7cRA==",
1472
+ "version": "8.15.0",
1473
+ "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.15.0.tgz",
1474
+ "integrity": "sha512-5OKUEtVyzxV1pVYyyt64MqmILjICrUxPG7aVT1TDCqrGmPSECx7xSmguaQH8LVmxLykrgA+g1vLTDzmlySi3Eg==",
1531
1475
  "dependencies": {
1532
1476
  "@import-maps/resolve": "^1.0.1",
1533
1477
  "ajv": "^8.11.2",
@@ -1578,17 +1522,6 @@
1578
1522
  "ajv": "^8.0.1"
1579
1523
  }
1580
1524
  },
1581
- "node_modules/@netlify/edge-bundler/node_modules/env-paths": {
1582
- "version": "3.0.0",
1583
- "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
1584
- "integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==",
1585
- "engines": {
1586
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1587
- },
1588
- "funding": {
1589
- "url": "https://github.com/sponsors/sindresorhus"
1590
- }
1591
- },
1592
1525
  "node_modules/@netlify/edge-bundler/node_modules/execa": {
1593
1526
  "version": "6.1.0",
1594
1527
  "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz",
@@ -2141,50 +2074,6 @@
2141
2074
  "url": "https://github.com/sponsors/sindresorhus"
2142
2075
  }
2143
2076
  },
2144
- "node_modules/@netlify/framework-info/node_modules/read-pkg": {
2145
- "version": "7.1.0",
2146
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz",
2147
- "integrity": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==",
2148
- "dependencies": {
2149
- "@types/normalize-package-data": "^2.4.1",
2150
- "normalize-package-data": "^3.0.2",
2151
- "parse-json": "^5.2.0",
2152
- "type-fest": "^2.0.0"
2153
- },
2154
- "engines": {
2155
- "node": ">=12.20"
2156
- },
2157
- "funding": {
2158
- "url": "https://github.com/sponsors/sindresorhus"
2159
- }
2160
- },
2161
- "node_modules/@netlify/framework-info/node_modules/read-pkg-up": {
2162
- "version": "9.1.0",
2163
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz",
2164
- "integrity": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==",
2165
- "dependencies": {
2166
- "find-up": "^6.3.0",
2167
- "read-pkg": "^7.1.0",
2168
- "type-fest": "^2.5.0"
2169
- },
2170
- "engines": {
2171
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2172
- },
2173
- "funding": {
2174
- "url": "https://github.com/sponsors/sindresorhus"
2175
- }
2176
- },
2177
- "node_modules/@netlify/framework-info/node_modules/type-fest": {
2178
- "version": "2.19.0",
2179
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
2180
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
2181
- "engines": {
2182
- "node": ">=12.20"
2183
- },
2184
- "funding": {
2185
- "url": "https://github.com/sponsors/sindresorhus"
2186
- }
2187
- },
2188
2077
  "node_modules/@netlify/framework-info/node_modules/yocto-queue": {
2189
2078
  "version": "1.0.0",
2190
2079
  "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
@@ -2197,11 +2086,11 @@
2197
2086
  }
2198
2087
  },
2199
2088
  "node_modules/@netlify/functions-utils": {
2200
- "version": "5.2.7",
2201
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.7.tgz",
2202
- "integrity": "sha512-jl2GF1P5PHiTNIycVl7EKBAPp5BIeAiFTdV6XiP+LaixP1FT9XunI64gjw4Vw7ZDDrw1G9EhvoceKuBJqOk1wQ==",
2089
+ "version": "5.2.8",
2090
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.8.tgz",
2091
+ "integrity": "sha512-8HgJ3L7PfKyZ3YvGSBtnF4zXzwKCKm8rpHqZOPcmUMKPVc5KrZUIQGpencJOmEfK53cCqM/b7YYg5m4sySheZw==",
2203
2092
  "dependencies": {
2204
- "@netlify/zip-it-and-ship-it": "9.5.0",
2093
+ "@netlify/zip-it-and-ship-it": "9.6.0",
2205
2094
  "cpy": "^9.0.0",
2206
2095
  "path-exists": "^5.0.0"
2207
2096
  },
@@ -2520,9 +2409,9 @@
2520
2409
  }
2521
2410
  },
2522
2411
  "node_modules/@netlify/open-api": {
2523
- "version": "2.17.1",
2524
- "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.17.1.tgz",
2525
- "integrity": "sha512-ShK63cGThr13FHbEKTr71N1wtqWo5KvPBgWM0JH3efXKts7cVuapFlfHhr2l37kyMLcPVH7yYjH0ioakAiaFuA=="
2412
+ "version": "2.18.0",
2413
+ "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.18.0.tgz",
2414
+ "integrity": "sha512-2spMBZxvK9KocIXr1Mpj+LrKAGHNZ0es6/tCFekFS89bIfC+He8VGi7j0bk49eVbLeC9IuZed5K27k692dHAcg=="
2526
2415
  },
2527
2416
  "node_modules/@netlify/plugins-list": {
2528
2417
  "version": "6.68.0",
@@ -2621,11 +2510,12 @@
2621
2510
  }
2622
2511
  },
2623
2512
  "node_modules/@netlify/zip-it-and-ship-it": {
2624
- "version": "9.5.0",
2625
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.5.0.tgz",
2626
- "integrity": "sha512-F4iM0OF04a6A6i3sW4Nxlctrh26i0tUXAeWbQDplkR7zjh+NwVaMEMJYznsEnQ0mzeb/ohA+eP9S2hdIx9x9eg==",
2513
+ "version": "9.6.0",
2514
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.6.0.tgz",
2515
+ "integrity": "sha512-H5NXVmW9iBX/ws57AP4qfoiFD46WjhM7fK+QljEqHDsLsUt1RvjdpCTdvltbTCnnD1lH24EFIIWSZ9mccuol9g==",
2627
2516
  "dependencies": {
2628
2517
  "@babel/parser": "7.16.8",
2518
+ "@babel/parser_latest": "npm:@babel/parser@7.21.8",
2629
2519
  "@netlify/binary-info": "^1.0.0",
2630
2520
  "@netlify/esbuild": "0.14.39",
2631
2521
  "@netlify/serverless-functions-api": "^1.5.0",
@@ -2753,9 +2643,9 @@
2753
2643
  }
2754
2644
  },
2755
2645
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/minimatch": {
2756
- "version": "9.0.0",
2757
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
2758
- "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
2646
+ "version": "9.0.1",
2647
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
2648
+ "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
2759
2649
  "dependencies": {
2760
2650
  "brace-expansion": "^2.0.1"
2761
2651
  },
@@ -2857,15 +2747,15 @@
2857
2747
  }
2858
2748
  },
2859
2749
  "node_modules/@octokit/core": {
2860
- "version": "4.1.0",
2861
- "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.1.0.tgz",
2862
- "integrity": "sha512-Czz/59VefU+kKDy+ZfDwtOIYIkFjExOKf+HA92aiTZJ6EfWpFzYQWw0l54ji8bVmyhc+mGaLUbSUmXazG7z5OQ==",
2750
+ "version": "4.2.1",
2751
+ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.1.tgz",
2752
+ "integrity": "sha512-tEDxFx8E38zF3gT7sSMDrT1tGumDgsw5yPG6BBh/X+5ClIQfMH/Yqocxz1PnHx6CHyF6pxmovUTOfZAUvQ0Lvw==",
2863
2753
  "dependencies": {
2864
2754
  "@octokit/auth-token": "^3.0.0",
2865
2755
  "@octokit/graphql": "^5.0.0",
2866
2756
  "@octokit/request": "^6.0.0",
2867
2757
  "@octokit/request-error": "^3.0.0",
2868
- "@octokit/types": "^8.0.0",
2758
+ "@octokit/types": "^9.0.0",
2869
2759
  "before-after-hook": "^2.2.0",
2870
2760
  "universal-user-agent": "^6.0.0"
2871
2761
  },
@@ -2874,16 +2764,16 @@
2874
2764
  }
2875
2765
  },
2876
2766
  "node_modules/@octokit/core/node_modules/@octokit/openapi-types": {
2877
- "version": "14.0.0",
2878
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-14.0.0.tgz",
2879
- "integrity": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw=="
2767
+ "version": "17.2.0",
2768
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
2769
+ "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
2880
2770
  },
2881
2771
  "node_modules/@octokit/core/node_modules/@octokit/types": {
2882
- "version": "8.2.1",
2883
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-8.2.1.tgz",
2884
- "integrity": "sha512-8oWMUji8be66q2B9PmEIUyQm00VPDPun07umUWSaCwxmeaquFBro4Hcc3ruVoDo3zkQyZBlRvhIMEYS3pBhanw==",
2772
+ "version": "9.2.3",
2773
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
2774
+ "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
2885
2775
  "dependencies": {
2886
- "@octokit/openapi-types": "^14.0.0"
2776
+ "@octokit/openapi-types": "^17.2.0"
2887
2777
  }
2888
2778
  },
2889
2779
  "node_modules/@octokit/endpoint": {
@@ -2918,11 +2808,12 @@
2918
2808
  "integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
2919
2809
  },
2920
2810
  "node_modules/@octokit/plugin-paginate-rest": {
2921
- "version": "6.1.0",
2922
- "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.0.tgz",
2923
- "integrity": "sha512-5T4iXjJdYCVA1rdWS1C+uZV9AvtZY9QgTG74kFiSFVj94dZXowyi/YK8f4SGjZaL69jZthGlBaDKRdCMCF9log==",
2811
+ "version": "6.1.2",
2812
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz",
2813
+ "integrity": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==",
2924
2814
  "dependencies": {
2925
- "@octokit/types": "^9.2.2"
2815
+ "@octokit/tsconfig": "^1.0.2",
2816
+ "@octokit/types": "^9.2.3"
2926
2817
  },
2927
2818
  "engines": {
2928
2819
  "node": ">= 14"
@@ -2932,16 +2823,16 @@
2932
2823
  }
2933
2824
  },
2934
2825
  "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
2935
- "version": "17.1.2",
2936
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.2.tgz",
2937
- "integrity": "sha512-OaS7Ol4Y+U50PbejfzQflGWRMxO04nYWO5ZBv6JerqMKE2WS/tI9VoVDDPXHBlRMGG2fOdKwtVGlFfc7AVIstw=="
2826
+ "version": "17.2.0",
2827
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
2828
+ "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
2938
2829
  },
2939
2830
  "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
2940
- "version": "9.2.2",
2941
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.2.tgz",
2942
- "integrity": "sha512-9BjDxjgQIvCjNWZsbqyH5QC2Yni16oaE6xL+8SUBMzcYPF4TGQBXGA97Cl3KceK9mwiNMb1mOYCz6FbCCLEL+g==",
2831
+ "version": "9.2.3",
2832
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
2833
+ "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
2943
2834
  "dependencies": {
2944
- "@octokit/openapi-types": "^17.1.2"
2835
+ "@octokit/openapi-types": "^17.2.0"
2945
2836
  }
2946
2837
  },
2947
2838
  "node_modules/@octokit/plugin-request-log": {
@@ -2953,11 +2844,11 @@
2953
2844
  }
2954
2845
  },
2955
2846
  "node_modules/@octokit/plugin-rest-endpoint-methods": {
2956
- "version": "7.1.0",
2957
- "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.0.tgz",
2958
- "integrity": "sha512-SWwz/hc47GaKJR6BlJI4WIVRodbAFRvrR0QRPSoPMs7krb7anYPML3psg+ThEz/kcwOdSNh/oA8qThi/Wvs4Fw==",
2847
+ "version": "7.1.2",
2848
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.2.tgz",
2849
+ "integrity": "sha512-R0oJ7j6f/AdqPLtB9qRXLO+wjI9pctUn8Ka8UGfGaFCcCv3Otx14CshQ89K4E88pmyYZS8p0rNTiprML/81jig==",
2959
2850
  "dependencies": {
2960
- "@octokit/types": "^9.2.2",
2851
+ "@octokit/types": "^9.2.3",
2961
2852
  "deprecation": "^2.3.1"
2962
2853
  },
2963
2854
  "engines": {
@@ -2968,16 +2859,16 @@
2968
2859
  }
2969
2860
  },
2970
2861
  "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
2971
- "version": "17.1.2",
2972
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.2.tgz",
2973
- "integrity": "sha512-OaS7Ol4Y+U50PbejfzQflGWRMxO04nYWO5ZBv6JerqMKE2WS/tI9VoVDDPXHBlRMGG2fOdKwtVGlFfc7AVIstw=="
2862
+ "version": "17.2.0",
2863
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
2864
+ "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
2974
2865
  },
2975
2866
  "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
2976
- "version": "9.2.2",
2977
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.2.tgz",
2978
- "integrity": "sha512-9BjDxjgQIvCjNWZsbqyH5QC2Yni16oaE6xL+8SUBMzcYPF4TGQBXGA97Cl3KceK9mwiNMb1mOYCz6FbCCLEL+g==",
2867
+ "version": "9.2.3",
2868
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
2869
+ "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
2979
2870
  "dependencies": {
2980
- "@octokit/openapi-types": "^17.1.2"
2871
+ "@octokit/openapi-types": "^17.2.0"
2981
2872
  }
2982
2873
  },
2983
2874
  "node_modules/@octokit/request": {
@@ -3010,19 +2901,24 @@
3010
2901
  }
3011
2902
  },
3012
2903
  "node_modules/@octokit/rest": {
3013
- "version": "19.0.8",
3014
- "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.8.tgz",
3015
- "integrity": "sha512-/PKrzqn+zDzXKwBMwLI2IKrvk8yv8cedJOdcmxrjR3gmu6UIzURhP5oQj+4qkn7+uQi1gg7QqV4SqlaQ1HYW1Q==",
2904
+ "version": "19.0.11",
2905
+ "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.11.tgz",
2906
+ "integrity": "sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==",
3016
2907
  "dependencies": {
3017
- "@octokit/core": "^4.1.0",
3018
- "@octokit/plugin-paginate-rest": "^6.1.0",
2908
+ "@octokit/core": "^4.2.1",
2909
+ "@octokit/plugin-paginate-rest": "^6.1.2",
3019
2910
  "@octokit/plugin-request-log": "^1.0.4",
3020
- "@octokit/plugin-rest-endpoint-methods": "^7.1.0"
2911
+ "@octokit/plugin-rest-endpoint-methods": "^7.1.2"
3021
2912
  },
3022
2913
  "engines": {
3023
2914
  "node": ">= 14"
3024
2915
  }
3025
2916
  },
2917
+ "node_modules/@octokit/tsconfig": {
2918
+ "version": "1.0.2",
2919
+ "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-1.0.2.tgz",
2920
+ "integrity": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA=="
2921
+ },
3026
2922
  "node_modules/@octokit/types": {
3027
2923
  "version": "7.5.1",
3028
2924
  "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
@@ -4959,30 +4855,35 @@
4959
4855
  "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
4960
4856
  },
4961
4857
  "node_modules/configstore": {
4962
- "version": "5.0.1",
4963
- "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
4964
- "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==",
4858
+ "version": "6.0.0",
4859
+ "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz",
4860
+ "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==",
4965
4861
  "dependencies": {
4966
- "dot-prop": "^5.2.0",
4967
- "graceful-fs": "^4.1.2",
4968
- "make-dir": "^3.0.0",
4969
- "unique-string": "^2.0.0",
4970
- "write-file-atomic": "^3.0.0",
4971
- "xdg-basedir": "^4.0.0"
4862
+ "dot-prop": "^6.0.1",
4863
+ "graceful-fs": "^4.2.6",
4864
+ "unique-string": "^3.0.0",
4865
+ "write-file-atomic": "^3.0.3",
4866
+ "xdg-basedir": "^5.0.1"
4972
4867
  },
4973
4868
  "engines": {
4974
- "node": ">=8"
4869
+ "node": ">=12"
4870
+ },
4871
+ "funding": {
4872
+ "url": "https://github.com/yeoman/configstore?sponsor=1"
4975
4873
  }
4976
4874
  },
4977
4875
  "node_modules/configstore/node_modules/dot-prop": {
4978
- "version": "5.3.0",
4979
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
4980
- "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
4876
+ "version": "6.0.1",
4877
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz",
4878
+ "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
4981
4879
  "dependencies": {
4982
4880
  "is-obj": "^2.0.0"
4983
4881
  },
4984
4882
  "engines": {
4985
- "node": ">=8"
4883
+ "node": ">=10"
4884
+ },
4885
+ "funding": {
4886
+ "url": "https://github.com/sponsors/sindresorhus"
4986
4887
  }
4987
4888
  },
4988
4889
  "node_modules/configstore/node_modules/write-file-atomic": {
@@ -5411,11 +5312,28 @@
5411
5312
  }
5412
5313
  },
5413
5314
  "node_modules/crypto-random-string": {
5414
- "version": "2.0.0",
5415
- "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
5416
- "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
5315
+ "version": "4.0.0",
5316
+ "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
5317
+ "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==",
5318
+ "dependencies": {
5319
+ "type-fest": "^1.0.1"
5320
+ },
5417
5321
  "engines": {
5418
- "node": ">=8"
5322
+ "node": ">=12"
5323
+ },
5324
+ "funding": {
5325
+ "url": "https://github.com/sponsors/sindresorhus"
5326
+ }
5327
+ },
5328
+ "node_modules/crypto-random-string/node_modules/type-fest": {
5329
+ "version": "1.4.0",
5330
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
5331
+ "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
5332
+ "engines": {
5333
+ "node": ">=10"
5334
+ },
5335
+ "funding": {
5336
+ "url": "https://github.com/sponsors/sindresorhus"
5419
5337
  }
5420
5338
  },
5421
5339
  "node_modules/cyclist": {
@@ -5872,9 +5790,9 @@
5872
5790
  }
5873
5791
  },
5874
5792
  "node_modules/detective-typescript/node_modules/@typescript-eslint/types": {
5875
- "version": "5.59.5",
5876
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.5.tgz",
5877
- "integrity": "sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==",
5793
+ "version": "5.59.7",
5794
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz",
5795
+ "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==",
5878
5796
  "engines": {
5879
5797
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5880
5798
  },
@@ -5884,12 +5802,12 @@
5884
5802
  }
5885
5803
  },
5886
5804
  "node_modules/detective-typescript/node_modules/@typescript-eslint/typescript-estree": {
5887
- "version": "5.59.5",
5888
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz",
5889
- "integrity": "sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==",
5805
+ "version": "5.59.7",
5806
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz",
5807
+ "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==",
5890
5808
  "dependencies": {
5891
- "@typescript-eslint/types": "5.59.5",
5892
- "@typescript-eslint/visitor-keys": "5.59.5",
5809
+ "@typescript-eslint/types": "5.59.7",
5810
+ "@typescript-eslint/visitor-keys": "5.59.7",
5893
5811
  "debug": "^4.3.4",
5894
5812
  "globby": "^11.1.0",
5895
5813
  "is-glob": "^4.0.3",
@@ -5910,11 +5828,11 @@
5910
5828
  }
5911
5829
  },
5912
5830
  "node_modules/detective-typescript/node_modules/@typescript-eslint/visitor-keys": {
5913
- "version": "5.59.5",
5914
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz",
5915
- "integrity": "sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==",
5831
+ "version": "5.59.7",
5832
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz",
5833
+ "integrity": "sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==",
5916
5834
  "dependencies": {
5917
- "@typescript-eslint/types": "5.59.5",
5835
+ "@typescript-eslint/types": "5.59.7",
5918
5836
  "eslint-visitor-keys": "^3.3.0"
5919
5837
  },
5920
5838
  "engines": {
@@ -5948,14 +5866,25 @@
5948
5866
  }
5949
5867
  },
5950
5868
  "node_modules/dot-prop": {
5951
- "version": "6.0.1",
5952
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz",
5953
- "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
5869
+ "version": "7.2.0",
5870
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-7.2.0.tgz",
5871
+ "integrity": "sha512-Ol/IPXUARn9CSbkrdV4VJo7uCy1I3VuSiWCaFSg+8BdUOzF9n3jefIpcgAydvUZbTdEBZs2vEiTiS9m61ssiDA==",
5954
5872
  "dependencies": {
5955
- "is-obj": "^2.0.0"
5873
+ "type-fest": "^2.11.2"
5956
5874
  },
5957
5875
  "engines": {
5958
- "node": ">=10"
5876
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
5877
+ },
5878
+ "funding": {
5879
+ "url": "https://github.com/sponsors/sindresorhus"
5880
+ }
5881
+ },
5882
+ "node_modules/dot-prop/node_modules/type-fest": {
5883
+ "version": "2.19.0",
5884
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
5885
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
5886
+ "engines": {
5887
+ "node": ">=12.20"
5959
5888
  },
5960
5889
  "funding": {
5961
5890
  "url": "https://github.com/sponsors/sindresorhus"
@@ -6022,11 +5951,14 @@
6022
5951
  }
6023
5952
  },
6024
5953
  "node_modules/env-paths": {
6025
- "version": "2.2.1",
6026
- "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
6027
- "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
5954
+ "version": "3.0.0",
5955
+ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
5956
+ "integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==",
6028
5957
  "engines": {
6029
- "node": ">=6"
5958
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
5959
+ },
5960
+ "funding": {
5961
+ "url": "https://github.com/sponsors/sindresorhus"
6030
5962
  }
6031
5963
  },
6032
5964
  "node_modules/envinfo": {
@@ -10037,11 +9969,11 @@
10037
9969
  "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
10038
9970
  },
10039
9971
  "node_modules/netlify": {
10040
- "version": "13.1.6",
10041
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.6.tgz",
10042
- "integrity": "sha512-FR4Cvd7ODml6slz73jIjo1i+Ilf7SYUHV9T8T/iCv/j/NGQc0G1+KcK8b148OGKVzdu+8p4vek0VOczduVETpw==",
9972
+ "version": "13.1.7",
9973
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.7.tgz",
9974
+ "integrity": "sha512-4gFiuDxFIV2UhgxelPNwXf56XJ+KSaOdokt65I+y1/ShOwUgDeKOUBUmXsBg5JhqIg20SWtgbbx2HmhiDGDn3Q==",
10043
9975
  "dependencies": {
10044
- "@netlify/open-api": "^2.17.1",
9976
+ "@netlify/open-api": "^2.18.0",
10045
9977
  "lodash-es": "^4.17.21",
10046
9978
  "micro-api-client": "^3.3.0",
10047
9979
  "node-fetch": "^3.0.0",
@@ -10591,9 +10523,9 @@
10591
10523
  }
10592
10524
  },
10593
10525
  "node_modules/ora": {
10594
- "version": "6.3.0",
10595
- "resolved": "https://registry.npmjs.org/ora/-/ora-6.3.0.tgz",
10596
- "integrity": "sha512-1/D8uRFY0ay2kgBpmAwmSA404w4OoPVhHMqRqtjvrcK/dnzcEZxMJ+V4DUbyICu8IIVRclHcOf5wlD1tMY4GUQ==",
10526
+ "version": "6.3.1",
10527
+ "resolved": "https://registry.npmjs.org/ora/-/ora-6.3.1.tgz",
10528
+ "integrity": "sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==",
10597
10529
  "dependencies": {
10598
10530
  "chalk": "^5.0.0",
10599
10531
  "cli-cursor": "^4.0.0",
@@ -11074,14 +11006,6 @@
11074
11006
  "node": ">=0.10.0"
11075
11007
  }
11076
11008
  },
11077
- "node_modules/path-exists": {
11078
- "version": "4.0.0",
11079
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
11080
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
11081
- "engines": {
11082
- "node": ">=8"
11083
- }
11084
- },
11085
11009
  "node_modules/path-is-absolute": {
11086
11010
  "version": "1.0.1",
11087
11011
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
@@ -11581,147 +11505,49 @@
11581
11505
  "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
11582
11506
  },
11583
11507
  "node_modules/read-pkg-up": {
11584
- "version": "7.0.1",
11585
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
11586
- "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
11508
+ "version": "9.1.0",
11509
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz",
11510
+ "integrity": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==",
11587
11511
  "dependencies": {
11588
- "find-up": "^4.1.0",
11589
- "read-pkg": "^5.2.0",
11590
- "type-fest": "^0.8.1"
11512
+ "find-up": "^6.3.0",
11513
+ "read-pkg": "^7.1.0",
11514
+ "type-fest": "^2.5.0"
11591
11515
  },
11592
11516
  "engines": {
11593
- "node": ">=8"
11517
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11594
11518
  },
11595
11519
  "funding": {
11596
11520
  "url": "https://github.com/sponsors/sindresorhus"
11597
11521
  }
11598
11522
  },
11599
- "node_modules/read-pkg-up/node_modules/find-up": {
11600
- "version": "4.1.0",
11601
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
11602
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
11523
+ "node_modules/read-pkg-up/node_modules/read-pkg": {
11524
+ "version": "7.1.0",
11525
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz",
11526
+ "integrity": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==",
11603
11527
  "dependencies": {
11604
- "locate-path": "^5.0.0",
11605
- "path-exists": "^4.0.0"
11528
+ "@types/normalize-package-data": "^2.4.1",
11529
+ "normalize-package-data": "^3.0.2",
11530
+ "parse-json": "^5.2.0",
11531
+ "type-fest": "^2.0.0"
11606
11532
  },
11607
11533
  "engines": {
11608
- "node": ">=8"
11609
- }
11610
- },
11611
- "node_modules/read-pkg-up/node_modules/hosted-git-info": {
11612
- "version": "2.8.9",
11613
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
11614
- "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
11615
- },
11616
- "node_modules/read-pkg-up/node_modules/locate-path": {
11617
- "version": "5.0.0",
11618
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
11619
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
11620
- "dependencies": {
11621
- "p-locate": "^4.1.0"
11534
+ "node": ">=12.20"
11622
11535
  },
11623
- "engines": {
11624
- "node": ">=8"
11625
- }
11626
- },
11627
- "node_modules/read-pkg-up/node_modules/normalize-package-data": {
11628
- "version": "2.5.0",
11629
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
11630
- "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
11631
- "dependencies": {
11632
- "hosted-git-info": "^2.1.4",
11633
- "resolve": "^1.10.0",
11634
- "semver": "2 || 3 || 4 || 5",
11635
- "validate-npm-package-license": "^3.0.1"
11536
+ "funding": {
11537
+ "url": "https://github.com/sponsors/sindresorhus"
11636
11538
  }
11637
11539
  },
11638
- "node_modules/read-pkg-up/node_modules/p-limit": {
11639
- "version": "2.3.0",
11640
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
11641
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
11642
- "dependencies": {
11643
- "p-try": "^2.0.0"
11644
- },
11540
+ "node_modules/read-pkg-up/node_modules/type-fest": {
11541
+ "version": "2.19.0",
11542
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
11543
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
11645
11544
  "engines": {
11646
- "node": ">=6"
11545
+ "node": ">=12.20"
11647
11546
  },
11648
11547
  "funding": {
11649
11548
  "url": "https://github.com/sponsors/sindresorhus"
11650
11549
  }
11651
11550
  },
11652
- "node_modules/read-pkg-up/node_modules/p-locate": {
11653
- "version": "4.1.0",
11654
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
11655
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
11656
- "dependencies": {
11657
- "p-limit": "^2.2.0"
11658
- },
11659
- "engines": {
11660
- "node": ">=8"
11661
- }
11662
- },
11663
- "node_modules/read-pkg-up/node_modules/p-try": {
11664
- "version": "2.2.0",
11665
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
11666
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
11667
- "engines": {
11668
- "node": ">=6"
11669
- }
11670
- },
11671
- "node_modules/read-pkg-up/node_modules/read-pkg": {
11672
- "version": "5.2.0",
11673
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
11674
- "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
11675
- "dependencies": {
11676
- "@types/normalize-package-data": "^2.4.0",
11677
- "normalize-package-data": "^2.5.0",
11678
- "parse-json": "^5.0.0",
11679
- "type-fest": "^0.6.0"
11680
- },
11681
- "engines": {
11682
- "node": ">=8"
11683
- }
11684
- },
11685
- "node_modules/read-pkg-up/node_modules/read-pkg/node_modules/type-fest": {
11686
- "version": "0.6.0",
11687
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
11688
- "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
11689
- "engines": {
11690
- "node": ">=8"
11691
- }
11692
- },
11693
- "node_modules/read-pkg-up/node_modules/resolve": {
11694
- "version": "1.22.2",
11695
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
11696
- "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
11697
- "dependencies": {
11698
- "is-core-module": "^2.11.0",
11699
- "path-parse": "^1.0.7",
11700
- "supports-preserve-symlinks-flag": "^1.0.0"
11701
- },
11702
- "bin": {
11703
- "resolve": "bin/resolve"
11704
- },
11705
- "funding": {
11706
- "url": "https://github.com/sponsors/ljharb"
11707
- }
11708
- },
11709
- "node_modules/read-pkg-up/node_modules/semver": {
11710
- "version": "5.7.1",
11711
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
11712
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
11713
- "bin": {
11714
- "semver": "bin/semver"
11715
- }
11716
- },
11717
- "node_modules/read-pkg-up/node_modules/type-fest": {
11718
- "version": "0.8.1",
11719
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
11720
- "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
11721
- "engines": {
11722
- "node": ">=8"
11723
- }
11724
- },
11725
11551
  "node_modules/readable-stream": {
11726
11552
  "version": "3.6.2",
11727
11553
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
@@ -13013,31 +12839,6 @@
13013
12839
  "url": "https://github.com/sponsors/sindresorhus"
13014
12840
  }
13015
12841
  },
13016
- "node_modules/tempy/node_modules/crypto-random-string": {
13017
- "version": "4.0.0",
13018
- "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
13019
- "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==",
13020
- "dependencies": {
13021
- "type-fest": "^1.0.1"
13022
- },
13023
- "engines": {
13024
- "node": ">=12"
13025
- },
13026
- "funding": {
13027
- "url": "https://github.com/sponsors/sindresorhus"
13028
- }
13029
- },
13030
- "node_modules/tempy/node_modules/crypto-random-string/node_modules/type-fest": {
13031
- "version": "1.4.0",
13032
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
13033
- "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
13034
- "engines": {
13035
- "node": ">=10"
13036
- },
13037
- "funding": {
13038
- "url": "https://github.com/sponsors/sindresorhus"
13039
- }
13040
- },
13041
12842
  "node_modules/tempy/node_modules/type-fest": {
13042
12843
  "version": "2.19.0",
13043
12844
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
@@ -13049,20 +12850,6 @@
13049
12850
  "url": "https://github.com/sponsors/sindresorhus"
13050
12851
  }
13051
12852
  },
13052
- "node_modules/tempy/node_modules/unique-string": {
13053
- "version": "3.0.0",
13054
- "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz",
13055
- "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==",
13056
- "dependencies": {
13057
- "crypto-random-string": "^4.0.0"
13058
- },
13059
- "engines": {
13060
- "node": ">=12"
13061
- },
13062
- "funding": {
13063
- "url": "https://github.com/sponsors/sindresorhus"
13064
- }
13065
- },
13066
12853
  "node_modules/terminal-link": {
13067
12854
  "version": "3.0.0",
13068
12855
  "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-3.0.0.tgz",
@@ -13259,11 +13046,14 @@
13259
13046
  }
13260
13047
  },
13261
13048
  "node_modules/to-readable-stream": {
13262
- "version": "2.1.0",
13263
- "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz",
13264
- "integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w==",
13049
+ "version": "3.0.0",
13050
+ "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-3.0.0.tgz",
13051
+ "integrity": "sha512-vD2LytT6DxPynBa1xbMtswY9gGqj27wNbh2uvI5OhBe+mrGLurRWRQZyQn3812sqlQRtUJwaKVshG+PoGwbPDQ==",
13265
13052
  "engines": {
13266
- "node": ">=8"
13053
+ "node": ">=12"
13054
+ },
13055
+ "funding": {
13056
+ "url": "https://github.com/sponsors/sindresorhus"
13267
13057
  }
13268
13058
  },
13269
13059
  "node_modules/to-regex": {
@@ -13397,17 +13187,14 @@
13397
13187
  }
13398
13188
  },
13399
13189
  "node_modules/type-fest": {
13400
- "version": "3.10.0",
13401
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.10.0.tgz",
13402
- "integrity": "sha512-hmAPf1datm+gt3c2mvu0sJyhFy6lTkIGf0GzyaZWxRLnabQfPUqg6tF95RPg6sLxKI7nFLGdFxBcf2/7+GXI+A==",
13190
+ "version": "3.11.0",
13191
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.11.0.tgz",
13192
+ "integrity": "sha512-JaPw5U9ixP0XcpUbQoVSbxSDcK/K4nww20C3kjm9yE6cDRRhptU28AH60VWf9ltXmCrIfIbtt9J+2OUk2Uqiaw==",
13403
13193
  "engines": {
13404
13194
  "node": ">=14.16"
13405
13195
  },
13406
13196
  "funding": {
13407
13197
  "url": "https://github.com/sponsors/sindresorhus"
13408
- },
13409
- "peerDependencies": {
13410
- "typescript": ">=4.7.0"
13411
13198
  }
13412
13199
  },
13413
13200
  "node_modules/type-is": {
@@ -13493,14 +13280,17 @@
13493
13280
  }
13494
13281
  },
13495
13282
  "node_modules/unique-string": {
13496
- "version": "2.0.0",
13497
- "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
13498
- "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
13283
+ "version": "3.0.0",
13284
+ "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz",
13285
+ "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==",
13499
13286
  "dependencies": {
13500
- "crypto-random-string": "^2.0.0"
13287
+ "crypto-random-string": "^4.0.0"
13501
13288
  },
13502
13289
  "engines": {
13503
- "node": ">=8"
13290
+ "node": ">=12"
13291
+ },
13292
+ "funding": {
13293
+ "url": "https://github.com/sponsors/sindresorhus"
13504
13294
  }
13505
13295
  },
13506
13296
  "node_modules/universal-user-agent": {
@@ -13631,85 +13421,6 @@
13631
13421
  "url": "https://github.com/yeoman/update-notifier?sponsor=1"
13632
13422
  }
13633
13423
  },
13634
- "node_modules/update-notifier/node_modules/configstore": {
13635
- "version": "6.0.0",
13636
- "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz",
13637
- "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==",
13638
- "dependencies": {
13639
- "dot-prop": "^6.0.1",
13640
- "graceful-fs": "^4.2.6",
13641
- "unique-string": "^3.0.0",
13642
- "write-file-atomic": "^3.0.3",
13643
- "xdg-basedir": "^5.0.1"
13644
- },
13645
- "engines": {
13646
- "node": ">=12"
13647
- },
13648
- "funding": {
13649
- "url": "https://github.com/yeoman/configstore?sponsor=1"
13650
- }
13651
- },
13652
- "node_modules/update-notifier/node_modules/crypto-random-string": {
13653
- "version": "4.0.0",
13654
- "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
13655
- "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==",
13656
- "dependencies": {
13657
- "type-fest": "^1.0.1"
13658
- },
13659
- "engines": {
13660
- "node": ">=12"
13661
- },
13662
- "funding": {
13663
- "url": "https://github.com/sponsors/sindresorhus"
13664
- }
13665
- },
13666
- "node_modules/update-notifier/node_modules/type-fest": {
13667
- "version": "1.4.0",
13668
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
13669
- "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
13670
- "engines": {
13671
- "node": ">=10"
13672
- },
13673
- "funding": {
13674
- "url": "https://github.com/sponsors/sindresorhus"
13675
- }
13676
- },
13677
- "node_modules/update-notifier/node_modules/unique-string": {
13678
- "version": "3.0.0",
13679
- "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz",
13680
- "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==",
13681
- "dependencies": {
13682
- "crypto-random-string": "^4.0.0"
13683
- },
13684
- "engines": {
13685
- "node": ">=12"
13686
- },
13687
- "funding": {
13688
- "url": "https://github.com/sponsors/sindresorhus"
13689
- }
13690
- },
13691
- "node_modules/update-notifier/node_modules/write-file-atomic": {
13692
- "version": "3.0.3",
13693
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
13694
- "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
13695
- "dependencies": {
13696
- "imurmurhash": "^0.1.4",
13697
- "is-typedarray": "^1.0.0",
13698
- "signal-exit": "^3.0.2",
13699
- "typedarray-to-buffer": "^3.1.5"
13700
- }
13701
- },
13702
- "node_modules/update-notifier/node_modules/xdg-basedir": {
13703
- "version": "5.1.0",
13704
- "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
13705
- "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==",
13706
- "engines": {
13707
- "node": ">=12"
13708
- },
13709
- "funding": {
13710
- "url": "https://github.com/sponsors/sindresorhus"
13711
- }
13712
- },
13713
13424
  "node_modules/uri-js": {
13714
13425
  "version": "4.4.1",
13715
13426
  "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
@@ -14128,11 +13839,14 @@
14128
13839
  }
14129
13840
  },
14130
13841
  "node_modules/xdg-basedir": {
14131
- "version": "4.0.0",
14132
- "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
14133
- "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
13842
+ "version": "5.1.0",
13843
+ "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
13844
+ "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==",
14134
13845
  "engines": {
14135
- "node": ">=8"
13846
+ "node": ">=12"
13847
+ },
13848
+ "funding": {
13849
+ "url": "https://github.com/sponsors/sindresorhus"
14136
13850
  }
14137
13851
  },
14138
13852
  "node_modules/xtend": {
@@ -14310,7 +14024,12 @@
14310
14024
  }
14311
14025
  },
14312
14026
  "@babel/parser": {
14313
- "version": "7.21.8",
14027
+ "version": "7.21.9",
14028
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.9.tgz",
14029
+ "integrity": "sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g=="
14030
+ },
14031
+ "@babel/parser_latest": {
14032
+ "version": "npm:@babel/parser@7.21.8",
14314
14033
  "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz",
14315
14034
  "integrity": "sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA=="
14316
14035
  },
@@ -14665,20 +14384,20 @@
14665
14384
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
14666
14385
  },
14667
14386
  "@netlify/build": {
14668
- "version": "29.11.4",
14669
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.11.4.tgz",
14670
- "integrity": "sha512-wsJTjCe/kx+fNsomipILJx7VYi7quFXNGt1Waz7VeiICdAZBiygUYOwOOIrR9DPRZKiwBusnT2/h1B9cs6CxVQ==",
14387
+ "version": "29.11.6",
14388
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.11.6.tgz",
14389
+ "integrity": "sha512-rzxHZlgg2Jp/RngWSsXF78c81tOmfx2cBLnDa92wTLuR5TQeUy9mrKjrw6WGzPy9ON0ZL7ZiD3l4+GLmh6hc+w==",
14671
14390
  "requires": {
14672
14391
  "@bugsnag/js": "^7.0.0",
14673
14392
  "@netlify/cache-utils": "^5.1.5",
14674
- "@netlify/config": "^20.4.2",
14675
- "@netlify/edge-bundler": "8.14.2",
14393
+ "@netlify/config": "^20.4.3",
14394
+ "@netlify/edge-bundler": "8.15.0",
14676
14395
  "@netlify/framework-info": "^9.8.7",
14677
- "@netlify/functions-utils": "^5.2.7",
14396
+ "@netlify/functions-utils": "^5.2.8",
14678
14397
  "@netlify/git-utils": "^5.1.1",
14679
14398
  "@netlify/plugins-list": "^6.68.0",
14680
14399
  "@netlify/run-utils": "^5.1.0",
14681
- "@netlify/zip-it-and-ship-it": "9.5.0",
14400
+ "@netlify/zip-it-and-ship-it": "9.6.0",
14682
14401
  "@sindresorhus/slugify": "^2.0.0",
14683
14402
  "ansi-escapes": "^6.0.0",
14684
14403
  "chalk": "^5.0.0",
@@ -14921,27 +14640,6 @@
14921
14640
  "parse-ms": "^3.0.0"
14922
14641
  }
14923
14642
  },
14924
- "read-pkg": {
14925
- "version": "7.1.0",
14926
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz",
14927
- "integrity": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==",
14928
- "requires": {
14929
- "@types/normalize-package-data": "^2.4.1",
14930
- "normalize-package-data": "^3.0.2",
14931
- "parse-json": "^5.2.0",
14932
- "type-fest": "^2.0.0"
14933
- }
14934
- },
14935
- "read-pkg-up": {
14936
- "version": "9.1.0",
14937
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz",
14938
- "integrity": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==",
14939
- "requires": {
14940
- "find-up": "^6.3.0",
14941
- "read-pkg": "^7.1.0",
14942
- "type-fest": "^2.5.0"
14943
- }
14944
- },
14945
14643
  "responselike": {
14946
14644
  "version": "3.0.0",
14947
14645
  "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
@@ -14965,11 +14663,6 @@
14965
14663
  "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
14966
14664
  "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw=="
14967
14665
  },
14968
- "type-fest": {
14969
- "version": "2.19.0",
14970
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
14971
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="
14972
- },
14973
14666
  "uuid": {
14974
14667
  "version": "8.3.2",
14975
14668
  "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
@@ -15030,9 +14723,9 @@
15030
14723
  "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="
15031
14724
  },
15032
14725
  "yaml": {
15033
- "version": "2.2.2",
15034
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz",
15035
- "integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA=="
14726
+ "version": "2.3.0",
14727
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.0.tgz",
14728
+ "integrity": "sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw=="
15036
14729
  }
15037
14730
  }
15038
14731
  },
@@ -15076,9 +14769,9 @@
15076
14769
  }
15077
14770
  },
15078
14771
  "@netlify/config": {
15079
- "version": "20.4.2",
15080
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.4.2.tgz",
15081
- "integrity": "sha512-JPqIIIBqk/waUJnA+cNGA5+4sB+TcyRLViYnYC+oxXdGUugqIY66DbG0mBa8Ay9VAXiIZYMd8qPAPCMi+fBdLQ==",
14772
+ "version": "20.4.3",
14773
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.4.3.tgz",
14774
+ "integrity": "sha512-FRfeydoxBp6/rPdBifKKqSzhEYtPWuR6BbZOxEc0KGr7O4C35f6JxrHPdhLKCmgVUJxVc04CsIwDNe6gmHTjyQ==",
15082
14775
  "requires": {
15083
14776
  "chalk": "^5.0.0",
15084
14777
  "cron-parser": "^4.1.0",
@@ -15093,7 +14786,7 @@
15093
14786
  "is-plain-obj": "^4.0.0",
15094
14787
  "js-yaml": "^4.0.0",
15095
14788
  "map-obj": "^5.0.0",
15096
- "netlify": "^13.1.6",
14789
+ "netlify": "^13.1.7",
15097
14790
  "netlify-headers-parser": "^7.1.2",
15098
14791
  "netlify-redirect-parser": "^14.1.2",
15099
14792
  "omit.js": "^2.0.2",
@@ -15105,14 +14798,6 @@
15105
14798
  "yargs": "^17.6.0"
15106
14799
  },
15107
14800
  "dependencies": {
15108
- "dot-prop": {
15109
- "version": "7.2.0",
15110
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-7.2.0.tgz",
15111
- "integrity": "sha512-Ol/IPXUARn9CSbkrdV4VJo7uCy1I3VuSiWCaFSg+8BdUOzF9n3jefIpcgAydvUZbTdEBZs2vEiTiS9m61ssiDA==",
15112
- "requires": {
15113
- "type-fest": "^2.11.2"
15114
- }
15115
- },
15116
14801
  "escape-string-regexp": {
15117
14802
  "version": "5.0.0",
15118
14803
  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
@@ -15205,11 +14890,6 @@
15205
14890
  "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
15206
14891
  "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw=="
15207
14892
  },
15208
- "type-fest": {
15209
- "version": "2.19.0",
15210
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
15211
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="
15212
- },
15213
14893
  "yocto-queue": {
15214
14894
  "version": "1.0.0",
15215
14895
  "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
@@ -15218,9 +14898,9 @@
15218
14898
  }
15219
14899
  },
15220
14900
  "@netlify/edge-bundler": {
15221
- "version": "8.14.2",
15222
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.14.2.tgz",
15223
- "integrity": "sha512-Ij0eKSefgSgrNuupiKeckIbBvRuHOZFNd/Sn6RyD4BERBfQscA9TfsfxorF04WonoXOh8hBO6w0e2wxPfp7cRA==",
14901
+ "version": "8.15.0",
14902
+ "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.15.0.tgz",
14903
+ "integrity": "sha512-5OKUEtVyzxV1pVYyyt64MqmILjICrUxPG7aVT1TDCqrGmPSECx7xSmguaQH8LVmxLykrgA+g1vLTDzmlySi3Eg==",
15224
14904
  "requires": {
15225
14905
  "@import-maps/resolve": "^1.0.1",
15226
14906
  "ajv": "^8.11.2",
@@ -15262,11 +14942,6 @@
15262
14942
  "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
15263
14943
  "requires": {}
15264
14944
  },
15265
- "env-paths": {
15266
- "version": "3.0.0",
15267
- "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
15268
- "integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A=="
15269
- },
15270
14945
  "execa": {
15271
14946
  "version": "6.1.0",
15272
14947
  "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz",
@@ -15551,32 +15226,6 @@
15551
15226
  "p-limit": "^4.0.0"
15552
15227
  }
15553
15228
  },
15554
- "read-pkg": {
15555
- "version": "7.1.0",
15556
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz",
15557
- "integrity": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==",
15558
- "requires": {
15559
- "@types/normalize-package-data": "^2.4.1",
15560
- "normalize-package-data": "^3.0.2",
15561
- "parse-json": "^5.2.0",
15562
- "type-fest": "^2.0.0"
15563
- }
15564
- },
15565
- "read-pkg-up": {
15566
- "version": "9.1.0",
15567
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz",
15568
- "integrity": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==",
15569
- "requires": {
15570
- "find-up": "^6.3.0",
15571
- "read-pkg": "^7.1.0",
15572
- "type-fest": "^2.5.0"
15573
- }
15574
- },
15575
- "type-fest": {
15576
- "version": "2.19.0",
15577
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
15578
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="
15579
- },
15580
15229
  "yocto-queue": {
15581
15230
  "version": "1.0.0",
15582
15231
  "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
@@ -15585,11 +15234,11 @@
15585
15234
  }
15586
15235
  },
15587
15236
  "@netlify/functions-utils": {
15588
- "version": "5.2.7",
15589
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.7.tgz",
15590
- "integrity": "sha512-jl2GF1P5PHiTNIycVl7EKBAPp5BIeAiFTdV6XiP+LaixP1FT9XunI64gjw4Vw7ZDDrw1G9EhvoceKuBJqOk1wQ==",
15237
+ "version": "5.2.8",
15238
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.8.tgz",
15239
+ "integrity": "sha512-8HgJ3L7PfKyZ3YvGSBtnF4zXzwKCKm8rpHqZOPcmUMKPVc5KrZUIQGpencJOmEfK53cCqM/b7YYg5m4sySheZw==",
15591
15240
  "requires": {
15592
- "@netlify/zip-it-and-ship-it": "9.5.0",
15241
+ "@netlify/zip-it-and-ship-it": "9.6.0",
15593
15242
  "cpy": "^9.0.0",
15594
15243
  "path-exists": "^5.0.0"
15595
15244
  },
@@ -15759,9 +15408,9 @@
15759
15408
  "optional": true
15760
15409
  },
15761
15410
  "@netlify/open-api": {
15762
- "version": "2.17.1",
15763
- "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.17.1.tgz",
15764
- "integrity": "sha512-ShK63cGThr13FHbEKTr71N1wtqWo5KvPBgWM0JH3efXKts7cVuapFlfHhr2l37kyMLcPVH7yYjH0ioakAiaFuA=="
15411
+ "version": "2.18.0",
15412
+ "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.18.0.tgz",
15413
+ "integrity": "sha512-2spMBZxvK9KocIXr1Mpj+LrKAGHNZ0es6/tCFekFS89bIfC+He8VGi7j0bk49eVbLeC9IuZed5K27k692dHAcg=="
15765
15414
  },
15766
15415
  "@netlify/plugins-list": {
15767
15416
  "version": "6.68.0",
@@ -15826,11 +15475,12 @@
15826
15475
  "integrity": "sha512-6O6mr4ynN4DWbI82nbt2ueq+tD9MeRD3BABTnjrxAJn85o79Lu3KFndr+Omur1OpbKEqIrWsFs0Bsi72DkPFbg=="
15827
15476
  },
15828
15477
  "@netlify/zip-it-and-ship-it": {
15829
- "version": "9.5.0",
15830
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.5.0.tgz",
15831
- "integrity": "sha512-F4iM0OF04a6A6i3sW4Nxlctrh26i0tUXAeWbQDplkR7zjh+NwVaMEMJYznsEnQ0mzeb/ohA+eP9S2hdIx9x9eg==",
15478
+ "version": "9.6.0",
15479
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.6.0.tgz",
15480
+ "integrity": "sha512-H5NXVmW9iBX/ws57AP4qfoiFD46WjhM7fK+QljEqHDsLsUt1RvjdpCTdvltbTCnnD1lH24EFIIWSZ9mccuol9g==",
15832
15481
  "requires": {
15833
15482
  "@babel/parser": "7.16.8",
15483
+ "@babel/parser_latest": "npm:@babel/parser@7.21.8",
15834
15484
  "@netlify/binary-info": "^1.0.0",
15835
15485
  "@netlify/esbuild": "0.14.39",
15836
15486
  "@netlify/serverless-functions-api": "^1.5.0",
@@ -15924,9 +15574,9 @@
15924
15574
  "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA=="
15925
15575
  },
15926
15576
  "minimatch": {
15927
- "version": "9.0.0",
15928
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
15929
- "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
15577
+ "version": "9.0.1",
15578
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
15579
+ "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
15930
15580
  "requires": {
15931
15581
  "brace-expansion": "^2.0.1"
15932
15582
  }
@@ -15991,30 +15641,30 @@
15991
15641
  }
15992
15642
  },
15993
15643
  "@octokit/core": {
15994
- "version": "4.1.0",
15995
- "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.1.0.tgz",
15996
- "integrity": "sha512-Czz/59VefU+kKDy+ZfDwtOIYIkFjExOKf+HA92aiTZJ6EfWpFzYQWw0l54ji8bVmyhc+mGaLUbSUmXazG7z5OQ==",
15644
+ "version": "4.2.1",
15645
+ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.1.tgz",
15646
+ "integrity": "sha512-tEDxFx8E38zF3gT7sSMDrT1tGumDgsw5yPG6BBh/X+5ClIQfMH/Yqocxz1PnHx6CHyF6pxmovUTOfZAUvQ0Lvw==",
15997
15647
  "requires": {
15998
15648
  "@octokit/auth-token": "^3.0.0",
15999
15649
  "@octokit/graphql": "^5.0.0",
16000
15650
  "@octokit/request": "^6.0.0",
16001
15651
  "@octokit/request-error": "^3.0.0",
16002
- "@octokit/types": "^8.0.0",
15652
+ "@octokit/types": "^9.0.0",
16003
15653
  "before-after-hook": "^2.2.0",
16004
15654
  "universal-user-agent": "^6.0.0"
16005
15655
  },
16006
15656
  "dependencies": {
16007
15657
  "@octokit/openapi-types": {
16008
- "version": "14.0.0",
16009
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-14.0.0.tgz",
16010
- "integrity": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw=="
15658
+ "version": "17.2.0",
15659
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
15660
+ "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
16011
15661
  },
16012
15662
  "@octokit/types": {
16013
- "version": "8.2.1",
16014
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-8.2.1.tgz",
16015
- "integrity": "sha512-8oWMUji8be66q2B9PmEIUyQm00VPDPun07umUWSaCwxmeaquFBro4Hcc3ruVoDo3zkQyZBlRvhIMEYS3pBhanw==",
15663
+ "version": "9.2.3",
15664
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
15665
+ "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
16016
15666
  "requires": {
16017
- "@octokit/openapi-types": "^14.0.0"
15667
+ "@octokit/openapi-types": "^17.2.0"
16018
15668
  }
16019
15669
  }
16020
15670
  }
@@ -16045,24 +15695,25 @@
16045
15695
  "integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
16046
15696
  },
16047
15697
  "@octokit/plugin-paginate-rest": {
16048
- "version": "6.1.0",
16049
- "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.0.tgz",
16050
- "integrity": "sha512-5T4iXjJdYCVA1rdWS1C+uZV9AvtZY9QgTG74kFiSFVj94dZXowyi/YK8f4SGjZaL69jZthGlBaDKRdCMCF9log==",
15698
+ "version": "6.1.2",
15699
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz",
15700
+ "integrity": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==",
16051
15701
  "requires": {
16052
- "@octokit/types": "^9.2.2"
15702
+ "@octokit/tsconfig": "^1.0.2",
15703
+ "@octokit/types": "^9.2.3"
16053
15704
  },
16054
15705
  "dependencies": {
16055
15706
  "@octokit/openapi-types": {
16056
- "version": "17.1.2",
16057
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.2.tgz",
16058
- "integrity": "sha512-OaS7Ol4Y+U50PbejfzQflGWRMxO04nYWO5ZBv6JerqMKE2WS/tI9VoVDDPXHBlRMGG2fOdKwtVGlFfc7AVIstw=="
15707
+ "version": "17.2.0",
15708
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
15709
+ "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
16059
15710
  },
16060
15711
  "@octokit/types": {
16061
- "version": "9.2.2",
16062
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.2.tgz",
16063
- "integrity": "sha512-9BjDxjgQIvCjNWZsbqyH5QC2Yni16oaE6xL+8SUBMzcYPF4TGQBXGA97Cl3KceK9mwiNMb1mOYCz6FbCCLEL+g==",
15712
+ "version": "9.2.3",
15713
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
15714
+ "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
16064
15715
  "requires": {
16065
- "@octokit/openapi-types": "^17.1.2"
15716
+ "@octokit/openapi-types": "^17.2.0"
16066
15717
  }
16067
15718
  }
16068
15719
  }
@@ -16074,25 +15725,25 @@
16074
15725
  "requires": {}
16075
15726
  },
16076
15727
  "@octokit/plugin-rest-endpoint-methods": {
16077
- "version": "7.1.0",
16078
- "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.0.tgz",
16079
- "integrity": "sha512-SWwz/hc47GaKJR6BlJI4WIVRodbAFRvrR0QRPSoPMs7krb7anYPML3psg+ThEz/kcwOdSNh/oA8qThi/Wvs4Fw==",
15728
+ "version": "7.1.2",
15729
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.2.tgz",
15730
+ "integrity": "sha512-R0oJ7j6f/AdqPLtB9qRXLO+wjI9pctUn8Ka8UGfGaFCcCv3Otx14CshQ89K4E88pmyYZS8p0rNTiprML/81jig==",
16080
15731
  "requires": {
16081
- "@octokit/types": "^9.2.2",
15732
+ "@octokit/types": "^9.2.3",
16082
15733
  "deprecation": "^2.3.1"
16083
15734
  },
16084
15735
  "dependencies": {
16085
15736
  "@octokit/openapi-types": {
16086
- "version": "17.1.2",
16087
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.2.tgz",
16088
- "integrity": "sha512-OaS7Ol4Y+U50PbejfzQflGWRMxO04nYWO5ZBv6JerqMKE2WS/tI9VoVDDPXHBlRMGG2fOdKwtVGlFfc7AVIstw=="
15737
+ "version": "17.2.0",
15738
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
15739
+ "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
16089
15740
  },
16090
15741
  "@octokit/types": {
16091
- "version": "9.2.2",
16092
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.2.tgz",
16093
- "integrity": "sha512-9BjDxjgQIvCjNWZsbqyH5QC2Yni16oaE6xL+8SUBMzcYPF4TGQBXGA97Cl3KceK9mwiNMb1mOYCz6FbCCLEL+g==",
15742
+ "version": "9.2.3",
15743
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
15744
+ "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
16094
15745
  "requires": {
16095
- "@octokit/openapi-types": "^17.1.2"
15746
+ "@octokit/openapi-types": "^17.2.0"
16096
15747
  }
16097
15748
  }
16098
15749
  }
@@ -16121,16 +15772,21 @@
16121
15772
  }
16122
15773
  },
16123
15774
  "@octokit/rest": {
16124
- "version": "19.0.8",
16125
- "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.8.tgz",
16126
- "integrity": "sha512-/PKrzqn+zDzXKwBMwLI2IKrvk8yv8cedJOdcmxrjR3gmu6UIzURhP5oQj+4qkn7+uQi1gg7QqV4SqlaQ1HYW1Q==",
15775
+ "version": "19.0.11",
15776
+ "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.11.tgz",
15777
+ "integrity": "sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==",
16127
15778
  "requires": {
16128
- "@octokit/core": "^4.1.0",
16129
- "@octokit/plugin-paginate-rest": "^6.1.0",
15779
+ "@octokit/core": "^4.2.1",
15780
+ "@octokit/plugin-paginate-rest": "^6.1.2",
16130
15781
  "@octokit/plugin-request-log": "^1.0.4",
16131
- "@octokit/plugin-rest-endpoint-methods": "^7.1.0"
15782
+ "@octokit/plugin-rest-endpoint-methods": "^7.1.2"
16132
15783
  }
16133
15784
  },
15785
+ "@octokit/tsconfig": {
15786
+ "version": "1.0.2",
15787
+ "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-1.0.2.tgz",
15788
+ "integrity": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA=="
15789
+ },
16134
15790
  "@octokit/types": {
16135
15791
  "version": "7.5.1",
16136
15792
  "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
@@ -17606,22 +17262,21 @@
17606
17262
  }
17607
17263
  },
17608
17264
  "configstore": {
17609
- "version": "5.0.1",
17610
- "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
17611
- "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==",
17265
+ "version": "6.0.0",
17266
+ "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz",
17267
+ "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==",
17612
17268
  "requires": {
17613
- "dot-prop": "^5.2.0",
17614
- "graceful-fs": "^4.1.2",
17615
- "make-dir": "^3.0.0",
17616
- "unique-string": "^2.0.0",
17617
- "write-file-atomic": "^3.0.0",
17618
- "xdg-basedir": "^4.0.0"
17269
+ "dot-prop": "^6.0.1",
17270
+ "graceful-fs": "^4.2.6",
17271
+ "unique-string": "^3.0.0",
17272
+ "write-file-atomic": "^3.0.3",
17273
+ "xdg-basedir": "^5.0.1"
17619
17274
  },
17620
17275
  "dependencies": {
17621
17276
  "dot-prop": {
17622
- "version": "5.3.0",
17623
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
17624
- "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
17277
+ "version": "6.0.1",
17278
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz",
17279
+ "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
17625
17280
  "requires": {
17626
17281
  "is-obj": "^2.0.0"
17627
17282
  }
@@ -17955,9 +17610,19 @@
17955
17610
  }
17956
17611
  },
17957
17612
  "crypto-random-string": {
17958
- "version": "2.0.0",
17959
- "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
17960
- "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA=="
17613
+ "version": "4.0.0",
17614
+ "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
17615
+ "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==",
17616
+ "requires": {
17617
+ "type-fest": "^1.0.1"
17618
+ },
17619
+ "dependencies": {
17620
+ "type-fest": {
17621
+ "version": "1.4.0",
17622
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
17623
+ "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA=="
17624
+ }
17625
+ }
17961
17626
  },
17962
17627
  "cyclist": {
17963
17628
  "version": "1.0.1",
@@ -18302,17 +17967,17 @@
18302
17967
  },
18303
17968
  "dependencies": {
18304
17969
  "@typescript-eslint/types": {
18305
- "version": "5.59.5",
18306
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.5.tgz",
18307
- "integrity": "sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w=="
17970
+ "version": "5.59.7",
17971
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz",
17972
+ "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A=="
18308
17973
  },
18309
17974
  "@typescript-eslint/typescript-estree": {
18310
- "version": "5.59.5",
18311
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz",
18312
- "integrity": "sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==",
17975
+ "version": "5.59.7",
17976
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz",
17977
+ "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==",
18313
17978
  "requires": {
18314
- "@typescript-eslint/types": "5.59.5",
18315
- "@typescript-eslint/visitor-keys": "5.59.5",
17979
+ "@typescript-eslint/types": "5.59.7",
17980
+ "@typescript-eslint/visitor-keys": "5.59.7",
18316
17981
  "debug": "^4.3.4",
18317
17982
  "globby": "^11.1.0",
18318
17983
  "is-glob": "^4.0.3",
@@ -18321,11 +17986,11 @@
18321
17986
  }
18322
17987
  },
18323
17988
  "@typescript-eslint/visitor-keys": {
18324
- "version": "5.59.5",
18325
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz",
18326
- "integrity": "sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==",
17989
+ "version": "5.59.7",
17990
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz",
17991
+ "integrity": "sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==",
18327
17992
  "requires": {
18328
- "@typescript-eslint/types": "5.59.5",
17993
+ "@typescript-eslint/types": "5.59.7",
18329
17994
  "eslint-visitor-keys": "^3.3.0"
18330
17995
  }
18331
17996
  },
@@ -18345,11 +18010,18 @@
18345
18010
  }
18346
18011
  },
18347
18012
  "dot-prop": {
18348
- "version": "6.0.1",
18349
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz",
18350
- "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
18013
+ "version": "7.2.0",
18014
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-7.2.0.tgz",
18015
+ "integrity": "sha512-Ol/IPXUARn9CSbkrdV4VJo7uCy1I3VuSiWCaFSg+8BdUOzF9n3jefIpcgAydvUZbTdEBZs2vEiTiS9m61ssiDA==",
18351
18016
  "requires": {
18352
- "is-obj": "^2.0.0"
18017
+ "type-fest": "^2.11.2"
18018
+ },
18019
+ "dependencies": {
18020
+ "type-fest": {
18021
+ "version": "2.19.0",
18022
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
18023
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="
18024
+ }
18353
18025
  }
18354
18026
  },
18355
18027
  "dotenv": {
@@ -18404,9 +18076,9 @@
18404
18076
  }
18405
18077
  },
18406
18078
  "env-paths": {
18407
- "version": "2.2.1",
18408
- "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
18409
- "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A=="
18079
+ "version": "3.0.0",
18080
+ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
18081
+ "integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A=="
18410
18082
  },
18411
18083
  "envinfo": {
18412
18084
  "version": "7.8.1",
@@ -21346,11 +21018,11 @@
21346
21018
  "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
21347
21019
  },
21348
21020
  "netlify": {
21349
- "version": "13.1.6",
21350
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.6.tgz",
21351
- "integrity": "sha512-FR4Cvd7ODml6slz73jIjo1i+Ilf7SYUHV9T8T/iCv/j/NGQc0G1+KcK8b148OGKVzdu+8p4vek0VOczduVETpw==",
21021
+ "version": "13.1.7",
21022
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.7.tgz",
21023
+ "integrity": "sha512-4gFiuDxFIV2UhgxelPNwXf56XJ+KSaOdokt65I+y1/ShOwUgDeKOUBUmXsBg5JhqIg20SWtgbbx2HmhiDGDn3Q==",
21352
21024
  "requires": {
21353
- "@netlify/open-api": "^2.17.1",
21025
+ "@netlify/open-api": "^2.18.0",
21354
21026
  "lodash-es": "^4.17.21",
21355
21027
  "micro-api-client": "^3.3.0",
21356
21028
  "node-fetch": "^3.0.0",
@@ -21728,9 +21400,9 @@
21728
21400
  }
21729
21401
  },
21730
21402
  "ora": {
21731
- "version": "6.3.0",
21732
- "resolved": "https://registry.npmjs.org/ora/-/ora-6.3.0.tgz",
21733
- "integrity": "sha512-1/D8uRFY0ay2kgBpmAwmSA404w4OoPVhHMqRqtjvrcK/dnzcEZxMJ+V4DUbyICu8IIVRclHcOf5wlD1tMY4GUQ==",
21403
+ "version": "6.3.1",
21404
+ "resolved": "https://registry.npmjs.org/ora/-/ora-6.3.1.tgz",
21405
+ "integrity": "sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==",
21734
21406
  "requires": {
21735
21407
  "chalk": "^5.0.0",
21736
21408
  "cli-cursor": "^4.0.0",
@@ -22042,11 +21714,6 @@
22042
21714
  "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
22043
21715
  "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ="
22044
21716
  },
22045
- "path-exists": {
22046
- "version": "4.0.0",
22047
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
22048
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
22049
- },
22050
21717
  "path-is-absolute": {
22051
21718
  "version": "1.0.1",
22052
21719
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
@@ -22381,106 +22048,30 @@
22381
22048
  "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
22382
22049
  },
22383
22050
  "read-pkg-up": {
22384
- "version": "7.0.1",
22385
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
22386
- "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
22051
+ "version": "9.1.0",
22052
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz",
22053
+ "integrity": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==",
22387
22054
  "requires": {
22388
- "find-up": "^4.1.0",
22389
- "read-pkg": "^5.2.0",
22390
- "type-fest": "^0.8.1"
22055
+ "find-up": "^6.3.0",
22056
+ "read-pkg": "^7.1.0",
22057
+ "type-fest": "^2.5.0"
22391
22058
  },
22392
22059
  "dependencies": {
22393
- "find-up": {
22394
- "version": "4.1.0",
22395
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
22396
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
22397
- "requires": {
22398
- "locate-path": "^5.0.0",
22399
- "path-exists": "^4.0.0"
22400
- }
22401
- },
22402
- "hosted-git-info": {
22403
- "version": "2.8.9",
22404
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
22405
- "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
22406
- },
22407
- "locate-path": {
22408
- "version": "5.0.0",
22409
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
22410
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
22411
- "requires": {
22412
- "p-locate": "^4.1.0"
22413
- }
22414
- },
22415
- "normalize-package-data": {
22416
- "version": "2.5.0",
22417
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
22418
- "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
22419
- "requires": {
22420
- "hosted-git-info": "^2.1.4",
22421
- "resolve": "^1.10.0",
22422
- "semver": "2 || 3 || 4 || 5",
22423
- "validate-npm-package-license": "^3.0.1"
22424
- }
22425
- },
22426
- "p-limit": {
22427
- "version": "2.3.0",
22428
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
22429
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
22430
- "requires": {
22431
- "p-try": "^2.0.0"
22432
- }
22433
- },
22434
- "p-locate": {
22435
- "version": "4.1.0",
22436
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
22437
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
22438
- "requires": {
22439
- "p-limit": "^2.2.0"
22440
- }
22441
- },
22442
- "p-try": {
22443
- "version": "2.2.0",
22444
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
22445
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
22446
- },
22447
22060
  "read-pkg": {
22448
- "version": "5.2.0",
22449
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
22450
- "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
22451
- "requires": {
22452
- "@types/normalize-package-data": "^2.4.0",
22453
- "normalize-package-data": "^2.5.0",
22454
- "parse-json": "^5.0.0",
22455
- "type-fest": "^0.6.0"
22456
- },
22457
- "dependencies": {
22458
- "type-fest": {
22459
- "version": "0.6.0",
22460
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
22461
- "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
22462
- }
22463
- }
22464
- },
22465
- "resolve": {
22466
- "version": "1.22.2",
22467
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
22468
- "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
22061
+ "version": "7.1.0",
22062
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz",
22063
+ "integrity": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==",
22469
22064
  "requires": {
22470
- "is-core-module": "^2.11.0",
22471
- "path-parse": "^1.0.7",
22472
- "supports-preserve-symlinks-flag": "^1.0.0"
22065
+ "@types/normalize-package-data": "^2.4.1",
22066
+ "normalize-package-data": "^3.0.2",
22067
+ "parse-json": "^5.2.0",
22068
+ "type-fest": "^2.0.0"
22473
22069
  }
22474
22070
  },
22475
- "semver": {
22476
- "version": "5.7.1",
22477
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
22478
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
22479
- },
22480
22071
  "type-fest": {
22481
- "version": "0.8.1",
22482
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
22483
- "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="
22072
+ "version": "2.19.0",
22073
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
22074
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="
22484
22075
  }
22485
22076
  }
22486
22077
  },
@@ -23483,33 +23074,10 @@
23483
23074
  "unique-string": "^3.0.0"
23484
23075
  },
23485
23076
  "dependencies": {
23486
- "crypto-random-string": {
23487
- "version": "4.0.0",
23488
- "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
23489
- "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==",
23490
- "requires": {
23491
- "type-fest": "^1.0.1"
23492
- },
23493
- "dependencies": {
23494
- "type-fest": {
23495
- "version": "1.4.0",
23496
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
23497
- "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA=="
23498
- }
23499
- }
23500
- },
23501
23077
  "type-fest": {
23502
23078
  "version": "2.19.0",
23503
23079
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
23504
23080
  "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="
23505
- },
23506
- "unique-string": {
23507
- "version": "3.0.0",
23508
- "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz",
23509
- "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==",
23510
- "requires": {
23511
- "crypto-random-string": "^4.0.0"
23512
- }
23513
23081
  }
23514
23082
  }
23515
23083
  },
@@ -23683,9 +23251,9 @@
23683
23251
  }
23684
23252
  },
23685
23253
  "to-readable-stream": {
23686
- "version": "2.1.0",
23687
- "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz",
23688
- "integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w=="
23254
+ "version": "3.0.0",
23255
+ "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-3.0.0.tgz",
23256
+ "integrity": "sha512-vD2LytT6DxPynBa1xbMtswY9gGqj27wNbh2uvI5OhBe+mrGLurRWRQZyQn3812sqlQRtUJwaKVshG+PoGwbPDQ=="
23689
23257
  },
23690
23258
  "to-regex": {
23691
23259
  "version": "3.0.2",
@@ -23782,10 +23350,9 @@
23782
23350
  }
23783
23351
  },
23784
23352
  "type-fest": {
23785
- "version": "3.10.0",
23786
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.10.0.tgz",
23787
- "integrity": "sha512-hmAPf1datm+gt3c2mvu0sJyhFy6lTkIGf0GzyaZWxRLnabQfPUqg6tF95RPg6sLxKI7nFLGdFxBcf2/7+GXI+A==",
23788
- "requires": {}
23353
+ "version": "3.11.0",
23354
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.11.0.tgz",
23355
+ "integrity": "sha512-JaPw5U9ixP0XcpUbQoVSbxSDcK/K4nww20C3kjm9yE6cDRRhptU28AH60VWf9ltXmCrIfIbtt9J+2OUk2Uqiaw=="
23789
23356
  },
23790
23357
  "type-is": {
23791
23358
  "version": "1.6.18",
@@ -23850,11 +23417,11 @@
23850
23417
  }
23851
23418
  },
23852
23419
  "unique-string": {
23853
- "version": "2.0.0",
23854
- "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
23855
- "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
23420
+ "version": "3.0.0",
23421
+ "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz",
23422
+ "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==",
23856
23423
  "requires": {
23857
- "crypto-random-string": "^2.0.0"
23424
+ "crypto-random-string": "^4.0.0"
23858
23425
  }
23859
23426
  },
23860
23427
  "universal-user-agent": {
@@ -23955,57 +23522,6 @@
23955
23522
  "semver": "^7.3.7",
23956
23523
  "semver-diff": "^4.0.0",
23957
23524
  "xdg-basedir": "^5.1.0"
23958
- },
23959
- "dependencies": {
23960
- "configstore": {
23961
- "version": "6.0.0",
23962
- "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz",
23963
- "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==",
23964
- "requires": {
23965
- "dot-prop": "^6.0.1",
23966
- "graceful-fs": "^4.2.6",
23967
- "unique-string": "^3.0.0",
23968
- "write-file-atomic": "^3.0.3",
23969
- "xdg-basedir": "^5.0.1"
23970
- }
23971
- },
23972
- "crypto-random-string": {
23973
- "version": "4.0.0",
23974
- "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
23975
- "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==",
23976
- "requires": {
23977
- "type-fest": "^1.0.1"
23978
- }
23979
- },
23980
- "type-fest": {
23981
- "version": "1.4.0",
23982
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
23983
- "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA=="
23984
- },
23985
- "unique-string": {
23986
- "version": "3.0.0",
23987
- "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz",
23988
- "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==",
23989
- "requires": {
23990
- "crypto-random-string": "^4.0.0"
23991
- }
23992
- },
23993
- "write-file-atomic": {
23994
- "version": "3.0.3",
23995
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
23996
- "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
23997
- "requires": {
23998
- "imurmurhash": "^0.1.4",
23999
- "is-typedarray": "^1.0.0",
24000
- "signal-exit": "^3.0.2",
24001
- "typedarray-to-buffer": "^3.1.5"
24002
- }
24003
- },
24004
- "xdg-basedir": {
24005
- "version": "5.1.0",
24006
- "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
24007
- "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ=="
24008
- }
24009
23525
  }
24010
23526
  },
24011
23527
  "uri-js": {
@@ -24325,9 +23841,9 @@
24325
23841
  }
24326
23842
  },
24327
23843
  "xdg-basedir": {
24328
- "version": "4.0.0",
24329
- "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
24330
- "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q=="
23844
+ "version": "5.1.0",
23845
+ "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
23846
+ "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ=="
24331
23847
  },
24332
23848
  "xtend": {
24333
23849
  "version": "4.0.2",