@automattic/request-promise-native 2.1.1 → 2.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.
@@ -13,12 +13,11 @@
13
13
  "request": "npm:@cypress/request@^3.0.7"
14
14
  },
15
15
  "devDependencies": {
16
- "bluebird": "~3.4.1",
16
+ "bluebird": "~3.7.2",
17
17
  "body-parser": "^1.20.3",
18
18
  "chai": "^4.5.0",
19
19
  "mocha": "^11.1.0",
20
- "node-version": "^3.0.0",
21
- "stealthy-require": "~1.0.0"
20
+ "stealthy-require": "~1.1.1"
22
21
  },
23
22
  "engines": {
24
23
  "node": ">=18"
@@ -26,8 +25,6 @@
26
25
  },
27
26
  "node_modules/@isaacs/cliui": {
28
27
  "version": "8.0.2",
29
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
30
- "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
31
28
  "dev": true,
32
29
  "license": "ISC",
33
30
  "dependencies": {
@@ -42,116 +39,50 @@
42
39
  "node": ">=12"
43
40
  }
44
41
  },
45
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
46
- "version": "6.1.0",
47
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
48
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
49
- "dev": true,
50
- "license": "MIT",
51
- "engines": {
52
- "node": ">=12"
53
- },
54
- "funding": {
55
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
56
- }
57
- },
58
- "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
59
- "version": "6.2.1",
60
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
61
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
42
+ "node_modules/@pkgjs/parseargs": {
43
+ "version": "0.11.0",
62
44
  "dev": true,
63
45
  "license": "MIT",
46
+ "optional": true,
64
47
  "engines": {
65
- "node": ">=12"
66
- },
67
- "funding": {
68
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
48
+ "node": ">=14"
69
49
  }
70
50
  },
