|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | +"@0no-co/graphql.web@^1.0.5": |
| 6 | + version "1.0.5" |
| 7 | + resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.0.5.tgz#0e7dcce156eb1464731249e67c459e85b7019976" |
| 8 | + integrity sha512-/ODdeNNFksS9hUvpjWFldMEpq0OqCFEIV3NVM0eU8HLUYU0Szf+2iKvr63kkbGchQwk2/1IxPF1PfoCabVkgLw== |
| 9 | + |
5 | 10 | "@adobe/css-tools@^4.0.1":
|
6 | 11 | version "4.0.1"
|
7 | 12 | resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
|
|
2589 | 2594 | dependencies:
|
2590 | 2595 | "@types/node" "*"
|
2591 | 2596 |
|
2592 |
| -"@urql/core@^2.6.1": |
2593 |
| - version "2.6.1" |
2594 |
| - resolved "https://registry.yarnpkg.com/@urql/core/-/core-2.6.1.tgz#c10ee972c5e81df6d7bf1e778ef1b5d30e2906e5" |
2595 |
| - integrity sha512-gYrEHy3tViJhwIhauK6MIf2Qp09QTsgNHZRd0n71rS+hF6gdwjspf1oKljl4m25+272cJF7fPjBUGmjaiEr7Kg== |
| 2597 | +"@urql/core@^5.0.0": |
| 2598 | + version "5.0.0" |
| 2599 | + resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.0.0.tgz#690e664cf66f733077c558bf685adbdac2b25823" |
| 2600 | + integrity sha512-kFkZxusq/VBQKEUcQFtf7AilMotLO+oGpE4WFhCiminZm8ZU2aulXSDWla50TaD0pj704FnWlXts6lRm0uHdDg== |
2596 | 2601 | dependencies:
|
2597 |
| - "@graphql-typed-document-node/core" "^3.1.1" |
2598 |
| - wonka "^4.0.14" |
| 2602 | + "@0no-co/graphql.web" "^1.0.5" |
| 2603 | + wonka "^6.3.2" |
2599 | 2604 |
|
2600 | 2605 | "@vercel/ncc@^0.34.0":
|
2601 | 2606 | version "0.34.0"
|
@@ -8770,13 +8775,13 @@ urlpattern-polyfill@^6.0.2:
|
8770 | 8775 | dependencies:
|
8771 | 8776 | braces "^3.0.2"
|
8772 | 8777 |
|
8773 |
| -urql@2.2.3: |
8774 |
| - version "2.2.3" |
8775 |
| - resolved "https://registry.yarnpkg.com/urql/-/urql-2.2.3.tgz#84c6ad962d771235106f24de56b5dc6bd85a2c3a" |
8776 |
| - integrity sha512-XMkSYJKW9s4ZlbSuxcUz3fTBIykOn0sGileRXQeyZpaRBXJPVz5saSY05k7jdefNxShZtTI+/nr7PYUWQertfg== |
| 8778 | +urql@4.0.7: |
| 8779 | + version "4.0.7" |
| 8780 | + resolved "https://registry.yarnpkg.com/urql/-/urql-4.0.7.tgz#7c2c7eecce3bf0d2bd2d5be372515bf6dd2f13c2" |
| 8781 | + integrity sha512-wnOONtZoYEobmamM5ushUBGil6UCUPd7SH5uEAqsz5Y/qBV88/2QG6jq7v6xP+413x5Lqy0h0hCGRB0KIeG6Kg== |
8777 | 8782 | dependencies:
|
8778 |
| - "@urql/core" "^2.6.1" |
8779 |
| - wonka "^4.0.14" |
| 8783 | + "@urql/core" "^5.0.0" |
| 8784 | + wonka "^6.3.2" |
8780 | 8785 |
|
8781 | 8786 | util-deprecate@^1.0.1:
|
8782 | 8787 | version "1.0.2"
|
@@ -8993,10 +8998,10 @@ which@^2.0.1:
|
8993 | 8998 | dependencies:
|
8994 | 8999 | isexe "^2.0.0"
|
8995 | 9000 |
|
8996 |
| -wonka@^4.0.14: |
8997 |
| - version "4.0.14" |
8998 |
| - resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.14.tgz#77d680a84e575ed15a9f975eb87d6c530488f3a4" |
8999 |
| - integrity sha512-v9vmsTxpZjrA8CYfztbuoTQSHEsG3ZH+NCYfasHm0V3GqBupXrjuuz0RJyUaw2cRO7ouW2js0P6i853/qxlDcA== |
| 9001 | +wonka@^6.3.2: |
| 9002 | + version "6.3.4" |
| 9003 | + resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.4.tgz#76eb9316e3d67d7febf4945202b5bdb2db534594" |
| 9004 | + integrity sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg== |
9000 | 9005 |
|
9001 | 9006 | word-wrap@~1.2.3:
|
9002 | 9007 | version "1.2.3"
|
|
0 commit comments