fix: update package lock
Luke Karrys committed
Jan 1, 2023 at 18:17 UTC
bfefdd79c79a11c1202ac39a6e4efc8811fcf764
2 files changed
+2843
-25476
package-lock.json
+2842
-25472
@@ -1,7 +1,7 @@
1
{
2
"name": "npm-documentation",
3
"version": "1.0.0",
4
- "lockfileVersion": 2,
4
+ "lockfileVersion": 3,
5
"requires": true,
6
"packages": {
7
"": {
@@ -16,7 +16,7 @@
16
"gatsby-plugin-meta-redirect": "^1.1.1",
17
"react": "^17.0.2",
18
"react-dom": "^17.0.2",
19
- "theme": "*"
19
+ "theme": "^1.0.0"
20
},
21
"devDependencies": {
22
"@npmcli/eslint-config": "^4.0.1",
@@ -48,98 +48,6 @@
48
"node": ">=18.0.0"
49
}
50
},
51
- "cli/node_modules/minimatch": {
52
- "version": "5.1.1",
53
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
54
- "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
55
- "dependencies": {
56
- "brace-expansion": "^2.0.1"
57
- },
58
- "engines": {
59
- "node": ">=10"
60
- }
61
- },
62
- "cli/node_modules/minipass": {
63
- "version": "4.0.0",
64
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.0.tgz",
65
- "integrity": "sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==",
66
- "dependencies": {
67
- "yallist": "^4.0.0"
68
- },
69
- "engines": {
70
- "node": ">=8"
71
- }
72
- },
73
- "cli/node_modules/pacote": {
74
- "version": "15.0.8",
75
- "resolved": "https://registry.npmjs.org/pacote/-/pacote-15.0.8.tgz",
76
- "integrity": "sha512-UlcumB/XS6xyyIMwg/WwMAyUmga+RivB5KgkRwA1hZNtrx+0Bt41KxHCvg1kr0pZ/ZeD8qjhW4fph6VaYRCbLw==",
77
- "dependencies": {
78
- "@npmcli/git": "^4.0.0",
79
- "@npmcli/installed-package-contents": "^2.0.1",
80
- "@npmcli/promise-spawn": "^6.0.1",
81
- "@npmcli/run-script": "^6.0.0",
82
- "cacache": "^17.0.0",
83
- "fs-minipass": "^3.0.0",
84
- "minipass": "^4.0.0",
85
- "npm-package-arg": "^10.0.0",
86
- "npm-packlist": "^7.0.0",
87
- "npm-pick-manifest": "^8.0.0",
88
- "npm-registry-fetch": "^14.0.0",
89
- "proc-log": "^3.0.0",
90
- "promise-retry": "^2.0.1",
91
- "read-package-json": "^6.0.0",
92
- "read-package-json-fast": "^3.0.0",
93
- "ssri": "^10.0.0",
94
- "tar": "^6.1.11"
95
- },
96
- "bin": {
97
- "pacote": "lib/bin.js"
98
- },
99
- "engines": {
100
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
101
- }
102
- },
103
- "cli/node_modules/pacote/node_modules/fs-minipass": {
104
- "version": "3.0.0",
105
- "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.0.tgz",
106
- "integrity": "sha512-EUojgQaSPy6sxcqcZgQv6TVF6jiKvurji3AxhAivs/Ep4O1UpS8TusaxpybfFHZ2skRhLqzk6WR8nqNYIMMDeA==",
107
- "dependencies": {
108
- "minipass": "^4.0.0"
109
- },
110
- "engines": {
111
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
112
- }
113
- },
114
- "cli/node_modules/tar": {
115
- "version": "6.1.13",
116
- "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz",
117
- "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==",
118
- "dependencies": {
119
- "chownr": "^2.0.0",
120
- "fs-minipass": "^2.0.0",
121
- "minipass": "^4.0.0",
122
- "minizlib": "^2.1.1",
123
- "mkdirp": "^1.0.3",
124
- "yallist": "^4.0.0"
125
- },
126
- "engines": {
127
- "node": ">=10"
128
- }
129
- },
130
- "cli/node_modules/yallist": {
131
- "version": "4.0.0",
132
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
133
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
134
- },
135
- "cli/node_modules/yaml": {
136
- "version": "2.1.3",
137
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz",
138
- "integrity": "sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==",
139
- "engines": {
140
- "node": ">= 14"
141
- }
142
- },
51
"node_modules/@actions/core": {
52
"version": "1.10.0",
53
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
@@ -207,6 +115,154 @@
115
"graphql": "*"
116
}
117
},
118
+ "node_modules/@ardatan/relay-compiler/node_modules/brace-expansion": {
119
+ "version": "1.1.11",
120
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
121
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
122
+ "dependencies": {
123
+ "balanced-match": "^1.0.0",
124
+ "concat-map": "0.0.1"
125
+ }
126
+ },
127
+ "node_modules/@ardatan/relay-compiler/node_modules/cliui": {
128
+ "version": "6.0.0",
129
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
130
+ "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
131
+ "dependencies": {
132
+ "string-width": "^4.2.0",
133
+ "strip-ansi": "^6.0.0",
134
+ "wrap-ansi": "^6.2.0"
135
+ }
136
+ },
137
+ "node_modules/@ardatan/relay-compiler/node_modules/find-up": {
138
+ "version": "4.1.0",
139
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
140
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
141
+ "dependencies": {
142
+ "locate-path": "^5.0.0",
143
+ "path-exists": "^4.0.0"
144
+ },
145
+ "engines": {
146
+ "node": ">=8"
147
+ }
148
+ },
149
+ "node_modules/@ardatan/relay-compiler/node_modules/glob": {
150
+ "version": "7.2.3",
151
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
152
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
153
+ "dependencies": {
154
+ "fs.realpath": "^1.0.0",
155
+ "inflight": "^1.0.4",
156
+ "inherits": "2",
157
+ "minimatch": "^3.1.1",
158
+ "once": "^1.3.0",
159
+ "path-is-absolute": "^1.0.0"
160
+ },
161
+ "engines": {
162
+ "node": "*"
163
+ },
164
+ "funding": {
165
+ "url": "https://github.com/sponsors/isaacs"
166
+ }
167
+ },
168
+ "node_modules/@ardatan/relay-compiler/node_modules/locate-path": {
169
+ "version": "5.0.0",
170
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
171
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
172
+ "dependencies": {
173
+ "p-locate": "^4.1.0"
174
+ },
175
+ "engines": {
176
+ "node": ">=8"
177
+ }
178
+ },
179
+ "node_modules/@ardatan/relay-compiler/node_modules/minimatch": {
180
+ "version": "3.1.2",
181
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
182
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
183
+ "dependencies": {
184
+ "brace-expansion": "^1.1.7"
185
+ },
186
+ "engines": {
187
+ "node": "*"
188
+ }
189
+ },
190
+ "node_modules/@ardatan/relay-compiler/node_modules/p-limit": {
191
+ "version": "2.3.0",
192
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
193
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
194
+ "dependencies": {
195
+ "p-try": "^2.0.0"
196
+ },
197
+ "engines": {
198
+ "node": ">=6"
199
+ },
200
+ "funding": {
201
+ "url": "https://github.com/sponsors/sindresorhus"
202
+ }
203
+ },
204
+ "node_modules/@ardatan/relay-compiler/node_modules/p-locate": {
205
+ "version": "4.1.0",
206
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
207
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
208
+ "dependencies": {
209
+ "p-limit": "^2.2.0"
210
+ },
211
+ "engines": {
212
+ "node": ">=8"
213
+ }
214
+ },
215
+ "node_modules/@ardatan/relay-compiler/node_modules/wrap-ansi": {
216
+ "version": "6.2.0",
217
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
218
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
219
+ "dependencies": {
220
+ "ansi-styles": "^4.0.0",
221
+ "string-width": "^4.1.0",
222
+ "strip-ansi": "^6.0.0"
223
+ },
224
+ "engines": {
225
+ "node": ">=8"
226
+ }
227
+ },
228
+ "node_modules/@ardatan/relay-compiler/node_modules/y18n": {
229
+ "version": "4.0.3",
230
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
231
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
232
+ },
233
+ "node_modules/@ardatan/relay-compiler/node_modules/yargs": {
234
+ "version": "15.4.1",
235
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
236
+ "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
237
+ "dependencies": {
238
+ "cliui": "^6.0.0",
239
+ "decamelize": "^1.2.0",
240
+ "find-up": "^4.1.0",
241
+ "get-caller-file": "^2.0.1",
242
+ "require-directory": "^2.1.1",
243
+ "require-main-filename": "^2.0.0",
244
+ "set-blocking": "^2.0.0",
245
+ "string-width": "^4.2.0",
246
+ "which-module": "^2.0.0",
247
+ "y18n": "^4.0.0",
248
+ "yargs-parser": "^18.1.2"
249
+ },
250
+ "engines": {
251
+ "node": ">=8"
252
+ }
253
+ },
254
+ "node_modules/@ardatan/relay-compiler/node_modules/yargs-parser": {
255
+ "version": "18.1.3",
256
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
257
+ "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
258
+ "dependencies": {
259
+ "camelcase": "^5.0.0",
260
+ "decamelize": "^1.2.0"
261
+ },
262
+ "engines": {
263
+ "node": ">=6"
264
+ }
265
+ },
266
"node_modules/@babel/code-frame": {
267
"version": "7.18.6",
268
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
@@ -219,28 +275,28 @@
275
}
276
},
277
"node_modules/@babel/compat-data": {
222
- "version": "7.20.1",
223
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz",
224
- "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==",
278
+ "version": "7.20.10",
279
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz",
280
+ "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==",
281
"engines": {
282
"node": ">=6.9.0"
283
}
284
},
285
"node_modules/@babel/core": {
230
- "version": "7.20.2",
231
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz",
232
- "integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==",
286
+ "version": "7.20.7",
287
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.7.tgz",
288
+ "integrity": "sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==",
289
"dependencies": {
290
"@ampproject/remapping": "^2.1.0",
291
"@babel/code-frame": "^7.18.6",
236
- "@babel/generator": "^7.20.2",
237
- "@babel/helper-compilation-targets": "^7.20.0",
238
- "@babel/helper-module-transforms": "^7.20.2",
239
- "@babel/helpers": "^7.20.1",
240
- "@babel/parser": "^7.20.2",
241
- "@babel/template": "^7.18.10",
242
- "@babel/traverse": "^7.20.1",
243
- "@babel/types": "^7.20.2",
292
+ "@babel/generator": "^7.20.7",
293
+ "@babel/helper-compilation-targets": "^7.20.7",
294
+ "@babel/helper-module-transforms": "^7.20.7",
295
+ "@babel/helpers": "^7.20.7",
296
+ "@babel/parser": "^7.20.7",
297
+ "@babel/template": "^7.20.7",
298
+ "@babel/traverse": "^7.20.7",
299
+ "@babel/types": "^7.20.7",
300
"convert-source-map": "^1.7.0",
301
"debug": "^4.1.0",
302
"gensync": "^1.0.0-beta.2",
@@ -255,22 +311,6 @@
311
"url": "https://opencollective.com/babel"
312
}
313
},
258
- "node_modules/@babel/core/node_modules/debug": {
259
- "version": "4.3.4",
260
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
261
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
262
- "dependencies": {
263
- "ms": "2.1.2"
264
- },
265
- "engines": {
266
- "node": ">=6.0"
267
- },
268
- "peerDependenciesMeta": {
269
- "supports-color": {
270
- "optional": true
271
- }
272
- }
273
- },
314
"node_modules/@babel/core/node_modules/semver": {
315
"version": "6.3.0",
316
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
@@ -296,6 +336,14 @@
336
"eslint": "^7.5.0 || ^8.0.0"
337
}
338
},
339
+ "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
340
+ "version": "2.1.0",
341
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
342
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
343
+ "engines": {
344
+ "node": ">=10"
345
+ }
346
+ },
347
"node_modules/@babel/eslint-parser/node_modules/semver": {
348
"version": "6.3.0",
349
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
@@ -305,11 +353,11 @@
353
}
354
},
355
"node_modules/@babel/generator": {
308
- "version": "7.20.4",
309
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.4.tgz",
310
- "integrity": "sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==",
356
+ "version": "7.20.7",
357
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz",
358
+ "integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==",
359
"dependencies": {
312
- "@babel/types": "^7.20.2",
360
+ "@babel/types": "^7.20.7",
361
"@jridgewell/gen-mapping": "^0.3.2",
362
"jsesc": "^2.5.1"
363
},
@@ -354,13 +402,14 @@
402
}
403
},
404
"node_modules/@babel/helper-compilation-targets": {
357
- "version": "7.20.0",
358
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz",
359
- "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==",
405
+ "version": "7.20.7",
406
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz",
407
+ "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==",
408
"dependencies": {
361
- "@babel/compat-data": "^7.20.0",
409
+ "@babel/compat-data": "^7.20.5",
410
"@babel/helper-validator-option": "^7.18.6",
411
"browserslist": "^4.21.3",
412
+ "lru-cache": "^5.1.1",
413
"semver": "^6.3.0"
414
},
415
"engines": {
@@ -379,16 +428,16 @@
428
}
429
},
430
"node_modules/@babel/helper-create-class-features-plugin": {
382
- "version": "7.20.2",
383
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz",
384
- "integrity": "sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==",
431
+ "version": "7.20.7",
432
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.7.tgz",
433
+ "integrity": "sha512-LtoWbDXOaidEf50hmdDqn9g8VEzsorMexoWMQdQODbvmqYmaF23pBP5VNPAGIFHsFQCIeKokDiz3CH5Y2jlY6w==",
434
"dependencies": {
435
"@babel/helper-annotate-as-pure": "^7.18.6",
436
"@babel/helper-environment-visitor": "^7.18.9",
437
"@babel/helper-function-name": "^7.19.0",
389
- "@babel/helper-member-expression-to-functions": "^7.18.9",
438
+ "@babel/helper-member-expression-to-functions": "^7.20.7",
439
"@babel/helper-optimise-call-expression": "^7.18.6",
391
- "@babel/helper-replace-supers": "^7.19.1",
440
+ "@babel/helper-replace-supers": "^7.20.7",
441
"@babel/helper-split-export-declaration": "^7.18.6"
442
},
443
"engines": {
@@ -399,12 +448,12 @@
448
}
449
},
450
"node_modules/@babel/helper-create-regexp-features-plugin": {
402
- "version": "7.19.0",
403
- "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz",
404
- "integrity": "sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==",
451
+ "version": "7.20.5",
452
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz",
453
+ "integrity": "sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==",
454
"dependencies": {
455
"@babel/helper-annotate-as-pure": "^7.18.6",
407
- "regexpu-core": "^5.1.0"
456
+ "regexpu-core": "^5.2.1"
457
},
458
"engines": {
459
"node": ">=6.9.0"
@@ -429,22 +478,6 @@
478
"@babel/core": "^7.4.0-0"
479
}
480
},
432
- "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": {
433
- "version": "4.3.4",
434
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
435
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
436
- "dependencies": {
437
- "ms": "2.1.2"
438
- },
439
- "engines": {
440
- "node": ">=6.0"
441
- },
442
- "peerDependenciesMeta": {
443
- "supports-color": {
444
- "optional": true
445
- }
446
- }
447
- },
481
"node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": {
482
"version": "6.3.0",
483
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
@@ -496,11 +529,11 @@
529
}
530
},
531
"node_modules/@babel/helper-member-expression-to-functions": {
499
- "version": "7.18.9",
500
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz",
501
- "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==",
532
+ "version": "7.20.7",
533
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz",
534
+ "integrity": "sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==",
535
"dependencies": {
503
- "@babel/types": "^7.18.9"
536
+ "@babel/types": "^7.20.7"
537
},
538
"engines": {
539
"node": ">=6.9.0"
@@ -518,18 +551,18 @@
551
}
552
},
553
"node_modules/@babel/helper-module-transforms": {
521
- "version": "7.20.2",
522
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz",
523
- "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==",
554
+ "version": "7.20.11",
555
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz",
556
+ "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==",
557
"dependencies": {
558
"@babel/helper-environment-visitor": "^7.18.9",
559
"@babel/helper-module-imports": "^7.18.6",
560
"@babel/helper-simple-access": "^7.20.2",
561
"@babel/helper-split-export-declaration": "^7.18.6",
562
"@babel/helper-validator-identifier": "^7.19.1",
530
- "@babel/template": "^7.18.10",
531
- "@babel/traverse": "^7.20.1",
532
- "@babel/types": "^7.20.2"
563
+ "@babel/template": "^7.20.7",
564
+ "@babel/traverse": "^7.20.10",
565
+ "@babel/types": "^7.20.7"
566
},
567
"engines": {
568
"node": ">=6.9.0"
@@ -572,15 +605,16 @@
605
}
606
},
607
"node_modules/@babel/helper-replace-supers": {
575
- "version": "7.19.1",
576
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz",
577
- "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==",
608
+ "version": "7.20.7",
609
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz",
610
+ "integrity": "sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==",
611
"dependencies": {
612
"@babel/helper-environment-visitor": "^7.18.9",
580
- "@babel/helper-member-expression-to-functions": "^7.18.9",
613
+ "@babel/helper-member-expression-to-functions": "^7.20.7",
614
"@babel/helper-optimise-call-expression": "^7.18.6",
582
- "@babel/traverse": "^7.19.1",
583
- "@babel/types": "^7.19.0"
615
+ "@babel/template": "^7.20.7",
616
+ "@babel/traverse": "^7.20.7",
617
+ "@babel/types": "^7.20.7"
618
},
619
"engines": {
620
"node": ">=6.9.0"
@@ -644,27 +678,27 @@
678
}
679
},
680
"node_modules/@babel/helper-wrap-function": {
647
- "version": "7.19.0",
648
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.19.0.tgz",
649
- "integrity": "sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==",
681
+ "version": "7.20.5",
682
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz",
683
+ "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==",
684
"dependencies": {
685
"@babel/helper-function-name": "^7.19.0",
686
"@babel/template": "^7.18.10",
653
- "@babel/traverse": "^7.19.0",
654
- "@babel/types": "^7.19.0"
687
+ "@babel/traverse": "^7.20.5",
688
+ "@babel/types": "^7.20.5"
689
},
690
"engines": {
691
"node": ">=6.9.0"
692
}
693
},
694
"node_modules/@babel/helpers": {
661
- "version": "7.20.1",
662
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz",
663
- "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==",
695
+ "version": "7.20.7",
696
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.7.tgz",
697
+ "integrity": "sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==",
698
"dependencies": {
665
- "@babel/template": "^7.18.10",
666
- "@babel/traverse": "^7.20.1",
667
- "@babel/types": "^7.20.0"
699
+ "@babel/template": "^7.20.7",
700
+ "@babel/traverse": "^7.20.7",
701
+ "@babel/types": "^7.20.7"
702
},
703
"engines": {
704
"node": ">=6.9.0"
@@ -748,9 +782,9 @@
782
}
783
},
784
"node_modules/@babel/parser": {
751
- "version": "7.20.3",
752
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz",
753
- "integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==",
785
+ "version": "7.20.7",
786
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.7.tgz",
787
+ "integrity": "sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==",
788
"bin": {
789
"parser": "bin/babel-parser.js"
790
},
@@ -773,13 +807,13 @@
807
}
808
},
809
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
776
- "version": "7.18.9",
777
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz",
778
- "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==",
810
+ "version": "7.20.7",
811
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz",
812
+ "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==",
813
"dependencies": {
780
- "@babel/helper-plugin-utils": "^7.18.9",
781
- "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9",
782
- "@babel/plugin-proposal-optional-chaining": "^7.18.9"
814
+ "@babel/helper-plugin-utils": "^7.20.2",
815
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
816
+ "@babel/plugin-proposal-optional-chaining": "^7.20.7"
817
},
818
"engines": {
819
"node": ">=6.9.0"
@@ -789,12 +823,12 @@
823
}
824
},
825
"node_modules/@babel/plugin-proposal-async-generator-functions": {
792
- "version": "7.20.1",
793
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz",
794
- "integrity": "sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==",
826
+ "version": "7.20.7",
827
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
828
+ "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
829
"dependencies": {
830
"@babel/helper-environment-visitor": "^7.18.9",
797
- "@babel/helper-plugin-utils": "^7.19.0",
831
+ "@babel/helper-plugin-utils": "^7.20.2",
832
"@babel/helper-remap-async-to-generator": "^7.18.9",
833
"@babel/plugin-syntax-async-generators": "^7.8.4"
834
},
@@ -821,12 +855,12 @@
855
}
856
},
857
"node_modules/@babel/plugin-proposal-class-static-block": {
824
- "version": "7.18.6",
825
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz",
826
- "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==",
858
+ "version": "7.20.7",
859
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.20.7.tgz",
860
+ "integrity": "sha512-AveGOoi9DAjUYYuUAG//Ig69GlazLnoyzMw68VCDux+c1tsnnH/OkYcpz/5xzMkEFC6UxjR5Gw1c+iY2wOGVeQ==",
861
"dependencies": {
828
- "@babel/helper-create-class-features-plugin": "^7.18.6",
829
- "@babel/helper-plugin-utils": "^7.18.6",
862
+ "@babel/helper-create-class-features-plugin": "^7.20.7",
863
+ "@babel/helper-plugin-utils": "^7.20.2",
864
"@babel/plugin-syntax-class-static-block": "^7.14.5"
865
},
866
"engines": {
@@ -882,11 +916,11 @@
916
}
917
},
918
"node_modules/@babel/plugin-proposal-logical-assignment-operators": {
885
- "version": "7.18.9",
886
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz",
887
- "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==",
919
+ "version": "7.20.7",
920
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz",
921
+ "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==",
922
"dependencies": {
889
- "@babel/helper-plugin-utils": "^7.18.9",
923
+ "@babel/helper-plugin-utils": "^7.20.2",
924
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
925
},
926
"engines": {
@@ -927,15 +961,15 @@
961
}
962
},
963
"node_modules/@babel/plugin-proposal-object-rest-spread": {
930
- "version": "7.20.2",
931
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz",
932
- "integrity": "sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==",
964
+ "version": "7.20.7",
965
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
966
+ "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
967
"dependencies": {
934
- "@babel/compat-data": "^7.20.1",
935
- "@babel/helper-compilation-targets": "^7.20.0",
968
+ "@babel/compat-data": "^7.20.5",
969
+ "@babel/helper-compilation-targets": "^7.20.7",
970
"@babel/helper-plugin-utils": "^7.20.2",
971
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
938
- "@babel/plugin-transform-parameters": "^7.20.1"
972
+ "@babel/plugin-transform-parameters": "^7.20.7"
973
},
974
"engines": {
975
"node": ">=6.9.0"
@@ -960,12 +994,12 @@
994
}
995
},
996
"node_modules/@babel/plugin-proposal-optional-chaining": {
963
- "version": "7.18.9",
964
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz",
965
- "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==",
997
+ "version": "7.20.7",
998
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz",
999
+ "integrity": "sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==",
1000
"dependencies": {
967
- "@babel/helper-plugin-utils": "^7.18.9",
968
- "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9",
1001
+ "@babel/helper-plugin-utils": "^7.20.2",
1002
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
1003
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
1004
},
1005
"engines": {
@@ -991,13 +1025,13 @@
1025
}
1026
},
1027
"node_modules/@babel/plugin-proposal-private-property-in-object": {
994
- "version": "7.18.6",
995
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz",
996
- "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==",
1028
+ "version": "7.20.5",
1029
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz",
1030
+ "integrity": "sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==",
1031
"dependencies": {
1032
"@babel/helper-annotate-as-pure": "^7.18.6",
999
- "@babel/helper-create-class-features-plugin": "^7.18.6",
1000
- "@babel/helper-plugin-utils": "^7.18.6",
1033
+ "@babel/helper-create-class-features-plugin": "^7.20.5",
1034
+ "@babel/helper-plugin-utils": "^7.20.2",
1035
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
1036
},
1037
"engines": {
@@ -1263,11 +1297,11 @@
1297
}
1298
},
1299
"node_modules/@babel/plugin-transform-arrow-functions": {
1266
- "version": "7.18.6",
1267
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz",
1268
- "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==",
1300
+ "version": "7.20.7",
1301
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz",
1302
+ "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==",
1303
"dependencies": {
1270
- "@babel/helper-plugin-utils": "^7.18.6"
1304
+ "@babel/helper-plugin-utils": "^7.20.2"
1305
},
1306
"engines": {
1307
"node": ">=6.9.0"
@@ -1277,13 +1311,13 @@
1311
}
1312
},
1313
"node_modules/@babel/plugin-transform-async-to-generator": {
1280
- "version": "7.18.6",
1281
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz",
1282
- "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==",
1314
+ "version": "7.20.7",
1315
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz",
1316
+ "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==",
1317
"dependencies": {
1318
"@babel/helper-module-imports": "^7.18.6",
1285
- "@babel/helper-plugin-utils": "^7.18.6",
1286
- "@babel/helper-remap-async-to-generator": "^7.18.6"
1319
+ "@babel/helper-plugin-utils": "^7.20.2",
1320
+ "@babel/helper-remap-async-to-generator": "^7.18.9"
1321
},
1322
"engines": {
1323
"node": ">=6.9.0"
@@ -1307,9 +1341,9 @@
1341
}
1342
},
1343
"node_modules/@babel/plugin-transform-block-scoping": {
1310
- "version": "7.20.2",
1311
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.2.tgz",
1312
- "integrity": "sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==",
1344
+ "version": "7.20.11",
1345
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.11.tgz",
1346
+ "integrity": "sha512-tA4N427a7fjf1P0/2I4ScsHGc5jcHPbb30xMbaTke2gxDuWpUfXDuX1FEymJwKk4tuGUvGcejAR6HdZVqmmPyw==",
1347
"dependencies": {
1348
"@babel/helper-plugin-utils": "^7.20.2"
1349
},
@@ -1321,17 +1355,17 @@
1355
}
1356
},
1357
"node_modules/@babel/plugin-transform-classes": {
1324
- "version": "7.20.2",
1325
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz",
1326
- "integrity": "sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==",
1358
+ "version": "7.20.7",
1359
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.7.tgz",
1360
+ "integrity": "sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==",
1361
"dependencies": {
1362
"@babel/helper-annotate-as-pure": "^7.18.6",
1329
- "@babel/helper-compilation-targets": "^7.20.0",
1363
+ "@babel/helper-compilation-targets": "^7.20.7",
1364
"@babel/helper-environment-visitor": "^7.18.9",
1365
"@babel/helper-function-name": "^7.19.0",
1366
"@babel/helper-optimise-call-expression": "^7.18.6",
1367
"@babel/helper-plugin-utils": "^7.20.2",
1334
- "@babel/helper-replace-supers": "^7.19.1",
1368
+ "@babel/helper-replace-supers": "^7.20.7",
1369
"@babel/helper-split-export-declaration": "^7.18.6",
1370
"globals": "^11.1.0"
1371
},
@@ -1343,11 +1377,12 @@
1377
}
1378
},
1379
"node_modules/@babel/plugin-transform-computed-properties": {
1346
- "version": "7.18.9",
1347
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz",
1348
- "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==",
1380
+ "version": "7.20.7",
1381
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz",
1382
+ "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==",
1383
"dependencies": {
1350
- "@babel/helper-plugin-utils": "^7.18.9"
1384
+ "@babel/helper-plugin-utils": "^7.20.2",
1385
+ "@babel/template": "^7.20.7"
1386
},
1387
"engines": {
1388
"node": ">=6.9.0"
@@ -1357,9 +1392,9 @@
1392
}
1393
},
1394
"node_modules/@babel/plugin-transform-destructuring": {
1360
- "version": "7.20.2",
1361
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz",
1362
- "integrity": "sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==",
1395
+ "version": "7.20.7",
1396
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.7.tgz",
1397
+ "integrity": "sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==",
1398
"dependencies": {
1399
"@babel/helper-plugin-utils": "^7.20.2"
1400
},
@@ -1488,12 +1523,12 @@
1523
}
1524
},
1525
"node_modules/@babel/plugin-transform-modules-amd": {
1491
- "version": "7.19.6",
1492
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz",
1493
- "integrity": "sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==",
1526
+ "version": "7.20.11",
1527
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz",
1528
+ "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==",
1529
"dependencies": {
1495
- "@babel/helper-module-transforms": "^7.19.6",
1496
- "@babel/helper-plugin-utils": "^7.19.0"
1530
+ "@babel/helper-module-transforms": "^7.20.11",
1531
+ "@babel/helper-plugin-utils": "^7.20.2"
1532
},
1533
"engines": {
1534
"node": ">=6.9.0"
@@ -1503,13 +1538,13 @@
1538
}
1539
},
1540
"node_modules/@babel/plugin-transform-modules-commonjs": {
1506
- "version": "7.19.6",
1507
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz",
1508
- "integrity": "sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==",
1541
+ "version": "7.20.11",
1542
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.20.11.tgz",
1543
+ "integrity": "sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==",
1544
"dependencies": {
1510
- "@babel/helper-module-transforms": "^7.19.6",
1511
- "@babel/helper-plugin-utils": "^7.19.0",
1512
- "@babel/helper-simple-access": "^7.19.4"
1545
+ "@babel/helper-module-transforms": "^7.20.11",
1546
+ "@babel/helper-plugin-utils": "^7.20.2",
1547
+ "@babel/helper-simple-access": "^7.20.2"
1548
},
1549
"engines": {
1550
"node": ">=6.9.0"
@@ -1519,13 +1554,13 @@
1554
}
1555
},
1556
"node_modules/@babel/plugin-transform-modules-systemjs": {
1522
- "version": "7.19.6",
1523
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz",
1524
- "integrity": "sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==",
1557
+ "version": "7.20.11",
1558
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz",
1559
+ "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==",
1560
"dependencies": {
1561
"@babel/helper-hoist-variables": "^7.18.6",
1527
- "@babel/helper-module-transforms": "^7.19.6",
1528
- "@babel/helper-plugin-utils": "^7.19.0",
1562
+ "@babel/helper-module-transforms": "^7.20.11",
1563
+ "@babel/helper-plugin-utils": "^7.20.2",
1564
"@babel/helper-validator-identifier": "^7.19.1"
1565
},
1566
"engines": {
@@ -1551,12 +1586,12 @@
1586
}
1587
},
1588
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1554
- "version": "7.19.1",
1555
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz",
1556
- "integrity": "sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==",
1589
+ "version": "7.20.5",
1590
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz",
1591
+ "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==",
1592
"dependencies": {
1558
- "@babel/helper-create-regexp-features-plugin": "^7.19.0",
1559
- "@babel/helper-plugin-utils": "^7.19.0"
1593
+ "@babel/helper-create-regexp-features-plugin": "^7.20.5",
1594
+ "@babel/helper-plugin-utils": "^7.20.2"
1595
},
1596
"engines": {
1597
"node": ">=6.9.0"
@@ -1595,9 +1630,9 @@
1630
}
1631
},
1632
"node_modules/@babel/plugin-transform-parameters": {
1598
- "version": "7.20.3",
1599
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.3.tgz",
1600
- "integrity": "sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==",
1633
+ "version": "7.20.7",
1634
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz",
1635
+ "integrity": "sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==",
1636
"dependencies": {
1637
"@babel/helper-plugin-utils": "^7.20.2"
1638
},
@@ -1637,15 +1672,15 @@
1672
}
1673
},
1674
"node_modules/@babel/plugin-transform-react-jsx": {
1640
- "version": "7.19.0",
1641
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.19.0.tgz",
1642
- "integrity": "sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==",
1675
+ "version": "7.20.7",
1676
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.7.tgz",
1677
+ "integrity": "sha512-Tfq7qqD+tRj3EoDhY00nn2uP2hsRxgYGi5mLQ5TimKav0a9Lrpd4deE+fcLXU8zFYRjlKPHZhpCvfEA6qnBxqQ==",
1678
"dependencies": {
1679
"@babel/helper-annotate-as-pure": "^7.18.6",
1680
"@babel/helper-module-imports": "^7.18.6",
1646
- "@babel/helper-plugin-utils": "^7.19.0",
1681
+ "@babel/helper-plugin-utils": "^7.20.2",
1682
"@babel/plugin-syntax-jsx": "^7.18.6",
1648
- "@babel/types": "^7.19.0"
1683
+ "@babel/types": "^7.20.7"
1684
},
1685
"engines": {
1686
"node": ">=6.9.0"
@@ -1698,12 +1733,12 @@
1733
}
1734
},
1735
"node_modules/@babel/plugin-transform-regenerator": {
1701
- "version": "7.18.6",
1702
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz",
1703
- "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==",
1736
+ "version": "7.20.5",
1737
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz",
1738
+ "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==",
1739
"dependencies": {
1705
- "@babel/helper-plugin-utils": "^7.18.6",
1706
- "regenerator-transform": "^0.15.0"
1740
+ "@babel/helper-plugin-utils": "^7.20.2",
1741
+ "regenerator-transform": "^0.15.1"
1742
},
1743
"engines": {
1744
"node": ">=6.9.0"
@@ -1768,12 +1803,12 @@
1803
}
1804
},
1805
"node_modules/@babel/plugin-transform-spread": {
1771
- "version": "7.19.0",
1772
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz",
1773
- "integrity": "sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==",
1806
+ "version": "7.20.7",
1807
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz",
1808
+ "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==",
1809
"dependencies": {
1775
- "@babel/helper-plugin-utils": "^7.19.0",
1776
- "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9"
1810
+ "@babel/helper-plugin-utils": "^7.20.2",
1811
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0"
1812
},
1813
"engines": {
1814
"node": ">=6.9.0"
@@ -1825,11 +1860,11 @@
1860
}
1861
},
1862
"node_modules/@babel/plugin-transform-typescript": {
1828
- "version": "7.20.2",
1829
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.2.tgz",
1830
- "integrity": "sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==",
1863
+ "version": "7.20.7",
1864
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.7.tgz",
1865
+ "integrity": "sha512-m3wVKEvf6SoszD8pu4NZz3PvfKRCMgk6D6d0Qi9hNnlM5M6CFS92EgF4EiHVLKbU0r/r7ty1hg7NPZwE7WRbYw==",
1866
"dependencies": {
1832
- "@babel/helper-create-class-features-plugin": "^7.20.2",
1867
+ "@babel/helper-create-class-features-plugin": "^7.20.7",
1868
"@babel/helper-plugin-utils": "^7.20.2",
1869
"@babel/plugin-syntax-typescript": "^7.20.0"
1870
},
@@ -2016,54 +2051,54 @@
2051
}
2052
},
2053
"node_modules/@babel/runtime": {
2019
- "version": "7.20.1",
2020
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz",
2021
- "integrity": "sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==",
2054
+ "version": "7.20.7",
2055
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz",
2056
+ "integrity": "sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==",
2057
"dependencies": {
2023
- "regenerator-runtime": "^0.13.10"
2058
+ "regenerator-runtime": "^0.13.11"
2059
},
2060
"engines": {
2061
"node": ">=6.9.0"
2062
}
2063
},
2064
"node_modules/@babel/runtime-corejs3": {
2030
- "version": "7.20.1",
2031
- "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.20.1.tgz",
2032
- "integrity": "sha512-CGulbEDcg/ND1Im7fUNRZdGXmX2MTWVVZacQi/6DiKE5HNwZ3aVTm5PV4lO8HHz0B2h8WQyvKKjbX5XgTtydsg==",
2065
+ "version": "7.20.7",
2066
+ "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.20.7.tgz",
2067
+ "integrity": "sha512-jr9lCZ4RbRQmCR28Q8U8Fu49zvFqLxTY9AMOUz+iyMohMoAgpEcVxY+wJNay99oXOpOcCTODkk70NDN2aaJEeg==",
2068
"dependencies": {
2069
"core-js-pure": "^3.25.1",
2035
- "regenerator-runtime": "^0.13.10"
2070
+ "regenerator-runtime": "^0.13.11"
2071
},
2072
"engines": {
2073
"node": ">=6.9.0"
2074
}
2075
},
2076
"node_modules/@babel/template": {
2042
- "version": "7.18.10",
2043
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz",
2044
- "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==",
2077
+ "version": "7.20.7",
2078
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz",
2079
+ "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==",
2080
"dependencies": {
2081
"@babel/code-frame": "^7.18.6",
2047
- "@babel/parser": "^7.18.10",
2048
- "@babel/types": "^7.18.10"
2082
+ "@babel/parser": "^7.20.7",
2083
+ "@babel/types": "^7.20.7"
2084
},
2085
"engines": {
2086
"node": ">=6.9.0"
2087
}
2088
},
2089
"node_modules/@babel/traverse": {
2055
- "version": "7.20.1",
2056
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz",
2057
- "integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==",
2090
+ "version": "7.20.10",
2091
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.10.tgz",
2092
+ "integrity": "sha512-oSf1juCgymrSez8NI4A2sr4+uB/mFd9MXplYGPEBnfAuWmmyeVcHa6xLPiaRBcXkcb/28bgxmQLTVwFKE1yfsg==",
2093
"dependencies": {
2094
"@babel/code-frame": "^7.18.6",
2060
- "@babel/generator": "^7.20.1",
2095
+ "@babel/generator": "^7.20.7",
2096
"@babel/helper-environment-visitor": "^7.18.9",
2097
"@babel/helper-function-name": "^7.19.0",
2098
"@babel/helper-hoist-variables": "^7.18.6",
2099
"@babel/helper-split-export-declaration": "^7.18.6",
2065
- "@babel/parser": "^7.20.1",
2066
- "@babel/types": "^7.20.0",
2100
+ "@babel/parser": "^7.20.7",
2101
+ "@babel/types": "^7.20.7",
2102
"debug": "^4.1.0",
2103
"globals": "^11.1.0"
2104
},
@@ -2071,26 +2106,10 @@
2106
"node": ">=6.9.0"
2107
}
2108
},
2074
- "node_modules/@babel/traverse/node_modules/debug": {
2075
- "version": "4.3.4",
2076
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
2077
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2078
- "dependencies": {
2079
- "ms": "2.1.2"
2080
- },
2081
- "engines": {
2082
- "node": ">=6.0"
2083
- },
2084
- "peerDependenciesMeta": {
2085
- "supports-color": {
2086
- "optional": true
2087
- }
2088
- }
2089
- },
2109
"node_modules/@babel/types": {
2091
- "version": "7.20.2",
2092
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz",
2093
- "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==",
2110
+ "version": "7.20.7",
2111
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz",
2112
+ "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==",
2113
"dependencies": {
2114
"@babel/helper-string-parser": "^7.19.4",
2115
"@babel/helper-validator-identifier": "^7.19.1",
@@ -2120,18 +2139,18 @@
2139
}
2140
},
2141
"node_modules/@commitlint/cli": {
2123
- "version": "17.2.0",
2124
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.2.0.tgz",
2125
- "integrity": "sha512-kd1zykcrjIKyDRftWW1E1TJqkgzeosEkv1BiYPCdzkb/g/3BrfgwZUHR1vg+HO3qKUb/0dN+jNXArhGGAHpmaQ==",
2142
+ "version": "17.3.0",
2143
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.3.0.tgz",
2144
+ "integrity": "sha512-/H0md7TsKflKzVPz226VfXzVafJFO1f9+r2KcFvmBu08V0T56lZU1s8WL7/xlxqLMqBTVaBf7Ixtc4bskdEEZg==",
2145
"dev": true,
2146
"dependencies": {
2147
"@commitlint/format": "^17.0.0",
2129
- "@commitlint/lint": "^17.2.0",
2130
- "@commitlint/load": "^17.2.0",
2148
+ "@commitlint/lint": "^17.3.0",
2149
+ "@commitlint/load": "^17.3.0",
2150
"@commitlint/read": "^17.2.0",
2151
"@commitlint/types": "^17.0.0",
2152
"execa": "^5.0.0",
2134
- "lodash": "^4.17.19",
2153
+ "lodash.isfunction": "^3.0.9",
2154
"resolve-from": "5.0.0",
2155
"resolve-global": "1.0.0",
2156
"yargs": "^17.0.0"
@@ -2143,60 +2162,10 @@
2162
"node": ">=v14"
2163
}
2164
},
2146
- "node_modules/@commitlint/cli/node_modules/cliui": {
2147
- "version": "8.0.1",
2148
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
2149
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
2150
- "dev": true,
2151
- "dependencies": {
2152
- "string-width": "^4.2.0",
2153
- "strip-ansi": "^6.0.1",
2154
- "wrap-ansi": "^7.0.0"
2155
- },
2156
- "engines": {
2157
- "node": ">=12"
2158
- }
2159
- },
2160
- "node_modules/@commitlint/cli/node_modules/y18n": {
2161
- "version": "5.0.8",
2162
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
2163
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
2164
- "dev": true,
2165
- "engines": {
2166
- "node": ">=10"
2167
- }
2168
- },
2169
- "node_modules/@commitlint/cli/node_modules/yargs": {
2170
- "version": "17.6.2",
2171
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz",
2172
- "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==",
2173
- "dev": true,
2174
- "dependencies": {
2175
- "cliui": "^8.0.1",
2176
- "escalade": "^3.1.1",
2177
- "get-caller-file": "^2.0.5",
2178
- "require-directory": "^2.1.1",
2179
- "string-width": "^4.2.3",
2180
- "y18n": "^5.0.5",
2181
- "yargs-parser": "^21.1.1"
2182
- },
2183
- "engines": {
2184
- "node": ">=12"
2185
- }
2186
- },
2187
- "node_modules/@commitlint/cli/node_modules/yargs-parser": {
2188
- "version": "21.1.1",
2189
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
2190
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
2191
- "dev": true,
2192
- "engines": {
2193
- "node": ">=12"
2194
- }
2195
- },
2165
"node_modules/@commitlint/config-conventional": {
2197
- "version": "17.2.0",
2198
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.2.0.tgz",
2199
- "integrity": "sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==",
2166
+ "version": "17.3.0",
2167
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.3.0.tgz",
2168
+ "integrity": "sha512-hgI+fN5xF8nhS9uG/V06xyT0nlcyvHHMkq0kwRSr96vl5BFlRGaL2C0/YY4kQagfU087tmj01bJkG9Ek98Wllw==",
2169
"dev": true,
2170
"dependencies": {
2171
"conventional-changelog-conventionalcommits": "^5.0.0"
@@ -2218,36 +2187,18 @@
2187
"node": ">=v14"
2188
}
2189
},
2221
- "node_modules/@commitlint/config-validator/node_modules/ajv": {
2222
- "version": "8.11.2",
2223
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz",
2224
- "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==",
2225
- "dev": true,
2226
- "dependencies": {
2227
- "fast-deep-equal": "^3.1.1",
2228
- "json-schema-traverse": "^1.0.0",
2229
- "require-from-string": "^2.0.2",
2230
- "uri-js": "^4.2.2"
2231
- },
2232
- "funding": {
2233
- "type": "github",
2234
- "url": "https://github.com/sponsors/epoberezkin"
2235
- }
2236
- },
2237
- "node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
2238
- "version": "1.0.0",
2239
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
2240
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
2241
- "dev": true
2242
- },
2190
"node_modules/@commitlint/ensure": {
2244
- "version": "17.0.0",
2245
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.0.0.tgz",
2246
- "integrity": "sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==",
2191
+ "version": "17.3.0",
2192
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.3.0.tgz",
2193
+ "integrity": "sha512-kWbrQHDoW5veIUQx30gXoLOCjWvwC6OOEofhPCLl5ytRPBDAQObMbxTha1Bt2aSyNE/IrJ0s0xkdZ1Gi3wJwQg==",
2194
"dev": true,
2195
"dependencies": {
2196
"@commitlint/types": "^17.0.0",
2250
- "lodash": "^4.17.19"
2197
+ "lodash.camelcase": "^4.3.0",
2198
+ "lodash.kebabcase": "^4.1.1",
2199
+ "lodash.snakecase": "^4.1.1",
2200
+ "lodash.startcase": "^4.4.0",
2201
+ "lodash.upperfirst": "^4.3.1"
2202
},
2203
"engines": {
2204
"node": ">=v14"
@@ -2322,14 +2273,14 @@
2273
"dev": true
2274
},
2275
"node_modules/@commitlint/lint": {
2325
- "version": "17.2.0",
2326
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.2.0.tgz",
2327
- "integrity": "sha512-N2oLn4Dj672wKH5qJ4LGO+73UkYXGHO+NTVUusGw83SjEv7GjpqPGKU6KALW2kFQ/GsDefSvOjpSi3CzWHQBDg==",
2276
+ "version": "17.3.0",
2277
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.3.0.tgz",
2278
+ "integrity": "sha512-VilOTPg0i9A7CCWM49E9bl5jytfTvfTxf9iwbWAWNjxJ/A5mhPKbm3sHuAdwJ87tDk1k4j8vomYfH23iaY+1Rw==",
2279
"dev": true,
2280
"dependencies": {
2281
"@commitlint/is-ignored": "^17.2.0",
2282
"@commitlint/parse": "^17.2.0",
2332
- "@commitlint/rules": "^17.2.0",
2283
+ "@commitlint/rules": "^17.3.0",
2284
"@commitlint/types": "^17.0.0"
2285
},
2286
"engines": {
@@ -2337,20 +2288,22 @@
2288
}
2289
},
2290
"node_modules/@commitlint/load": {
2340
- "version": "17.2.0",
2341
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.2.0.tgz",
2342
- "integrity": "sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==",
2291
+ "version": "17.3.0",
2292
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.3.0.tgz",
2293
+ "integrity": "sha512-u/pV6rCAJrCUN+HylBHLzZ4qj1Ew3+eN9GBPhNi9otGxtOfA8b+8nJSxaNbcC23Ins/kcpjGf9zPSVW7628Umw==",
2294
"dev": true,
2295
"dependencies": {
2296
"@commitlint/config-validator": "^17.1.0",
2297
"@commitlint/execute-rule": "^17.0.0",
2347
- "@commitlint/resolve-extends": "^17.1.0",
2298
+ "@commitlint/resolve-extends": "^17.3.0",
2299
"@commitlint/types": "^17.0.0",
2300
"@types/node": "^14.0.0",
2301
"chalk": "^4.1.0",
2302
"cosmiconfig": "^7.0.0",
2303
"cosmiconfig-typescript-loader": "^4.0.0",
2353
- "lodash": "^4.17.19",
2304
+ "lodash.isplainobject": "^4.0.6",
2305
+ "lodash.merge": "^4.6.2",
2306
+ "lodash.uniq": "^4.5.0",
2307
"resolve-from": "^5.0.0",
2308
"ts-node": "^10.8.1",
2309
"typescript": "^4.6.4"
@@ -2359,12 +2312,6 @@
2312
"node": ">=v14"
2313
}
2314
},
2362
- "node_modules/@commitlint/load/node_modules/@types/node": {
2363
- "version": "14.18.33",
2364
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz",
2365
- "integrity": "sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==",
2366
- "dev": true
2367
- },
2315
"node_modules/@commitlint/message": {
2316
"version": "17.2.0",
2317
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.2.0.tgz",
@@ -2405,15 +2352,15 @@
2352
}
2353
},
2354
"node_modules/@commitlint/resolve-extends": {
2408
- "version": "17.1.0",
2409
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.1.0.tgz",
2410
- "integrity": "sha512-jqKm00LJ59T0O8O4bH4oMa4XyJVEOK4GzH8Qye9XKji+Q1FxhZznxMV/bDLyYkzbTodBt9sL0WLql8wMtRTbqQ==",
2355
+ "version": "17.3.0",
2356
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.3.0.tgz",
2357
+ "integrity": "sha512-Lf3JufJlc5yVEtJWC8o4IAZaB8FQAUaVlhlAHRACd0TTFizV2Lk2VH70et23KgvbQNf7kQzHs/2B4QZalBv6Cg==",
2358
"dev": true,
2359
"dependencies": {
2360
"@commitlint/config-validator": "^17.1.0",
2361
"@commitlint/types": "^17.0.0",
2362
"import-fresh": "^3.0.0",
2416
- "lodash": "^4.17.19",
2363
+ "lodash.mergewith": "^4.6.2",
2364
"resolve-from": "^5.0.0",
2365
"resolve-global": "^1.0.0"
2366
},
@@ -2422,12 +2369,12 @@
2369
}
2370
},
2371
"node_modules/@commitlint/rules": {
2425
- "version": "17.2.0",
2426
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.2.0.tgz",
2427
- "integrity": "sha512-1YynwD4Eh7HXZNpqG8mtUlL2pSX2jBy61EejYJv4ooZPcg50Ak7LPOyD3a9UZnsE76AXWFBz+yo9Hv4MIpAa0Q==",
2372
+ "version": "17.3.0",
2373
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.3.0.tgz",
2374
+ "integrity": "sha512-s2UhDjC5yP2utx3WWqsnZRzjgzAX8BMwr1nltC0u0p8T/nzpkx4TojEfhlsOUj1t7efxzZRjUAV0NxNwdJyk+g==",
2375
"dev": true,
2376
"dependencies": {
2430
- "@commitlint/ensure": "^17.0.0",
2377
+ "@commitlint/ensure": "^17.3.0",
2378
"@commitlint/message": "^17.2.0",
2379
"@commitlint/to-lines": "^17.0.0",
2380
"@commitlint/types": "^17.0.0",
@@ -2528,14 +2475,14 @@
2475
"integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
2476
},
2477
"node_modules/@eslint/eslintrc": {
2531
- "version": "1.3.3",
2532
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz",
2533
- "integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==",
2478
+ "version": "1.4.1",
2479
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz",
2480
+ "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==",
2481
"dependencies": {
2482
"ajv": "^6.12.4",
2483
"debug": "^4.3.2",
2484
"espree": "^9.4.0",
2538
- "globals": "^13.15.0",
2485
+ "globals": "^13.19.0",
2486
"ignore": "^5.2.0",
2487
"import-fresh": "^3.2.1",
2488
"js-yaml": "^4.1.0",
@@ -2549,6 +2496,26 @@
2496
"url": "https://opencollective.com/eslint"
2497
}
2498
},
2499
+ "node_modules/@eslint/eslintrc/node_modules/ajv": {
2500
+ "version": "6.12.6",
2501
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
2502
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
2503
+ "dependencies": {
2504
+ "fast-deep-equal": "^3.1.1",
2505
+ "fast-json-stable-stringify": "^2.0.0",
2506
+ "json-schema-traverse": "^0.4.1",
2507
+ "uri-js": "^4.2.2"
2508
+ },
2509
+ "funding": {
2510
+ "type": "github",
2511
+ "url": "https://github.com/sponsors/epoberezkin"
2512
+ }
2513
+ },
2514
+ "node_modules/@eslint/eslintrc/node_modules/argparse": {
2515
+ "version": "2.0.1",
2516
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2517
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
2518
+ },
2519
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
2520
"version": "1.1.11",
2521
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -2558,22 +2525,6 @@
2525
"concat-map": "0.0.1"
2526
}
2527
},
2561
- "node_modules/@eslint/eslintrc/node_modules/debug": {
2562
- "version": "4.3.4",
2563
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
2564
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2565
- "dependencies": {
2566
- "ms": "2.1.2"
2567
- },
2568
- "engines": {
2569
- "node": ">=6.0"
2570
- },
2571
- "peerDependenciesMeta": {
2572
- "supports-color": {
2573
- "optional": true
2574
- }
2575
- }
2576
- },
2528
"node_modules/@eslint/eslintrc/node_modules/globals": {
2529
"version": "13.19.0",
2530
"resolved": "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz",
@@ -2599,6 +2550,11 @@
2550
"js-yaml": "bin/js-yaml.js"
2551
}
2552
},
2553
+ "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
2554
+ "version": "0.4.1",
2555
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2556
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
2557
+ },
2558
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
2559
"version": "3.1.2",
2560
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -2681,60 +2637,111 @@
2637
"integrity": "sha512-34izL9UqcgU2ZkziZVGuxQoCsswLM5jQ7Q7PYZ04GByaFASg8rdyZrLW3SaWzTFghANfr6l00RMBhjPX6PtxNw=="
2638
},
2639
"node_modules/@google-automations/git-file-utils": {
2684
- "version": "1.2.2",
2685
- "resolved": "https://registry.npmjs.org/@google-automations/git-file-utils/-/git-file-utils-1.2.2.tgz",
2686
- "integrity": "sha512-UGZypVMDGFJjVCVHI5yqZsqZtaTJoYVyZJ9IJ1sF02Hh0QbDCJHPmPXUpKnPWt9NG51U4ws+K56c1d8s+omvFw==",
2640
+ "version": "1.2.4",
2641
+ "resolved": "https://registry.npmjs.org/@google-automations/git-file-utils/-/git-file-utils-1.2.4.tgz",
2642
+ "integrity": "sha512-rj3X4DTneNL1Pa28/VHdSOa6S1xxxm4NNGW8idmScJTSTFgTrtXPGSiw4eca4LuaIxP/dMgzamoWE8/g8U1sMQ==",
2643
"dev": true,
2644
"dependencies": {
2645
"@octokit/rest": "19.0.5",
2690
- "@octokit/types": "^7.5.1",
2646
+ "@octokit/types": "^8.0.0",
2647
"minimatch": "^5.1.0"
2648
},
2649
"engines": {
2650
"node": ">= 14"
2651
}
2652
},
2697
- "node_modules/@google-automations/git-file-utils/node_modules/@octokit/openapi-types": {
2698
- "version": "13.13.1",
2699
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
2700
- "integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ==",
2701
- "dev": true
2702
- },
2703
- "node_modules/@google-automations/git-file-utils/node_modules/@octokit/types": {
2704
- "version": "7.5.1",
2705
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
2706
- "integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
2707
- "dev": true,
2653
+ "node_modules/@graphql-codegen/add": {
2654
+ "version": "3.2.3",
2655
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-3.2.3.tgz",
2656
+ "integrity": "sha512-sQOnWpMko4JLeykwyjFTxnhqjd/3NOG2OyMuvK76Wnnwh8DRrNf2VEs2kmSvLl7MndMlOj7Kh5U154dVcvhmKQ==",
2657
"dependencies": {
2709
- "@octokit/openapi-types": "^13.11.0"
2658
+ "@graphql-codegen/plugin-helpers": "^3.1.1",
2659
+ "tslib": "~2.4.0"
2660
+ },
2661
+ "peerDependencies": {
2662
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2663
}
2664
},
2712
- "node_modules/@graphql-codegen/add": {
2713
- "version": "3.2.1",
2714
- "resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-3.2.1.tgz",
2715
- "integrity": "sha512-w82H/evh8SSGoD3K6K/Oh3kqSdbuU+TgHqMYmmHFxtH692v2xhN/cu1s/TotBQ7r4mO7OQutze7dde2tZEXGEQ==",
2665
+ "node_modules/@graphql-codegen/add/node_modules/@graphql-codegen/plugin-helpers": {
2666
+ "version": "3.1.2",
2667
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
2668
+ "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
2669
"dependencies": {
2717
- "@graphql-codegen/plugin-helpers": "^2.6.2",
2670
+ "@graphql-tools/utils": "^9.0.0",
2671
+ "change-case-all": "1.0.15",
2672
+ "common-tags": "1.8.2",
2673
+ "import-from": "4.0.0",
2674
+ "lodash": "~4.17.0",
2675
"tslib": "~2.4.0"
2676
},
2677
"peerDependencies": {
2678
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2679
}
2680
},
2681
+ "node_modules/@graphql-codegen/add/node_modules/change-case-all": {
2682
+ "version": "1.0.15",
2683
+ "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
2684
+ "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
2685
+ "dependencies": {
2686
+ "change-case": "^4.1.2",
2687
+ "is-lower-case": "^2.0.2",
2688
+ "is-upper-case": "^2.0.2",
2689
+ "lower-case": "^2.0.2",
2690
+ "lower-case-first": "^2.0.2",
2691
+ "sponge-case": "^1.0.1",
2692
+ "swap-case": "^2.0.2",
2693
+ "title-case": "^3.0.3",
2694
+ "upper-case": "^2.0.2",
2695
+ "upper-case-first": "^2.0.2"
2696
+ }
2697
+ },
2698
"node_modules/@graphql-codegen/core": {
2725
- "version": "2.6.5",
2726
- "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-2.6.5.tgz",
2727
- "integrity": "sha512-oSbM8vINFxcV1GUasJTDIemMpEG1t6NkBG8odQCt/3ZExCYmoviHhG9vJB89QqJeU5W06qQB6SJn/dg/gv5Aqg==",
2699
+ "version": "2.6.8",
2700
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-2.6.8.tgz",
2701
+ "integrity": "sha512-JKllNIipPrheRgl+/Hm/xuWMw9++xNQ12XJR/OHHgFopOg4zmN3TdlRSyYcv/K90hCFkkIwhlHFUQTfKrm8rxQ==",
2702
"dependencies": {
2729
- "@graphql-codegen/plugin-helpers": "^2.7.2",
2703
+ "@graphql-codegen/plugin-helpers": "^3.1.1",
2704
"@graphql-tools/schema": "^9.0.0",
2731
- "@graphql-tools/utils": "9.0.0",
2705
+ "@graphql-tools/utils": "^9.1.1",
2706
"tslib": "~2.4.0"
2707
},
2708
"peerDependencies": {
2709
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2710
}
2711
},
2712
+ "node_modules/@graphql-codegen/core/node_modules/@graphql-codegen/plugin-helpers": {
2713
+ "version": "3.1.2",
2714
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
2715
+ "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
2716
+ "dependencies": {
2717
+ "@graphql-tools/utils": "^9.0.0",
2718
+ "change-case-all": "1.0.15",
2719
+ "common-tags": "1.8.2",
2720
+ "import-from": "4.0.0",
2721
+ "lodash": "~4.17.0",
2722
+ "tslib": "~2.4.0"
2723
+ },
2724
+ "peerDependencies": {
2725
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2726
+ }
2727
+ },
2728
+ "node_modules/@graphql-codegen/core/node_modules/change-case-all": {
2729
+ "version": "1.0.15",
2730
+ "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
2731
+ "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
2732
+ "dependencies": {
2733
+ "change-case": "^4.1.2",
2734
+ "is-lower-case": "^2.0.2",
2735
+ "is-upper-case": "^2.0.2",
2736
+ "lower-case": "^2.0.2",
2737
+ "lower-case-first": "^2.0.2",
2738
+ "sponge-case": "^1.0.1",
2739
+ "swap-case": "^2.0.2",
2740
+ "title-case": "^3.0.3",
2741
+ "upper-case": "^2.0.2",
2742
+ "upper-case-first": "^2.0.2"
2743
+ }
2744
+ },
2745
"node_modules/@graphql-codegen/plugin-helpers": {
2746
"version": "2.7.2",
2747
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz",
@@ -2763,37 +2770,59 @@
2770
}
2771
},
2772
"node_modules/@graphql-codegen/schema-ast": {
2766
- "version": "2.5.1",
2767
- "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-2.5.1.tgz",
2768
- "integrity": "sha512-tewa5DEKbglWn7kYyVBkh3J8YQ5ALqAMVmZwiVFIGOao5u66nd+e4HuFqp0u+Jpz4SJGGi0ap/oFrEvlqLjd2A==",
2773
+ "version": "2.6.1",
2774
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz",
2775
+ "integrity": "sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==",
2776
"dependencies": {
2770
- "@graphql-codegen/plugin-helpers": "^2.6.2",
2771
- "@graphql-tools/utils": "^8.8.0",
2777
+ "@graphql-codegen/plugin-helpers": "^3.1.2",
2778
+ "@graphql-tools/utils": "^9.0.0",
2779
"tslib": "~2.4.0"
2780
},
2781
"peerDependencies": {
2782
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2783
}
2784
},
2778
- "node_modules/@graphql-codegen/schema-ast/node_modules/@graphql-tools/utils": {
2779
- "version": "8.13.1",
2780
- "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz",
2781
- "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==",
2785
+ "node_modules/@graphql-codegen/schema-ast/node_modules/@graphql-codegen/plugin-helpers": {
2786
+ "version": "3.1.2",
2787
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
2788
+ "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
2789
"dependencies": {
2783
- "tslib": "^2.4.0"
2790
+ "@graphql-tools/utils": "^9.0.0",
2791
+ "change-case-all": "1.0.15",
2792
+ "common-tags": "1.8.2",
2793
+ "import-from": "4.0.0",
2794
+ "lodash": "~4.17.0",
2795
+ "tslib": "~2.4.0"
2796
},
2797
"peerDependencies": {
2786
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
2798
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2799
+ }
2800
+ },
2801
+ "node_modules/@graphql-codegen/schema-ast/node_modules/change-case-all": {
2802
+ "version": "1.0.15",
2803
+ "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
2804
+ "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
2805
+ "dependencies": {
2806
+ "change-case": "^4.1.2",
2807
+ "is-lower-case": "^2.0.2",
2808
+ "is-upper-case": "^2.0.2",
2809
+ "lower-case": "^2.0.2",
2810
+ "lower-case-first": "^2.0.2",
2811
+ "sponge-case": "^1.0.1",
2812
+ "swap-case": "^2.0.2",
2813
+ "title-case": "^3.0.3",
2814
+ "upper-case": "^2.0.2",
2815
+ "upper-case-first": "^2.0.2"
2816
}
2817
},
2818
"node_modules/@graphql-codegen/typescript": {
2790
- "version": "2.8.1",
2791
- "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-2.8.1.tgz",
2792
- "integrity": "sha512-kweV1DOOH2blvMheVL55TT0s9bxkmF/zijN9mdk9pRD20i/rI/46qbh8fNKqy/PV12vZOmZGNL6tigdghG2bqg==",
2819
+ "version": "2.8.6",
2820
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-2.8.6.tgz",
2821
+ "integrity": "sha512-zyIcwfZRBkngpaywnYQYyIHd3Cjw5sQN3IHzuE0iBgT9GOmqKP/clX3X8D0jzmGKP9LEZxsJmndZw7Nrvt1ksQ==",
2822
"dependencies": {
2794
- "@graphql-codegen/plugin-helpers": "^2.7.2",
2795
- "@graphql-codegen/schema-ast": "^2.5.1",
2796
- "@graphql-codegen/visitor-plugin-common": "2.13.1",
2823
+ "@graphql-codegen/plugin-helpers": "^3.1.2",
2824
+ "@graphql-codegen/schema-ast": "^2.6.1",
2825
+ "@graphql-codegen/visitor-plugin-common": "2.13.6",
2826
"auto-bind": "~4.0.0",
2827
"tslib": "~2.4.0"
2828
},
@@ -2802,13 +2831,13 @@
2831
}
2832
},
2833
"node_modules/@graphql-codegen/typescript-operations": {
2805
- "version": "2.5.6",
2806
- "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.6.tgz",
2807
- "integrity": "sha512-7WqOsVMTUXf+tdt0jGOBuQINLYjPIGlcsnkzXQSPJ7rSGVj99VobVuwgmAeFmJctZ3lgwx3gjPZ0dyCIOBc2/A==",
2834
+ "version": "2.5.11",
2835
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.11.tgz",
2836
+ "integrity": "sha512-gY8A8QKAjsN8kDD8K/1B6CCfGrQSZF3MITPYr4rzZhqWk1xWXr03ku41hbWGlEBPQcgvHiz7SQrhvA697e5dPg==",
2837
"dependencies": {
2809
- "@graphql-codegen/plugin-helpers": "^2.7.2",
2810
- "@graphql-codegen/typescript": "^2.8.1",
2811
- "@graphql-codegen/visitor-plugin-common": "2.13.1",
2838
+ "@graphql-codegen/plugin-helpers": "^3.1.2",
2839
+ "@graphql-codegen/typescript": "^2.8.6",
2840
+ "@graphql-codegen/visitor-plugin-common": "2.13.6",
2841
"auto-bind": "~4.0.0",
2842
"tslib": "~2.4.0"
2843
},
@@ -2816,17 +2845,83 @@
2845
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2846
}
2847
},
2848
+ "node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/plugin-helpers": {
2849
+ "version": "3.1.2",
2850
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
2851
+ "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
2852
+ "dependencies": {
2853
+ "@graphql-tools/utils": "^9.0.0",
2854
+ "change-case-all": "1.0.15",
2855
+ "common-tags": "1.8.2",
2856
+ "import-from": "4.0.0",
2857
+ "lodash": "~4.17.0",
2858
+ "tslib": "~2.4.0"
2859
+ },
2860
+ "peerDependencies": {
2861
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2862
+ }
2863
+ },
2864
+ "node_modules/@graphql-codegen/typescript-operations/node_modules/change-case-all": {
2865
+ "version": "1.0.15",
2866
+ "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
2867
+ "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
2868
+ "dependencies": {
2869
+ "change-case": "^4.1.2",
2870
+ "is-lower-case": "^2.0.2",
2871
+ "is-upper-case": "^2.0.2",
2872
+ "lower-case": "^2.0.2",
2873
+ "lower-case-first": "^2.0.2",
2874
+ "sponge-case": "^1.0.1",
2875
+ "swap-case": "^2.0.2",
2876
+ "title-case": "^3.0.3",
2877
+ "upper-case": "^2.0.2",
2878
+ "upper-case-first": "^2.0.2"
2879
+ }
2880
+ },
2881
+ "node_modules/@graphql-codegen/typescript/node_modules/@graphql-codegen/plugin-helpers": {
2882
+ "version": "3.1.2",
2883
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
2884
+ "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
2885
+ "dependencies": {
2886
+ "@graphql-tools/utils": "^9.0.0",
2887
+ "change-case-all": "1.0.15",
2888
+ "common-tags": "1.8.2",
2889
+ "import-from": "4.0.0",
2890
+ "lodash": "~4.17.0",
2891
+ "tslib": "~2.4.0"
2892
+ },
2893
+ "peerDependencies": {
2894
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2895
+ }
2896
+ },
2897
+ "node_modules/@graphql-codegen/typescript/node_modules/change-case-all": {
2898
+ "version": "1.0.15",
2899
+ "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
2900
+ "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
2901
+ "dependencies": {
2902
+ "change-case": "^4.1.2",
2903
+ "is-lower-case": "^2.0.2",
2904
+ "is-upper-case": "^2.0.2",
2905
+ "lower-case": "^2.0.2",
2906
+ "lower-case-first": "^2.0.2",
2907
+ "sponge-case": "^1.0.1",
2908
+ "swap-case": "^2.0.2",
2909
+ "title-case": "^3.0.3",
2910
+ "upper-case": "^2.0.2",
2911
+ "upper-case-first": "^2.0.2"
2912
+ }
2913
+ },
2914
"node_modules/@graphql-codegen/visitor-plugin-common": {
2820
- "version": "2.13.1",
2821
- "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz",
2822
- "integrity": "sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg==",
2915
+ "version": "2.13.6",
2916
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.6.tgz",
2917
+ "integrity": "sha512-jDxbS8CZIu3KPqku1NzkVkCvPy4UUxhmtRz+yyG3W6go/3hq/VG/yx3ljhI7jYT08W9yaFCUzczimS9fM+Qanw==",
2918
"dependencies": {
2824
- "@graphql-codegen/plugin-helpers": "^2.7.2",
2919
+ "@graphql-codegen/plugin-helpers": "^3.1.2",
2920
"@graphql-tools/optimize": "^1.3.0",
2921
"@graphql-tools/relay-operation-optimizer": "^6.5.0",
2827
- "@graphql-tools/utils": "^8.8.0",
2922
+ "@graphql-tools/utils": "^9.0.0",
2923
"auto-bind": "~4.0.0",
2829
- "change-case-all": "1.0.14",
2924
+ "change-case-all": "1.0.15",
2925
"dependency-graph": "^0.11.0",
2926
"graphql-tag": "^2.11.0",
2927
"parse-filepath": "^1.0.2",
@@ -2836,24 +2931,46 @@
2931
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2932
}
2933
},
2839
- "node_modules/@graphql-codegen/visitor-plugin-common/node_modules/@graphql-tools/utils": {
2840
- "version": "8.13.1",
2841
- "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz",
2842
- "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==",
2934
+ "node_modules/@graphql-codegen/visitor-plugin-common/node_modules/@graphql-codegen/plugin-helpers": {
2935
+ "version": "3.1.2",
2936
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
2937
+ "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
2938
"dependencies": {
2844
- "tslib": "^2.4.0"
2939
+ "@graphql-tools/utils": "^9.0.0",
2940
+ "change-case-all": "1.0.15",
2941
+ "common-tags": "1.8.2",
2942
+ "import-from": "4.0.0",
2943
+ "lodash": "~4.17.0",
2944
+ "tslib": "~2.4.0"
2945
},
2946
"peerDependencies": {
2847
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
2947
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2948
+ }
2949
+ },
2950
+ "node_modules/@graphql-codegen/visitor-plugin-common/node_modules/change-case-all": {
2951
+ "version": "1.0.15",
2952
+ "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
2953
+ "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
2954
+ "dependencies": {
2955
+ "change-case": "^4.1.2",
2956
+ "is-lower-case": "^2.0.2",
2957
+ "is-upper-case": "^2.0.2",
2958
+ "lower-case": "^2.0.2",
2959
+ "lower-case-first": "^2.0.2",
2960
+ "sponge-case": "^1.0.1",
2961
+ "swap-case": "^2.0.2",
2962
+ "title-case": "^3.0.3",
2963
+ "upper-case": "^2.0.2",
2964
+ "upper-case-first": "^2.0.2"
2965
}
2966
},
2967
"node_modules/@graphql-tools/code-file-loader": {
2851
- "version": "7.3.11",
2852
- "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.3.11.tgz",
2853
- "integrity": "sha512-OMngFSlxthssPFl/VJG3qISXyqjuNF/3fqXFXL6wsCSTve3t13X8Y0oWr3s20fMnJhZNHq0CVtDZutmSUPX7Xw==",
2968
+ "version": "7.3.15",
2969
+ "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.3.15.tgz",
2970
+ "integrity": "sha512-cF8VNc/NANTyVSIK8BkD/KSXRF64DvvomuJ0evia7tJu4uGTXgDjimTMWsTjKRGOOBSTEbL6TA8e4DdIYq6Udw==",
2971
"dependencies": {
2855
- "@graphql-tools/graphql-tag-pluck": "7.3.11",
2856
- "@graphql-tools/utils": "9.1.0",
2972
+ "@graphql-tools/graphql-tag-pluck": "7.4.2",
2973
+ "@graphql-tools/utils": "9.1.3",
2974
"globby": "^11.0.3",
2975
"tslib": "^2.4.0",
2976
"unixify": "^1.0.0"
@@ -2862,37 +2979,16 @@
2979
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
2980
}
2981
},
2865
- "node_modules/@graphql-tools/code-file-loader/node_modules/@graphql-tools/utils": {
2866
- "version": "9.1.0",
2867
- "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.0.tgz",
2868
- "integrity": "sha512-4Ketxo98IwKA/56LP6cI6PgQBwUCujszQcTNkzjq7liJPa2mLjKnmVOJ0bauMwKcEazeYuZagceljb0POmEGvQ==",
2869
- "dependencies": {
2870
- "tslib": "^2.4.0"
2871
- },
2872
- "peerDependencies": {
2873
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
2874
- }
2875
- },
2982
"node_modules/@graphql-tools/graphql-tag-pluck": {
2877
- "version": "7.3.11",
2878
- "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.3.11.tgz",
2879
- "integrity": "sha512-BU7ArN8+tv0KG3I4cuMF7MOpaVVOuqF6tnAmMjFqTrYOOJaQeTzweSvy6qtdkHA/sFZuttLa7BHxvJv4B4xS9w==",
2983
+ "version": "7.4.2",
2984
+ "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.4.2.tgz",
2985
+ "integrity": "sha512-SXM1wR5TExrxocQTxZK5r74jTbg8GxSYLY3mOPCREGz6Fu7PNxMxfguUzGUAB43Mf44Dn8oVztzd2eitv2Qgww==",
2986
"dependencies": {
2987
"@babel/parser": "^7.16.8",
2988
+ "@babel/plugin-syntax-import-assertions": "7.20.0",
2989
"@babel/traverse": "^7.16.8",
2990
"@babel/types": "^7.16.8",
2884
- "@graphql-tools/utils": "9.1.0",
2885
- "tslib": "^2.4.0"
2886
- },
2887
- "peerDependencies": {
2888
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
2889
- }
2890
- },
2891
- "node_modules/@graphql-tools/graphql-tag-pluck/node_modules/@graphql-tools/utils": {
2892
- "version": "9.1.0",
2893
- "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.0.tgz",
2894
- "integrity": "sha512-4Ketxo98IwKA/56LP6cI6PgQBwUCujszQcTNkzjq7liJPa2mLjKnmVOJ0bauMwKcEazeYuZagceljb0POmEGvQ==",
2895
- "dependencies": {
2991
+ "@graphql-tools/utils": "9.1.3",
2992
"tslib": "^2.4.0"
2993
},
2994
"peerDependencies": {
@@ -2900,12 +2996,12 @@
2996
}
2997
},
2998
"node_modules/@graphql-tools/load": {
2903
- "version": "7.8.5",
2904
- "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.8.5.tgz",
2905
- "integrity": "sha512-HuZemfnjzVOG0rcjtuZMGp2/tRX41sLKsxgn2LkmUU+7yYLO0FKXdESH9RJpQ4d3dnAgchC03pqDBapQCxrW8w==",
2999
+ "version": "7.8.8",
3000
+ "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.8.8.tgz",
3001
+ "integrity": "sha512-gMuQdO2jXmI0BNUc1MafxRQTWVMUtuH500pZAQtOdDdNJppV7lJdY6mMhITQ2qnhYDuMrcZPHhIkcftyQfkgUg==",
3002
"dependencies": {
2907
- "@graphql-tools/schema": "9.0.9",
2908
- "@graphql-tools/utils": "9.1.0",
3003
+ "@graphql-tools/schema": "9.0.12",
3004
+ "@graphql-tools/utils": "9.1.3",
3005
"p-limit": "3.1.0",
3006
"tslib": "^2.4.0"
3007
},
@@ -2913,34 +3009,12 @@
3009
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
3010
}
3011
},
2916
- "node_modules/@graphql-tools/load/node_modules/@graphql-tools/utils": {
2917
- "version": "9.1.0",
2918
- "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.0.tgz",
2919
- "integrity": "sha512-4Ketxo98IwKA/56LP6cI6PgQBwUCujszQcTNkzjq7liJPa2mLjKnmVOJ0bauMwKcEazeYuZagceljb0POmEGvQ==",
2920
- "dependencies": {
2921
- "tslib": "^2.4.0"
2922
- },
2923
- "peerDependencies": {
2924
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
2925
- }
2926
- },
3012
"node_modules/@graphql-tools/merge": {
2928
- "version": "8.3.11",
2929
- "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.11.tgz",
2930
- "integrity": "sha512-IpZh8r8e8FycXaUv04xe5HQH9siD1tkS8MvaO8Wb2FaPXv15XSYP+Wsb2MUStpIqGfQxa6xY/+eEuxv+VqwXyg==",
2931
- "dependencies": {
2932
- "@graphql-tools/utils": "9.1.0",
2933
- "tslib": "^2.4.0"
2934
- },
2935
- "peerDependencies": {
2936
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
2937
- }
2938
- },
2939
- "node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": {
2940
- "version": "9.1.0",
2941
- "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.0.tgz",
2942
- "integrity": "sha512-4Ketxo98IwKA/56LP6cI6PgQBwUCujszQcTNkzjq7liJPa2mLjKnmVOJ0bauMwKcEazeYuZagceljb0POmEGvQ==",
3013
+ "version": "8.3.14",
3014
+ "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.14.tgz",
3015
+ "integrity": "sha512-zV0MU1DnxJLIB0wpL4N3u21agEiYFsjm6DI130jqHpwF0pR9HkF+Ni65BNfts4zQelP0GjkHltG+opaozAJ1NA==",
3016
"dependencies": {
3017
+ "@graphql-tools/utils": "9.1.3",
3018
"tslib": "^2.4.0"
3019
},
3020
"peerDependencies": {
@@ -2959,23 +3033,12 @@
3033
}
3034
},
3035
"node_modules/@graphql-tools/relay-operation-optimizer": {
2962
- "version": "6.5.11",
2963
- "resolved": "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.5.11.tgz",
2964
- "integrity": "sha512-afIcawEBYnLN/A0oGIi4wKPCSduhYcTkNCbplnFpfm0NSpQ6CfMs30rJwUrsKhkRmTi7wIpOhFk8i1Xe46LT0w==",
3036
+ "version": "6.5.14",
3037
+ "resolved": "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.5.14.tgz",
3038
+ "integrity": "sha512-RAy1fMfXig9X3gIkYnfEmv0mh20vZuAgWDq+zf1MrrsCAP364B+DKrBjLwn3D+4e0PMTlqwmqR0JB5t1VtZn2w==",
3039
"dependencies": {
3040
"@ardatan/relay-compiler": "12.0.0",
2967
- "@graphql-tools/utils": "9.1.0",
2968
- "tslib": "^2.4.0"
2969
- },
2970
- "peerDependencies": {
2971
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
2972
- }
2973
- },
2974
- "node_modules/@graphql-tools/relay-operation-optimizer/node_modules/@graphql-tools/utils": {
2975
- "version": "9.1.0",
2976
- "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.0.tgz",
2977
- "integrity": "sha512-4Ketxo98IwKA/56LP6cI6PgQBwUCujszQcTNkzjq7liJPa2mLjKnmVOJ0bauMwKcEazeYuZagceljb0POmEGvQ==",
2978
- "dependencies": {
3041
+ "@graphql-tools/utils": "9.1.3",
3042
"tslib": "^2.4.0"
3043
},
3044
"peerDependencies": {
@@ -2983,12 +3046,12 @@
3046
}
3047
},
3048
"node_modules/@graphql-tools/schema": {
2986
- "version": "9.0.9",
2987
- "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.9.tgz",
2988
- "integrity": "sha512-hwg8trUytO5ayQ8bzL3+sAyXcu2rhKt5pLXpLO0/TMTN2nXd3DBO4mqx+Ra4Er2mE/msInGQ5EmZbxVBPv+hSg==",
3049
+ "version": "9.0.12",
3050
+ "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.12.tgz",
3051
+ "integrity": "sha512-DmezcEltQai0V1y96nwm0Kg11FDS/INEFekD4nnVgzBqawvznWqK6D6bujn+cw6kivoIr3Uq//QmU/hBlBzUlQ==",
3052
"dependencies": {
2990
- "@graphql-tools/merge": "8.3.11",
2991
- "@graphql-tools/utils": "9.1.0",
3053
+ "@graphql-tools/merge": "8.3.14",
3054
+ "@graphql-tools/utils": "9.1.3",
3055
"tslib": "^2.4.0",
3056
"value-or-promise": "1.0.11"
3057
},
@@ -2996,21 +3059,10 @@
3059
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
3060
}
3061
},
2999
- "node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": {
3000
- "version": "9.1.0",
3001
- "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.0.tgz",
3002
- "integrity": "sha512-4Ketxo98IwKA/56LP6cI6PgQBwUCujszQcTNkzjq7liJPa2mLjKnmVOJ0bauMwKcEazeYuZagceljb0POmEGvQ==",
3003
- "dependencies": {
3004
- "tslib": "^2.4.0"
3005
- },
3006
- "peerDependencies": {
3007
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
3008
- }
3009
- },
3062
"node_modules/@graphql-tools/utils": {
3011
- "version": "9.0.0",
3012
- "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.0.0.tgz",
3013
- "integrity": "sha512-kaCwyWnURxMsYbxzkfylLqFFelu83jKk3BJOOy0GIuxEtgXVS9v7Y/tojljo69Q+jaZ2YxAi3+d8IpM+hx768A==",
3063
+ "version": "9.1.3",
3064
+ "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.3.tgz",
3065
+ "integrity": "sha512-bbJyKhs6awp1/OmP+WKA1GOyu9UbgZGkhIj5srmiMGLHohEOKMjW784Sk0BZil1w2x95UPu0WHw6/d/HVCACCg==",
3066
"dependencies": {
3067
"tslib": "^2.4.0"
3068
},
@@ -3053,22 +3105,6 @@
3105
"concat-map": "0.0.1"
3106
}
3107
},
3056
- "node_modules/@humanwhocodes/config-array/node_modules/debug": {
3057
- "version": "4.3.4",
3058
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
3059
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
3060
- "dependencies": {
3061
- "ms": "2.1.2"
3062
- },
3063
- "engines": {
3064
- "node": ">=6.0"
3065
- },
3066
- "peerDependenciesMeta": {
3067
- "supports-color": {
3068
- "optional": true
3069
- }
3070
- }
3071
- },
3108
"node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
3109
"version": "3.1.2",
3110
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -3271,9 +3307,9 @@
3307
}
3308
},
3309
"node_modules/@jest/core/node_modules/ci-info": {
3274
- "version": "3.6.1",
3275
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.6.1.tgz",
3276
- "integrity": "sha512-up5ggbaDqOqJ4UqLKZ2naVkyqSJQgJi5lwD6b6mM748ysrghDBX0bx/qJTUHzw7zu6Mq4gycviSF5hJnwceD8w==",
3310
+ "version": "3.7.0",
3311
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.0.tgz",
3312
+ "integrity": "sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog==",
3313
"dev": true,
3314
"engines": {
3315
"node": ">=8"
@@ -3408,6 +3444,36 @@
3444
}
3445
}
3446
},
3447
+ "node_modules/@jest/reporters/node_modules/brace-expansion": {
3448
+ "version": "1.1.11",
3449
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
3450
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
3451
+ "dev": true,
3452
+ "dependencies": {
3453
+ "balanced-match": "^1.0.0",
3454
+ "concat-map": "0.0.1"
3455
+ }
3456
+ },
3457
+ "node_modules/@jest/reporters/node_modules/glob": {
3458
+ "version": "7.2.3",
3459
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
3460
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
3461
+ "dev": true,
3462
+ "dependencies": {
3463
+ "fs.realpath": "^1.0.0",
3464
+ "inflight": "^1.0.4",
3465
+ "inherits": "2",
3466
+ "minimatch": "^3.1.1",
3467
+ "once": "^1.3.0",
3468
+ "path-is-absolute": "^1.0.0"
3469
+ },
3470
+ "engines": {
3471
+ "node": "*"
3472
+ },
3473
+ "funding": {
3474
+ "url": "https://github.com/sponsors/isaacs"
3475
+ }
3476
+ },
3477
"node_modules/@jest/reporters/node_modules/jest-worker": {
3478
"version": "29.3.1",
3479
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.3.1.tgz",
@@ -3423,6 +3489,18 @@
3489
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3490
}
3491
},
3492
+ "node_modules/@jest/reporters/node_modules/minimatch": {
3493
+ "version": "3.1.2",
3494
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3495
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3496
+ "dev": true,
3497
+ "dependencies": {
3498
+ "brace-expansion": "^1.1.7"
3499
+ },
3500
+ "engines": {
3501
+ "node": "*"
3502
+ }
3503
+ },
3504
"node_modules/@jest/reporters/node_modules/supports-color": {
3505
"version": "8.1.1",
3506
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -4383,22 +4461,6 @@
4461
"url": "https://opencollective.com/babel"
4462
}
4463
},
4386
- "node_modules/@mdx-js/mdx/node_modules/debug": {
4387
- "version": "4.3.4",
4388
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
4389
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
4390
- "dependencies": {
4391
- "ms": "2.1.2"
4392
- },
4393
- "engines": {
4394
- "node": ">=6.0"
4395
- },
4396
- "peerDependenciesMeta": {
4397
- "supports-color": {
4398
- "optional": true
4399
- }
4400
- }
4401
- },
4464
"node_modules/@mdx-js/mdx/node_modules/semver": {
4465
"version": "5.7.1",
4466
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
@@ -4529,6 +4591,26 @@
4591
"eslint-scope": "5.1.1"
4592
}
4593
},
4594
+ "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": {
4595
+ "version": "5.1.1",
4596
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
4597
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
4598
+ "dependencies": {
4599
+ "esrecurse": "^4.3.0",
4600
+ "estraverse": "^4.1.1"
4601
+ },
4602
+ "engines": {
4603
+ "node": ">=8.0.0"
4604
+ }
4605
+ },
4606
+ "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": {
4607
+ "version": "4.3.0",
4608
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
4609
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
4610
+ "engines": {
4611
+ "node": ">=4.0"
4612
+ }
4613
+ },
4614
"node_modules/@nodelib/fs.scandir": {
4615
"version": "2.1.5",
4616
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -4562,9 +4644,9 @@
4644
}
4645
},
4646
"node_modules/@npmcli/arborist": {
4565
- "version": "6.1.2",
4566
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-6.1.2.tgz",
4567
- "integrity": "sha512-aZF7LGOhX+/CFZkAUpqADQVZqgz75S9Gvc2Is2G/RJAfAvWlG2GSJo3w6bMo1SwzA//zYmRhpSAQjScRg5Zmeg==",
4647
+ "version": "6.1.5",
4648
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-6.1.5.tgz",
4649
+ "integrity": "sha512-bdnvRL1Js6uz+CDf0NdG5dIbuwYzHwzTV4/WS16JCDdfstjsYSa8J69bYHf9osUwza9zzg2HI/C5SSmeMN+yFg==",
4650
"dev": true,
4651
"dependencies": {
4652
"@isaacs/string-locale-compare": "^1.1.0",
@@ -4578,26 +4660,26 @@
4660
"@npmcli/query": "^3.0.0",
4661
"@npmcli/run-script": "^6.0.0",
4662
"bin-links": "^4.0.1",
4581
- "cacache": "^17.0.2",
4663
+ "cacache": "^17.0.3",
4664
"common-ancestor-path": "^1.0.1",
4665
"hosted-git-info": "^6.1.1",
4666
"json-parse-even-better-errors": "^3.0.0",
4667
"json-stringify-nice": "^1.1.4",
4586
- "minimatch": "^5.1.0",
4668
+ "minimatch": "^5.1.1",
4669
"nopt": "^7.0.0",
4670
"npm-install-checks": "^6.0.0",
4589
- "npm-package-arg": "^10.0.0",
4671
+ "npm-package-arg": "^10.1.0",
4672
"npm-pick-manifest": "^8.0.1",
4591
- "npm-registry-fetch": "^14.0.2",
4673
+ "npm-registry-fetch": "^14.0.3",
4674
"npmlog": "^7.0.1",
4593
- "pacote": "^15.0.2",
4675
+ "pacote": "^15.0.7",
4676
"parse-conflict-json": "^3.0.0",
4677
"proc-log": "^3.0.0",
4678
"promise-all-reject-late": "^1.0.0",
4679
"promise-call-limit": "^1.0.1",
4680
"read-package-json-fast": "^3.0.1",
4681
"semver": "^7.3.7",
4600
- "ssri": "^10.0.0",
4682
+ "ssri": "^10.0.1",
4683
"treeverse": "^3.0.0",
4684
"walk-up-path": "^1.0.0"
4685
},
@@ -4683,12 +4765,12 @@
4765
}
4766
},
4767
"node_modules/@npmcli/map-workspaces": {
4686
- "version": "3.0.0",
4687
- "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-3.0.0.tgz",
4688
- "integrity": "sha512-aaEDwQ+fUH80iNYSDAcKv9lxIFWsgGkLjIPZENyep75hKeAk2CfSbCAZ6IHDDrVlNybvvNmlFjPap6GdTz9cCw==",
4768
+ "version": "3.0.1",
4769
+ "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-3.0.1.tgz",
4770
+ "integrity": "sha512-QXwE2p5zRTP6X8Irgf/swYwwdQEalSA1GBm0IGE/86R5EJbUGgKMOP0kOjaJWJxaWPkSqyhM8N50SPxFHTfkNg==",
4771
"dev": true,
4772
"dependencies": {
4691
- "@npmcli/name-from-folder": "^1.0.1",
4773
+ "@npmcli/name-from-folder": "^2.0.0",
4774
"glob": "^8.0.1",
4775
"minimatch": "^5.0.1",
4776
"read-package-json-fast": "^3.0.0"
@@ -4697,23 +4779,13 @@
4779
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4780
}
4781
},
4700
- "node_modules/@npmcli/map-workspaces/node_modules/glob": {
4701
- "version": "8.0.3",
4702
- "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
4703
- "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
4782
+ "node_modules/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder": {
4783
+ "version": "2.0.0",
4784
+ "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
4785
+ "integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
4786
"dev": true,
4705
- "dependencies": {
4706
- "fs.realpath": "^1.0.0",
4707
- "inflight": "^1.0.4",
4708
- "inherits": "2",
4709
- "minimatch": "^5.0.1",
4710
- "once": "^1.3.0"
4711
- },
4787
"engines": {
4713
- "node": ">=12"
4714
- },
4715
- "funding": {
4716
- "url": "https://github.com/sponsors/isaacs"
4788
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4789
}
4790
},
4791
"node_modules/@npmcli/metavuln-calculator": {
@@ -4744,20 +4816,6 @@
4816
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
4817
}
4818
},
4747
- "node_modules/@npmcli/move-file/node_modules/rimraf": {
4748
- "version": "3.0.2",
4749
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
4750
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
4751
- "dependencies": {
4752
- "glob": "^7.1.3"
4753
- },
4754
- "bin": {
4755
- "rimraf": "bin.js"
4756
- },
4757
- "funding": {
4758
- "url": "https://github.com/sponsors/isaacs"
4759
- }
4760
- },
4819
"node_modules/@npmcli/name-from-folder": {
4820
"version": "1.0.1",
4821
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz",
@@ -4785,9 +4843,9 @@
4843
}
4844
},
4845
"node_modules/@npmcli/promise-spawn": {
4788
- "version": "6.0.1",
4789
- "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-6.0.1.tgz",
4790
- "integrity": "sha512-+hcUpxgx0vEpDJI9Cn+lkTdKLoqKBXFCVps5H7FujEU2vLOp6KwqjLlxbnz8Wzgm8oEqW/u5FeNAXSFjLdCD0A==",
4846
+ "version": "6.0.2",
4847
+ "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz",
4848
+ "integrity": "sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==",
4849
"dependencies": {
4850
"which": "^3.0.0"
4851
},
@@ -4863,34 +4921,6 @@
4921
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4922
}
4923
},
4866
- "node_modules/@npmcli/template-oss/node_modules/glob": {
4867
- "version": "8.0.3",
4868
- "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
4869
- "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
4870
- "dev": true,
4871
- "dependencies": {
4872
- "fs.realpath": "^1.0.0",
4873
- "inflight": "^1.0.4",
4874
- "inherits": "2",
4875
- "minimatch": "^5.0.1",
4876
- "once": "^1.3.0"
4877
- },
4878
- "engines": {
4879
- "node": ">=12"
4880
- },
4881
- "funding": {
4882
- "url": "https://github.com/sponsors/isaacs"
4883
- }
4884
- },
4885
- "node_modules/@npmcli/template-oss/node_modules/yaml": {
4886
- "version": "2.1.3",
4887
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz",
4888
- "integrity": "sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==",
4889
- "dev": true,
4890
- "engines": {
4891
- "node": ">= 14"
4892
- }
4893
- },
4924
"node_modules/@octokit/auth-token": {
4925
"version": "3.0.2",
4926
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.2.tgz",
@@ -5747,9 +5777,9 @@
5777
}
5778
},
5779
"node_modules/@pmmmwh/react-refresh-webpack-plugin": {
5750
- "version": "0.5.9",
5751
- "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.9.tgz",
5752
- "integrity": "sha512-7QV4cqUwhkDIHpMAZ9mestSJ2DMIotVTbOUwbiudhjCRTAWWKIaBecELiEM2LT3AHFeOAaHIcFu4dbXjX+9GBA==",
5780
+ "version": "0.5.10",
5781
+ "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz",
5782
+ "integrity": "sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==",
5783
"dependencies": {
5784
"ansi-html-community": "^0.0.8",
5785
"common-path-prefix": "^3.0.0",
@@ -5757,7 +5787,7 @@
5787
"error-stack-parser": "^2.0.6",
5788
"find-up": "^5.0.0",
5789
"html-entities": "^2.1.0",
5760
- "loader-utils": "^2.0.3",
5790
+ "loader-utils": "^2.0.4",
5791
"schema-utils": "^3.0.0",
5792
"source-map": "^0.7.3"
5793
},
@@ -5839,6 +5869,11 @@
5869
"react": ">=15"
5870
}
5871
},
5872
+ "node_modules/@primer/components/node_modules/@primer/primitives": {
5873
+ "version": "0.0.0-20211167520",
5874
+ "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-0.0.0-20211167520.tgz",
5875
+ "integrity": "sha512-TlsLN1CEN80NqyO+oKP+NHL05cKGVHt0wUoEk9ZKjjmPfGhkJUVC8MxS+8r8+iLOLso5ujZcd31b12az4bRbIw=="
5876
+ },
5877
"node_modules/@primer/components/node_modules/react-is": {
5878
"version": "16.10.2",
5879
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.10.2.tgz",
@@ -5864,17 +5899,102 @@
5899
"object-assign": "^4.1.1"
5900
}
5901
},
5902
+ "node_modules/@primer/octicons-react": {
5903
+ "version": "17.10.0",
5904
+ "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.10.0.tgz",
5905
+ "integrity": "sha512-6uJeWWPrReHNlGLlsp4bL2rmUr1mmlaKfFNTAkVnzi2Nnp8MmLhGhtdWAktXfFUOll1JF4AacrEK3j91Xq99UQ==",
5906
+ "engines": {
5907
+ "node": ">=8"
5908
+ },
5909
+ "peerDependencies": {
5910
+ "react": ">=15"
5911
+ }
5912
+ },
5913
"node_modules/@primer/primitives": {
5868
- "version": "0.0.0-20211167520",
5869
- "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-0.0.0-20211167520.tgz",
5870
- "integrity": "sha512-TlsLN1CEN80NqyO+oKP+NHL05cKGVHt0wUoEk9ZKjjmPfGhkJUVC8MxS+8r8+iLOLso5ujZcd31b12az4bRbIw=="
5914
+ "version": "7.10.0",
5915
+ "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.10.0.tgz",
5916
+ "integrity": "sha512-DdLHq21e93R9qDHyRuRpytBLY0Up9IwNWMOUgPNW6lRSng4N4+IdUlLS3Ekbasmxfs8Z8vKS8aezeYovQ5qsxQ=="
5917
+ },
5918
+ "node_modules/@primer/react": {
5919
+ "version": "35.16.0",
5920
+ "resolved": "https://registry.npmjs.org/@primer/react/-/react-35.16.0.tgz",
5921
+ "integrity": "sha512-vNm4DXagnWaPVzfJqxOJJb3tJm4MAN9upOMtnE/BmFp5jx+e8N0+EQHzpfb1ngcVrKHQCVP3qA+Ry2iKSGDEJg==",
5922
+ "dependencies": {
5923
+ "@github/combobox-nav": "^2.1.5",
5924
+ "@github/markdown-toolbar-element": "^2.1.0",
5925
+ "@github/paste-markdown": "^1.4.0",
5926
+ "@github/relative-time-element": "4.1.2",
5927
+ "@lit-labs/react": "1.0.9",
5928
+ "@primer/behaviors": "1.3.1",
5929
+ "@primer/octicons-react": "^17.7.0",
5930
+ "@primer/primitives": "7.10.0",
5931
+ "@react-aria/ssr": "^3.1.0",
5932
+ "@styled-system/css": "^5.1.5",
5933
+ "@styled-system/props": "^5.1.5",
5934
+ "@styled-system/theme-get": "^5.1.2",
5935
+ "@types/styled-components": "^5.1.11",
5936
+ "@types/styled-system": "^5.1.12",
5937
+ "@types/styled-system__css": "^5.0.16",
5938
+ "@types/styled-system__theme-get": "^5.0.1",
5939
+ "classnames": "^2.3.1",
5940
+ "color2k": "^1.2.4",
5941
+ "deepmerge": "^4.2.2",
5942
+ "focus-visible": "^5.2.0",
5943
+ "fzy.js": "0.4.1",
5944
+ "history": "^5.0.0",
5945
+ "react-intersection-observer": "9.4.1",
5946
+ "styled-system": "^5.1.5"
5947
+ },
5948
+ "engines": {
5949
+ "node": ">=12",
5950
+ "npm": ">=7"
5951
+ },
5952
+ "peerDependencies": {
5953
+ "react": "^17.0.0 || ^18.0.0",
5954
+ "react-dom": "^17.0.0 || ^18.0.0",
5955
+ "styled-components": "4.x || 5.x"
5956
+ }
5957
+ },
5958
+ "node_modules/@primer/react/node_modules/@styled-system/props": {
5959
+ "version": "5.1.5",
5960
+ "resolved": "https://registry.npmjs.org/@styled-system/props/-/props-5.1.5.tgz",
5961
+ "integrity": "sha512-FXhbzq2KueZpGaHxaDm8dowIEWqIMcgsKs6tBl6Y6S0njG9vC8dBMI6WSLDnzMoSqIX3nSKHmOmpzpoihdDewg==",
5962
+ "dependencies": {
5963
+ "styled-system": "^5.1.5"
5964
+ }
5965
+ },
5966
+ "node_modules/@primer/react/node_modules/@types/styled-components": {
5967
+ "version": "5.1.26",
5968
+ "resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.26.tgz",
5969
+ "integrity": "sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==",
5970
+ "dependencies": {
5971
+ "@types/hoist-non-react-statics": "*",
5972
+ "@types/react": "*",
5973
+ "csstype": "^3.0.2"
5974
+ }
5975
+ },
5976
+ "node_modules/@primer/react/node_modules/@types/styled-system": {
5977
+ "version": "5.1.16",
5978
+ "resolved": "https://registry.npmjs.org/@types/styled-system/-/styled-system-5.1.16.tgz",
5979
+ "integrity": "sha512-+dyGs2n2o6QStsexh87NeaRmXYnKOnEe7iOEkcYOwKwI5a1gFL0+Mt/hZKi+4KD1qDMkLkGb0lpDrffb/vSkDQ==",
5980
+ "dependencies": {
5981
+ "csstype": "^3.0.2"
5982
+ }
5983
+ },
5984
+ "node_modules/@primer/react/node_modules/@types/styled-system__css": {
5985
+ "version": "5.0.17",
5986
+ "resolved": "https://registry.npmjs.org/@types/styled-system__css/-/styled-system__css-5.0.17.tgz",
5987
+ "integrity": "sha512-QF67UqeDdigjurmckNPCwkYjZriX270ghPiA6f3GqJG6jg7E4hcq7eGtdYh/DNivMz8sklBfT8y7r5brkCr7QA==",
5988
+ "dependencies": {
5989
+ "csstype": "^3.0.2"
5990
+ }
5991
},
5992
"node_modules/@react-aria/ssr": {
5873
- "version": "3.3.0",
5874
- "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.3.0.tgz",
5875
- "integrity": "sha512-yNqUDuOVZIUGP81R87BJVi/ZUZp/nYOBXbPsRe7oltJOfErQZD+UezMpw4vM2KRz18cURffvmC8tJ6JTeyDtaQ==",
5993
+ "version": "3.4.1",
5994
+ "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.4.1.tgz",
5995
+ "integrity": "sha512-NmhoilMDyIfQiOSdQgxpVH2tC2u85Y0mVijtBNbI9kcDYLEiW/r6vKYVKtkyU+C4qobXhGMPfZ70PTc0lysSVA==",
5996
"dependencies": {
5877
- "@babel/runtime": "^7.6.2"
5997
+ "@swc/helpers": "^0.4.14"
5998
},
5999
"peerDependencies": {
6000
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
@@ -5894,9 +6014,9 @@
6014
}
6015
},
6016
"node_modules/@sideway/formula": {
5897
- "version": "3.0.0",
5898
- "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz",
5899
- "integrity": "sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg=="
6017
+ "version": "3.0.1",
6018
+ "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
6019
+ "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg=="
6020
},
6021
"node_modules/@sideway/pinpoint": {
6022
"version": "2.0.0",
@@ -5959,9 +6079,9 @@
6079
}
6080
},
6081
"node_modules/@sinonjs/commons": {
5962
- "version": "1.8.5",
5963
- "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.5.tgz",
5964
- "integrity": "sha512-rTpCA0wG1wUxglBSFdMMY0oTrKYvgf4fNgv/sXbfCVAdf+FnPBdKJR/7XbpTCwbCrvCbdPYnlWaUUYz4V2fPDA==",
6082
+ "version": "1.8.6",
6083
+ "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
6084
+ "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
6085
"dev": true,
6086
"dependencies": {
6087
"type-detect": "4.0.8"
@@ -6304,9 +6424,9 @@
6424
}
6425
},
6426
"node_modules/@types/babel__traverse": {
6307
- "version": "7.18.2",
6308
- "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.2.tgz",
6309
- "integrity": "sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==",
6427
+ "version": "7.18.3",
6428
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz",
6429
+ "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==",
6430
"dev": true,
6431
"dependencies": {
6432
"@babel/types": "^7.3.0"
@@ -6352,9 +6472,12 @@
6472
"integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q=="
6473
},
6474
"node_modules/@types/cors": {
6355
- "version": "2.8.12",
6356
- "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz",
6357
- "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw=="
6475
+ "version": "2.8.13",
6476
+ "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz",
6477
+ "integrity": "sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==",
6478
+ "dependencies": {
6479
+ "@types/node": "*"
6480
+ }
6481
},
6482
"node_modules/@types/debug": {
6483
"version": "0.0.30",
@@ -6465,9 +6588,9 @@
6588
}
6589
},
6590
"node_modules/@types/jest": {
6468
- "version": "29.2.2",
6469
- "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.2.tgz",
6470
- "integrity": "sha512-og1wAmdxKoS71K2ZwSVqWPX6OVn3ihZ6ZT2qvZvZQm90lJVDyXIjYcu4Khx2CNIeaFv12rOU/YObOsI3VOkzog==",
6591
+ "version": "29.2.5",
6592
+ "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.5.tgz",
6593
+ "integrity": "sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==",
6594
"dev": true,
6595
"dependencies": {
6596
"expect": "^29.0.0",
@@ -6524,9 +6647,9 @@
6647
}
6648
},
6649
"node_modules/@types/jsdom/node_modules/parse5": {
6527
- "version": "7.1.1",
6528
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.1.tgz",
6529
- "integrity": "sha512-kwpuwzB+px5WUg9pyK0IcK/shltJN5/OVhQagxhCQNtT9Y9QRZqNY2e1cmbu/paRh5LMnz/oVTVLBpjFmMZhSg==",
6650
+ "version": "7.1.2",
6651
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
6652
+ "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
6653
"dev": true,
6654
"dependencies": {
6655
"entities": "^4.4.0"
@@ -6554,9 +6677,9 @@
6677
}
6678
},
6679
"node_modules/@types/lodash": {
6557
- "version": "4.14.188",
6558
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.188.tgz",
6559
- "integrity": "sha512-zmEmF5OIM3rb7SbLCFYoQhO4dGt2FRM9AMkxvA3LaADOF1n8in/zGJlWji9fmafLoNyz+FoL6FE0SLtGIArD7w=="
6680
+ "version": "4.14.191",
6681
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.191.tgz",
6682
+ "integrity": "sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ=="
6683
},
6684
"node_modules/@types/mdast": {
6685
"version": "3.0.10",
@@ -6586,9 +6709,9 @@
6709
}
6710
},
6711
"node_modules/@types/node": {
6589
- "version": "18.11.9",
6590
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
6591
- "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg=="
6712
+ "version": "14.18.36",
6713
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.36.tgz",
6714
+ "integrity": "sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ=="
6715
},
6716
"node_modules/@types/node-fetch": {
6717
"version": "2.6.2",
@@ -6599,6 +6722,19 @@
6722
"form-data": "^3.0.0"
6723
}
6724
},
6725
+ "node_modules/@types/node-fetch/node_modules/form-data": {
6726
+ "version": "3.0.1",
6727
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
6728
+ "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
6729
+ "dependencies": {
6730
+ "asynckit": "^0.4.0",
6731
+ "combined-stream": "^1.0.8",
6732
+ "mime-types": "^2.1.12"
6733
+ },
6734
+ "engines": {
6735
+ "node": ">= 6"
6736
+ }
6737
+ },
6738
"node_modules/@types/normalize-package-data": {
6739
"version": "2.4.1",
6740
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
@@ -6621,9 +6757,9 @@
6757
"integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw=="
6758
},
6759
"node_modules/@types/prettier": {
6624
- "version": "2.7.1",
6625
- "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.1.tgz",
6626
- "integrity": "sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==",
6760
+ "version": "2.7.2",
6761
+ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz",
6762
+ "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==",
6763
"dev": true
6764
},
6765
"node_modules/@types/prop-types": {
@@ -6640,9 +6776,9 @@
6776
}
6777
},
6778
"node_modules/@types/react": {
6643
- "version": "18.0.25",
6644
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.25.tgz",
6645
- "integrity": "sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==",
6779
+ "version": "18.0.26",
6780
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.26.tgz",
6781
+ "integrity": "sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==",
6782
"dependencies": {
6783
"@types/prop-types": "*",
6784
"@types/scheduler": "*",
@@ -6650,9 +6786,9 @@
6786
}
6787
},
6788
"node_modules/@types/react-dom": {
6653
- "version": "18.0.8",
6654
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.8.tgz",
6655
- "integrity": "sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==",
6789
+ "version": "18.0.10",
6790
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.10.tgz",
6791
+ "integrity": "sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==",
6792
"dependencies": {
6793
"@types/react": "*"
6794
}
@@ -6874,9 +7010,9 @@
7010
}
7011
},
7012
"node_modules/@types/yargs": {
6877
- "version": "17.0.13",
6878
- "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.13.tgz",
6879
- "integrity": "sha512-9sWaruZk2JGxIQU+IhI1fhPYRcQ0UuTNuKuCW9bR5fp7qi2Llf7WDzNa17Cy7TKnh3cdxDOiyTu6gaLS0eDatg==",
7013
+ "version": "17.0.18",
7014
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.18.tgz",
7015
+ "integrity": "sha512-eIJR1UER6ur3EpKM3d+2Pgd+ET+k6Kn9B4ZItX0oPjjVI5PrfaRjKyLT5UYendDpLuoiJMNJvovLQbEXqhsPaw==",
7016
"dev": true,
7017
"dependencies": {
7018
"@types/yargs-parser": "*"
@@ -6893,14 +7029,14 @@
7029
"integrity": "sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw=="
7030
},
7031
"node_modules/@typescript-eslint/eslint-plugin": {
6896
- "version": "5.46.1",
6897
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.46.1.tgz",
6898
- "integrity": "sha512-YpzNv3aayRBwjs4J3oz65eVLXc9xx0PDbIRisHj+dYhvBn02MjYOD96P8YGiWEIFBrojaUjxvkaUpakD82phsA==",
7032
+ "version": "5.47.1",
7033
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.47.1.tgz",
7034
+ "integrity": "sha512-r4RZ2Jl9kcQN7K/dcOT+J7NAimbiis4sSM9spvWimsBvDegMhKLA5vri2jG19PmIPbDjPeWzfUPQ2hjEzA4Nmg==",
7035
"dev": true,
7036
"dependencies": {
6901
- "@typescript-eslint/scope-manager": "5.46.1",
6902
- "@typescript-eslint/type-utils": "5.46.1",
6903
- "@typescript-eslint/utils": "5.46.1",
7037
+ "@typescript-eslint/scope-manager": "5.47.1",
7038
+ "@typescript-eslint/type-utils": "5.47.1",
7039
+ "@typescript-eslint/utils": "5.47.1",
7040
"debug": "^4.3.4",
7041
"ignore": "^5.2.0",
7042
"natural-compare-lite": "^1.4.0",
@@ -6925,79 +7061,6 @@
7061
}
7062
}
7063
},
6928
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
6929
- "version": "5.46.1",
6930
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.46.1.tgz",
6931
- "integrity": "sha512-iOChVivo4jpwUdrJZyXSMrEIM/PvsbbDOX1y3UCKjSgWn+W89skxWaYXACQfxmIGhPVpRWK/VWPYc+bad6smIA==",
6932
- "dev": true,
6933
- "dependencies": {
6934
- "@typescript-eslint/types": "5.46.1",
6935
- "@typescript-eslint/visitor-keys": "5.46.1"
6936
- },
6937
- "engines": {
6938
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6939
- },
6940
- "funding": {
6941
- "type": "opencollective",
6942
- "url": "https://opencollective.com/typescript-eslint"
6943
- }
6944
- },
6945
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
6946
- "version": "5.46.1",
6947
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.46.1.tgz",
6948
- "integrity": "sha512-Z5pvlCaZgU+93ryiYUwGwLl9AQVB/PQ1TsJ9NZ/gHzZjN7g9IAn6RSDkpCV8hqTwAiaj6fmCcKSQeBPlIpW28w==",
6949
- "dev": true,
6950
- "engines": {
6951
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6952
- },
6953
- "funding": {
6954
- "type": "opencollective",
6955
- "url": "https://opencollective.com/typescript-eslint"
6956
- }
6957
- },
6958
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
6959
- "version": "5.46.1",
6960
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.1.tgz",
6961
- "integrity": "sha512-jczZ9noovXwy59KjRTk1OftT78pwygdcmCuBf8yMoWt/8O8l+6x2LSEze0E4TeepXK4MezW3zGSyoDRZK7Y9cg==",
6962
- "dev": true,
6963
- "dependencies": {
6964
- "@typescript-eslint/types": "5.46.1",
6965
- "eslint-visitor-keys": "^3.3.0"
6966
- },
6967
- "engines": {
6968
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6969
- },
6970
- "funding": {
6971
- "type": "opencollective",
6972
- "url": "https://opencollective.com/typescript-eslint"
6973
- }
6974
- },
6975
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": {
6976
- "version": "4.3.4",
6977
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
6978
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
6979
- "dev": true,
6980
- "dependencies": {
6981
- "ms": "2.1.2"
6982
- },
6983
- "engines": {
6984
- "node": ">=6.0"
6985
- },
6986
- "peerDependenciesMeta": {
6987
- "supports-color": {
6988
- "optional": true
6989
- }
6990
- }
6991
- },
6992
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-visitor-keys": {
6993
- "version": "3.3.0",
6994
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
6995
- "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
6996
- "dev": true,
6997
- "engines": {
6998
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6999
- }
7000
- },
7064
"node_modules/@typescript-eslint/experimental-utils": {
7065
"version": "4.33.0",
7066
"resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz",
@@ -7021,79 +7084,49 @@
7084
"eslint": "*"
7085
}
7086
},
7024
- "node_modules/@typescript-eslint/parser": {
7025
- "version": "5.46.1",
7026
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.46.1.tgz",
7027
- "integrity": "sha512-RelQ5cGypPh4ySAtfIMBzBGyrNerQcmfA1oJvPj5f+H4jI59rl9xxpn4bonC0tQvUKOEN7eGBFWxFLK3Xepneg==",
7028
- "dev": true,
7029
- "dependencies": {
7030
- "@typescript-eslint/scope-manager": "5.46.1",
7031
- "@typescript-eslint/types": "5.46.1",
7032
- "@typescript-eslint/typescript-estree": "5.46.1",
7033
- "debug": "^4.3.4"
7034
- },
7035
- "engines": {
7036
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7037
- },
7038
- "funding": {
7039
- "type": "opencollective",
7040
- "url": "https://opencollective.com/typescript-eslint"
7041
- },
7042
- "peerDependencies": {
7043
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
7044
- },
7045
- "peerDependenciesMeta": {
7046
- "typescript": {
7047
- "optional": true
7048
- }
7049
- }
7050
- },
7051
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
7052
- "version": "5.46.1",
7053
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.46.1.tgz",
7054
- "integrity": "sha512-iOChVivo4jpwUdrJZyXSMrEIM/PvsbbDOX1y3UCKjSgWn+W89skxWaYXACQfxmIGhPVpRWK/VWPYc+bad6smIA==",
7055
- "dev": true,
7087
+ "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/scope-manager": {
7088
+ "version": "4.33.0",
7089
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz",
7090
+ "integrity": "sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==",
7091
"dependencies": {
7057
- "@typescript-eslint/types": "5.46.1",
7058
- "@typescript-eslint/visitor-keys": "5.46.1"
7092
+ "@typescript-eslint/types": "4.33.0",
7093
+ "@typescript-eslint/visitor-keys": "4.33.0"
7094
},
7095
"engines": {
7061
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7096
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
7097
},
7098
"funding": {
7099
"type": "opencollective",
7100
"url": "https://opencollective.com/typescript-eslint"
7101
}
7102
},
7068
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
7069
- "version": "5.46.1",
7070
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.46.1.tgz",
7071
- "integrity": "sha512-Z5pvlCaZgU+93ryiYUwGwLl9AQVB/PQ1TsJ9NZ/gHzZjN7g9IAn6RSDkpCV8hqTwAiaj6fmCcKSQeBPlIpW28w==",
7072
- "dev": true,
7103
+ "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/types": {
7104
+ "version": "4.33.0",
7105
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz",
7106
+ "integrity": "sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==",
7107
"engines": {
7074
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7108
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
7109
},
7110
"funding": {
7111
"type": "opencollective",
7112
"url": "https://opencollective.com/typescript-eslint"
7113
}
7114
},
7081
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
7082
- "version": "5.46.1",
7083
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.1.tgz",
7084
- "integrity": "sha512-j9W4t67QiNp90kh5Nbr1w92wzt+toiIsaVPnEblB2Ih2U9fqBTyqV9T3pYWZBRt6QoMh/zVWP59EpuCjc4VRBg==",
7085
- "dev": true,
7115
+ "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/typescript-estree": {
7116
+ "version": "4.33.0",
7117
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz",
7118
+ "integrity": "sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==",
7119
"dependencies": {
7087
- "@typescript-eslint/types": "5.46.1",
7088
- "@typescript-eslint/visitor-keys": "5.46.1",
7089
- "debug": "^4.3.4",
7090
- "globby": "^11.1.0",
7091
- "is-glob": "^4.0.3",
7092
- "semver": "^7.3.7",
7120
+ "@typescript-eslint/types": "4.33.0",
7121
+ "@typescript-eslint/visitor-keys": "4.33.0",
7122
+ "debug": "^4.3.1",
7123
+ "globby": "^11.0.3",
7124
+ "is-glob": "^4.0.1",
7125
+ "semver": "^7.3.5",
7126
"tsutils": "^3.21.0"
7127
},
7128
"engines": {
7096
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7129
+ "node": "^10.12.0 || >=12.0.0"
7130
},
7131
"funding": {
7132
"type": "opencollective",
@@ -7105,75 +7138,60 @@
7138
}
7139
}
7140
},
7108
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
7109
- "version": "5.46.1",
7110
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.1.tgz",
7111
- "integrity": "sha512-jczZ9noovXwy59KjRTk1OftT78pwygdcmCuBf8yMoWt/8O8l+6x2LSEze0E4TeepXK4MezW3zGSyoDRZK7Y9cg==",
7112
- "dev": true,
7141
+ "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/visitor-keys": {
7142
+ "version": "4.33.0",
7143
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz",
7144
+ "integrity": "sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==",
7145
"dependencies": {
7114
- "@typescript-eslint/types": "5.46.1",
7115
- "eslint-visitor-keys": "^3.3.0"
7146
+ "@typescript-eslint/types": "4.33.0",
7147
+ "eslint-visitor-keys": "^2.0.0"
7148
},
7149
"engines": {
7118
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7150
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
7151
},
7152
"funding": {
7153
"type": "opencollective",
7154
"url": "https://opencollective.com/typescript-eslint"
7155
}
7156
},
7125
- "node_modules/@typescript-eslint/parser/node_modules/debug": {
7126
- "version": "4.3.4",
7127
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
7128
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
7129
- "dev": true,
7157
+ "node_modules/@typescript-eslint/experimental-utils/node_modules/eslint-scope": {
7158
+ "version": "5.1.1",
7159
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
7160
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
7161
"dependencies": {
7131
- "ms": "2.1.2"
7162
+ "esrecurse": "^4.3.0",
7163
+ "estraverse": "^4.1.1"
7164
},
7165
"engines": {
7134
- "node": ">=6.0"
7135
- },
7136
- "peerDependenciesMeta": {
7137
- "supports-color": {
7138
- "optional": true
7139
- }
7166
+ "node": ">=8.0.0"
7167
}
7168
},
7142
- "node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": {
7143
- "version": "3.3.0",
7144
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
7145
- "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
7146
- "dev": true,
7169
+ "node_modules/@typescript-eslint/experimental-utils/node_modules/eslint-visitor-keys": {
7170
+ "version": "2.1.0",
7171
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
7172
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
7173
"engines": {
7148
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7174
+ "node": ">=10"
7175
}
7176
},
7151
- "node_modules/@typescript-eslint/scope-manager": {
7152
- "version": "4.33.0",
7153
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz",
7154
- "integrity": "sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==",
7155
- "dependencies": {
7156
- "@typescript-eslint/types": "4.33.0",
7157
- "@typescript-eslint/visitor-keys": "4.33.0"
7158
- },
7177
+ "node_modules/@typescript-eslint/experimental-utils/node_modules/estraverse": {
7178
+ "version": "4.3.0",
7179
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
7180
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
7181
"engines": {
7160
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
7161
- },
7162
- "funding": {
7163
- "type": "opencollective",
7164
- "url": "https://opencollective.com/typescript-eslint"
7182
+ "node": ">=4.0"
7183
}
7184
},
7167
- "node_modules/@typescript-eslint/type-utils": {
7168
- "version": "5.46.1",
7169
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.46.1.tgz",
7170
- "integrity": "sha512-V/zMyfI+jDmL1ADxfDxjZ0EMbtiVqj8LUGPAGyBkXXStWmCUErMpW873zEHsyguWCuq2iN4BrlWUkmuVj84yng==",
7185
+ "node_modules/@typescript-eslint/parser": {
7186
+ "version": "5.47.1",
7187
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.47.1.tgz",
7188
+ "integrity": "sha512-9Vb+KIv29r6GPu4EboWOnQM7T+UjpjXvjCPhNORlgm40a9Ia9bvaPJswvtae1gip2QEeVeGh6YquqAzEgoRAlw==",
7189
"dev": true,
7190
"dependencies": {
7173
- "@typescript-eslint/typescript-estree": "5.46.1",
7174
- "@typescript-eslint/utils": "5.46.1",
7175
- "debug": "^4.3.4",
7176
- "tsutils": "^3.21.0"
7191
+ "@typescript-eslint/scope-manager": "5.47.1",
7192
+ "@typescript-eslint/types": "5.47.1",
7193
+ "@typescript-eslint/typescript-estree": "5.47.1",
7194
+ "debug": "^4.3.4"
7195
},
7196
"engines": {
7197
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -7183,7 +7201,7 @@
7201
"url": "https://opencollective.com/typescript-eslint"
7202
},
7203
"peerDependencies": {
7186
- "eslint": "*"
7204
+ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
7205
},
7206
"peerDependenciesMeta": {
7207
"typescript": {
@@ -7191,11 +7209,15 @@
7209
}
7210
}
7211
},
7194
- "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
7195
- "version": "5.46.1",
7196
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.46.1.tgz",
7197
- "integrity": "sha512-Z5pvlCaZgU+93ryiYUwGwLl9AQVB/PQ1TsJ9NZ/gHzZjN7g9IAn6RSDkpCV8hqTwAiaj6fmCcKSQeBPlIpW28w==",
7212
+ "node_modules/@typescript-eslint/scope-manager": {
7213
+ "version": "5.47.1",
7214
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.47.1.tgz",
7215
+ "integrity": "sha512-9hsFDsgUwrdOoW1D97Ewog7DYSHaq4WKuNs0LHF9RiCmqB0Z+XRR4Pf7u7u9z/8CciHuJ6yxNws1XznI3ddjEw==",
7216
"dev": true,
7217
+ "dependencies": {
7218
+ "@typescript-eslint/types": "5.47.1",
7219
+ "@typescript-eslint/visitor-keys": "5.47.1"
7220
+ },
7221
"engines": {
7222
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7223
},
@@ -7204,18 +7226,15 @@
7226
"url": "https://opencollective.com/typescript-eslint"
7227
}
7228
},
7207
- "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
7208
- "version": "5.46.1",
7209
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.1.tgz",
7210
- "integrity": "sha512-j9W4t67QiNp90kh5Nbr1w92wzt+toiIsaVPnEblB2Ih2U9fqBTyqV9T3pYWZBRt6QoMh/zVWP59EpuCjc4VRBg==",
7229
+ "node_modules/@typescript-eslint/type-utils": {
7230
+ "version": "5.47.1",
7231
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.47.1.tgz",
7232
+ "integrity": "sha512-/UKOeo8ee80A7/GJA427oIrBi/Gd4osk/3auBUg4Rn9EahFpevVV1mUK8hjyQD5lHPqX397x6CwOk5WGh1E/1w==",
7233
"dev": true,
7234
"dependencies": {
7213
- "@typescript-eslint/types": "5.46.1",
7214
- "@typescript-eslint/visitor-keys": "5.46.1",
7235
+ "@typescript-eslint/typescript-estree": "5.47.1",
7236
+ "@typescript-eslint/utils": "5.47.1",
7237
"debug": "^4.3.4",
7216
- "globby": "^11.1.0",
7217
- "is-glob": "^4.0.3",
7218
- "semver": "^7.3.7",
7238
"tsutils": "^3.21.0"
7239
},
7240
"engines": {
@@ -7225,61 +7244,22 @@
7244
"type": "opencollective",
7245
"url": "https://opencollective.com/typescript-eslint"
7246
},
7228
- "peerDependenciesMeta": {
7229
- "typescript": {
7230
- "optional": true
7231
- }
7232
- }
7233
- },
7234
- "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
7235
- "version": "5.46.1",
7236
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.1.tgz",
7237
- "integrity": "sha512-jczZ9noovXwy59KjRTk1OftT78pwygdcmCuBf8yMoWt/8O8l+6x2LSEze0E4TeepXK4MezW3zGSyoDRZK7Y9cg==",
7238
- "dev": true,
7239
- "dependencies": {
7240
- "@typescript-eslint/types": "5.46.1",
7241
- "eslint-visitor-keys": "^3.3.0"
7242
- },
7243
- "engines": {
7244
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7245
- },
7246
- "funding": {
7247
- "type": "opencollective",
7248
- "url": "https://opencollective.com/typescript-eslint"
7249
- }
7250
- },
7251
- "node_modules/@typescript-eslint/type-utils/node_modules/debug": {
7252
- "version": "4.3.4",
7253
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
7254
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
7255
- "dev": true,
7256
- "dependencies": {
7257
- "ms": "2.1.2"
7258
- },
7259
- "engines": {
7260
- "node": ">=6.0"
7247
+ "peerDependencies": {
7248
+ "eslint": "*"
7249
},
7250
"peerDependenciesMeta": {
7263
- "supports-color": {
7251
+ "typescript": {
7252
"optional": true
7253
}
7254
}
7255
},
7268
- "node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
7269
- "version": "3.3.0",
7270
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
7271
- "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
7256
+ "node_modules/@typescript-eslint/types": {
7257
+ "version": "5.47.1",
7258
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.47.1.tgz",
7259
+ "integrity": "sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==",
7260
"dev": true,
7261
"engines": {
7262
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7275
- }
7276
- },
7277
- "node_modules/@typescript-eslint/types": {
7278
- "version": "4.33.0",
7279
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz",
7280
- "integrity": "sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==",
7281
- "engines": {
7282
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
7263
},
7264
"funding": {
7265
"type": "opencollective",
@@ -7287,20 +7267,21 @@
7267
}
7268
},
7269
"node_modules/@typescript-eslint/typescript-estree": {
7290
- "version": "4.33.0",
7291
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz",
7292
- "integrity": "sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==",
7270
+ "version": "5.47.1",
7271
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.1.tgz",
7272
+ "integrity": "sha512-4+ZhFSuISAvRi2xUszEj0xXbNTHceV9GbH9S8oAD2a/F9SW57aJNQVOCxG8GPfSWH/X4eOPdMEU2jYVuWKEpWA==",
7273
+ "dev": true,
7274
"dependencies": {
7294
- "@typescript-eslint/types": "4.33.0",
7295
- "@typescript-eslint/visitor-keys": "4.33.0",
7296
- "debug": "^4.3.1",
7297
- "globby": "^11.0.3",
7298
- "is-glob": "^4.0.1",
7299
- "semver": "^7.3.5",
7275
+ "@typescript-eslint/types": "5.47.1",
7276
+ "@typescript-eslint/visitor-keys": "5.47.1",
7277
+ "debug": "^4.3.4",
7278
+ "globby": "^11.1.0",
7279
+ "is-glob": "^4.0.3",
7280
+ "semver": "^7.3.7",
7281
"tsutils": "^3.21.0"
7282
},
7283
"engines": {
7303
- "node": "^10.12.0 || >=12.0.0"
7284
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7285
},
7286
"funding": {
7287
"type": "opencollective",
@@ -7312,33 +7293,17 @@
7293
}
7294
}
7295
},
7315
- "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": {
7316
- "version": "4.3.4",
7317
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
7318
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
7319
- "dependencies": {
7320
- "ms": "2.1.2"
7321
- },
7322
- "engines": {
7323
- "node": ">=6.0"
7324
- },
7325
- "peerDependenciesMeta": {
7326
- "supports-color": {
7327
- "optional": true
7328
- }
7329
- }
7330
- },
7296
"node_modules/@typescript-eslint/utils": {
7332
- "version": "5.46.1",
7333
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.46.1.tgz",
7334
- "integrity": "sha512-RBdBAGv3oEpFojaCYT4Ghn4775pdjvwfDOfQ2P6qzNVgQOVrnSPe5/Pb88kv7xzYQjoio0eKHKB9GJ16ieSxvA==",
7297
+ "version": "5.47.1",
7298
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.47.1.tgz",
7299
+ "integrity": "sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw==",
7300
"dev": true,
7301
"dependencies": {
7302
"@types/json-schema": "^7.0.9",
7303
"@types/semver": "^7.3.12",
7339
- "@typescript-eslint/scope-manager": "5.46.1",
7340
- "@typescript-eslint/types": "5.46.1",
7341
- "@typescript-eslint/typescript-estree": "5.46.1",
7304
+ "@typescript-eslint/scope-manager": "5.47.1",
7305
+ "@typescript-eslint/types": "5.47.1",
7306
+ "@typescript-eslint/typescript-estree": "5.47.1",
7307
"eslint-scope": "^5.1.1",
7308
"eslint-utils": "^3.0.0",
7309
"semver": "^7.3.7"
@@ -7354,70 +7319,35 @@
7319
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
7320
}
7321
},
7357
- "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
7358
- "version": "5.46.1",
7359
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.46.1.tgz",
7360
- "integrity": "sha512-iOChVivo4jpwUdrJZyXSMrEIM/PvsbbDOX1y3UCKjSgWn+W89skxWaYXACQfxmIGhPVpRWK/VWPYc+bad6smIA==",
7322
+ "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
7323
+ "version": "5.1.1",
7324
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
7325
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
7326
"dev": true,
7327
"dependencies": {
7363
- "@typescript-eslint/types": "5.46.1",
7364
- "@typescript-eslint/visitor-keys": "5.46.1"
7328
+ "esrecurse": "^4.3.0",
7329
+ "estraverse": "^4.1.1"
7330
},
7331
"engines": {
7367
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7368
- },
7369
- "funding": {
7370
- "type": "opencollective",
7371
- "url": "https://opencollective.com/typescript-eslint"
7332
+ "node": ">=8.0.0"
7333
}
7334
},
7374
- "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
7375
- "version": "5.46.1",
7376
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.46.1.tgz",
7377
- "integrity": "sha512-Z5pvlCaZgU+93ryiYUwGwLl9AQVB/PQ1TsJ9NZ/gHzZjN7g9IAn6RSDkpCV8hqTwAiaj6fmCcKSQeBPlIpW28w==",
7335
+ "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
7336
+ "version": "4.3.0",
7337
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
7338
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
7339
"dev": true,
7340
"engines": {
7380
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7381
- },
7382
- "funding": {
7383
- "type": "opencollective",
7384
- "url": "https://opencollective.com/typescript-eslint"
7385
- }
7386
- },
7387
- "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
7388
- "version": "5.46.1",
7389
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.1.tgz",
7390
- "integrity": "sha512-j9W4t67QiNp90kh5Nbr1w92wzt+toiIsaVPnEblB2Ih2U9fqBTyqV9T3pYWZBRt6QoMh/zVWP59EpuCjc4VRBg==",
7391
- "dev": true,
7392
- "dependencies": {
7393
- "@typescript-eslint/types": "5.46.1",
7394
- "@typescript-eslint/visitor-keys": "5.46.1",
7395
- "debug": "^4.3.4",
7396
- "globby": "^11.1.0",
7397
- "is-glob": "^4.0.3",
7398
- "semver": "^7.3.7",
7399
- "tsutils": "^3.21.0"
7400
- },
7401
- "engines": {
7402
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7403
- },
7404
- "funding": {
7405
- "type": "opencollective",
7406
- "url": "https://opencollective.com/typescript-eslint"
7407
- },
7408
- "peerDependenciesMeta": {
7409
- "typescript": {
7410
- "optional": true
7411
- }
7341
+ "node": ">=4.0"
7342
}
7343
},
7414
- "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
7415
- "version": "5.46.1",
7416
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.1.tgz",
7417
- "integrity": "sha512-jczZ9noovXwy59KjRTk1OftT78pwygdcmCuBf8yMoWt/8O8l+6x2LSEze0E4TeepXK4MezW3zGSyoDRZK7Y9cg==",
7344
+ "node_modules/@typescript-eslint/visitor-keys": {
7345
+ "version": "5.47.1",
7346
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.47.1.tgz",
7347
+ "integrity": "sha512-rF3pmut2JCCjh6BLRhNKdYjULMb1brvoaiWDlHfLNVgmnZ0sBVJrs3SyaKE1XoDDnJuAx/hDQryHYmPUuNq0ig==",
7348
"dev": true,
7349
"dependencies": {
7420
- "@typescript-eslint/types": "5.46.1",
7350
+ "@typescript-eslint/types": "5.47.1",
7351
"eslint-visitor-keys": "^3.3.0"
7352
},
7353
"engines": {
@@ -7428,48 +7358,6 @@
7358
"url": "https://opencollective.com/typescript-eslint"
7359
}
7360
},
7431
- "node_modules/@typescript-eslint/utils/node_modules/debug": {
7432
- "version": "4.3.4",
7433
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
7434
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
7435
- "dev": true,
7436
- "dependencies": {
7437
- "ms": "2.1.2"
7438
- },
7439
- "engines": {
7440
- "node": ">=6.0"
7441
- },
7442
- "peerDependenciesMeta": {
7443
- "supports-color": {
7444
- "optional": true
7445
- }
7446
- }
7447
- },
7448
- "node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys": {
7449
- "version": "3.3.0",
7450
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
7451
- "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
7452
- "dev": true,
7453
- "engines": {
7454
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7455
- }
7456
- },
7457
- "node_modules/@typescript-eslint/visitor-keys": {
7458
- "version": "4.33.0",
7459
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz",
7460
- "integrity": "sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==",
7461
- "dependencies": {
7462
- "@typescript-eslint/types": "4.33.0",
7463
- "eslint-visitor-keys": "^2.0.0"
7464
- },
7465
- "engines": {
7466
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
7467
- },
7468
- "funding": {
7469
- "type": "opencollective",
7470
- "url": "https://opencollective.com/typescript-eslint"
7471
- }
7472
- },
7361
"node_modules/@vercel/webpack-asset-relocator-loader": {
7362
"version": "1.7.3",
7363
"resolved": "https://registry.npmjs.org/@vercel/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-1.7.3.tgz",
@@ -7747,22 +7635,6 @@
7635
"node": ">= 6.0.0"
7636
}
7637
},
7750
- "node_modules/agent-base/node_modules/debug": {
7751
- "version": "4.3.4",
7752
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
7753
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
7754
- "dependencies": {
7755
- "ms": "2.1.2"
7756
- },
7757
- "engines": {
7758
- "node": ">=6.0"
7759
- },
7760
- "peerDependenciesMeta": {
7761
- "supports-color": {
7762
- "optional": true
7763
- }
7764
- }
7765
- },
7638
"node_modules/agentkeepalive": {
7639
"version": "4.2.1",
7640
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz",
@@ -7776,22 +7648,6 @@
7648
"node": ">= 8.0.0"
7649
}
7650
},
7779
- "node_modules/agentkeepalive/node_modules/debug": {
7780
- "version": "4.3.4",
7781
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
7782
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
7783
- "dependencies": {
7784
- "ms": "2.1.2"
7785
- },
7786
- "engines": {
7787
- "node": ">=6.0"
7788
- },
7789
- "peerDependenciesMeta": {
7790
- "supports-color": {
7791
- "optional": true
7792
- }
7793
- }
7794
- },
7651
"node_modules/agentkeepalive/node_modules/depd": {
7652
"version": "1.1.2",
7653
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
@@ -7813,13 +7669,13 @@
7669
}
7670
},
7671
"node_modules/ajv": {
7816
- "version": "6.12.6",
7817
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
7818
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
7672
+ "version": "8.11.2",
7673
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz",
7674
+ "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==",
7675
"dependencies": {
7676
"fast-deep-equal": "^3.1.1",
7821
- "fast-json-stable-stringify": "^2.0.0",
7822
- "json-schema-traverse": "^0.4.1",
7677
+ "json-schema-traverse": "^1.0.0",
7678
+ "require-from-string": "^2.0.2",
7679
"uri-js": "^4.2.2"
7680
},
7681
"funding": {
@@ -7827,14 +7683,6 @@
7683
"url": "https://github.com/sponsors/epoberezkin"
7684
}
7685
},
7830
- "node_modules/ajv-keywords": {
7831
- "version": "3.5.2",
7832
- "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
7833
- "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
7834
- "peerDependencies": {
7835
- "ajv": "^6.9.1"
7836
- }
7837
- },
7686
"node_modules/anser": {
7687
"version": "2.1.1",
7688
"resolved": "https://registry.npmjs.org/anser/-/anser-2.1.1.tgz",
@@ -7915,9 +7763,9 @@
7763
}
7764
},
7765
"node_modules/anymatch": {
7918
- "version": "3.1.2",
7919
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
7920
- "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
7766
+ "version": "3.1.3",
7767
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
7768
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
7769
"dependencies": {
7770
"normalize-path": "^3.0.0",
7771
"picomatch": "^2.0.4"
@@ -7944,9 +7792,9 @@
7792
}
7793
},
7794
"node_modules/application-config-path": {
7947
- "version": "0.1.0",
7948
- "resolved": "https://registry.npmjs.org/application-config-path/-/application-config-path-0.1.0.tgz",
7949
- "integrity": "sha512-lljTpVvFteShrHuKRvweZfa9o/Nc34Y8r5/1Lqh/yyKaspRT2J3fkEiSSk1YLG8ZSVyU7yHysRy9zcDDS2aH1Q=="
7795
+ "version": "0.1.1",
7796
+ "resolved": "https://registry.npmjs.org/application-config-path/-/application-config-path-0.1.1.tgz",
7797
+ "integrity": "sha512-zy9cHePtMP0YhwG+CfHm0bgwdnga2X3gZexpdCwEj//dpb+TKajtiC8REEUJUSq6Ab4f9cgNy2l8ObXzCXFkEw=="
7798
},
7799
"node_modules/aproba": {
7800
"version": "2.0.0",
@@ -8016,9 +7864,9 @@
7864
}
7865
},
7866
"node_modules/are-we-there-yet/node_modules/readable-stream": {
8019
- "version": "4.2.0",
8020
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.2.0.tgz",
8021
- "integrity": "sha512-gJrBHsaI3lgBoGMW/jHZsQ/o/TIWiu5ENCJG1BB7fuCKzpFM8GaS2UoBVt9NO+oI+3FcrBNbUkl3ilDe09aY4A==",
7867
+ "version": "4.3.0",
7868
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.3.0.tgz",
7869
+ "integrity": "sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ==",
7870
"dev": true,
7871
"dependencies": {
7872
"abort-controller": "^3.0.0",
@@ -8037,9 +7885,12 @@
7885
"dev": true
7886
},
7887
"node_modules/argparse": {
8040
- "version": "2.0.1",
8041
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
8042
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
7888
+ "version": "1.0.10",
7889
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
7890
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
7891
+ "dependencies": {
7892
+ "sprintf-js": "~1.0.2"
7893
+ }
7894
},
7895
"node_modules/aria-hidden": {
7896
"version": "1.2.2",
@@ -8154,7 +8005,6 @@
8005
"version": "1.1.1",
8006
"resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
8007
"integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
8157
- "dev": true,
8008
"dependencies": {
8009
"call-bind": "^1.0.2",
8010
"define-properties": "^1.1.4",
@@ -8203,6 +8053,20 @@
8053
"lru-cache": "^4.0.0"
8054
}
8055
},
8056
+ "node_modules/async-cache/node_modules/lru-cache": {
8057
+ "version": "4.1.5",
8058
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
8059
+ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
8060
+ "dependencies": {
8061
+ "pseudomap": "^1.0.2",
8062
+ "yallist": "^2.1.2"
8063
+ }
8064
+ },
8065
+ "node_modules/async-cache/node_modules/yallist": {
8066
+ "version": "2.1.2",
8067
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
8068
+ "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A=="
8069
+ },
8070
"node_modules/async-hook-domain": {
8071
"version": "2.0.4",
8072
"resolved": "https://registry.npmjs.org/async-hook-domain/-/async-hook-domain-2.0.4.tgz",
@@ -8299,19 +8163,20 @@
8163
}
8164
},
8165
"node_modules/axe-core": {
8302
- "version": "4.5.1",
8303
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.5.1.tgz",
8304
- "integrity": "sha512-1exVbW0X1O/HSr/WMwnaweyqcWOgZgLiVxdLG34pvSQk4NlYQr9OUy0JLwuhFfuVNQzzqgH57eYzkFBCb3bIsQ==",
8166
+ "version": "4.6.1",
8167
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.1.tgz",
8168
+ "integrity": "sha512-lCZN5XRuOnpG4bpMq8v0khrWtUOn+i8lZSb6wHZH56ZfbIEv6XwJV84AAueh9/zi7qPVJ/E4yz6fmsiyOmXR4w==",
8169
"engines": {
8170
"node": ">=4"
8171
}
8172
},
8173
"node_modules/axios": {
8310
- "version": "0.21.4",
8311
- "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
8312
- "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
8174
+ "version": "0.27.2",
8175
+ "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
8176
+ "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
8177
"dependencies": {
8314
- "follow-redirects": "^1.14.0"
8178
+ "follow-redirects": "^1.14.9",
8179
+ "form-data": "^4.0.0"
8180
}
8181
},
8182
"node_modules/axobject-query": {
@@ -8388,6 +8253,34 @@
8253
"webpack": ">=2"
8254
}
8255
},
8256
+ "node_modules/babel-loader/node_modules/ajv": {
8257
+ "version": "6.12.6",
8258
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
8259
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
8260
+ "dependencies": {
8261
+ "fast-deep-equal": "^3.1.1",
8262
+ "fast-json-stable-stringify": "^2.0.0",
8263
+ "json-schema-traverse": "^0.4.1",
8264
+ "uri-js": "^4.2.2"
8265
+ },
8266
+ "funding": {
8267
+ "type": "github",
8268
+ "url": "https://github.com/sponsors/epoberezkin"
8269
+ }
8270
+ },
8271
+ "node_modules/babel-loader/node_modules/ajv-keywords": {
8272
+ "version": "3.5.2",
8273
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
8274
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
8275
+ "peerDependencies": {
8276
+ "ajv": "^6.9.1"
8277
+ }
8278
+ },
8279
+ "node_modules/babel-loader/node_modules/json-schema-traverse": {
8280
+ "version": "0.4.1",
8281
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
8282
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
8283
+ },
8284
"node_modules/babel-loader/node_modules/schema-utils": {
8285
"version": "2.7.1",
8286
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
@@ -8499,6 +8392,45 @@
8392
"require-package-name": "^2.0.1"
8393
}
8394
},
8395
+ "node_modules/babel-plugin-lodash/node_modules/brace-expansion": {
8396
+ "version": "1.1.11",
8397
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
8398
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
8399
+ "dependencies": {
8400
+ "balanced-match": "^1.0.0",
8401
+ "concat-map": "0.0.1"
8402
+ }
8403
+ },
8404
+ "node_modules/babel-plugin-lodash/node_modules/glob": {
8405
+ "version": "7.2.3",
8406
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
8407
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
8408
+ "dependencies": {
8409
+ "fs.realpath": "^1.0.0",
8410
+ "inflight": "^1.0.4",
8411
+ "inherits": "2",
8412
+ "minimatch": "^3.1.1",
8413
+ "once": "^1.3.0",
8414
+ "path-is-absolute": "^1.0.0"
8415
+ },
8416
+ "engines": {
8417
+ "node": "*"
8418
+ },
8419
+ "funding": {
8420
+ "url": "https://github.com/sponsors/isaacs"
8421
+ }
8422
+ },
8423
+ "node_modules/babel-plugin-lodash/node_modules/minimatch": {
8424
+ "version": "3.1.2",
8425
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
8426
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
8427
+ "dependencies": {
8428
+ "brace-expansion": "^1.1.7"
8429
+ },
8430
+ "engines": {
8431
+ "node": "*"
8432
+ }
8433
+ },
8434
"node_modules/babel-plugin-macros": {
8435
"version": "3.1.0",
8436
"resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
@@ -8595,6 +8527,14 @@
8527
"node": ">=8"
8528
}
8529
},
8530
+ "node_modules/babel-plugin-preval/node_modules/yaml": {
8531
+ "version": "1.10.2",
8532
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
8533
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
8534
+ "engines": {
8535
+ "node": ">= 6"
8536
+ }
8537
+ },
8538
"node_modules/babel-plugin-remove-graphql-queries": {
8539
"version": "4.25.0",
8540
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.25.0.tgz",
@@ -9228,15 +9168,15 @@
9168
}
9169
},
9170
"node_modules/cacache": {
9231
- "version": "17.0.2",
9232
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.0.2.tgz",
9233
- "integrity": "sha512-rYUs2x4OjSgCQND7nTrh21AHIBFgd7s/ctAYvU3a8u+nK+R5YaX/SFPDYz4Azz7SGL6+6L9ZZWI4Kawpb7grzQ==",
9171
+ "version": "17.0.4",
9172
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.0.4.tgz",
9173
+ "integrity": "sha512-Z/nL3gU+zTUjz5pCA5vVjYM8pmaw2kxM7JEiE0fv3w77Wj+sFbi70CrBruUWH0uNcEdvLDixFpgA2JM4F4DBjA==",
9174
"dependencies": {
9175
"@npmcli/fs": "^3.1.0",
9236
- "fs-minipass": "^2.1.0",
9176
+ "fs-minipass": "^3.0.0",
9177
"glob": "^8.0.1",
9178
"lru-cache": "^7.7.1",
9239
- "minipass": "^3.1.6",
9179
+ "minipass": "^4.0.0",
9180
"minipass-collect": "^1.0.2",
9181
"minipass-flush": "^1.0.5",
9182
"minipass-pipeline": "^1.2.4",
@@ -9250,24 +9190,6 @@
9190
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
9191
}
9192
},
9253
- "node_modules/cacache/node_modules/glob": {
9254
- "version": "8.0.3",
9255
- "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
9256
- "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
9257
- "dependencies": {
9258
- "fs.realpath": "^1.0.0",
9259
- "inflight": "^1.0.4",
9260
- "inherits": "2",
9261
- "minimatch": "^5.0.1",
9262
- "once": "^1.3.0"
9263
- },
9264
- "engines": {
9265
- "node": ">=12"
9266
- },
9267
- "funding": {
9268
- "url": "https://github.com/sponsors/isaacs"
9269
- }
9270
- },
9193
"node_modules/cacache/node_modules/lru-cache": {
9194
"version": "7.14.1",
9195
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.1.tgz",
@@ -9286,6 +9208,20 @@
9208
"lru-cache": "4.0.0"
9209
}
9210
},
9211
+ "node_modules/cache-manager/node_modules/lru-cache": {
9212
+ "version": "4.0.0",
9213
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.0.tgz",
9214
+ "integrity": "sha512-WKhDkjlLwzE8jAQdQlsxLUQTPXLCKX/4cJk6s5AlRtJkDBk0IKH5O51bVDH61K9N4bhbbyvLM6EiOuE8ovApPA==",
9215
+ "dependencies": {
9216
+ "pseudomap": "^1.0.1",
9217
+ "yallist": "^2.0.0"
9218
+ }
9219
+ },
9220
+ "node_modules/cache-manager/node_modules/yallist": {
9221
+ "version": "2.1.2",
9222
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
9223
+ "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A=="
9224
+ },
9225
"node_modules/cacheable-lookup": {
9226
"version": "5.0.4",
9227
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
@@ -9443,9 +9379,9 @@
9379
}
9380
},
9381
"node_modules/caniuse-lite": {
9446
- "version": "1.0.30001431",
9447
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001431.tgz",
9448
- "integrity": "sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==",
9382
+ "version": "1.0.30001441",
9383
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001441.tgz",
9384
+ "integrity": "sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg==",
9385
"funding": [
9386
{
9387
"type": "opencollective",
@@ -9728,6 +9664,17 @@
9664
"fsevents": "~2.3.2"
9665
}
9666
},
9667
+ "node_modules/chokidar/node_modules/glob-parent": {
9668
+ "version": "5.1.2",
9669
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
9670
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
9671
+ "dependencies": {
9672
+ "is-glob": "^4.0.1"
9673
+ },
9674
+ "engines": {
9675
+ "node": ">= 6"
9676
+ }
9677
+ },
9678
"node_modules/chownr": {
9679
"version": "2.0.0",
9680
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
@@ -9977,9 +9924,9 @@
9924
}
9925
},
9926
"node_modules/cmd-shim": {
9980
- "version": "6.0.0",
9981
- "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.0.tgz",
9982
- "integrity": "sha512-wx+RWLgiSU6SCDzMtxG0Dv1lsuOcEfqq5SbqAViezaJIkR5sbveKzFU31YnWhqrJx3o3Iu3H0Rq8R00OS3oI+Q==",
9927
+ "version": "6.0.1",
9928
+ "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.1.tgz",
9929
+ "integrity": "sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==",
9930
"dev": true,
9931
"engines": {
9932
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
@@ -10034,13 +9981,46 @@
9981
"@types/yargs-parser": "*"
9982
}
9983
},
10037
- "node_modules/code-suggester/node_modules/y18n": {
10038
- "version": "5.0.8",
10039
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
10040
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
9984
+ "node_modules/code-suggester/node_modules/brace-expansion": {
9985
+ "version": "1.1.11",
9986
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
9987
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
9988
"dev": true,
9989
+ "dependencies": {
9990
+ "balanced-match": "^1.0.0",
9991
+ "concat-map": "0.0.1"
9992
+ }
9993
+ },
9994
+ "node_modules/code-suggester/node_modules/glob": {
9995
+ "version": "7.2.3",
9996
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
9997
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
9998
+ "dev": true,
9999
+ "dependencies": {
10000
+ "fs.realpath": "^1.0.0",
10001
+ "inflight": "^1.0.4",
10002
+ "inherits": "2",
10003
+ "minimatch": "^3.1.1",
10004
+ "once": "^1.3.0",
10005
+ "path-is-absolute": "^1.0.0"
10006
+ },
10007
"engines": {
10043
- "node": ">=10"
10008
+ "node": "*"
10009
+ },
10010
+ "funding": {
10011
+ "url": "https://github.com/sponsors/isaacs"
10012
+ }
10013
+ },
10014
+ "node_modules/code-suggester/node_modules/minimatch": {
10015
+ "version": "3.1.2",
10016
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
10017
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
10018
+ "dev": true,
10019
+ "dependencies": {
10020
+ "brace-expansion": "^1.1.7"
10021
+ },
10022
+ "engines": {
10023
+ "node": "*"
10024
}
10025
},
10026
"node_modules/code-suggester/node_modules/yargs": {
@@ -10265,9 +10245,9 @@
10245
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
10246
},
10247
"node_modules/compute-scroll-into-view": {
10268
- "version": "1.0.17",
10269
- "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz",
10270
- "integrity": "sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg=="
10248
+ "version": "1.0.20",
10249
+ "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
10250
+ "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg=="
10251
},
10252
"node_modules/concat-map": {
10253
"version": "0.0.1",
@@ -10481,9 +10461,9 @@
10461
}
10462
},
10463
"node_modules/core-js": {
10484
- "version": "3.26.1",
10485
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.26.1.tgz",
10486
- "integrity": "sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==",
10464
+ "version": "3.27.1",
10465
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.1.tgz",
10466
+ "integrity": "sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww==",
10467
"hasInstallScript": true,
10468
"funding": {
10469
"type": "opencollective",
@@ -10491,9 +10471,9 @@
10471
}
10472
},
10473
"node_modules/core-js-compat": {
10494
- "version": "3.26.1",
10495
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.26.1.tgz",
10496
- "integrity": "sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==",
10474
+ "version": "3.27.1",
10475
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.27.1.tgz",
10476
+ "integrity": "sha512-Dg91JFeCDA17FKnneN7oCMz4BkQ4TcffkgHP4OWwp9yx3pi7ubqMDXXSacfNak1PQqjc95skyt+YBLHQJnkJwA==",
10477
"dependencies": {
10478
"browserslist": "^4.21.4"
10479
},
@@ -10503,9 +10483,9 @@
10483
}
10484
},
10485
"node_modules/core-js-pure": {
10506
- "version": "3.26.1",
10507
- "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.26.1.tgz",
10508
- "integrity": "sha512-VVXcDpp/xJ21KdULRq/lXdLzQAtX7+37LzpyfFM973il0tWSsDEoyzG38G14AjTpK9VTfiNM9jnFauq/CpaWGQ==",
10486
+ "version": "3.27.1",
10487
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.27.1.tgz",
10488
+ "integrity": "sha512-BS2NHgwwUppfeoqOXqi08mUqS5FiZpuRuJJpKsaME7kJz0xxuk0xkhDdfMIlP/zLa80krBqss1LtD7f889heAw==",
10489
"hasInstallScript": true,
10490
"funding": {
10491
"type": "opencollective",
@@ -10545,9 +10525,9 @@
10525
}
10526
},
10527
"node_modules/cosmiconfig-typescript-loader": {
10548
- "version": "4.2.0",
10549
- "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.2.0.tgz",
10550
- "integrity": "sha512-NkANeMnaHrlaSSlpKGyvn2R4rqUDeE/9E5YHx+b4nwo0R8dZyAqcih8/gxpCZvqWP9Vf6xuLpMSzSgdVEIM78g==",
10528
+ "version": "4.3.0",
10529
+ "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.3.0.tgz",
10530
+ "integrity": "sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==",
10531
"dev": true,
10532
"engines": {
10533
"node": ">=12",
@@ -10560,6 +10540,14 @@
10540
"typescript": ">=3"
10541
}
10542
},
10543
+ "node_modules/cosmiconfig/node_modules/yaml": {
10544
+ "version": "1.10.2",
10545
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
10546
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
10547
+ "engines": {
10548
+ "node": ">= 6"
10549
+ }
10550
+ },
10551
"node_modules/create-gatsby": {
10552
"version": "2.25.0",
10553
"resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-2.25.0.tgz",
@@ -10861,6 +10849,14 @@
10849
"postcss": "^8.2.15"
10850
}
10851
},
10852
+ "node_modules/cssnano/node_modules/yaml": {
10853
+ "version": "1.10.2",
10854
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
10855
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
10856
+ "engines": {
10857
+ "node": ">= 6"
10858
+ }
10859
+ },
10860
"node_modules/csso": {
10861
"version": "4.2.0",
10862
"resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
@@ -10965,11 +10961,19 @@
10961
}
10962
},
10963
"node_modules/debug": {
10968
- "version": "3.2.7",
10969
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
10970
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
10964
+ "version": "4.3.4",
10965
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
10966
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
10967
"dependencies": {
10972
- "ms": "^2.1.1"
10968
+ "ms": "2.1.2"
10969
+ },
10970
+ "engines": {
10971
+ "node": ">=6.0"
10972
+ },
10973
+ "peerDependenciesMeta": {
10974
+ "supports-color": {
10975
+ "optional": true
10976
+ }
10977
}
10978
},
10979
"node_modules/decamelize": {
@@ -11006,9 +11010,9 @@
11010
}
11011
},
11012
"node_modules/decimal.js": {
11009
- "version": "10.4.2",
11010
- "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.2.tgz",
11011
- "integrity": "sha512-ic1yEvwT6GuvaYwBLLY6/aFFgjZdySKTE8en/fkU3QICTmRtgtSlFn0u0BXN06InZwtfCelR7j8LRiDI/02iGA==",
11013
+ "version": "10.4.3",
11014
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
11015
+ "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
11016
"dev": true
11017
},
11018
"node_modules/decode-uri-component": {
@@ -11279,22 +11283,6 @@
11283
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
11284
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
11285
},
11282
- "node_modules/detect-port/node_modules/debug": {
11283
- "version": "4.3.4",
11284
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
11285
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
11286
- "dependencies": {
11287
- "ms": "2.1.2"
11288
- },
11289
- "engines": {
11290
- "node": ">=6.0"
11291
- },
11292
- "peerDependenciesMeta": {
11293
- "supports-color": {
11294
- "optional": true
11295
- }
11296
- }
11297
- },
11286
"node_modules/devcert": {
11287
"version": "1.2.2",
11288
"resolved": "https://registry.npmjs.org/devcert/-/devcert-1.2.2.tgz",
@@ -11330,6 +11318,53 @@
11318
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz",
11319
"integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw=="
11320
},
11321
+ "node_modules/devcert/node_modules/brace-expansion": {
11322
+ "version": "1.1.11",
11323
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
11324
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
11325
+ "dependencies": {
11326
+ "balanced-match": "^1.0.0",
11327
+ "concat-map": "0.0.1"
11328
+ }
11329
+ },
11330
+ "node_modules/devcert/node_modules/debug": {
11331
+ "version": "3.2.7",
11332
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
11333
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
11334
+ "dependencies": {
11335
+ "ms": "^2.1.1"
11336
+ }
11337
+ },
11338
+ "node_modules/devcert/node_modules/glob": {
11339
+ "version": "7.2.3",
11340
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
11341
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
11342
+ "dependencies": {
11343
+ "fs.realpath": "^1.0.0",
11344
+ "inflight": "^1.0.4",
11345
+ "inherits": "2",
11346
+ "minimatch": "^3.1.1",
11347
+ "once": "^1.3.0",
11348
+ "path-is-absolute": "^1.0.0"
11349
+ },
11350
+ "engines": {
11351
+ "node": "*"
11352
+ },
11353
+ "funding": {
11354
+ "url": "https://github.com/sponsors/isaacs"
11355
+ }
11356
+ },
11357
+ "node_modules/devcert/node_modules/minimatch": {
11358
+ "version": "3.1.2",
11359
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
11360
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
11361
+ "dependencies": {
11362
+ "brace-expansion": "^1.1.7"
11363
+ },
11364
+ "engines": {
11365
+ "node": "*"
11366
+ }
11367
+ },
11368
"node_modules/devcert/node_modules/mkdirp": {
11369
"version": "0.5.6",
11370
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
@@ -11341,6 +11376,17 @@
11376
"mkdirp": "bin/cmd.js"
11377
}
11378
},
11379
+ "node_modules/devcert/node_modules/rimraf": {
11380
+ "version": "2.7.1",
11381
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
11382
+ "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
11383
+ "dependencies": {
11384
+ "glob": "^7.1.3"
11385
+ },
11386
+ "bin": {
11387
+ "rimraf": "bin.js"
11388
+ }
11389
+ },
11390
"node_modules/devcert/node_modules/tmp": {
11391
"version": "0.0.33",
11392
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -11398,9 +11444,9 @@
11444
}
11445
},
11446
"node_modules/dom-accessibility-api": {
11401
- "version": "0.5.14",
11402
- "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz",
11403
- "integrity": "sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==",
11447
+ "version": "0.5.15",
11448
+ "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.15.tgz",
11449
+ "integrity": "sha512-8o+oVqLQZoruQPYy3uAAQtc6YbtSiRq5aPJBhJ82YTJRHvI6ofhYAkC81WmjFTnfUbqg6T3aCglIpU9p/5e7Cw==",
11450
"dev": true
11451
},
11452
"node_modules/dom-converter": {
@@ -11659,22 +11705,6 @@
11705
"yeast": "0.1.2"
11706
}
11707
},
11662
- "node_modules/engine.io-client/node_modules/debug": {
11663
- "version": "4.3.4",
11664
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
11665
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
11666
- "dependencies": {
11667
- "ms": "2.1.2"
11668
- },
11669
- "engines": {
11670
- "node": ">=6.0"
11671
- },
11672
- "peerDependenciesMeta": {
11673
- "supports-color": {
11674
- "optional": true
11675
- }
11676
- }
11677
- },
11708
"node_modules/engine.io-client/node_modules/ws": {
11709
"version": "7.4.6",
11710
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
@@ -11706,22 +11736,6 @@
11736
"node": ">=8.0.0"
11737
}
11738
},
11709
- "node_modules/engine.io/node_modules/debug": {
11710
- "version": "4.3.4",
11711
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
11712
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
11713
- "dependencies": {
11714
- "ms": "2.1.2"
11715
- },
11716
- "engines": {
11717
- "node": ">=6.0"
11718
- },
11719
- "peerDependenciesMeta": {
11720
- "supports-color": {
11721
- "optional": true
11722
- }
11723
- }
11724
- },
11739
"node_modules/engine.io/node_modules/ws": {
11740
"version": "7.4.6",
11741
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
@@ -11743,9 +11757,9 @@
11757
}
11758
},
11759
"node_modules/enhanced-resolve": {
11746
- "version": "5.10.0",
11747
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz",
11748
- "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==",
11760
+ "version": "5.12.0",
11761
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz",
11762
+ "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==",
11763
"dependencies": {
11764
"graceful-fs": "^4.2.4",
11765
"tapable": "^2.2.0"
@@ -11822,9 +11836,9 @@
11836
}
11837
},
11838
"node_modules/es-abstract": {
11825
- "version": "1.20.4",
11826
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz",
11827
- "integrity": "sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==",
11839
+ "version": "1.20.5",
11840
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.5.tgz",
11841
+ "integrity": "sha512-7h8MM2EQhsCA7pU/Nv78qOXFpD8Rhqd12gYiSJVkrH9+e8VuA8JlPJK/hQjjlLv6pJvx/z1iRFKzYb0XT/RuAQ==",
11842
"dependencies": {
11843
"call-bind": "^1.0.2",
11844
"es-to-primitive": "^1.2.1",
@@ -11832,6 +11846,7 @@
11846
"function.prototype.name": "^1.1.5",
11847
"get-intrinsic": "^1.1.3",
11848
"get-symbol-description": "^1.0.0",
11849
+ "gopd": "^1.0.1",
11850
"has": "^1.0.3",
11851
"has-property-descriptors": "^1.0.0",
11852
"has-symbols": "^1.0.3",
@@ -11847,8 +11862,8 @@
11862
"object.assign": "^4.1.4",
11863
"regexp.prototype.flags": "^1.4.3",
11864
"safe-regex-test": "^1.0.0",
11850
- "string.prototype.trimend": "^1.0.5",
11851
- "string.prototype.trimstart": "^1.0.5",
11865
+ "string.prototype.trimend": "^1.0.6",
11866
+ "string.prototype.trimstart": "^1.0.6",
11867
"unbox-primitive": "^1.0.2"
11868
},
11869
"engines": {
@@ -12077,12 +12092,12 @@
12092
}
12093
},
12094
"node_modules/eslint": {
12080
- "version": "8.29.0",
12081
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.29.0.tgz",
12082
- "integrity": "sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==",
12095
+ "version": "8.31.0",
12096
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz",
12097
+ "integrity": "sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==",
12098
"dependencies": {
12084
- "@eslint/eslintrc": "^1.3.3",
12085
- "@humanwhocodes/config-array": "^0.11.6",
12099
+ "@eslint/eslintrc": "^1.4.1",
12100
+ "@humanwhocodes/config-array": "^0.11.8",
12101
"@humanwhocodes/module-importer": "^1.0.1",
12102
"@nodelib/fs.walk": "^1.2.8",
12103
"ajv": "^6.10.0",
@@ -12101,7 +12116,7 @@
12116
"file-entry-cache": "^6.0.1",
12117
"find-up": "^5.0.0",
12118
"glob-parent": "^6.0.2",
12104
- "globals": "^13.15.0",
12119
+ "globals": "^13.19.0",
12120
"grapheme-splitter": "^1.0.4",
12121
"ignore": "^5.2.0",
12122
"import-fresh": "^3.0.0",
@@ -12152,6 +12167,14 @@
12167
"resolve": "^1.20.0"
12168
}
12169
},
12170
+ "node_modules/eslint-import-resolver-node/node_modules/debug": {
12171
+ "version": "3.2.7",
12172
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
12173
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
12174
+ "dependencies": {
12175
+ "ms": "^2.1.1"
12176
+ }
12177
+ },
12178
"node_modules/eslint-module-utils": {
12179
"version": "2.7.4",
12180
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz",
@@ -12168,6 +12191,14 @@
12191
}
12192
}
12193
},
12194
+ "node_modules/eslint-module-utils/node_modules/debug": {
12195
+ "version": "3.2.7",
12196
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
12197
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
12198
+ "dependencies": {
12199
+ "ms": "^2.1.1"
12200
+ }
12201
+ },
12202
"node_modules/eslint-plugin-es": {
12203
"version": "3.0.1",
12204
"resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz",
@@ -12555,6 +12586,33 @@
12586
}
12587
}
12588
},
12589
+ "node_modules/eslint-plugin-primer-react": {
12590
+ "version": "1.0.1",
12591
+ "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-1.0.1.tgz",
12592
+ "integrity": "sha512-c2qL7LwGl8ZR3Iw/fCt9sll3Cjvkju7dhJPBWdwl0YPe+h69zX1dtOFonMFCrLDBJVU9crYtNr9wQHeQUxY2oA==",
12593
+ "dev": true,
12594
+ "dependencies": {
12595
+ "@styled-system/props": "^5.1.5",
12596
+ "eslint-plugin-github": "^4.3.7",
12597
+ "eslint-plugin-jsx-a11y": "^6.6.1",
12598
+ "eslint-traverse": "^1.0.0",
12599
+ "lodash": "^4.17.21",
12600
+ "styled-system": "^5.1.5"
12601
+ },
12602
+ "peerDependencies": {
12603
+ "@primer/primitives": ">=4.6.2",
12604
+ "eslint": "^8.0.1"
12605
+ }
12606
+ },
12607
+ "node_modules/eslint-plugin-primer-react/node_modules/@styled-system/props": {
12608
+ "version": "5.1.5",
12609
+ "resolved": "https://registry.npmjs.org/@styled-system/props/-/props-5.1.5.tgz",
12610
+ "integrity": "sha512-FXhbzq2KueZpGaHxaDm8dowIEWqIMcgsKs6tBl6Y6S0njG9vC8dBMI6WSLDnzMoSqIX3nSKHmOmpzpoihdDewg==",
12611
+ "dev": true,
12612
+ "dependencies": {
12613
+ "styled-system": "^5.1.5"
12614
+ }
12615
+ },
12616
"node_modules/eslint-plugin-promise": {
12617
"version": "6.1.1",
12618
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz",
@@ -12569,24 +12627,25 @@
12627
}
12628
},
12629
"node_modules/eslint-plugin-react": {
12572
- "version": "7.31.10",
12573
- "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz",
12574
- "integrity": "sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==",
12630
+ "version": "7.31.11",
12631
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz",
12632
+ "integrity": "sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==",
12633
"dependencies": {
12576
- "array-includes": "^3.1.5",
12577
- "array.prototype.flatmap": "^1.3.0",
12634
+ "array-includes": "^3.1.6",
12635
+ "array.prototype.flatmap": "^1.3.1",
12636
+ "array.prototype.tosorted": "^1.1.1",
12637
"doctrine": "^2.1.0",
12638
"estraverse": "^5.3.0",
12639
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
12640
"minimatch": "^3.1.2",
12582
- "object.entries": "^1.1.5",
12583
- "object.fromentries": "^2.0.5",
12584
- "object.hasown": "^1.1.1",
12585
- "object.values": "^1.1.5",
12641
+ "object.entries": "^1.1.6",
12642
+ "object.fromentries": "^2.0.6",
12643
+ "object.hasown": "^1.1.2",
12644
+ "object.values": "^1.1.6",
12645
"prop-types": "^15.8.1",
12646
"resolve": "^2.0.0-next.3",
12647
"semver": "^6.3.0",
12589
- "string.prototype.matchall": "^4.0.7"
12648
+ "string.prototype.matchall": "^4.0.8"
12649
},
12650
"engines": {
12651
"node": ">=4"
@@ -12671,23 +12730,15 @@
12730
}
12731
},
12732
"node_modules/eslint-scope": {
12674
- "version": "5.1.1",
12675
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
12676
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
12733
+ "version": "7.1.1",
12734
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
12735
+ "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
12736
"dependencies": {
12737
"esrecurse": "^4.3.0",
12679
- "estraverse": "^4.1.1"
12738
+ "estraverse": "^5.2.0"
12739
},
12740
"engines": {
12682
- "node": ">=8.0.0"
12683
- }
12684
- },
12685
- "node_modules/eslint-scope/node_modules/estraverse": {
12686
- "version": "4.3.0",
12687
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
12688
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
12689
- "engines": {
12690
- "node": ">=4.0"
12741
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
12742
}
12743
},
12744
"node_modules/eslint-traverse": {
@@ -12713,7 +12764,7 @@
12764
"eslint": ">=5"
12765
}
12766
},
12716
- "node_modules/eslint-visitor-keys": {
12767
+ "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
12768
"version": "2.1.0",
12769
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
12770
"integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
@@ -12721,6 +12772,14 @@
12772
"node": ">=10"
12773
}
12774
},
12775
+ "node_modules/eslint-visitor-keys": {
12776
+ "version": "3.3.0",
12777
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
12778
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
12779
+ "engines": {
12780
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
12781
+ }
12782
+ },
12783
"node_modules/eslint-webpack-plugin": {
12784
"version": "2.7.0",
12785
"resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz",
@@ -12772,6 +12831,26 @@
12831
"url": "https://github.com/chalk/supports-color?sponsor=1"
12832
}
12833
},
12834
+ "node_modules/eslint/node_modules/ajv": {
12835
+ "version": "6.12.6",
12836
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
12837
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
12838
+ "dependencies": {
12839
+ "fast-deep-equal": "^3.1.1",
12840
+ "fast-json-stable-stringify": "^2.0.0",
12841
+ "json-schema-traverse": "^0.4.1",
12842
+ "uri-js": "^4.2.2"
12843
+ },
12844
+ "funding": {
12845
+ "type": "github",
12846
+ "url": "https://github.com/sponsors/epoberezkin"
12847
+ }
12848
+ },
12849
+ "node_modules/eslint/node_modules/argparse": {
12850
+ "version": "2.0.1",
12851
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
12852
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
12853
+ },
12854
"node_modules/eslint/node_modules/brace-expansion": {
12855
"version": "1.1.11",
12856
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -12781,53 +12860,6 @@
12860
"concat-map": "0.0.1"
12861
}
12862
},
12784
- "node_modules/eslint/node_modules/debug": {
12785
- "version": "4.3.4",
12786
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
12787
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
12788
- "dependencies": {
12789
- "ms": "2.1.2"
12790
- },
12791
- "engines": {
12792
- "node": ">=6.0"
12793
- },
12794
- "peerDependenciesMeta": {
12795
- "supports-color": {
12796
- "optional": true
12797
- }
12798
- }
12799
- },
12800
- "node_modules/eslint/node_modules/eslint-scope": {
12801
- "version": "7.1.1",
12802
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
12803
- "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
12804
- "dependencies": {
12805
- "esrecurse": "^4.3.0",
12806
- "estraverse": "^5.2.0"
12807
- },
12808
- "engines": {
12809
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
12810
- }
12811
- },
12812
- "node_modules/eslint/node_modules/eslint-visitor-keys": {
12813
- "version": "3.3.0",
12814
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
12815
- "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
12816
- "engines": {
12817
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
12818
- }
12819
- },
12820
- "node_modules/eslint/node_modules/glob-parent": {
12821
- "version": "6.0.2",
12822
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
12823
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
12824
- "dependencies": {
12825
- "is-glob": "^4.0.3"
12826
- },
12827
- "engines": {
12828
- "node": ">=10.13.0"
12829
- }
12830
- },
12863
"node_modules/eslint/node_modules/globals": {
12864
"version": "13.19.0",
12865
"resolved": "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz",
@@ -12853,6 +12885,11 @@
12885
"js-yaml": "bin/js-yaml.js"
12886
}
12887
},
12888
+ "node_modules/eslint/node_modules/json-schema-traverse": {
12889
+ "version": "0.4.1",
12890
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
12891
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
12892
+ },
12893
"node_modules/eslint/node_modules/minimatch": {
12894
"version": "3.1.2",
12895
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -12880,14 +12917,6 @@
12917
"url": "https://opencollective.com/eslint"
12918
}
12919
},
12883
- "node_modules/espree/node_modules/eslint-visitor-keys": {
12884
- "version": "3.3.0",
12885
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
12886
- "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
12887
- "engines": {
12888
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
12889
- }
12890
- },
12920
"node_modules/esprima": {
12921
"version": "4.0.1",
12922
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
@@ -13165,6 +13194,14 @@
13194
"node": ">=6.0.0"
13195
}
13196
},
13197
+ "node_modules/express-http-proxy/node_modules/debug": {
13198
+ "version": "3.2.7",
13199
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
13200
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
13201
+ "dependencies": {
13202
+ "ms": "^2.1.1"
13203
+ }
13204
+ },
13205
"node_modules/express/node_modules/cookie": {
13206
"version": "0.5.0",
13207
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
@@ -13265,6 +13302,17 @@
13302
"node": ">=8.6.0"
13303
}
13304
},
13305
+ "node_modules/fast-glob/node_modules/glob-parent": {
13306
+ "version": "5.1.2",
13307
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
13308
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
13309
+ "dependencies": {
13310
+ "is-glob": "^4.0.1"
13311
+ },
13312
+ "engines": {
13313
+ "node": ">= 6"
13314
+ }
13315
+ },
13316
"node_modules/fast-json-stable-stringify": {
13317
"version": "2.1.0",
13318
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
@@ -13284,9 +13332,9 @@
13332
}
13333
},
13334
"node_modules/fastq": {
13287
- "version": "1.13.0",
13288
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
13289
- "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
13335
+ "version": "1.15.0",
13336
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
13337
+ "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
13338
"dependencies": {
13339
"reusify": "^1.0.4"
13340
}
@@ -13497,29 +13545,15 @@
13545
"node": "^10.12.0 || >=12.0.0"
13546
}
13547
},
13500
- "node_modules/flat-cache/node_modules/rimraf": {
13501
- "version": "3.0.2",
13502
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
13503
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
13504
- "dependencies": {
13505
- "glob": "^7.1.3"
13506
- },
13507
- "bin": {
13508
- "rimraf": "bin.js"
13509
- },
13510
- "funding": {
13511
- "url": "https://github.com/sponsors/isaacs"
13512
- }
13513
- },
13548
"node_modules/flatted": {
13549
"version": "3.2.7",
13550
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
13551
"integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ=="
13552
},
13553
"node_modules/focus-lock": {
13520
- "version": "0.11.3",
13521
- "resolved": "https://registry.npmjs.org/focus-lock/-/focus-lock-0.11.3.tgz",
13522
- "integrity": "sha512-4n0pYcPTa/uI7Q66BZna61nRT7lDhnuJ9PJr6wiDjx4uStg491ks41y7uOG+s0umaaa+hulNKSldU9aTg9/yVg==",
13554
+ "version": "0.11.4",
13555
+ "resolved": "https://registry.npmjs.org/focus-lock/-/focus-lock-0.11.4.tgz",
13556
+ "integrity": "sha512-LzZWJcOBIcHslQ46N3SUu/760iLPSrUtp8omM4gh9du438V2CQdks8TcOu1yvmu2C68nVOBnl1WFiKGPbQ8L6g==",
13557
"dependencies": {
13558
"tslib": "^2.0.3"
13559
},
@@ -13611,6 +13645,29 @@
13645
}
13646
}
13647
},
13648
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/ajv": {
13649
+ "version": "6.12.6",
13650
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
13651
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
13652
+ "dependencies": {
13653
+ "fast-deep-equal": "^3.1.1",
13654
+ "fast-json-stable-stringify": "^2.0.0",
13655
+ "json-schema-traverse": "^0.4.1",
13656
+ "uri-js": "^4.2.2"
13657
+ },
13658
+ "funding": {
13659
+ "type": "github",
13660
+ "url": "https://github.com/sponsors/epoberezkin"
13661
+ }
13662
+ },
13663
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/ajv-keywords": {
13664
+ "version": "3.5.2",
13665
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
13666
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
13667
+ "peerDependencies": {
13668
+ "ajv": "^6.9.1"
13669
+ }
13670
+ },
13671
"node_modules/fork-ts-checker-webpack-plugin/node_modules/brace-expansion": {
13672
"version": "1.1.11",
13673
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -13649,6 +13706,30 @@
13706
"node": ">=10"
13707
}
13708
},
13709
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/glob": {
13710
+ "version": "7.2.3",
13711
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
13712
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
13713
+ "dependencies": {
13714
+ "fs.realpath": "^1.0.0",
13715
+ "inflight": "^1.0.4",
13716
+ "inherits": "2",
13717
+ "minimatch": "^3.1.1",
13718
+ "once": "^1.3.0",
13719
+ "path-is-absolute": "^1.0.0"
13720
+ },
13721
+ "engines": {
13722
+ "node": "*"
13723
+ },
13724
+ "funding": {
13725
+ "url": "https://github.com/sponsors/isaacs"
13726
+ }
13727
+ },
13728
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/json-schema-traverse": {
13729
+ "version": "0.4.1",
13730
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
13731
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
13732
+ },
13733
"node_modules/fork-ts-checker-webpack-plugin/node_modules/minimatch": {
13734
"version": "3.1.2",
13735
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -13685,10 +13766,18 @@
13766
"node": ">=6"
13767
}
13768
},
13769
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/yaml": {
13770
+ "version": "1.10.2",
13771
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
13772
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
13773
+ "engines": {
13774
+ "node": ">= 6"
13775
+ }
13776
+ },
13777
"node_modules/form-data": {
13689
- "version": "3.0.1",
13690
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
13691
- "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
13778
+ "version": "4.0.0",
13779
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
13780
+ "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
13781
"dependencies": {
13782
"asynckit": "^0.4.0",
13783
"combined-stream": "^1.0.8",
@@ -13807,14 +13896,14 @@
13896
}
13897
},
13898
"node_modules/fs-minipass": {
13810
- "version": "2.1.0",
13811
- "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
13812
- "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
13899
+ "version": "3.0.0",
13900
+ "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.0.tgz",
13901
+ "integrity": "sha512-EUojgQaSPy6sxcqcZgQv6TVF6jiKvurji3AxhAivs/Ep4O1UpS8TusaxpybfFHZ2skRhLqzk6WR8nqNYIMMDeA==",
13902
"dependencies": {
13814
- "minipass": "^3.0.0"
13903
+ "minipass": "^4.0.0"
13904
},
13905
"engines": {
13817
- "node": ">= 8"
13906
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
13907
}
13908
},
13909
"node_modules/fs-monkey": {
@@ -13895,9 +13984,9 @@
13984
"integrity": "sha512-4sPVXf+9oGhzg2tYzgWe4hgAY0wEbkqeuKVEgdnqX8S8VcLosQsDjb0jV+f5uoQlf8INWId1w0IGoufAoik1TA=="
13985
},
13986
"node_modules/gatsby": {
13898
- "version": "4.25.0",
13899
- "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.25.0.tgz",
13900
- "integrity": "sha512-zR/u0X60Ww250XqHGytAVFDfFJUpDzMnbPHQ7uAqr6zLgU03DBKyjqKiRpFsGx7L7ENj61hdorjz12IiNj6DIw==",
13987
+ "version": "4.25.1",
13988
+ "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.25.1.tgz",
13989
+ "integrity": "sha512-mCwvRfgFI/dFydn0JTS0ckOS7MAGeX0SgB06+UXO9PWJld/YaSldmQ7HYcoXRV1KvDyXmo0C0b0R/7WAoQhI8Q==",
13990
"hasInstallScript": true,
13991
"dependencies": {
13992
"@babel/code-frame": "^7.14.0",
@@ -13986,7 +14075,7 @@
14075
"gatsby-legacy-polyfills": "^2.25.0",
14076
"gatsby-link": "^4.25.0",
14077
"gatsby-page-utils": "^2.25.0",
13989
- "gatsby-parcel-config": "^0.16.0",
14078
+ "gatsby-parcel-config": "0.16.0",
14079
"gatsby-plugin-page-creator": "^4.25.0",
14080
"gatsby-plugin-typescript": "^4.25.0",
14081
"gatsby-plugin-utils": "^3.19.0",
@@ -14136,6 +14225,28 @@
14225
"node": ">=14.15.0"
14226
}
14227
},
14228
+ "node_modules/gatsby-cli/node_modules/cliui": {
14229
+ "version": "6.0.0",
14230
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
14231
+ "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
14232
+ "dependencies": {
14233
+ "string-width": "^4.2.0",
14234
+ "strip-ansi": "^6.0.0",
14235
+ "wrap-ansi": "^6.2.0"
14236
+ }
14237
+ },
14238
+ "node_modules/gatsby-cli/node_modules/find-up": {
14239
+ "version": "4.1.0",
14240
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
14241
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
14242
+ "dependencies": {
14243
+ "locate-path": "^5.0.0",
14244
+ "path-exists": "^4.0.0"
14245
+ },
14246
+ "engines": {
14247
+ "node": ">=8"
14248
+ }
14249
+ },
14250
"node_modules/gatsby-cli/node_modules/hosted-git-info": {
14251
"version": "3.0.8",
14252
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.8.tgz",
@@ -14147,6 +14258,17 @@
14258
"node": ">=10"
14259
}
14260
},
14261
+ "node_modules/gatsby-cli/node_modules/locate-path": {
14262
+ "version": "5.0.0",
14263
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
14264
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
14265
+ "dependencies": {
14266
+ "p-locate": "^4.1.0"
14267
+ },
14268
+ "engines": {
14269
+ "node": ">=8"
14270
+ }
14271
+ },
14272
"node_modules/gatsby-cli/node_modules/lru-cache": {
14273
"version": "6.0.0",
14274
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -14158,11 +14280,87 @@
14280
"node": ">=10"
14281
}
14282
},
14283
+ "node_modules/gatsby-cli/node_modules/p-limit": {
14284
+ "version": "2.3.0",
14285
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
14286
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
14287
+ "dependencies": {
14288
+ "p-try": "^2.0.0"
14289
+ },
14290
+ "engines": {
14291
+ "node": ">=6"
14292
+ },
14293
+ "funding": {
14294
+ "url": "https://github.com/sponsors/sindresorhus"
14295
+ }
14296
+ },
14297
+ "node_modules/gatsby-cli/node_modules/p-locate": {
14298
+ "version": "4.1.0",
14299
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
14300
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
14301
+ "dependencies": {
14302
+ "p-limit": "^2.2.0"
14303
+ },
14304
+ "engines": {
14305
+ "node": ">=8"
14306
+ }
14307
+ },
14308
+ "node_modules/gatsby-cli/node_modules/wrap-ansi": {
14309
+ "version": "6.2.0",
14310
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
14311
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
14312
+ "dependencies": {
14313
+ "ansi-styles": "^4.0.0",
14314
+ "string-width": "^4.1.0",
14315
+ "strip-ansi": "^6.0.0"
14316
+ },
14317
+ "engines": {
14318
+ "node": ">=8"
14319
+ }
14320
+ },
14321
+ "node_modules/gatsby-cli/node_modules/y18n": {
14322
+ "version": "4.0.3",
14323
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
14324
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
14325
+ },
14326
"node_modules/gatsby-cli/node_modules/yallist": {
14327
"version": "4.0.0",
14328
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
14329
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
14330
},
14331
+ "node_modules/gatsby-cli/node_modules/yargs": {
14332
+ "version": "15.4.1",
14333
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
14334
+ "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
14335
+ "dependencies": {
14336
+ "cliui": "^6.0.0",
14337
+ "decamelize": "^1.2.0",
14338
+ "find-up": "^4.1.0",
14339
+ "get-caller-file": "^2.0.1",
14340
+ "require-directory": "^2.1.1",
14341
+ "require-main-filename": "^2.0.0",
14342
+ "set-blocking": "^2.0.0",
14343
+ "string-width": "^4.2.0",
14344
+ "which-module": "^2.0.0",
14345
+ "y18n": "^4.0.0",
14346
+ "yargs-parser": "^18.1.2"
14347
+ },
14348
+ "engines": {
14349
+ "node": ">=8"
14350
+ }
14351
+ },
14352
+ "node_modules/gatsby-cli/node_modules/yargs-parser": {
14353
+ "version": "18.1.3",
14354
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
14355
+ "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
14356
+ "dependencies": {
14357
+ "camelcase": "^5.0.0",
14358
+ "decamelize": "^1.2.0"
14359
+ },
14360
+ "engines": {
14361
+ "node": ">=6"
14362
+ }
14363
+ },
14364
"node_modules/gatsby-core-utils": {
14365
"version": "3.25.0",
14366
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.25.0.tgz",
@@ -14265,6 +14463,45 @@
14463
"node": ">=14.15.0"
14464
}
14465
},
14466
+ "node_modules/gatsby-page-utils/node_modules/brace-expansion": {
14467
+ "version": "1.1.11",
14468
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
14469
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
14470
+ "dependencies": {
14471
+ "balanced-match": "^1.0.0",
14472
+ "concat-map": "0.0.1"
14473
+ }
14474
+ },
14475
+ "node_modules/gatsby-page-utils/node_modules/glob": {
14476
+ "version": "7.2.3",
14477
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
14478
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
14479
+ "dependencies": {
14480
+ "fs.realpath": "^1.0.0",
14481
+ "inflight": "^1.0.4",
14482
+ "inherits": "2",
14483
+ "minimatch": "^3.1.1",
14484
+ "once": "^1.3.0",
14485
+ "path-is-absolute": "^1.0.0"
14486
+ },
14487
+ "engines": {
14488
+ "node": "*"
14489
+ },
14490
+ "funding": {
14491
+ "url": "https://github.com/sponsors/isaacs"
14492
+ }
14493
+ },
14494
+ "node_modules/gatsby-page-utils/node_modules/minimatch": {
14495
+ "version": "3.1.2",
14496
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
14497
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
14498
+ "dependencies": {
14499
+ "brace-expansion": "^1.1.7"
14500
+ },
14501
+ "engines": {
14502
+ "node": "*"
14503
+ }
14504
+ },
14505
"node_modules/gatsby-parcel-config": {
14506
"version": "0.16.0",
14507
"resolved": "https://registry.npmjs.org/gatsby-parcel-config/-/gatsby-parcel-config-0.16.0.tgz",
@@ -14290,6 +14527,47 @@
14527
"@parcel/core": "^2.0.0"
14528
}
14529
},
14530
+ "node_modules/gatsby-plugin-catch-links": {
14531
+ "version": "4.25.0",
14532
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.25.0.tgz",
14533
+ "integrity": "sha512-pfXr2Ad2J2m7B0cq+2itDjmcOLmQ/S+0oOlrRj0AgHbSoqDa04s6DhVx5yIuYA+sfkk8gXXtgl/jJLyxi85gYw==",
14534
+ "dependencies": {
14535
+ "@babel/runtime": "^7.15.4",
14536
+ "escape-string-regexp": "^1.0.5"
14537
+ },
14538
+ "engines": {
14539
+ "node": ">=14.15.0"
14540
+ },
14541
+ "peerDependencies": {
14542
+ "gatsby": "^4.0.0-next"
14543
+ }
14544
+ },
14545
+ "node_modules/gatsby-plugin-catch-links/node_modules/escape-string-regexp": {
14546
+ "version": "1.0.5",
14547
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
14548
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
14549
+ "engines": {
14550
+ "node": ">=0.8.0"
14551
+ }
14552
+ },
14553
+ "node_modules/gatsby-plugin-manifest": {
14554
+ "version": "4.25.0",
14555
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.25.0.tgz",
14556
+ "integrity": "sha512-2n7v+TvhWUMoOJEaeiPDFsf9jvOImKLZpnzxE8e6ZeeoGeDngXSZhkkP3x2UYIknHtZXUUjFJh8BaVBXiB1dSQ==",
14557
+ "dependencies": {
14558
+ "@babel/runtime": "^7.15.4",
14559
+ "gatsby-core-utils": "^3.25.0",
14560
+ "gatsby-plugin-utils": "^3.19.0",
14561
+ "semver": "^7.3.7",
14562
+ "sharp": "^0.30.7"
14563
+ },
14564
+ "engines": {
14565
+ "node": ">=14.15.0"
14566
+ },
14567
+ "peerDependencies": {
14568
+ "gatsby": "^4.0.0-next"
14569
+ }
14570
+ },
14571
"node_modules/gatsby-plugin-mdx": {
14572
"version": "3.20.0",
14573
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.20.0.tgz",
@@ -14385,22 +14663,6 @@
14663
"upper-case": "^1.1.1"
14664
}
14665
},
14388
- "node_modules/gatsby-plugin-mdx/node_modules/debug": {
14389
- "version": "4.3.4",
14390
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
14391
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
14392
- "dependencies": {
14393
- "ms": "2.1.2"
14394
- },
14395
- "engines": {
14396
- "node": ">=6.0"
14397
- },
14398
- "peerDependenciesMeta": {
14399
- "supports-color": {
14400
- "optional": true
14401
- }
14402
- }
14403
- },
14666
"node_modules/gatsby-plugin-mdx/node_modules/dot-case": {
14667
"version": "2.1.1",
14668
"resolved": "https://registry.npmjs.org/dot-case/-/dot-case-2.1.1.tgz",
@@ -14464,9 +14726,9 @@
14726
}
14727
},
14728
"node_modules/gatsby-plugin-mdx/node_modules/loader-utils/node_modules/json5": {
14467
- "version": "1.0.1",
14468
- "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
14469
- "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
14729
+ "version": "1.0.2",
14730
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
14731
+ "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
14732
"dependencies": {
14733
"minimist": "^1.2.0"
14734
},
@@ -14661,6 +14923,39 @@
14923
"gatsby": "^4.0.0-next"
14924
}
14925
},
14926
+ "node_modules/gatsby-plugin-react-helmet": {
14927
+ "version": "5.25.0",
14928
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.25.0.tgz",
14929
+ "integrity": "sha512-sU/xae/sGuYFcFDpqUxwXnaOmx8xrU2Q+XSULqAapji0uTBhW6al6CJsaPFigi8IOG2bQX8ano2iWWcGF3/GHw==",
14930
+ "dependencies": {
14931
+ "@babel/runtime": "^7.15.4"
14932
+ },
14933
+ "engines": {
14934
+ "node": ">=14.15.0"
14935
+ },
14936
+ "peerDependencies": {
14937
+ "gatsby": "^4.0.0-next",
14938
+ "react-helmet": "^5.1.3 || ^6.0.0"
14939
+ }
14940
+ },
14941
+ "node_modules/gatsby-plugin-styled-components": {
14942
+ "version": "5.25.0",
14943
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-5.25.0.tgz",
14944
+ "integrity": "sha512-gBCgvLDz+X9Xq8BhroFWZTtURMycgARyly4SlidrPqcPtxWhJtas+gc01/uivHnjIUW6SAac8cpot3ld/PLdZA==",
14945
+ "dependencies": {
14946
+ "@babel/runtime": "^7.15.4"
14947
+ },
14948
+ "engines": {
14949
+ "node": ">=14.15.0"
14950
+ },
14951
+ "peerDependencies": {
14952
+ "babel-plugin-styled-components": ">1.5.0",
14953
+ "gatsby": "^4.0.0-next",
14954
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0",
14955
+ "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0",
14956
+ "styled-components": ">=2.0.0"
14957
+ }
14958
+ },
14959
"node_modules/gatsby-plugin-typescript": {
14960
"version": "4.25.0",
14961
"resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.25.0.tgz",
@@ -14757,6 +15052,29 @@
15052
"node": ">=14.15.0"
15053
}
15054
},
15055
+ "node_modules/gatsby-source-filesystem": {
15056
+ "version": "4.25.0",
15057
+ "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.25.0.tgz",
15058
+ "integrity": "sha512-gja4++bPkYpnum4/TxFicr3zRHBArnM2HjT77EE4EuDhdl6qlJYr/heD09LIPN2jdR5gmPwMDjIZnuYZ/6j/aQ==",
15059
+ "dependencies": {
15060
+ "@babel/runtime": "^7.15.4",
15061
+ "chokidar": "^3.5.3",
15062
+ "file-type": "^16.5.4",
15063
+ "fs-extra": "^10.1.0",
15064
+ "gatsby-core-utils": "^3.25.0",
15065
+ "md5-file": "^5.0.0",
15066
+ "mime": "^2.5.2",
15067
+ "pretty-bytes": "^5.4.1",
15068
+ "valid-url": "^1.0.9",
15069
+ "xstate": "4.32.1"
15070
+ },
15071
+ "engines": {
15072
+ "node": ">=14.15.0"
15073
+ },
15074
+ "peerDependencies": {
15075
+ "gatsby": "^4.0.0-next"
15076
+ }
15077
+ },
15078
"node_modules/gatsby-telemetry": {
15079
"version": "3.25.0",
15080
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.25.0.tgz",
@@ -14821,6 +15139,23 @@
15139
"node": ">=8"
15140
}
15141
},
15142
+ "node_modules/gatsby-transformer-yaml": {
15143
+ "version": "4.25.0",
15144
+ "resolved": "https://registry.npmjs.org/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.25.0.tgz",
15145
+ "integrity": "sha512-upmV5yAqvyDE7WvpMtG0LWlTLHk1lFivP82iL9iwKHRf/bn21iAafiFADyh0RCENnXbK0xxY4mM8UDvAXu3v3g==",
15146
+ "dependencies": {
15147
+ "@babel/runtime": "^7.15.4",
15148
+ "js-yaml": "^3.14.1",
15149
+ "lodash": "^4.17.21",
15150
+ "unist-util-select": "^1.5.0"
15151
+ },
15152
+ "engines": {
15153
+ "node": ">=14.15.0"
15154
+ },
15155
+ "peerDependencies": {
15156
+ "gatsby": "^4.0.0-next"
15157
+ }
15158
+ },
15159
"node_modules/gatsby-worker": {
15160
"version": "1.25.0",
15161
"resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.25.0.tgz",
@@ -14994,6 +15329,92 @@
15329
}
15330
}
15331
},
15332
+ "node_modules/gatsby/node_modules/@typescript-eslint/scope-manager": {
15333
+ "version": "4.33.0",
15334
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz",
15335
+ "integrity": "sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==",
15336
+ "dependencies": {
15337
+ "@typescript-eslint/types": "4.33.0",
15338
+ "@typescript-eslint/visitor-keys": "4.33.0"
15339
+ },
15340
+ "engines": {
15341
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
15342
+ },
15343
+ "funding": {
15344
+ "type": "opencollective",
15345
+ "url": "https://opencollective.com/typescript-eslint"
15346
+ }
15347
+ },
15348
+ "node_modules/gatsby/node_modules/@typescript-eslint/types": {
15349
+ "version": "4.33.0",
15350
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz",
15351
+ "integrity": "sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==",
15352
+ "engines": {
15353
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
15354
+ },
15355
+ "funding": {
15356
+ "type": "opencollective",
15357
+ "url": "https://opencollective.com/typescript-eslint"
15358
+ }
15359
+ },
15360
+ "node_modules/gatsby/node_modules/@typescript-eslint/typescript-estree": {
15361
+ "version": "4.33.0",
15362
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz",
15363
+ "integrity": "sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==",
15364
+ "dependencies": {
15365
+ "@typescript-eslint/types": "4.33.0",
15366
+ "@typescript-eslint/visitor-keys": "4.33.0",
15367
+ "debug": "^4.3.1",
15368
+ "globby": "^11.0.3",
15369
+ "is-glob": "^4.0.1",
15370
+ "semver": "^7.3.5",
15371
+ "tsutils": "^3.21.0"
15372
+ },
15373
+ "engines": {
15374
+ "node": "^10.12.0 || >=12.0.0"
15375
+ },
15376
+ "funding": {
15377
+ "type": "opencollective",
15378
+ "url": "https://opencollective.com/typescript-eslint"
15379
+ },
15380
+ "peerDependenciesMeta": {
15381
+ "typescript": {
15382
+ "optional": true
15383
+ }
15384
+ }
15385
+ },
15386
+ "node_modules/gatsby/node_modules/@typescript-eslint/typescript-estree/node_modules/debug": {
15387
+ "version": "4.3.4",
15388
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
15389
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
15390
+ "dependencies": {
15391
+ "ms": "2.1.2"
15392
+ },
15393
+ "engines": {
15394
+ "node": ">=6.0"
15395
+ },
15396
+ "peerDependenciesMeta": {
15397
+ "supports-color": {
15398
+ "optional": true
15399
+ }
15400
+ }
15401
+ },
15402
+ "node_modules/gatsby/node_modules/@typescript-eslint/visitor-keys": {
15403
+ "version": "4.33.0",
15404
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz",
15405
+ "integrity": "sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==",
15406
+ "dependencies": {
15407
+ "@typescript-eslint/types": "4.33.0",
15408
+ "eslint-visitor-keys": "^2.0.0"
15409
+ },
15410
+ "engines": {
15411
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
15412
+ },
15413
+ "funding": {
15414
+ "type": "opencollective",
15415
+ "url": "https://opencollective.com/typescript-eslint"
15416
+ }
15417
+ },
15418
"node_modules/gatsby/node_modules/acorn": {
15419
"version": "7.4.1",
15420
"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
@@ -15005,6 +15426,29 @@
15426
"node": ">=0.4.0"
15427
}
15428
},
15429
+ "node_modules/gatsby/node_modules/ajv": {
15430
+ "version": "6.12.6",
15431
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
15432
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
15433
+ "dependencies": {
15434
+ "fast-deep-equal": "^3.1.1",
15435
+ "fast-json-stable-stringify": "^2.0.0",
15436
+ "json-schema-traverse": "^0.4.1",
15437
+ "uri-js": "^4.2.2"
15438
+ },
15439
+ "funding": {
15440
+ "type": "github",
15441
+ "url": "https://github.com/sponsors/epoberezkin"
15442
+ }
15443
+ },
15444
+ "node_modules/gatsby/node_modules/axios": {
15445
+ "version": "0.21.4",
15446
+ "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
15447
+ "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
15448
+ "dependencies": {
15449
+ "follow-redirects": "^1.14.0"
15450
+ }
15451
+ },
15452
"node_modules/gatsby/node_modules/brace-expansion": {
15453
"version": "1.1.11",
15454
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -15014,6 +15458,14 @@
15458
"concat-map": "0.0.1"
15459
}
15460
},
15461
+ "node_modules/gatsby/node_modules/debug": {
15462
+ "version": "3.2.7",
15463
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
15464
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
15465
+ "dependencies": {
15466
+ "ms": "^2.1.1"
15467
+ }
15468
+ },
15469
"node_modules/gatsby/node_modules/eslint": {
15470
"version": "7.32.0",
15471
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
@@ -15117,6 +15569,18 @@
15569
"eslint": "^7.1.0"
15570
}
15571
},
15572
+ "node_modules/gatsby/node_modules/eslint-scope": {
15573
+ "version": "5.1.1",
15574
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
15575
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
15576
+ "dependencies": {
15577
+ "esrecurse": "^4.3.0",
15578
+ "estraverse": "^4.1.1"
15579
+ },
15580
+ "engines": {
15581
+ "node": ">=8.0.0"
15582
+ }
15583
+ },
15584
"node_modules/gatsby/node_modules/eslint-utils": {
15585
"version": "2.1.0",
15586
"resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
@@ -15139,6 +15603,14 @@
15603
"node": ">=4"
15604
}
15605
},
15606
+ "node_modules/gatsby/node_modules/eslint-visitor-keys": {
15607
+ "version": "2.1.0",
15608
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
15609
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
15610
+ "engines": {
15611
+ "node": ">=10"
15612
+ }
15613
+ },
This file is too large to show in full.
package.json
+1
-4
@@ -29,10 +29,7 @@
29
"gatsby-plugin-meta-redirect": "^1.1.1",
30
"react": "^17.0.2",
31
"react-dom": "^17.0.2",
32
- "theme": "*"
33
- },
34
- "overrides": {
35
- "react": "$react"
32
+ "theme": "^1.0.0"
33
},
34
"devDependencies": {
35
"@npmcli/eslint-config": "^4.0.1",