1605
1605
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.52.0.tgz#78fe5f117840f69dc4a353adf9b9cd926353378c"
1606
1606
integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==
1607
1607
1608
+ "@fastify/deepmerge@^1.0.0":
1609
+ version "1.3.0"
1610
+ resolved "https://registry.yarnpkg.com/@fastify/deepmerge/-/deepmerge-1.3.0.tgz#8116858108f0c7d9fd460d05a7d637a13fe3239a"
1611
+ integrity sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==
1612
+
1608
1613
1609
1614
version "2.3.0"
1610
1615
resolved "https://registry.yarnpkg.com/@giscus/react/-/react-2.3.0.tgz#1c13f2f96bb67684d4f5288dc1ed3155ff307ce4"
1755
1760
tslib "^2.4.0"
1756
1761
value-or-promise "^1.0.12"
1757
1762
1758
- "@graphql-typed-document-node/
[email protected] ", "@graphql-typed-document-node/core@^3.1.0", "@graphql-typed-document-node/core@^3.1.1":
1763
+ "@graphql-typed-document-node/
[email protected] ", "@graphql-typed-document-node/core@^3.1.0", "@graphql-typed-document-node/core@^3.1.1"
, "@graphql-typed-document-node/core@^3.2.0" :
1759
1764
version "3.2.0"
1760
1765
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
1761
1766
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
@@ -3339,6 +3344,13 @@ agentkeepalive@^4.1.4:
3339
3344
dependencies:
3340
3345
humanize-ms "^1.2.1"
3341
3346
3347
+ ajv-formats@^2.1.1:
3348
+ version "2.1.1"
3349
+ resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
3350
+ integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
3351
+ dependencies:
3352
+ ajv "^8.0.0"
3353
+
3342
3354
ajv-keywords@^3.5.2:
3343
3355
version "3.5.2"
3344
3356
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
@@ -3354,6 +3366,16 @@ ajv@^6.12.4:
3354
3366
json-schema-traverse "^0.4.1"
3355
3367
uri-js "^4.2.2"
3356
3368
3369
+ ajv@^8.0.0, ajv@^8.10.0:
3370
+ version "8.12.0"
3371
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
3372
+ integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
3373
+ dependencies:
3374
+ fast-deep-equal "^3.1.1"
3375
+ json-schema-traverse "^1.0.0"
3376
+ require-from-string "^2.0.2"
3377
+ uri-js "^4.2.2"
3378
+
3357
3379
[email protected] , algoliasearch@^4.14.3:
3358
3380
version "4.19.1"
3359
3381
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.19.1.tgz#18111fb422eaf841737adb92d5ab12133d244218"
@@ -6210,6 +6232,19 @@
[email protected] , fast-json-stable-stringify@^2.0.0, fast-json-sta
6210
6232
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
6211
6233
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
6212
6234
6235
+ fast-json-stringify@^5.7.0:
6236
+ version "5.9.0"
6237
+ resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-5.9.0.tgz#fdf029f72e2548a55aca87ed8b238364a8619f59"
6238
+ integrity sha512-hXu5mchOrV7r1wzY2na0VEJZbb2gUAv5Mrlnq1QvdhZHt8k3pYnwZ6YEVbasbvPc1Ki+FyeTRJW8yDN9jN40yQ==
6239
+ dependencies:
6240
+ "@fastify/deepmerge" "^1.0.0"
6241
+ ajv "^8.10.0"
6242
+ ajv-formats "^2.1.1"
6243
+ fast-deep-equal "^3.1.3"
6244
+ fast-uri "^2.1.0"
6245
+ json-schema-ref-resolver "^1.0.1"
6246
+ rfdc "^1.2.0"
6247
+
6213
6248
fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
6214
6249
version "2.0.6"
6215
6250
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
@@ -6222,6 +6257,11 @@ fast-querystring@^1.1.1:
6222
6257
dependencies:
6223
6258
fast-decode-uri-component "^1.0.1"
6224
6259
6260
+ fast-uri@^2.1.0:
6261
+ version "2.3.0"
6262
+ resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.3.0.tgz#bdae493942483d299e7285dcb4627767d42e2793"
6263
+ integrity sha512-eel5UKGn369gGEWOqBShmFJWfq/xSJvsgDzgLYC845GneayWvXBf0lJCBn5qTABfewy1ZDPoaR5OZCP+kssfuw==
6264
+
6225
6265
fast-url-parser@^1.1.3:
6226
6266
version "1.1.3"
6227
6267
resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
@@ -6472,6 +6512,13 @@ fuzzy@^0.1.3:
6472
6512
resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8"
6473
6513
integrity sha512-/gZffu4ykarLrCiP3Ygsa86UAo1E5vEVlvTrpkKywXSbP9Xhln3oSp9QSV57gEq3JFFpGJ4GZ+5zdEp3FcUh4w==
6474
6514
6515
+ generate-function@^2.3.1:
6516
+ version "2.3.1"
6517
+ resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.3.1.tgz#f069617690c10c868e73b8465746764f97c3479f"
6518
+ integrity sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==
6519
+ dependencies:
6520
+ is-property "^1.0.2"
6521
+
6475
6522
gensync@^1.0.0-beta.2:
6476
6523
version "1.0.0-beta.2"
6477
6524
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
@@ -6676,6 +6723,18 @@ graphemer@^1.4.0:
6676
6723
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
6677
6724
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
6678
6725
6726
+
6727
+ version "0.8.4"
6728
+ resolved "https://registry.yarnpkg.com/graphql-jit/-/graphql-jit-0.8.4.tgz#53c2e43b90ec98ea0942f4062516de910fbff709"
6729
+ integrity sha512-4KRrJ1ROy3Usgbl3eAoUMfdfZCRjkcw9cCGT7QwTUIHm9dPGaSaldxzGUttyjErU0rsYEb6WWyb6mMh5r6lEoQ==
6730
+ dependencies:
6731
+ "@graphql-typed-document-node/core" "^3.2.0"
6732
+ fast-json-stringify "^5.7.0"
6733
+ generate-function "^2.3.1"
6734
+ lodash.memoize "^4.1.2"
6735
+ lodash.merge "4.6.2"
6736
+ lodash.mergewith "4.6.2"
6737
+
6679
6738
6680
6739
version "2.0.0"
6681
6740
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-2.0.0.tgz#11ec181d475852d8aec879183e8e1eb94f2eb79a"
@@ -7464,6 +7523,11 @@ is-potential-custom-element-name@^1.0.1:
7464
7523
resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5"
7465
7524
integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==
7466
7525
7526
+ is-property@^1.0.2:
7527
+ version "1.0.2"
7528
+ resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
7529
+ integrity sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==
7530
+
7467
7531
is-redirect@^1.0.0:
7468
7532
version "1.0.0"
7469
7533
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
@@ -8184,11 +8248,23 @@ json-parse-even-better-errors@^2.3.0:
8184
8248
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
8185
8249
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
8186
8250
8251
+ json-schema-ref-resolver@^1.0.1:
8252
+ version "1.0.1"
8253
+ resolved "https://registry.yarnpkg.com/json-schema-ref-resolver/-/json-schema-ref-resolver-1.0.1.tgz#6586f483b76254784fc1d2120f717bdc9f0a99bf"
8254
+ integrity sha512-EJAj1pgHc1hxF6vo2Z3s69fMjO1INq6eGHXZ8Z6wCQeldCuwxGK9Sxf4/cScGn3FZubCVUehfWtcDM/PLteCQw==
8255
+ dependencies:
8256
+ fast-deep-equal "^3.1.3"
8257
+
8187
8258
json-schema-traverse@^0.4.1:
8188
8259
version "0.4.1"
8189
8260
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
8190
8261
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
8191
8262
8263
+ json-schema-traverse@^1.0.0:
8264
+ version "1.0.0"
8265
+ resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
8266
+ integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
8267
+
8192
8268
json-stable-stringify-without-jsonify@^1.0.1:
8193
8269
version "1.0.1"
8194
8270
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
8453
8529
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
8454
8530
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
8455
8531
8456
- lodash.merge@^4.6.2:
8532
+ lodash.merge@4.6.2, lodash.merge@ ^4.6.2:
8457
8533
version "4.6.2"
8458
8534
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
8459
8535
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
8460
8536
8537
+
8538
+ version "4.6.2"
8539
+ resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
8540
+ integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
8541
+
8461
8542
lodash.sortby@^4.7.0:
8462
8543
version "4.7.0"
8463
8544
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -11165,6 +11246,11 @@ require-directory@^2.1.1:
11165
11246
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
11166
11247
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
11167
11248
11249
+ require-from-string@^2.0.2:
11250
+ version "2.0.2"
11251
+ resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
11252
+ integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
11253
+
11168
11254
require-main-filename@^2.0.0:
11169
11255
version "2.0.0"
11170
11256
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
@@ -11251,7 +11337,7 @@ reusify@^1.0.4:
11251
11337
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
11252
11338
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
11253
11339
11254
- rfdc@^1.3.0:
11340
+ rfdc@^1.2.0, rfdc@^1. 3.0:
11255
11341
version "1.3.0"
11256
11342
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
11257
11343
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
0 commit comments