71
- "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
72
- "version": "9.2.2",
73
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
74
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
75
- "dev": true,
76
- "license": "MIT"
77
- },
78
- "node_modules/@isaacs/cliui/node_modules/string-width": {
79
- "version": "5.1.2",
80
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
81
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
51
+ "node_modules/ansi-colors": {
52
+ "version": "4.1.3",
82
53
  "dev": true,
83
54
  "license": "MIT",
84
- "dependencies": {
85
- "eastasianwidth": "^0.2.0",
86
- "emoji-regex": "^9.2.2",
87
- "strip-ansi": "^7.0.1"
88
- },
89
55
  "engines": {
90
- "node": ">=12"
91
- },
92
- "funding": {
93
- "url": "https://github.com/sponsors/sindresorhus"
56
+ "node": ">=6"
94
57
  }
95
58
  },
96
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
97
- "version": "7.1.0",
98
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
99
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
59
+ "node_modules/ansi-regex": {
60
+ "version": "6.1.0",
100
61
  "dev": true,
101
62
  "license": "MIT",
102
- "dependencies": {
103
- "ansi-regex": "^6.0.1"
104
- },
105
63
  "engines": {
106
64
  "node": ">=12"
107
65
  },
108
66
  "funding": {
109
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
67
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
110
68
  }
111
69
  },
112
- "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
113
- "version": "8.1.0",
114
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
115
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
70
+ "node_modules/ansi-styles": {
71
+ "version": "4.3.0",
116
72
  "dev": true,
117
73
  "license": "MIT",
118
74
  "dependencies": {
119
- "ansi-styles": "^6.1.0",
120
- "string-width": "^5.0.1",
121
- "strip-ansi": "^7.0.1"
75
+ "color-convert": "^2.0.1"
122
76
  },
123
77
  "engines": {
124
- "node": ">=12"
78
+ "node": ">=8"
125
79
  },
126
80
  "funding": {
127
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
128
- }
129
- },
130
- "node_modules/@pkgjs/parseargs": {
131
- "version": "0.11.0",
132
- "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
133
- "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
134
- "dev": true,
135
- "license": "MIT",
136
- "optional": true,
137
- "engines": {
138
- "node": ">=14"
139
- }
140
- },
141
- "node_modules/ansi-colors": {
142
- "version": "4.1.3",
143
- "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
144
- "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
145
- "dev": true,
146
- "license": "MIT",
147
- "engines": {
148
- "node": ">=6"
81
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
149
82
  }
150
83
  },
151
84
  "node_modules/anymatch": {
152
85
  "version": "3.1.3",
153
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
154
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
155
86
  "dev": true,
156
87
  "license": "ISC",
157
88
  "dependencies": {
@@ -162,27 +93,13 @@
162
93
  "node": ">= 8"
163
94
  }
164
95
  },
165
- "node_modules/anymatch/node_modules/normalize-path": {
166
- "version": "3.0.0",
167
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
168
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
169
- "dev": true,
170
- "license": "MIT",
171
- "engines": {
172
- "node": ">=0.10.0"
173
- }
174
- },
175
96
  "node_modules/argparse": {
176
97
  "version": "2.0.1",
177
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
178
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
179
98
  "dev": true,
180
99
  "license": "Python-2.0"
181
100
  },
182
101
  "node_modules/asn1": {
183
102
  "version": "0.2.6",
184
- "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
185
- "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
186
103
  "license": "MIT",
187
104
  "dependencies": {
188
105
  "safer-buffer": "~2.1.0"
@@ -190,8 +107,6 @@
190
107
  },
191
108
  "node_modules/assert-plus": {
192
109
  "version": "1.0.0",
193
- "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
194
- "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
195
110
  "license": "MIT",
196
111
  "engines": {
197
112
  "node": ">=0.8"
@@ -199,8 +114,6 @@
199
114
  },
200
115
  "node_modules/assertion-error": {
201
116
  "version": "1.1.0",
202
- "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
203
- "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
204
117
  "dev": true,
205
118
  "license": "MIT",
206
119
  "engines": {
@@ -209,14 +122,10 @@
209
122
  },
210
123
  "node_modules/asynckit": {
211
124
  "version": "0.4.0",
212
- "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
213
- "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
214
125
  "license": "MIT"
215
126
  },
216
127
  "node_modules/aws-sign2": {
217
128
  "version": "0.7.0",
218
- "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
219
- "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
220
129
  "license": "Apache-2.0",
221
130
  "engines": {
222
131
  "node": "*"
@@ -224,21 +133,15 @@
224
133
  },
225
134
  "node_modules/aws4": {
226
135
  "version": "1.13.2",
227
- "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz",
228
- "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==",
229
136
  "license": "MIT"
230
137
  },
231
138
  "node_modules/balanced-match": {
232
139
  "version": "1.0.2",
233
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
234
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
235
140
  "dev": true,
236
141
  "license": "MIT"
237
142
  },
238
143
  "node_modules/bcrypt-pbkdf": {
239
144
  "version": "1.0.2",
240
- "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
241
- "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
242
145
  "license": "BSD-3-Clause",
243
146
  "dependencies": {
244
147
  "tweetnacl": "^0.14.3"
@@ -246,8 +149,6 @@
246
149
  },
247
150
  "node_modules/binary-extensions": {
248
151
  "version": "2.3.0",
249
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
250
- "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
251
152
  "dev": true,
252
153
  "license": "MIT",
253
154
  "engines": {
@@ -258,16 +159,12 @@
258
159
  }
259
160
  },
260
161
  "node_modules/bluebird": {
261
- "version": "3.4.7",
262
- "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz",
263
- "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==",
162
+ "version": "3.7.2",
264
163
  "dev": true,
265
164
  "license": "MIT"
266
165
  },
267
166
  "node_modules/body-parser": {
268
167
  "version": "1.20.3",
269
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
270
- "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
271
168
  "dev": true,
272
169
  "license": "MIT",
273
170
  "dependencies": {
@@ -289,10 +186,16 @@
289
186
  "npm": "1.2.8000 || >= 1.4.16"
290
187
  }
291
188
  },
189
+ "node_modules/brace-expansion": {
190
+ "version": "2.0.1",
191
+ "dev": true,
192
+ "license": "MIT",
193
+ "dependencies": {
194
+ "balanced-match": "^1.0.0"
195
+ }
196
+ },
292
197
  "node_modules/braces": {
293
198
  "version": "3.0.3",
294
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
295
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
296
199
  "dev": true,
297
200
  "license": "MIT",
298
201
  "dependencies": {
@@ -304,15 +207,11 @@
304
207
  },
305
208
  "node_modules/browser-stdout": {
306
209
  "version": "1.3.1",
307
- "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz",
308
- "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==",
309
210
  "dev": true,
310
211
  "license": "ISC"
311
212
  },
312
213
  "node_modules/bytes": {
313
214
  "version": "3.1.2",
314
- "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
315
- "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
316
215
  "dev": true,
317
216
  "license": "MIT",
318
217
  "engines": {
@@ -321,8 +220,6 @@
321
220
  },
322
221
  "node_modules/call-bind-apply-helpers": {
323
222
  "version": "1.0.1",
324
- "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz",
325
- "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==",
326
223
  "license": "MIT",
327
224
  "dependencies": {
328
225
  "es-errors": "^1.3.0",
@@ -334,8 +231,6 @@
334
231
  },
335
232
  "node_modules/call-bound": {
336
233
  "version": "1.0.3",
337
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz",
338
- "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
339
234
  "license": "MIT",
340
235
  "dependencies": {
341
236
  "call-bind-apply-helpers": "^1.0.1",
@@ -350,8 +245,6 @@
350
245
  },
351
246
  "node_modules/camelcase": {
352
247
  "version": "6.3.0",
353
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
354
- "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
355
248
  "dev": true,
356
249
  "license": "MIT",
357
250
  "engines": {
@@ -363,14 +256,10 @@
363
256
  },
364
257
  "node_modules/caseless": {
365
258
  "version": "0.12.0",
366
- "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
367
- "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
368
259
  "license": "Apache-2.0"
369
260
  },
370
261
  "node_modules/chai": {
371
262
  "version": "4.5.0",
372
- "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz",
373
- "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==",
374
263
  "dev": true,
375
264
  "license": "MIT",
376
265
  "dependencies": {
@@ -386,10 +275,34 @@
386
275
  "node": ">=4"
387
276
  }
388
277
  },
278
+ "node_modules/chalk": {
279
+ "version": "4.1.2",
280
+ "dev": true,
281
+ "license": "MIT",
282
+ "dependencies": {
283
+ "ansi-styles": "^4.1.0",
284
+ "supports-color": "^7.1.0"
285
+ },
286
+ "engines": {
287
+ "node": ">=10"
288
+ },
289
+ "funding": {
290
+ "url": "https://github.com/chalk/chalk?sponsor=1"
291
+ }
292
+ },
293
+ "node_modules/chalk/node_modules/supports-color": {
294
+ "version": "7.2.0",
295
+ "dev": true,
296
+ "license": "MIT",
297
+ "dependencies": {
298
+ "has-flag": "^4.0.0"
299
+ },
300
+ "engines": {
301
+ "node": ">=8"
302
+ }
303
+ },
389
304
  "node_modules/check-error": {
390
305
  "version": "1.0.3",
391
- "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz",
392
- "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==",
393
306
  "dev": true,
394
307
  "license": "MIT",
395
308
  "dependencies": {
@@ -401,8 +314,6 @@
401
314
  },
402
315
  "node_modules/chokidar": {
403
316
  "version": "3.6.0",
404
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
405
- "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
406
317
  "dev": true,
407
318
  "license": "MIT",
408
319
  "dependencies": {
@@ -424,20 +335,8 @@
424
335
  "fsevents": "~2.3.2"
425
336
  }
426
337
  },
427
- "node_modules/chokidar/node_modules/normalize-path": {
428
- "version": "3.0.0",
429
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
430
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
431
- "dev": true,
432
- "license": "MIT",
433
- "engines": {
434
- "node": ">=0.10.0"
435
- }
436
- },
437
338
  "node_modules/cliui": {
438
339
  "version": "8.0.1",
439
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
440
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
441
340
  "dev": true,
442
341
  "license": "ISC",
443
342
  "dependencies": {
@@ -451,28 +350,19 @@
451
350
  },
452
351
  "node_modules/cliui/node_modules/ansi-regex": {
453
352
  "version": "5.0.1",
454
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
455
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
456
353
  "dev": true,
457
354
  "license": "MIT",
458
355
  "engines": {
459
356
  "node": ">=8"
460
357
  }
461
358
  },
462
- "node_modules/cliui/node_modules/is-fullwidth-code-point": {
463
- "version": "3.0.0",
464
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
465
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
359
+ "node_modules/cliui/node_modules/emoji-regex": {
360
+ "version": "8.0.0",
466
361
  "dev": true,
467
- "license": "MIT",
468
- "engines": {
469
- "node": ">=8"
470
- }
362
+ "license": "MIT"
471
363
  },
472
364
  "node_modules/cliui/node_modules/string-width": {
473
365
  "version": "4.2.3",
474
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
475
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
476
366
  "dev": true,
477
367
  "license": "MIT",
478
368
  "dependencies": {
@@ -486,8 +376,6 @@
486
376
  },
487
377
  "node_modules/cliui/node_modules/strip-ansi": {
488
378
  "version": "6.0.1",
489
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
490
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
491
379
  "dev": true,
492
380
  "license": "MIT",
493
381
  "dependencies": {
@@ -497,10 +385,24 @@
497
385
  "node": ">=8"
498
386
  }
499
387
  },
388
+ "node_modules/cliui/node_modules/wrap-ansi": {
389
+ "version": "7.0.0",
390
+ "dev": true,
391
+ "license": "MIT",
392
+ "dependencies": {
393
+ "ansi-styles": "^4.0.0",
394
+ "string-width": "^4.1.0",
395
+ "strip-ansi": "^6.0.0"
396
+ },
397
+ "engines": {
398
+ "node": ">=10"
399
+ },
400
+ "funding": {
401
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
402
+ }
403
+ },
500
404
  "node_modules/color-convert": {
501
405
  "version": "2.0.1",
502
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
503
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
504
406
  "dev": true,
505
407
  "license": "MIT",
506
408
  "dependencies": {
@@ -512,15 +414,11 @@
512
414
  },
513
415
  "node_modules/color-name": {
514
416
  "version": "1.1.4",
515
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
516
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
517
417
  "dev": true,
518
418
  "license": "MIT"
519
419
  },
520
420
  "node_modules/combined-stream": {
521
421
  "version": "1.0.8",
522
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
523
- "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
524
422
  "license": "MIT",
525
423
  "dependencies": {
526
424
  "delayed-stream": "~1.0.0"
@@ -531,18 +429,18 @@
531
429
  },
532
430
  "node_modules/content-type": {
533
431
  "version": "1.0.5",
534
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
535
- "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
536
432
  "dev": true,
537
433
  "license": "MIT",
538
434
  "engines": {
539
435
  "node": ">= 0.6"
540
436
  }
541
437
  },
438
+ "node_modules/core-util-is": {
439
+ "version": "1.0.2",
440
+ "license": "MIT"
441
+ },
542
442
  "node_modules/cross-spawn": {
543
443
  "version": "7.0.6",
544
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
545
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
546
444
  "dev": true,
547
445
  "license": "MIT",
548
446
  "dependencies": {
@@ -554,26 +452,8 @@
554
452
  "node": ">= 8"
555
453
  }
556
454
  },
557
- "node_modules/cross-spawn/node_modules/which": {
558
- "version": "2.0.2",
559
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
560
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
561
- "dev": true,
562
- "license": "ISC",
563
- "dependencies": {
564
- "isexe": "^2.0.0"
565
- },
566
- "bin": {
567
- "node-which": "bin/node-which"
568
- },
569
- "engines": {
570
- "node": ">= 8"
571
- }
572
- },
573
455
  "node_modules/dashdash": {
574
456
  "version": "1.14.1",
575
- "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
576
- "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
577
457
  "license": "MIT",
578
458
  "dependencies": {
579
459
  "assert-plus": "^1.0.0"
@@ -584,8 +464,6 @@
584
464
  },
585
465
  "node_modules/debug": {
586
466
  "version": "2.6.9",
587
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
588
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
589
467
  "dev": true,
590
468
  "license": "MIT",
591
469
  "dependencies": {
@@ -594,8 +472,6 @@
594
472
  },
595
473
  "node_modules/decamelize": {
596
474
  "version": "4.0.0",
597
- "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz",
598
- "integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==",
599
475
  "dev": true,
600
476
  "license": "MIT",
601
477
  "engines": {
@@ -607,8 +483,6 @@
607
483
  },
608
484
  "node_modules/deep-eql": {
609
485
  "version": "4.1.4",
610
- "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.4.tgz",
611
- "integrity": "sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==",
612
486
  "dev": true,
613
487
  "license": "MIT",
614
488
  "dependencies": {
@@ -620,8 +494,6 @@
620
494
  },
621
495
  "node_modules/delayed-stream": {
622
496
  "version": "1.0.0",
623
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
624
- "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
625
497
  "license": "MIT",
626
498
  "engines": {
627
499
  "node": ">=0.4.0"
@@ -629,8 +501,6 @@
629
501
  },
630
502
  "node_modules/depd": {
631
503
  "version": "2.0.0",
632
- "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
633
- "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
634
504
  "dev": true,
635
505
  "license": "MIT",
636
506
  "engines": {
@@ -639,8 +509,6 @@
639
509
  },
640
510
  "node_modules/destroy": {
641
511
  "version": "1.2.0",
642
- "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
643
- "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
644
512
  "dev": true,
645
513
  "license": "MIT",
646
514
  "engines": {
@@ -650,8 +518,6 @@
650
518
  },
651
519
  "node_modules/diff": {
652
520
  "version": "5.2.0",
653
- "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
654
- "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
655
521
  "dev": true,
656
522
  "license": "BSD-3-Clause",
657
523
  "engines": {
@@ -660,8 +526,6 @@
660
526
  },
661
527
  "node_modules/dunder-proto": {
662
528
  "version": "1.0.1",
663
- "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
664
- "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
665
529
  "license": "MIT",
666
530
  "dependencies": {
667
531
  "call-bind-apply-helpers": "^1.0.1",
@@ -674,15 +538,11 @@
674
538
  },
675
539
  "node_modules/eastasianwidth": {
676
540
  "version": "0.2.0",
677
- "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
678
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
679
541
  "dev": true,
680
542
  "license": "MIT"
681
543
  },
682
544
  "node_modules/ecc-jsbn": {
683
545
  "version": "0.1.2",
684
- "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
685
- "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
686
546
  "license": "MIT",
687
547
  "dependencies": {
688
548
  "jsbn": "~0.1.0",
@@ -691,22 +551,16 @@
691
551
  },
692
552
  "node_modules/ee-first": {
693
553
  "version": "1.1.1",
694
- "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
695
- "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
696
554
  "dev": true,
697
555
  "license": "MIT"
698
556
  },
699
557
  "node_modules/emoji-regex": {
700
- "version": "8.0.0",
701
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
702
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
558
+ "version": "9.2.2",
703
559
  "dev": true,
704
560
  "license": "MIT"
705
561
  },
706
562
  "node_modules/es-define-property": {
707
563
  "version": "1.0.1",
708
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
709
- "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
710
564
  "license": "MIT",
711
565
  "engines": {
712
566
  "node": ">= 0.4"
@@ -714,8 +568,6 @@
714
568
  },
715
569
  "node_modules/es-errors": {
716
570
  "version": "1.3.0",
717
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
718
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
719
571
  "license": "MIT",
720
572
  "engines": {
721
573
  "node": ">= 0.4"
@@ -723,8 +575,6 @@
723
575
  },
724
576
  "node_modules/es-object-atoms": {
725
577
  "version": "1.1.1",
726
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
727
- "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
728
578
  "license": "MIT",
729
579
  "dependencies": {
730
580
  "es-errors": "^1.3.0"
@@ -735,24 +585,29 @@
735
585
  },
736
586
  "node_modules/escalade": {
737
587
  "version": "3.2.0",
738
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
739
- "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
740
588
  "dev": true,
741
589
  "license": "MIT",
742
590
  "engines": {
743
591
  "node": ">=6"
744
592
  }
745
593
  },
594
+ "node_modules/escape-string-regexp": {
595
+ "version": "4.0.0",
596
+ "dev": true,
597
+ "license": "MIT",
598
+ "engines": {
599
+ "node": ">=10"
600
+ },
601
+ "funding": {
602
+ "url": "https://github.com/sponsors/sindresorhus"
603
+ }
604
+ },
746
605
  "node_modules/extend": {
747
606
  "version": "3.0.2",
748
- "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
749
- "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
750
607
  "license": "MIT"
751
608
  },
752
609
  "node_modules/extsprintf": {
753
610
  "version": "1.3.0",
754
- "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
755
- "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
756
611
  "engines": [
757
612
  "node >=0.6.0"
758
613
  ],
@@ -760,8 +615,6 @@
760
615
  },
761
616
  "node_modules/fill-range": {
762
617
  "version": "7.1.1",
763
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
764
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
765
618
  "dev": true,
766
619
  "license": "MIT",
767
620
  "dependencies": {
@@ -771,10 +624,23 @@
771
624
  "node": ">=8"
772
625
  }
773
626
  },
627
+ "node_modules/find-up": {
628
+ "version": "5.0.0",
629
+ "dev": true,
630
+ "license": "MIT",
631
+ "dependencies": {
632
+ "locate-path": "^6.0.0",
633
+ "path-exists": "^4.0.0"
634
+ },
635
+ "engines": {
636
+ "node": ">=10"
637
+ },
638
+ "funding": {
639
+ "url": "https://github.com/sponsors/sindresorhus"
640
+ }
641
+ },
774
642
  "node_modules/flat": {
775
643
  "version": "5.0.2",
776
- "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz",
777
- "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==",
778
644
  "dev": true,
779
645
  "license": "BSD-3-Clause",
780
646
  "bin": {
@@ -783,8 +649,6 @@
783
649
  },
784
650
  "node_modules/foreground-child": {
785
651
  "version": "3.3.0",
786
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
787
- "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
788
652
  "dev": true,
789
653
  "license": "ISC",
790
654
  "dependencies": {
@@ -798,23 +662,8 @@
798
662
  "url": "https://github.com/sponsors/isaacs"
799
663
  }
800
664
  },
801
- "node_modules/foreground-child/node_modules/signal-exit": {
802
- "version": "4.1.0",
803
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
804
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
805
- "dev": true,
806
- "license": "ISC",
807
- "engines": {
808
- "node": ">=14"
809
- },
810
- "funding": {
811
- "url": "https://github.com/sponsors/isaacs"
812
- }
813
- },
814
665
  "node_modules/forever-agent": {
815
666
  "version": "0.6.1",
816
- "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
817
- "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
818
667
  "license": "Apache-2.0",
819
668
  "engines": {
820
669
  "node": "*"
@@ -822,8 +671,6 @@
822
671
  },
823
672
  "node_modules/form-data": {
824
673
  "version": "4.0.1",
825
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz",
826
- "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
827
674
  "license": "MIT",
828
675
  "dependencies": {
829
676
  "asynckit": "^0.4.0",
@@ -834,46 +681,8 @@
834
681
  "node": ">= 6"
835
682
  }
836
683
  },
837
- "node_modules/form-data/node_modules/mime-db": {
838
- "version": "1.52.0",
839
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
840
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
841
- "license": "MIT",
842
- "engines": {
843
- "node": ">= 0.6"
844
- }
845
- },
846
- "node_modules/form-data/node_modules/mime-types": {
847
- "version": "2.1.35",
848
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
849
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
850
- "license": "MIT",
851
- "dependencies": {
852
- "mime-db": "1.52.0"
853
- },
854
- "engines": {
855
- "node": ">= 0.6"
856
- }
857
- },
858
- "node_modules/fsevents": {
859
- "version": "2.3.3",
860
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
861
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
862
- "dev": true,
863
- "hasInstallScript": true,
864
- "license": "MIT",
865
- "optional": true,
866
- "os": [
867
- "darwin"
868
- ],
869
- "engines": {
870
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
871
- }
872
- },
873
684
  "node_modules/function-bind": {
874
685
  "version": "1.1.2",
875
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
876
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
877
686
  "license": "MIT",
878
687
  "funding": {
879
688
  "url": "https://github.com/sponsors/ljharb"
@@ -881,8 +690,6 @@
881
690
  },
882
691
  "node_modules/get-caller-file": {
883
692
  "version": "2.0.5",
884
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
885
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
886
693
  "dev": true,
887
694
  "license": "ISC",
888
695
  "engines": {
@@ -891,8 +698,6 @@
891
698
  },
892
699
  "node_modules/get-func-name": {
893
700
  "version": "2.0.2",
894
- "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz",
895
- "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==",
896
701
  "dev": true,
897
702
  "license": "MIT",
898
703
  "engines": {
@@ -901,8 +706,6 @@
901
706
  },
902
707
  "node_modules/get-intrinsic": {
903
708
  "version": "1.2.7",
904
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
905
- "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
906
709
  "license": "MIT",
907
710
  "dependencies": {
908
711
  "call-bind-apply-helpers": "^1.0.1",
@@ -925,8 +728,6 @@
925
728
  },
926
729
  "node_modules/get-proto": {
927
730
  "version": "1.0.1",
928
- "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
929
- "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
930
731
  "license": "MIT",
931
732
  "dependencies": {
932
733
  "dunder-proto": "^1.0.1",
@@ -938,17 +739,32 @@
938
739
  },
939
740
  "node_modules/getpass": {
940
741
  "version": "0.1.7",
941
- "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
942
- "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
943
742
  "license": "MIT",
944
743
  "dependencies": {
945
744
  "assert-plus": "^1.0.0"
946
745
  }
947
746
  },
747
+ "node_modules/glob": {
748
+ "version": "10.4.5",
749
+ "dev": true,
750
+ "license": "ISC",
751
+ "dependencies": {
752
+ "foreground-child": "^3.1.0",
753
+ "jackspeak": "^3.1.2",
754
+ "minimatch": "^9.0.4",
755
+ "minipass": "^7.1.2",
756
+ "package-json-from-dist": "^1.0.0",
757
+ "path-scurry": "^1.11.1"
758
+ },
759
+ "bin": {
760
+ "glob": "dist/esm/bin.mjs"
761
+ },
762
+ "funding": {
763
+ "url": "https://github.com/sponsors/isaacs"
764
+ }
765
+ },
948
766
  "node_modules/glob-parent": {
949
767
  "version": "5.1.2",
950
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
951
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
952
768
  "dev": true,
953
769
  "license": "ISC",
954
770
  "dependencies": {
@@ -958,10 +774,22 @@
958
774
  "node": ">= 6"
959
775
  }
960
776
  },
777
+ "node_modules/glob/node_modules/minimatch": {
778
+ "version": "9.0.5",
779
+ "dev": true,
780
+ "license": "ISC",
781
+ "dependencies": {
782
+ "brace-expansion": "^2.0.1"
783
+ },
784
+ "engines": {
785
+ "node": ">=16 || 14 >=14.17"
786
+ },
787
+ "funding": {
788
+ "url": "https://github.com/sponsors/isaacs"
789
+ }
790
+ },
961
791
  "node_modules/gopd": {
962
792
  "version": "1.2.0",
963
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
964
- "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
965
793
  "license": "MIT",
966
794
  "engines": {
967
795
  "node": ">= 0.4"
@@ -972,8 +800,6 @@
972
800
  },
973
801
  "node_modules/has-flag": {
974
802
  "version": "4.0.0",
975
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
976
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
977
803
  "dev": true,
978
804
  "license": "MIT",
979
805
  "engines": {
@@ -982,8 +808,6 @@
982
808
  },
983
809
  "node_modules/has-symbols": {
984
810
  "version": "1.1.0",
985
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
986
- "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
987
811
  "license": "MIT",
988
812
  "engines": {
989
813
  "node": ">= 0.4"
@@ -994,8 +818,6 @@
994
818
  },
995
819
  "node_modules/hasown": {
996
820
  "version": "2.0.2",
997
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
998
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
999
821
  "license": "MIT",
1000
822
  "dependencies": {
1001
823
  "function-bind": "^1.1.2"
@@ -1006,8 +828,6 @@
1006
828
  },
1007
829
  "node_modules/he": {
1008
830
  "version": "1.2.0",
1009
- "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
1010
- "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
1011
831
  "dev": true,
1012
832
  "license": "MIT",
1013
833
  "bin": {
@@ -1016,8 +836,6 @@
1016
836
  },
1017
837
  "node_modules/http-errors": {
1018
838
  "version": "2.0.0",
1019
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
1020
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
1021
839
  "dev": true,
1022
840
  "license": "MIT",
1023
841
  "dependencies": {
@@ -1033,8 +851,6 @@
1033
851
  },
1034
852
  "node_modules/http-signature": {
1035
853
  "version": "1.4.0",
1036
- "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.4.0.tgz",
1037
- "integrity": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==",
1038
854
  "license": "MIT",
1039
855
  "dependencies": {
1040
856
  "assert-plus": "^1.0.0",
@@ -1045,25 +861,8 @@
1045
861
  "node": ">=0.10"
1046
862
  }
1047
863
  },
1048
- "node_modules/http-signature/node_modules/jsprim": {
1049
- "version": "2.0.2",
1050
- "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz",
1051
- "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==",
1052
- "engines": [
1053
- "node >=0.6.0"
1054
- ],
1055
- "license": "MIT",
1056
- "dependencies": {
1057
- "assert-plus": "1.0.0",
1058
- "extsprintf": "1.3.0",
1059
- "json-schema": "0.4.0",
1060
- "verror": "1.10.0"
1061
- }
1062
- },
1063
864
  "node_modules/iconv-lite": {
1064
865
  "version": "0.4.24",
1065
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
1066
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
1067
866
  "dev": true,
1068
867
  "license": "MIT",
1069
868
  "dependencies": {
@@ -1075,15 +874,11 @@
1075
874
  },
1076
875
  "node_modules/inherits": {
1077
876
  "version": "2.0.4",
1078
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1079
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1080
877
  "dev": true,
1081
878
  "license": "ISC"
1082
879
  },
1083
880
  "node_modules/is-binary-path": {
1084
881
  "version": "2.1.0",
1085
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
1086
- "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
1087
882
  "dev": true,
1088
883
  "license": "MIT",
1089
884
  "dependencies": {
@@ -1095,18 +890,22 @@
1095
890
  },
1096
891
  "node_modules/is-extglob": {
1097
892
  "version": "2.1.1",
1098
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1099
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1100
893
  "dev": true,
1101
894
  "license": "MIT",
1102
895
  "engines": {
1103
896
  "node": ">=0.10.0"
1104
897
  }
1105
898
  },
1106
- "node_modules/is-glob": {
1107
- "version": "4.0.3",
1108
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1109
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
899
+ "node_modules/is-fullwidth-code-point": {
900
+ "version": "3.0.0",
901
+ "dev": true,
902
+ "license": "MIT",
903
+ "engines": {
904
+ "node": ">=8"
905
+ }
906
+ },
907
+ "node_modules/is-glob": {
908
+ "version": "4.0.3",
1110
909
  "dev": true,
1111
910
  "license": "MIT",
1112
911
  "dependencies": {
@@ -1118,8 +917,6 @@
1118
917
  },
1119
918
  "node_modules/is-number": {
1120
919
  "version": "7.0.0",
1121
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
1122
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
1123
920
  "dev": true,
1124
921
  "license": "MIT",
1125
922
  "engines": {
@@ -1128,8 +925,6 @@
1128
925
  },
1129
926
  "node_modules/is-plain-obj": {
1130
927
  "version": "2.1.0",
1131
- "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
1132
- "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
1133
928
  "dev": true,
1134
929
  "license": "MIT",
1135
930
  "engines": {
@@ -1138,14 +933,10 @@
1138
933
  },
1139
934
  "node_modules/is-typedarray": {
1140
935
  "version": "1.0.0",
1141
- "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
1142
- "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
1143
936
  "license": "MIT"
1144
937
  },
1145
938
  "node_modules/is-unicode-supported": {
1146
939
  "version": "0.1.0",
1147
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
1148
- "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
1149
940
  "dev": true,
1150
941
  "license": "MIT",
1151
942
  "engines": {
@@ -1157,21 +948,15 @@
1157
948
  },
1158
949
  "node_modules/isexe": {
1159
950
  "version": "2.0.0",
1160
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1161
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1162
951
  "dev": true,
1163
952
  "license": "ISC"
1164
953
  },
1165
954
  "node_modules/isstream": {
1166
955
  "version": "0.1.2",
1167
- "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
1168
- "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
1169
956
  "license": "MIT"
1170
957
  },
1171
958
  "node_modules/jackspeak": {
1172
959
  "version": "3.4.3",
1173
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
1174
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
1175
960
  "dev": true,
1176
961
  "license": "BlueOak-1.0.0",
1177
962
  "dependencies": {
@@ -1186,8 +971,6 @@
1186
971
  },
1187
972
  "node_modules/js-yaml": {
1188
973
  "version": "4.1.0",
1189
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
1190
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
1191
974
  "dev": true,
1192
975
  "license": "MIT",
1193
976
  "dependencies": {
@@ -1199,22 +982,43 @@
1199
982
  },
1200
983
  "node_modules/jsbn": {
1201
984
  "version": "0.1.1",
1202
- "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
1203
- "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
1204
985
  "license": "MIT"
1205
986
  },
1206
987
  "node_modules/json-schema": {
1207
988
  "version": "0.4.0",
1208
- "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
1209
- "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
1210
989
  "license": "(AFL-2.1 OR BSD-3-Clause)"
1211
990
  },
1212
991
  "node_modules/json-stringify-safe": {
1213
992
  "version": "5.0.1",
1214
- "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
1215
- "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
1216
993
  "license": "ISC"
1217
994
  },
995
+ "node_modules/jsprim": {
996
+ "version": "2.0.2",
997
+ "engines": [
998
+ "node >=0.6.0"
999
+ ],
1000
+ "license": "MIT",
1001
+ "dependencies": {
1002
+ "assert-plus": "1.0.0",
1003
+ "extsprintf": "1.3.0",
1004
+ "json-schema": "0.4.0",
1005
+ "verror": "1.10.0"
1006
+ }
1007
+ },
1008
+ "node_modules/locate-path": {
1009
+ "version": "6.0.0",
1010
+ "dev": true,
1011
+ "license": "MIT",
1012
+ "dependencies": {
1013
+ "p-locate": "^5.0.0"
1014
+ },
1015
+ "engines": {
1016
+ "node": ">=10"
1017
+ },
1018
+ "funding": {
1019
+ "url": "https://github.com/sponsors/sindresorhus"
1020
+ }
1021
+ },
1218
1022
  "node_modules/lodash": {
1219
1023
  "version": "4.17.21",
1220
1024
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
@@ -1223,8 +1027,6 @@
1223
1027
  },
1224
1028
  "node_modules/log-symbols": {
1225
1029
  "version": "4.1.0",
1226
- "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
1227
- "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
1228
1030
  "dev": true,
1229
1031
  "license": "MIT",
1230
1032
  "dependencies": {
@@ -1238,85 +1040,64 @@
1238
1040
  "url": "https://github.com/sponsors/sindresorhus"
1239
1041
  }
1240
1042
  },
1241
- "node_modules/log-symbols/node_modules/ansi-styles": {
1242
- "version": "4.3.0",
1243
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1244
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1043
+ "node_modules/loupe": {
1044
+ "version": "2.3.7",
1245
1045
  "dev": true,
1246
1046
  "license": "MIT",
1247
1047
  "dependencies": {
1248
- "color-convert": "^2.0.1"
1249
- },
1250
- "engines": {
1251
- "node": ">=8"
1252
- },
1253
- "funding": {
1254
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1048
+ "get-func-name": "^2.0.1"
1255
1049
  }
1256
1050
  },
1257
- "node_modules/log-symbols/node_modules/chalk": {
1258
- "version": "4.1.2",
1259
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1260
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1051
+ "node_modules/lru-cache": {
1052
+ "version": "10.4.3",
1261
1053
  "dev": true,
1054
+ "license": "ISC"
1055
+ },
1056
+ "node_modules/math-intrinsics": {
1057
+ "version": "1.1.0",
1262
1058
  "license": "MIT",
1263
- "dependencies": {
1264
- "ansi-styles": "^4.1.0",
1265
- "supports-color": "^7.1.0"
1266
- },
1267
1059
  "engines": {
1268
- "node": ">=10"
1269
- },
1270
- "funding": {
1271
- "url": "https://github.com/chalk/chalk?sponsor=1"
1060
+ "node": ">= 0.4"
1272
1061
  }
1273
1062
  },
1274
- "node_modules/log-symbols/node_modules/supports-color": {
1275
- "version": "7.2.0",
1276
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1277
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1063
+ "node_modules/media-typer": {
1064
+ "version": "0.3.0",
1278
1065
  "dev": true,
1279
1066
  "license": "MIT",
1280
- "dependencies": {
1281
- "has-flag": "^4.0.0"
1282
- },
1283
1067
  "engines": {
1284
- "node": ">=8"
1068
+ "node": ">= 0.6"
1285
1069
  }
1286
1070
  },
1287
- "node_modules/loupe": {
1288
- "version": "2.3.7",
1289
- "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz",
1290
- "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==",
1291
- "dev": true,
1071
+ "node_modules/mime-db": {
1072
+ "version": "1.52.0",
1292
1073
  "license": "MIT",
1293
- "dependencies": {
1294
- "get-func-name": "^2.0.1"
1074
+ "engines": {
1075
+ "node": ">= 0.6"
1295
1076
  }
1296
1077
  },
1297
- "node_modules/math-intrinsics": {
1298
- "version": "1.1.0",
1299
- "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1300
- "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1078
+ "node_modules/mime-types": {
1079
+ "version": "2.1.35",
1301
1080
  "license": "MIT",
1081
+ "dependencies": {
1082
+ "mime-db": "1.52.0"
1083
+ },
1302
1084
  "engines": {
1303
- "node": ">= 0.4"
1085
+ "node": ">= 0.6"
1304
1086
  }
1305
1087
  },
1306
- "node_modules/media-typer": {
1307
- "version": "0.3.0",
1308
- "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
1309
- "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
1088
+ "node_modules/minimatch": {
1089
+ "version": "5.1.6",
1310
1090
  "dev": true,
1311
- "license": "MIT",
1091
+ "license": "ISC",
1092
+ "dependencies": {
1093
+ "brace-expansion": "^2.0.1"
1094
+ },
1312
1095
  "engines": {
1313
- "node": ">= 0.6"
1096
+ "node": ">=10"
1314
1097
  }
1315
1098
  },
1316
1099
  "node_modules/minipass": {
1317
1100
  "version": "7.1.2",
1318
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
1319
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
1320
1101
  "dev": true,
1321
1102
  "license": "ISC",
1322
1103
  "engines": {
@@ -1325,8 +1106,6 @@
1325
1106
  },
1326
1107
  "node_modules/mocha": {
1327
1108
  "version": "11.1.0",
1328
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.1.0.tgz",
1329
- "integrity": "sha512-8uJR5RTC2NgpY3GrYcgpZrsEd9zKbPDpob1RezyR2upGHRQtHWofmzTMzTMSV6dru3tj5Ukt0+Vnq1qhFEEwAg==",
1330
1109
  "dev": true,
1331
1110
  "license": "MIT",
1332
1111
  "dependencies": {
@@ -1359,20 +1138,8 @@
1359
1138
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1360
1139
  }
1361
1140
  },
1362
- "node_modules/mocha/node_modules/brace-expansion": {
1363
- "version": "2.0.1",
1364
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
1365
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
1366
- "dev": true,
1367
- "license": "MIT",
1368
- "dependencies": {
1369
- "balanced-match": "^1.0.0"
1370
- }
1371
- },
1372
1141
  "node_modules/mocha/node_modules/debug": {
1373
1142
  "version": "4.4.0",
1374
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
1375
- "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
1376
1143
  "dev": true,
1377
1144
  "license": "MIT",
1378
1145
  "dependencies": {
@@ -1387,113 +1154,47 @@
1387
1154
  }
1388
1155
  }
1389
1156
  },
1390
- "node_modules/mocha/node_modules/escape-string-regexp": {
1391
- "version": "4.0.0",
1392
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
1393
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
1394
- "dev": true,
1395
- "license": "MIT",
1396
- "engines": {
1397
- "node": ">=10"
1398
- },
1399
- "funding": {
1400
- "url": "https://github.com/sponsors/sindresorhus"
1401
- }
1402
- },
1403
- "node_modules/mocha/node_modules/find-up": {
1404
- "version": "5.0.0",
1405
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
1406
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
1157
+ "node_modules/mocha/node_modules/ms": {
1158
+ "version": "2.1.3",
1407
1159
  "dev": true,
1408
- "license": "MIT",
1409
- "dependencies": {
1410
- "locate-path": "^6.0.0",
1411
- "path-exists": "^4.0.0"
1412
- },
1413
- "engines": {
1414
- "node": ">=10"
1415
- },
1416
- "funding": {
1417
- "url": "https://github.com/sponsors/sindresorhus"
1418
- }
1160
+ "license": "MIT"
1419
1161
  },
1420
- "node_modules/mocha/node_modules/glob": {
1421
- "version": "10.4.5",
1422
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
1423
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
1162
+ "node_modules/ms": {
1163
+ "version": "2.0.0",
1424
1164
  "dev": true,
1425
- "license": "ISC",
1426
- "dependencies": {
1427
- "foreground-child": "^3.1.0",
1428
- "jackspeak": "^3.1.2",
1429
- "minimatch": "^9.0.4",
1430
- "minipass": "^7.1.2",
1431
- "package-json-from-dist": "^1.0.0",
1432
- "path-scurry": "^1.11.1"
1433
- },
1434
- "bin": {
1435
- "glob": "dist/esm/bin.mjs"
1436
- },
1437
- "funding": {
1438
- "url": "https://github.com/sponsors/isaacs"
1439
- }
1165
+ "license": "MIT"
1440
1166
  },
1441
- "node_modules/mocha/node_modules/glob/node_modules/minimatch": {
1442
- "version": "9.0.5",
1443
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
1444
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
1167
+ "node_modules/normalize-path": {
1168
+ "version": "3.0.0",
1445
1169
  "dev": true,
1446
- "license": "ISC",
1447
- "dependencies": {
1448
- "brace-expansion": "^2.0.1"
1449
- },
1170
+ "license": "MIT",
1450
1171
  "engines": {
1451
- "node": ">=16 || 14 >=14.17"
1452
- },
1453
- "funding": {
1454
- "url": "https://github.com/sponsors/isaacs"
1172
+ "node": ">=0.10.0"
1455
1173
  }
1456
1174
  },
1457
- "node_modules/mocha/node_modules/locate-path": {
1458
- "version": "6.0.0",
1459
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
1460
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
1461
- "dev": true,
1175
+ "node_modules/object-inspect": {
1176
+ "version": "1.13.4",
1462
1177
  "license": "MIT",
1463
- "dependencies": {
1464
- "p-locate": "^5.0.0"
1465
- },
1466
1178
  "engines": {
1467
- "node": ">=10"
1179
+ "node": ">= 0.4"
1468
1180
  },
1469
1181
  "funding": {
1470
- "url": "https://github.com/sponsors/sindresorhus"
1182
+ "url": "https://github.com/sponsors/ljharb"
1471
1183
  }
1472
1184
  },
1473
- "node_modules/mocha/node_modules/minimatch": {
1474
- "version": "5.1.6",
1475
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
1476
- "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
1185
+ "node_modules/on-finished": {
1186
+ "version": "2.4.1",
1477
1187
  "dev": true,
1478
- "license": "ISC",
1188
+ "license": "MIT",
1479
1189
  "dependencies": {
1480
- "brace-expansion": "^2.0.1"
1190
+ "ee-first": "1.1.1"
1481
1191
  },
1482
1192
  "engines": {
1483
- "node": ">=10"
1193
+ "node": ">= 0.8"
1484
1194
  }
1485
1195
  },
1486
- "node_modules/mocha/node_modules/ms": {
1487
- "version": "2.1.3",
1488
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1489
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1490
- "dev": true,
1491
- "license": "MIT"
1492
- },
1493
- "node_modules/mocha/node_modules/p-limit": {
1196
+ "node_modules/p-limit": {
1494
1197
  "version": "3.1.0",
1495
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
1496
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
1497
1198
  "dev": true,
1498
1199
  "license": "MIT",
1499
1200
  "dependencies": {
@@ -1506,10 +1207,8 @@
1506
1207
  "url": "https://github.com/sponsors/sindresorhus"
1507
1208
  }
1508
1209
  },
1509
- "node_modules/mocha/node_modules/p-locate": {
1210
+ "node_modules/p-locate": {
1510
1211
  "version": "5.0.0",
1511
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
1512
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
1513
1212
  "dev": true,
1514
1213
  "license": "MIT",
1515
1214
  "dependencies": {
@@ -1522,85 +1221,21 @@
1522
1221
  "url": "https://github.com/sponsors/sindresorhus"
1523
1222
  }
1524
1223
  },
1525
- "node_modules/mocha/node_modules/path-exists": {
1526
- "version": "4.0.0",
1527
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
1528
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
1529
- "dev": true,
1530
- "license": "MIT",
1531
- "engines": {
1532
- "node": ">=8"
1533
- }
1534
- },
1535
- "node_modules/mocha/node_modules/supports-color": {
1536
- "version": "8.1.1",
1537
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
1538
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
1539
- "dev": true,
1540
- "license": "MIT",
1541
- "dependencies": {
1542
- "has-flag": "^4.0.0"
1543
- },
1544
- "engines": {
1545
- "node": ">=10"
1546
- },
1547
- "funding": {
1548
- "url": "https://github.com/chalk/supports-color?sponsor=1"
1549
- }
1550
- },
1551
- "node_modules/ms": {
1552
- "version": "2.0.0",
1553
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
1554
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
1555
- "dev": true,
1556
- "license": "MIT"
1557
- },
1558
- "node_modules/node-version": {
1559
- "version": "3.0.0",
1560
- "resolved": "https://registry.npmjs.org/node-version/-/node-version-3.0.0.tgz",
1561
- "integrity": "sha512-lOtS3Vaqo4GntMFYyH6BXbpiqgD5F+5ycBwDYaCjzBA9pKK9G1j6cKVtu3HU0HATDTikcWOTn8MxQmj/jo4iTQ==",
1224
+ "node_modules/package-json-from-dist": {
1225
+ "version": "1.0.1",
1562
1226
  "dev": true,
1563
- "license": "MIT",
1564
- "engines": {
1565
- "node": ">=14.0.0"
1566
- }
1567
- },
1568
- "node_modules/object-inspect": {
1569
- "version": "1.13.4",
1570
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
1571
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
1572
- "license": "MIT",
1573
- "engines": {
1574
- "node": ">= 0.4"
1575
- },
1576
- "funding": {
1577
- "url": "https://github.com/sponsors/ljharb"
1578
- }
1227
+ "license": "BlueOak-1.0.0"
1579
1228
  },
1580
- "node_modules/on-finished": {
1581
- "version": "2.4.1",
1582
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
1583
- "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
1229
+ "node_modules/path-exists": {
1230
+ "version": "4.0.0",
1584
1231
  "dev": true,
1585
1232
  "license": "MIT",
1586
- "dependencies": {
1587
- "ee-first": "1.1.1"
1588
- },
1589
1233
  "engines": {
1590
- "node": ">= 0.8"
1234
+ "node": ">=8"
1591
1235
  }
1592
1236
  },
1593
- "node_modules/package-json-from-dist": {
1594
- "version": "1.0.1",
1595
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
1596
- "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
1597
- "dev": true,
1598
- "license": "BlueOak-1.0.0"
1599
- },
1600
1237
  "node_modules/path-key": {
1601
1238
  "version": "3.1.1",
1602
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1603
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1604
1239
  "dev": true,
1605
1240
  "license": "MIT",
1606
1241
  "engines": {
@@ -1609,8 +1244,6 @@
1609
1244
  },
1610
1245
  "node_modules/path-scurry": {
1611
1246
  "version": "1.11.1",
1612
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
1613
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
1614
1247
  "dev": true,
1615
1248
  "license": "BlueOak-1.0.0",
1616
1249
  "dependencies": {
@@ -1624,17 +1257,8 @@
1624
1257
  "url": "https://github.com/sponsors/isaacs"
1625
1258
  }
1626
1259
  },
1627
- "node_modules/path-scurry/node_modules/lru-cache": {
1628
- "version": "10.4.3",
1629
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
1630
- "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
1631
- "dev": true,
1632
- "license": "ISC"
1633
- },
1634
1260
  "node_modules/pathval": {
1635
1261
  "version": "1.1.1",
1636
- "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz",
1637
- "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==",
1638
1262
  "dev": true,
1639
1263
  "license": "MIT",
1640
1264
  "engines": {
@@ -1643,14 +1267,10 @@
1643
1267
  },
1644
1268
  "node_modules/performance-now": {
1645
1269
  "version": "2.1.0",
1646
- "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
1647
- "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
1648
1270
  "license": "MIT"
1649
1271
  },
1650
1272
  "node_modules/picomatch": {
1651
1273
  "version": "2.3.1",
1652
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1653
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1654
1274
  "dev": true,
1655
1275
  "license": "MIT",
1656
1276
  "engines": {
@@ -1662,8 +1282,6 @@
1662
1282
  },
1663
1283
  "node_modules/qs": {
1664
1284
  "version": "6.13.0",
1665
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
1666
- "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
1667
1285
  "dev": true,
1668
1286
  "license": "BSD-3-Clause",
1669
1287
  "dependencies": {
@@ -1678,8 +1296,6 @@
1678
1296
  },
1679
1297
  "node_modules/randombytes": {
1680
1298
  "version": "2.1.0",
1681
- "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
1682
- "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
1683
1299
  "dev": true,
1684
1300
  "license": "MIT",
1685
1301
  "dependencies": {
@@ -1688,8 +1304,6 @@
1688
1304
  },
1689
1305
  "node_modules/raw-body": {
1690
1306
  "version": "2.5.2",
1691
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
1692
- "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
1693
1307
  "dev": true,
1694
1308
  "license": "MIT",
1695
1309
  "dependencies": {
@@ -1704,8 +1318,6 @@
1704
1318
  },
1705
1319
  "node_modules/readdirp": {
1706
1320
  "version": "3.6.0",
1707
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
1708
- "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
1709
1321
  "dev": true,
1710
1322
  "license": "MIT",
1711
1323
  "dependencies": {
@@ -1718,8 +1330,6 @@
1718
1330
  "node_modules/request": {
1719
1331
  "name": "@cypress/request",
1720
1332
  "version": "3.0.7",
1721
- "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.7.tgz",
1722
- "integrity": "sha512-LzxlLEMbBOPYB85uXrDqvD4MgcenjRBLIns3zyhx7vTPj/0u2eQhzXvPiGcaJrV38Q9dbkExWp6cOHPJ+EtFYg==",
1723
1333
  "license": "Apache-2.0",
1724
1334
  "dependencies": {
1725
1335
  "aws-sign2": "~0.7.0",
@@ -1745,31 +1355,8 @@
1745
1355
  "node": ">= 6"
1746
1356
  }
1747
1357
  },
1748
- "node_modules/request/node_modules/mime-db": {
1749
- "version": "1.52.0",
1750
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
1751
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
1752
- "license": "MIT",
1753
- "engines": {
1754
- "node": ">= 0.6"
1755
- }
1756
- },
1757
- "node_modules/request/node_modules/mime-types": {
1758
- "version": "2.1.35",
1759
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
1760
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
1761
- "license": "MIT",
1762
- "dependencies": {
1763
- "mime-db": "1.52.0"
1764
- },
1765
- "engines": {
1766
- "node": ">= 0.6"
1767
- }
1768
- },
1769
1358
  "node_modules/request/node_modules/qs": {
1770
1359
  "version": "6.13.1",
1771
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.1.tgz",
1772
- "integrity": "sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==",
1773
1360
  "license": "BSD-3-Clause",
1774
1361
  "dependencies": {
1775
1362
  "side-channel": "^1.0.6"
@@ -1781,19 +1368,8 @@
1781
1368
  "url": "https://github.com/sponsors/ljharb"
1782
1369
  }
1783
1370
  },
1784
- "node_modules/request/node_modules/uuid": {
1785
- "version": "8.3.2",
1786
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
1787
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
1788
- "license": "MIT",
1789
- "bin": {
1790
- "uuid": "dist/bin/uuid"
1791
- }
1792
- },
1793
1371
  "node_modules/require-directory": {
1794
1372
  "version": "2.1.1",
1795
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
1796
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
1797
1373
  "dev": true,
1798
1374
  "license": "MIT",
1799
1375
  "engines": {
@@ -1802,8 +1378,6 @@
1802
1378
  },
1803
1379
  "node_modules/safe-buffer": {
1804
1380
  "version": "5.2.1",
1805
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1806
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1807
1381
  "funding": [
1808
1382
  {
1809
1383
  "type": "github",
@@ -1822,14 +1396,10 @@
1822
1396
  },
1823
1397
  "node_modules/safer-buffer": {
1824
1398
  "version": "2.1.2",
1825
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
1826
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
1827
1399
  "license": "MIT"
1828
1400
  },
1829
1401
  "node_modules/serialize-javascript": {
1830
1402
  "version": "6.0.2",
1831
- "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
1832
- "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
1833
1403
  "dev": true,
1834
1404
  "license": "BSD-3-Clause",
1835
1405
  "dependencies": {
@@ -1838,15 +1408,11 @@
1838
1408
  },
1839
1409
  "node_modules/setprototypeof": {
1840
1410
  "version": "1.2.0",
1841
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
1842
- "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
1843
1411
  "dev": true,
1844
1412
  "license": "ISC"
1845
1413
  },
1846
1414
  "node_modules/shebang-command": {
1847
1415
  "version": "2.0.0",
1848
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1849
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1850
1416
  "dev": true,
1851
1417
  "license": "MIT",
1852
1418
  "dependencies": {
@@ -1858,8 +1424,6 @@
1858
1424
  },
1859
1425
  "node_modules/shebang-regex": {
1860
1426
  "version": "3.0.0",
1861
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1862
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1863
1427
  "dev": true,
1864
1428
  "license": "MIT",
1865
1429
  "engines": {
@@ -1868,8 +1432,6 @@
1868
1432
  },
1869
1433
  "node_modules/side-channel": {
1870
1434
  "version": "1.1.0",
1871
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
1872
- "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
1873
1435
  "license": "MIT",
1874
1436
  "dependencies": {
1875
1437
  "es-errors": "^1.3.0",
@@ -1887,8 +1449,6 @@
1887
1449
  },
1888
1450
  "node_modules/side-channel-list": {
1889
1451
  "version": "1.0.0",
1890
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
1891
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
1892
1452
  "license": "MIT",
1893
1453
  "dependencies": {
1894
1454
  "es-errors": "^1.3.0",
@@ -1903,8 +1463,6 @@
1903
1463
  },
1904
1464
  "node_modules/side-channel-map": {
1905
1465
  "version": "1.0.1",
1906
- "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
1907
- "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
1908
1466
  "license": "MIT",
1909
1467
  "dependencies": {
1910
1468
  "call-bound": "^1.0.2",
@@ -1921,8 +1479,6 @@
1921
1479
  },
1922
1480
  "node_modules/side-channel-weakmap": {
1923
1481
  "version": "1.0.2",
1924
- "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
1925
- "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
1926
1482
  "license": "MIT",
1927
1483
  "dependencies": {
1928
1484
  "call-bound": "^1.0.2",
@@ -1938,10 +1494,19 @@
1938
1494
  "url": "https://github.com/sponsors/ljharb"
1939
1495
  }
1940
1496
  },
1497
+ "node_modules/signal-exit": {
1498
+ "version": "4.1.0",
1499
+ "dev": true,
1500
+ "license": "ISC",
1501
+ "engines": {
1502
+ "node": ">=14"
1503
+ },
1504
+ "funding": {
1505
+ "url": "https://github.com/sponsors/isaacs"
1506
+ }
1507
+ },
1941
1508
  "node_modules/sshpk": {
1942
1509
  "version": "1.18.0",
1943
- "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz",
1944
- "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
1945
1510
  "license": "MIT",
1946
1511
  "dependencies": {
1947
1512
  "asn1": "~0.2.3",
@@ -1965,8 +1530,6 @@
1965
1530
  },
1966
1531
  "node_modules/statuses": {
1967
1532
  "version": "2.0.1",
1968
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
1969
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
1970
1533
  "dev": true,
1971
1534
  "license": "MIT",
1972
1535
  "engines": {
@@ -1974,18 +1537,32 @@
1974
1537
  }
1975
1538
  },
1976
1539
  "node_modules/stealthy-require": {
1977
- "version": "1.0.0",
1540
+ "version": "1.1.1",
1978
1541
  "dev": true,
1979
1542
  "license": "ISC",
1980
1543
  "engines": {
1981
1544
  "node": ">=0.10.0"
1982
1545
  }
1983
1546
  },
1547
+ "node_modules/string-width": {
1548
+ "version": "5.1.2",
1549
+ "dev": true,
1550
+ "license": "MIT",
1551
+ "dependencies": {
1552
+ "eastasianwidth": "^0.2.0",
1553
+ "emoji-regex": "^9.2.2",
1554
+ "strip-ansi": "^7.0.1"
1555
+ },
1556
+ "engines": {
1557
+ "node": ">=12"
1558
+ },
1559
+ "funding": {
1560
+ "url": "https://github.com/sponsors/sindresorhus"
1561
+ }
1562
+ },
1984
1563
  "node_modules/string-width-cjs": {
1985
1564
  "name": "string-width",
1986
1565
  "version": "4.2.3",
1987
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1988
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1989
1566
  "dev": true,
1990
1567
  "license": "MIT",
1991
1568
  "dependencies": {
@@ -1999,28 +1576,19 @@
1999
1576
  },
2000
1577
  "node_modules/string-width-cjs/node_modules/ansi-regex": {
2001
1578
  "version": "5.0.1",
2002
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2003
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2004
1579
  "dev": true,
2005
1580
  "license": "MIT",
2006
1581
  "engines": {
2007
1582
  "node": ">=8"
2008
1583
  }
2009
1584
  },
2010
- "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": {
2011
- "version": "3.0.0",
2012
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2013
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1585
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
1586
+ "version": "8.0.0",
2014
1587
  "dev": true,
2015
- "license": "MIT",
2016
- "engines": {
2017
- "node": ">=8"
2018
- }
1588
+ "license": "MIT"
2019
1589
  },
2020
1590
  "node_modules/string-width-cjs/node_modules/strip-ansi": {
2021
1591
  "version": "6.0.1",
2022
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2023
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2024
1592
  "dev": true,
2025
1593
  "license": "MIT",
2026
1594
  "dependencies": {
@@ -2030,11 +1598,23 @@
2030
1598
  "node": ">=8"
2031
1599
  }
2032
1600
  },
1601
+ "node_modules/strip-ansi": {
1602
+ "version": "7.1.0",
1603
+ "dev": true,
1604
+ "license": "MIT",
1605
+ "dependencies": {
1606
+ "ansi-regex": "^6.0.1"
1607
+ },
1608
+ "engines": {
1609
+ "node": ">=12"
1610
+ },
1611
+ "funding": {
1612
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
1613
+ }
1614
+ },
2033
1615
  "node_modules/strip-ansi-cjs": {
2034
1616
  "name": "strip-ansi",
2035
1617
  "version": "6.0.1",
2036
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2037
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2038
1618
  "dev": true,
2039
1619
  "license": "MIT",
2040
1620
  "dependencies": {
@@ -2046,8 +1626,6 @@
2046
1626
  },
2047
1627
  "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
2048
1628
  "version": "5.0.1",
2049
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2050
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2051
1629
  "dev": true,
2052
1630
  "license": "MIT",
2053
1631
  "engines": {
@@ -2056,8 +1634,6 @@
2056
1634
  },
2057
1635
  "node_modules/strip-json-comments": {
2058
1636
  "version": "3.1.1",
2059
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
2060
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
2061
1637
  "dev": true,
2062
1638
  "license": "MIT",
2063
1639
  "engines": {
@@ -2067,10 +1643,22 @@
2067
1643
  "url": "https://github.com/sponsors/sindresorhus"
2068
1644
  }
2069
1645
  },
1646
+ "node_modules/supports-color": {
1647
+ "version": "8.1.1",
1648
+ "dev": true,
1649
+ "license": "MIT",
1650
+ "dependencies": {
1651
+ "has-flag": "^4.0.0"
1652
+ },
1653
+ "engines": {
1654
+ "node": ">=10"
1655
+ },
1656
+ "funding": {
1657
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
1658
+ }
1659
+ },
2070
1660
  "node_modules/tldts": {
2071
1661
  "version": "6.1.77",
2072
- "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.77.tgz",
2073
- "integrity": "sha512-lBpoWgy+kYmuXWQ83+R7LlJCnsd9YW8DGpZSHhrMl4b8Ly/1vzOie3OdtmUJDkKxcgRGOehDu5btKkty+JEe+g==",
2074
1662
  "license": "MIT",
2075
1663
  "dependencies": {
2076
1664
  "tldts-core": "^6.1.77"
@@ -2081,14 +1669,10 @@
2081
1669
  },
2082
1670
  "node_modules/tldts-core": {
2083
1671
  "version": "6.1.77",
2084
- "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.77.tgz",
2085
- "integrity": "sha512-bCaqm24FPk8OgBkM0u/SrEWJgHnhBWYqeBo6yUmcZJDCHt/IfyWBb+14CXdGi4RInMv4v7eUAin15W0DoA+Ytg==",
2086
1672
  "license": "MIT"
2087
1673
  },
2088
1674
  "node_modules/to-regex-range": {
2089
1675
  "version": "5.0.1",
2090
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2091
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
2092
1676
  "dev": true,
2093
1677
  "license": "MIT",
2094
1678
  "dependencies": {
@@ -2100,8 +1684,6 @@
2100
1684
  },
2101
1685
  "node_modules/toidentifier": {
2102
1686
  "version": "1.0.1",
2103
- "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
2104
- "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
2105
1687
  "dev": true,
2106
1688
  "license": "MIT",
2107
1689
  "engines": {
@@ -2110,8 +1692,6 @@
2110
1692
  },
2111
1693
  "node_modules/tough-cookie": {
2112
1694
  "version": "5.1.1",
2113
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.1.tgz",
2114
- "integrity": "sha512-Ek7HndSVkp10hmHP9V4qZO1u+pn1RU5sI0Fw+jCU3lyvuMZcgqsNgc6CmJJZyByK4Vm/qotGRJlfgAX8q+4JiA==",
2115
1695
  "license": "BSD-3-Clause",
2116
1696
  "dependencies": {
2117
1697
  "tldts": "^6.1.32"
@@ -2122,8 +1702,6 @@
2122
1702
  },
2123
1703
  "node_modules/tunnel-agent": {
2124
1704
  "version": "0.6.0",
2125
- "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
2126
- "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
2127
1705
  "license": "Apache-2.0",
2128
1706
  "dependencies": {
2129
1707
  "safe-buffer": "^5.0.1"
@@ -2134,14 +1712,10 @@
2134
1712
  },
2135
1713
  "node_modules/tweetnacl": {
2136
1714
  "version": "0.14.5",
2137
- "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
2138
- "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==",
2139
1715
  "license": "Unlicense"
2140
1716
  },
2141
1717
  "node_modules/type-detect": {
2142
1718
  "version": "4.1.0",
2143
- "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.1.0.tgz",
2144
- "integrity": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==",
2145
1719
  "dev": true,
2146
1720
  "license": "MIT",
2147
1721
  "engines": {
@@ -2150,8 +1724,6 @@
2150
1724
  },
2151
1725
  "node_modules/type-is": {
2152
1726
  "version": "1.6.18",
2153
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
2154
- "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
2155
1727
  "dev": true,
2156
1728
  "license": "MIT",
2157
1729
  "dependencies": {
@@ -2162,43 +1734,23 @@
2162
1734
  "node": ">= 0.6"
2163
1735
  }
2164
1736
  },
2165
- "node_modules/type-is/node_modules/mime-db": {
2166
- "version": "1.52.0",
2167
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
2168
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
2169
- "dev": true,
2170
- "license": "MIT",
2171
- "engines": {
2172
- "node": ">= 0.6"
2173
- }
2174
- },
2175
- "node_modules/type-is/node_modules/mime-types": {
2176
- "version": "2.1.35",
2177
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
2178
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
2179
- "dev": true,
2180
- "license": "MIT",
2181
- "dependencies": {
2182
- "mime-db": "1.52.0"
2183
- },
2184
- "engines": {
2185
- "node": ">= 0.6"
2186
- }
2187
- },
2188
1737
  "node_modules/unpipe": {
2189
1738
  "version": "1.0.0",
2190
- "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
2191
- "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
2192
1739
  "dev": true,
2193
1740
  "license": "MIT",
2194
1741
  "engines": {
2195
1742
  "node": ">= 0.8"
2196
1743
  }
2197
1744
  },
1745
+ "node_modules/uuid": {
1746
+ "version": "8.3.2",
1747
+ "license": "MIT",
1748
+ "bin": {
1749
+ "uuid": "dist/bin/uuid"
1750
+ }
1751
+ },
2198
1752
  "node_modules/verror": {
2199
1753
  "version": "1.10.0",
2200
- "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
2201
- "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
2202
1754
  "engines": [
2203
1755
  "node >=0.6.0"
2204
1756
  ],
@@ -2209,32 +1761,36 @@
2209
1761
  "extsprintf": "^1.2.0"
2210
1762
  }
2211
1763
  },
2212
- "node_modules/verror/node_modules/core-util-is": {
2213
- "version": "1.0.2",
2214
- "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
2215
- "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==",
2216
- "license": "MIT"
1764
+ "node_modules/which": {
1765
+ "version": "2.0.2",
1766
+ "dev": true,
1767
+ "license": "ISC",
1768
+ "dependencies": {
1769
+ "isexe": "^2.0.0"
1770
+ },
1771
+ "bin": {
1772
+ "node-which": "bin/node-which"
1773
+ },
1774
+ "engines": {
1775
+ "node": ">= 8"
1776
+ }
2217
1777
  },
2218
1778
  "node_modules/workerpool": {
2219
1779
  "version": "6.5.1",
2220
- "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz",
2221
- "integrity": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==",
2222
1780
  "dev": true,
2223
1781
  "license": "Apache-2.0"
2224
1782
  },
2225
1783
  "node_modules/wrap-ansi": {
2226
- "version": "7.0.0",
2227
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
2228
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1784
+ "version": "8.1.0",
2229
1785
  "dev": true,
2230
1786
  "license": "MIT",
2231
1787
  "dependencies": {
2232
- "ansi-styles": "^4.0.0",
2233
- "string-width": "^4.1.0",
2234
- "strip-ansi": "^6.0.0"
1788
+ "ansi-styles": "^6.1.0",
1789
+ "string-width": "^5.0.1",
1790
+ "strip-ansi": "^7.0.1"
2235
1791
  },
2236
1792
  "engines": {
2237
- "node": ">=10"
1793
+ "node": ">=12"
2238
1794
  },
2239
1795
  "funding": {
2240
1796
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
@@ -2243,8 +1799,6 @@
2243
1799
  "node_modules/wrap-ansi-cjs": {
2244
1800
  "name": "wrap-ansi",
2245
1801
  "version": "7.0.0",
2246
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
2247
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
2248
1802
  "dev": true,
2249
1803
  "license": "MIT",
2250
1804
  "dependencies": {
@@ -2261,44 +1815,19 @@
2261
1815
  },
2262
1816
  "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
2263
1817
  "version": "5.0.1",
2264
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2265
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2266
1818
  "dev": true,
2267
1819
  "license": "MIT",
2268
1820
  "engines": {
2269
1821
  "node": ">=8"
2270
1822
  }
2271
1823
  },
2272
- "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
2273
- "version": "4.3.0",
2274
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2275
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2276
- "dev": true,
2277
- "license": "MIT",
2278
- "dependencies": {
2279
- "color-convert": "^2.0.1"
2280
- },
2281
- "engines": {
2282
- "node": ">=8"
2283
- },
2284
- "funding": {
2285
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2286
- }
2287
- },
2288
- "node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": {
2289
- "version": "3.0.0",
2290
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2291
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1824
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
1825
+ "version": "8.0.0",
2292
1826
  "dev": true,
2293
- "license": "MIT",
2294
- "engines": {
2295
- "node": ">=8"
2296
- }
1827
+ "license": "MIT"
2297
1828
  },
2298
1829
  "node_modules/wrap-ansi-cjs/node_modules/string-width": {
2299
1830
  "version": "4.2.3",
2300
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2301
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2302
1831
  "dev": true,
2303
1832
  "license": "MIT",
2304
1833
  "dependencies": {
@@ -2312,8 +1841,6 @@
2312
1841
  },
2313
1842
  "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
2314
1843
  "version": "6.0.1",
2315
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2316
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2317
1844
  "dev": true,
2318
1845
  "license": "MIT",
2319
1846
  "dependencies": {
@@ -2323,74 +1850,19 @@
2323
1850
  "node": ">=8"
2324
1851
  }
2325
1852
  },
2326
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
2327
- "version": "5.0.1",
2328
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2329
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2330
- "dev": true,
2331
- "license": "MIT",
2332
- "engines": {
2333
- "node": ">=8"
2334
- }
2335
- },
2336
1853
  "node_modules/wrap-ansi/node_modules/ansi-styles": {
2337
- "version": "4.3.0",
2338
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2339
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1854
+ "version": "6.2.1",
2340
1855
  "dev": true,
2341
1856
  "license": "MIT",
2342
- "dependencies": {
2343
- "color-convert": "^2.0.1"
2344
- },
2345
1857
  "engines": {
2346
- "node": ">=8"
1858
+ "node": ">=12"
2347
1859
  },
2348
1860
  "funding": {
2349
1861
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2350
1862
  }
2351
1863
  },
2352
- "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
2353
- "version": "3.0.0",
2354
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2355
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
2356
- "dev": true,
2357
- "license": "MIT",
2358
- "engines": {
2359
- "node": ">=8"
2360
- }
2361
- },
2362
- "node_modules/wrap-ansi/node_modules/string-width": {
2363
- "version": "4.2.3",
2364
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2365
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2366
- "dev": true,
2367
- "license": "MIT",
2368
- "dependencies": {
2369
- "emoji-regex": "^8.0.0",
2370
- "is-fullwidth-code-point": "^3.0.0",
2371
- "strip-ansi": "^6.0.1"
2372
- },
2373
- "engines": {
2374
- "node": ">=8"
2375
- }
2376
- },
2377
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
2378
- "version": "6.0.1",
2379
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2380
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2381
- "dev": true,
2382
- "license": "MIT",
2383
- "dependencies": {
2384
- "ansi-regex": "^5.0.1"
2385
- },
2386
- "engines": {
2387
- "node": ">=8"
2388
- }
2389
- },
2390
1864
  "node_modules/y18n": {
2391
1865
  "version": "5.0.8",
2392
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
2393
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
2394
1866
  "dev": true,
2395
1867
  "license": "ISC",
2396
1868
  "engines": {
@@ -2399,8 +1871,6 @@
2399
1871
  },
2400
1872
  "node_modules/yargs": {
2401
1873
  "version": "17.7.2",
2402
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
2403
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
2404
1874
  "dev": true,
2405
1875
  "license": "MIT",
2406
1876
  "dependencies": {
@@ -2418,8 +1888,6 @@
2418
1888
  },
2419
1889
  "node_modules/yargs-parser": {
2420
1890
  "version": "21.1.1",
2421
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
2422
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
2423
1891
  "dev": true,
2424
1892
  "license": "ISC",
2425
1893
  "engines": {
@@ -2428,8 +1896,6 @@
2428
1896
  },
2429
1897
  "node_modules/yargs-unparser": {
2430
1898
  "version": "2.0.0",
2431
- "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz",
2432
- "integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==",
2433
1899
  "dev": true,
2434
1900
  "license": "MIT",
2435
1901
  "dependencies": {
@@ -2444,28 +1910,19 @@
2444
1910
  },
2445
1911
  "node_modules/yargs/node_modules/ansi-regex": {
2446
1912
  "version": "5.0.1",
2447
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2448
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2449
1913
  "dev": true,
2450
1914
  "license": "MIT",
2451
1915
  "engines": {
2452
1916
  "node": ">=8"
2453
1917
  }
2454
1918
  },
2455
- "node_modules/yargs/node_modules/is-fullwidth-code-point": {
2456
- "version": "3.0.0",
2457
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2458
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1919
+ "node_modules/yargs/node_modules/emoji-regex": {
1920
+ "version": "8.0.0",
2459
1921
  "dev": true,
2460
- "license": "MIT",
2461
- "engines": {
2462
- "node": ">=8"
2463
- }
1922
+ "license": "MIT"
2464
1923
  },
2465
1924
  "node_modules/yargs/node_modules/string-width": {
2466
1925
  "version": "4.2.3",
2467
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2468
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2469
1926
  "dev": true,
2470
1927
  "license": "MIT",
2471
1928
  "dependencies": {
@@ -2479,8 +1936,6 @@
2479
1936
  },
2480
1937
  "node_modules/yargs/node_modules/strip-ansi": {
2481
1938
  "version": "6.0.1",
2482
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2483
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2484
1939
  "dev": true,
2485
1940
  "license": "MIT",
2486
1941
  "dependencies": {
@@ -2492,8 +1947,6 @@
2492
1947
  },
2493
1948
  "node_modules/yocto-queue": {
2494
1949
  "version": "0.1.0",
2495
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2496
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2497
1950
  "dev": true,
2498
1951
  "license": "MIT",
2499
1952
  "engines": {