Skip to content

Commit 9c484cc

Browse files
fix(deps): update graphql-codegen (#10741)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17e0ca5 commit 9c484cc

2 files changed

Lines changed: 104 additions & 104 deletions

File tree

website/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,25 @@
3636
"@graphql-codegen/time": "6.0.0",
3737
"@graphql-codegen/typed-document-node": "6.1.8",
3838
"@graphql-codegen/typescript": "5.0.10",
39-
"@graphql-codegen/typescript-apollo-angular": "5.0.0",
40-
"@graphql-codegen/typescript-apollo-client-helpers": "4.0.0",
41-
"@graphql-codegen/typescript-generic-sdk": "5.0.0",
42-
"@graphql-codegen/typescript-graphql-files-modules": "4.0.0",
43-
"@graphql-codegen/typescript-graphql-request": "7.0.0",
44-
"@graphql-codegen/typescript-mongodb": "4.0.1",
45-
"@graphql-codegen/typescript-msw": "4.0.0",
46-
"@graphql-codegen/typescript-nhost": "1.0.0",
39+
"@graphql-codegen/typescript-apollo-angular": "5.0.1",
40+
"@graphql-codegen/typescript-apollo-client-helpers": "4.0.1",
41+
"@graphql-codegen/typescript-generic-sdk": "5.0.1",
42+
"@graphql-codegen/typescript-graphql-files-modules": "4.0.1",
43+
"@graphql-codegen/typescript-graphql-request": "7.0.1",
44+
"@graphql-codegen/typescript-mongodb": "4.0.2",
45+
"@graphql-codegen/typescript-msw": "4.0.1",
46+
"@graphql-codegen/typescript-nhost": "1.0.1",
4747
"@graphql-codegen/typescript-operations": "5.1.0",
48-
"@graphql-codegen/typescript-react-apollo": "4.4.1",
48+
"@graphql-codegen/typescript-react-apollo": "4.4.2",
4949
"@graphql-codegen/typescript-react-query": "4.1.0",
5050
"@graphql-codegen/typescript-resolvers": "5.1.8",
51-
"@graphql-codegen/typescript-rtk-query": "4.0.0",
52-
"@graphql-codegen/typescript-stencil-apollo": "4.0.0",
51+
"@graphql-codegen/typescript-rtk-query": "4.0.1",
52+
"@graphql-codegen/typescript-stencil-apollo": "4.0.1",
5353
"@graphql-codegen/typescript-type-graphql": "3.0.1",
54-
"@graphql-codegen/typescript-urql": "5.0.0",
55-
"@graphql-codegen/typescript-vue-apollo": "5.0.0",
56-
"@graphql-codegen/typescript-vue-apollo-smart-ops": "4.0.0",
57-
"@graphql-codegen/typescript-vue-urql": "4.0.0",
54+
"@graphql-codegen/typescript-urql": "5.0.1",
55+
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
56+
"@graphql-codegen/typescript-vue-apollo-smart-ops": "4.0.1",
57+
"@graphql-codegen/typescript-vue-urql": "4.0.1",
5858
"@graphql-codegen/urql-introspection": "4.0.1",
5959
"@mizdra/graphql-codegen-typescript-fabbrica": "^0.6.0",
6060
"@monaco-editor/react": "4.7.0",

yarn.lock

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,98 +1924,98 @@
19241924
"@graphql-tools/utils" "^9.0.0"
19251925
tslib "~2.4.0"
19261926

1927-
"@graphql-codegen/typescript-apollo-angular@5.0.0":
1928-
version "5.0.0"
1929-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-apollo-angular/-/typescript-apollo-angular-5.0.0.tgz#e4be6972976ca25af74a2e6ee7115c52bfac2d1e"
1930-
integrity sha512-4Iz0sDqLmAcWJsaOdwnFu+tKdmzn9svgXcJpXBBCvO0AhA3zV61HeLjrb6A6C/N/FrA9WmQe2mTUffPKVhiYxw==
1927+
"@graphql-codegen/typescript-apollo-angular@5.0.1":
1928+
version "5.0.1"
1929+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-apollo-angular/-/typescript-apollo-angular-5.0.1.tgz#33ca7fee148fb6ed12bd9cbc8954178dafec8e6b"
1930+
integrity sha512-gXHPLmBKtJHcvDwxzL4M9FKTNpYTy5hCdBHrA+fNTvA+bpnWW8wBtNVAQVe/lfpaTfXj82AV6LbJpgeXyl9mEQ==
19311931
dependencies:
1932-
"@graphql-codegen/plugin-helpers" "^6.1.1"
1933-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
1932+
"@graphql-codegen/plugin-helpers" "^6.3.0"
1933+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
19341934
auto-bind "~4.0.0"
19351935
change-case-all "1.0.15"
19361936
tslib "^2.8.1"
19371937

1938-
"@graphql-codegen/typescript-apollo-client-helpers@4.0.0":
1939-
version "4.0.0"
1940-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-apollo-client-helpers/-/typescript-apollo-client-helpers-4.0.0.tgz#237a29fd6db62d5452d4b150f07f7bfd776c89f5"
1941-
integrity sha512-1faLt8usmEbAjWQYe4U2lniri0lU0p5fyc7BdfdCu5eW7m05ukXqWWL2WACzF7JcL5Lvx3HDVIZp96oGkUTFPQ==
1938+
"@graphql-codegen/typescript-apollo-client-helpers@4.0.1":
1939+
version "4.0.1"
1940+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-apollo-client-helpers/-/typescript-apollo-client-helpers-4.0.1.tgz#574eb57432102dd41411f285eac6ca978d6b90f6"
1941+
integrity sha512-qYIuhDtcn5FBPr6IjSfP+PhgOEGYgNFj0C7MaNX+V9ri2FdY8C/m1vZp86TmHKt3X+ppjeOLgUDRYlKFaap83A==
19421942
dependencies:
1943-
"@graphql-codegen/plugin-helpers" "^6.1.1"
1944-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
1943+
"@graphql-codegen/plugin-helpers" "^6.3.0"
1944+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
19451945
auto-bind "~4.0.0"
19461946
change-case-all "1.0.15"
19471947
tslib "^2.8.1"
19481948

1949-
"@graphql-codegen/typescript-generic-sdk@5.0.0":
1950-
version "5.0.0"
1951-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-generic-sdk/-/typescript-generic-sdk-5.0.0.tgz#a42126c27f6a8ef6f9822ad685b1e2bdbcb8785b"
1952-
integrity sha512-fwsgeWccJi7+u6P6Ls7HA4e0vChrauAnOd6ceKMjT4FtYFt44eWfRzFIVRtdkirCRhHSKK5Av2BtWbunwa8ytg==
1949+
"@graphql-codegen/typescript-generic-sdk@5.0.1":
1950+
version "5.0.1"
1951+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-generic-sdk/-/typescript-generic-sdk-5.0.1.tgz#2aa8a70e08f4778aba649e3eb9b52ea14da780dd"
1952+
integrity sha512-xnx51KjC76quF/9GzV9xu3J2Rt/43onH9yPIrx9GVNfQ9M2M3eigkzxPDJHHPvbUdbWCPTebQvp2kNkrKI0+BQ==
19531953
dependencies:
1954-
"@graphql-codegen/plugin-helpers" "^6.1.1"
1955-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
1954+
"@graphql-codegen/plugin-helpers" "^6.3.0"
1955+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
19561956
auto-bind "~4.0.0"
19571957
tslib "^2.8.1"
19581958

1959-
"@graphql-codegen/typescript-graphql-files-modules@4.0.0":
1960-
version "4.0.0"
1961-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-files-modules/-/typescript-graphql-files-modules-4.0.0.tgz#33531faa83681c731491ef07ee7c9c97d69b9f03"
1962-
integrity sha512-VI0DjJpUPzEikdXDcwIjn9h/I9Ev1IsRLa1l+hGMoTvjdVbVEXlfnkWNHd9oEU0Okxyt6kak6xzN//bFqyE2/g==
1959+
"@graphql-codegen/typescript-graphql-files-modules@4.0.1":
1960+
version "4.0.1"
1961+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-files-modules/-/typescript-graphql-files-modules-4.0.1.tgz#6d7c60d1f549b3a46c9d6f794aaa634504cad60d"
1962+
integrity sha512-xY1nq+/jdYYx23uiaJkMb1HGS+M0GzkC378hbPD6WXQNagGavtMyTt2IZRnJXL488NYlTZkBsM8Xp4h7EyqGVg==
19631963
dependencies:
1964-
"@graphql-codegen/plugin-helpers" "^6.1.1"
1964+
"@graphql-codegen/plugin-helpers" "^6.3.0"
19651965
tslib "^2.8.1"
19661966

1967-
"@graphql-codegen/typescript-graphql-request@7.0.0":
1968-
version "7.0.0"
1969-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-7.0.0.tgz#cb5253f6e3cad637ba2cf59727bd4c4c24c97d7d"
1970-
integrity sha512-7loJg1k2Xisl7Hj1jTJ0So/Qf/8p+mPHsyeqLeBeCi4Xc6nSABAo8U2d5SFAaO2QCTqT/dvWoDOfVw4AQCu30g==
1967+
"@graphql-codegen/typescript-graphql-request@7.0.1":
1968+
version "7.0.1"
1969+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-7.0.1.tgz#293c16c1180c4304fdc5f92b34ae0c16c430711b"
1970+
integrity sha512-nL4tsD7FYT1+1gPKb+6l/HwmRTqJuNvNaE1hOBU/e5y+am2k2VcR0ATuiXBbviNemE/rUOcidtmRjo/j4v5M+A==
19711971
dependencies:
1972-
"@graphql-codegen/plugin-helpers" "^6.1.1"
1973-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
1972+
"@graphql-codegen/plugin-helpers" "^6.3.0"
1973+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
19741974
auto-bind "~4.0.0"
19751975
tslib "^2.8.1"
19761976

1977-
"@graphql-codegen/typescript-mongodb@4.0.1":
1978-
version "4.0.1"
1979-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-mongodb/-/typescript-mongodb-4.0.1.tgz#29e6916c942849df04cab6cd2839188857a89c99"
1980-
integrity sha512-PsgO44AcB4GcopRkULszzcCqF/feZGknGSJbhOPBmoCWUxGZSJ8icIwEFZP/TleGJmHo5hYnBINKqj54GBsKww==
1977+
"@graphql-codegen/typescript-mongodb@4.0.2":
1978+
version "4.0.2"
1979+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-mongodb/-/typescript-mongodb-4.0.2.tgz#ef43810d6843ff3fe8278a5a19d1349e6c662671"
1980+
integrity sha512-VrB+frfaZqzFAm+byvMcPjwGlpzZmNctNWzGCi21R6rHF9zYKVCEJHeSJgVjGmlx3pPrHRmh5/ihUgFyCsRQ9g==
19811981
dependencies:
1982-
"@graphql-codegen/plugin-helpers" "^6.1.1"
1982+
"@graphql-codegen/plugin-helpers" "^6.3.0"
19831983
"@graphql-codegen/typescript" "^5.0.9"
1984-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
1984+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
19851985
"@graphql-tools/utils" "^11.0.0"
19861986
auto-bind "~4.0.0"
19871987
lodash "^4.18.1"
19881988
tslib "^2.8.1"
19891989

1990-
"@graphql-codegen/typescript-msw@4.0.0":
1991-
version "4.0.0"
1992-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-msw/-/typescript-msw-4.0.0.tgz#6a94c285a89dc5858009564a87f1a91d2b485cf0"
1993-
integrity sha512-HVQMzS8fqi83FuwzTczLhw6OU1Lb+7xTqy8otC4eGYdODWNdne5vm/TFbiFvbJBi65lZ5aj/Q17MSLKPfdPBqg==
1990+
"@graphql-codegen/typescript-msw@4.0.1":
1991+
version "4.0.1"
1992+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-msw/-/typescript-msw-4.0.1.tgz#9413e790cb4a95b9c81aeebcdd5cd52de8bb00bf"
1993+
integrity sha512-NA4J6B8ErWjQiDD513Z5ewHo0u2m8lQ5fIzLGTBCL5N1SXVlEAUEbtRadEfo3/DPE92iBgAvb9dTkEOS65fTsQ==
19941994
dependencies:
1995-
"@graphql-codegen/plugin-helpers" "^6.1.1"
1996-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
1995+
"@graphql-codegen/plugin-helpers" "^6.3.0"
1996+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
19971997
auto-bind "~4.0.0"
19981998
change-case-all "1.0.15"
19991999
tslib "^2.8.1"
20002000

2001-
"@graphql-codegen/typescript-nhost@1.0.0":
2002-
version "1.0.0"
2003-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-nhost/-/typescript-nhost-1.0.0.tgz#20c6507e23a7a81366ee225757416546fec7d0d9"
2004-
integrity sha512-xz/+3/s1ehdUcMP19FyzJs5w+4erLr2OKUGROgN5GhJP4vMLAAph9PbGyhfavJDUdP8gLPrMtUzvMJci3Am9tg==
2001+
"@graphql-codegen/typescript-nhost@1.0.1":
2002+
version "1.0.1"
2003+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-nhost/-/typescript-nhost-1.0.1.tgz#4268ca0fecfcfd1648f8d6ae164d4bd0ae2f4773"
2004+
integrity sha512-SykAUuqnnBqStia9tGwUI9PnXgrx1ps4woAtxAGMxWQckHiJzndz4Hl5pKnhhGMnpBEIlYYkIiqXlLbPr7sPPg==
20052005
dependencies:
2006-
"@graphql-codegen/plugin-helpers" "^6.1.1"
2006+
"@graphql-codegen/plugin-helpers" "^6.3.0"
20072007
"@graphql-codegen/typescript" "^5.0.9"
2008-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
2008+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
20092009
"@urql/introspection" "^1.0.0"
20102010
tslib "^2.8.1"
20112011

2012-
"@graphql-codegen/typescript-react-apollo@4.4.1":
2013-
version "4.4.1"
2014-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.4.1.tgz#405eb254f360715854274731c7ba20c75bebd41c"
2015-
integrity sha512-lrjUfDCNlCWQU07jO6EvZE8I2OLfJl9XKKGCcol27OhW6B9xaUEPaId+TvL6o/NfV+T4z4eQ/Y8BuKWyYjD+mQ==
2012+
"@graphql-codegen/typescript-react-apollo@4.4.2":
2013+
version "4.4.2"
2014+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.4.2.tgz#37f10af85a01ff3a752264ba16f1d3cede87e254"
2015+
integrity sha512-S/VQeLWMNzo/WnUpvCQELqh2qgAK4H9kkWyC8JrrrPHaV3w/BmOwzeHpcwlHKcuSYWRH6u61XPRQ5+eCjj00AQ==
20162016
dependencies:
2017-
"@graphql-codegen/plugin-helpers" "^6.1.1"
2018-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
2017+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2018+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
20192019
auto-bind "~4.0.0"
20202020
change-case-all "1.0.15"
20212021
tslib "^2.8.1"
@@ -2031,24 +2031,24 @@
20312031
change-case-all "1.0.15"
20322032
tslib "~2.4.0"
20332033

2034-
"@graphql-codegen/typescript-rtk-query@4.0.0":
2035-
version "4.0.0"
2036-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-rtk-query/-/typescript-rtk-query-4.0.0.tgz#784dbff8651fa3dc366d62a68f24f1b745de0f75"
2037-
integrity sha512-Nqd013r2YTIDrx8IxX5a+ObWdLs0wilMp09Xuj4Jfe1Iajf8dJyWsICRRDPTyVaCZMrt7om7UAzlV3u7scq/Cw==
2034+
"@graphql-codegen/typescript-rtk-query@4.0.1":
2035+
version "4.0.1"
2036+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-rtk-query/-/typescript-rtk-query-4.0.1.tgz#30718d6fc8459dcee812d321b46deed510bbd052"
2037+
integrity sha512-Ucm0AYBW1UARnzqzaRfldm+qlCPJ+gYzjCyT9wo9LlwGGww0FZcPA05VwqRavPTl1Xa7AyL+sJjfVoUMxgpGyA==
20382038
dependencies:
2039-
"@graphql-codegen/plugin-helpers" "^6.1.1"
2040-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
2039+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2040+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
20412041
auto-bind "~4.0.0"
20422042
change-case-all "1.0.15"
20432043
tslib "^2.8.1"
20442044

2045-
"@graphql-codegen/typescript-stencil-apollo@4.0.0":
2046-
version "4.0.0"
2047-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-stencil-apollo/-/typescript-stencil-apollo-4.0.0.tgz#3bdecb2a432a80ff58d7c0f906e05e37bee4a798"
2048-
integrity sha512-8TzJPIc+sIBuHHEwjzykoATqSOZH5KgdM2tE60M+sjON0ydcdO6jwKtvGJCuMnFOV9KW9LgfkZ8bF/ez56tNfg==
2045+
"@graphql-codegen/typescript-stencil-apollo@4.0.1":
2046+
version "4.0.1"
2047+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-stencil-apollo/-/typescript-stencil-apollo-4.0.1.tgz#02718b5e6306c6ad62330098f4eb2a26a5ce3507"
2048+
integrity sha512-szpDg7YFwDHutsbGEALGVYK/YgHY3SVZXwIojdY+3PtJbqHu80+C6G4xgcqKBSvqG2jHFEeST5EYfrKz7iewYw==
20492049
dependencies:
2050-
"@graphql-codegen/plugin-helpers" "^6.1.1"
2051-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
2050+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2051+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
20522052
auto-bind "~4.0.0"
20532053
change-case-all "1.0.15"
20542054
tslib "^2.8.1"
@@ -2064,45 +2064,45 @@
20642064
auto-bind "~4.0.0"
20652065
tslib "^2.8.1"
20662066

2067-
"@graphql-codegen/typescript-urql@5.0.0":
2068-
version "5.0.0"
2069-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-urql/-/typescript-urql-5.0.0.tgz#52d2db8c6a138d6463d1b519ad26bf827129584a"
2070-
integrity sha512-NpNLcuvmh63EgfV5Dz4gcprcTpdAKWo0vNBk1PduXF+gJD0G7F3sufdDXJndV3QDGi83hAzqd6+JwRR1KK0csg==
2067+
"@graphql-codegen/typescript-urql@5.0.1":
2068+
version "5.0.1"
2069+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-urql/-/typescript-urql-5.0.1.tgz#193667f2c6575e90a41fcb9da45a2f8c450fa6ac"
2070+
integrity sha512-kRxsZtkGMt2EC3itsqCwVXIgCfSnN+hDy/wSsFEi31WrbZgMVPn89Bqcv3Pel+zRxEwS5Osc9Pnl9pbVZND1fg==
20712071
dependencies:
2072-
"@graphql-codegen/plugin-helpers" "^6.1.1"
2073-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
2072+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2073+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
20742074
auto-bind "~4.0.0"
20752075
tslib "^2.8.1"
20762076

2077-
"@graphql-codegen/typescript-vue-apollo-smart-ops@4.0.0":
2078-
version "4.0.0"
2079-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-apollo-smart-ops/-/typescript-vue-apollo-smart-ops-4.0.0.tgz#39e0489c3cebb1576dbdaf2ee38bec760b1ade2a"
2080-
integrity sha512-xUyAbtZLO1ffya+PsDDT4InuiDxDwJlctLg5c0b7Nc5+/Rd2/DPLKoHqbWRK6GX1atufZOJWE8stKMcDcomT8A==
2077+
"@graphql-codegen/typescript-vue-apollo-smart-ops@4.0.1":
2078+
version "4.0.1"
2079+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-apollo-smart-ops/-/typescript-vue-apollo-smart-ops-4.0.1.tgz#b484bbb903f50e53afcc5c52e617f7101f5ca488"
2080+
integrity sha512-y4cvPGXKCKTPLwqO8xIMK+asDgYneYUR8w9R9mkPMG62qqXxyFNYSj0TBhX5FIdJWuFzddrx1qhCTBbe9rBa2w==
20812081
dependencies:
2082-
"@graphql-codegen/plugin-helpers" "^6.1.1"
2083-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
2082+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2083+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
20842084
auto-bind "~4.0.0"
20852085
change-case-all "1.0.15"
20862086
tslib "^2.8.1"
20872087

2088-
"@graphql-codegen/typescript-vue-apollo@5.0.0":
2089-
version "5.0.0"
2090-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-apollo/-/typescript-vue-apollo-5.0.0.tgz#397464c2d509806f0c54ecf62ef501b037d4a987"
2091-
integrity sha512-M8235tJnPyiwn4cU+wUEhg2lEjpmBNNmVoyslJcZqd3c4upjSnJ369lAlk8kBdj90v2ts9Vh35wH/Ca1zap7Ig==
2088+
"@graphql-codegen/typescript-vue-apollo@5.0.1":
2089+
version "5.0.1"
2090+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-apollo/-/typescript-vue-apollo-5.0.1.tgz#a8b41af25809f7c0ef8a9745280f0d663ca7b690"
2091+
integrity sha512-+0NxqP4cD9OXapsb7AxUP7gLz+iaeD0PGx8sHxouXNcgcUba0JaCUu8NFIAe5pArayKsCMYTTe+s7N1e1Gnu7g==
20922092
dependencies:
2093-
"@graphql-codegen/plugin-helpers" "^6.1.1"
2094-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
2093+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2094+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
20952095
auto-bind "~4.0.0"
20962096
change-case-all "1.0.15"
20972097
tslib "^2.8.1"
20982098

2099-
"@graphql-codegen/typescript-vue-urql@4.0.0":
2100-
version "4.0.0"
2101-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-urql/-/typescript-vue-urql-4.0.0.tgz#bcc152be769577c5b988aecbc2d4d8fb500f779e"
2102-
integrity sha512-yzjZf9/1NW8Q9Ga7Of8Myr8ttpnJhc2pGd1EyBXXBQj98XjQ/ooJt6Cz6vWP0M45HZOsCD1cZ7ZLiO9AlvcxBQ==
2099+
"@graphql-codegen/typescript-vue-urql@4.0.1":
2100+
version "4.0.1"
2101+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-urql/-/typescript-vue-urql-4.0.1.tgz#f4690ae1c84c322dd8e944e1d93d30246c781784"
2102+
integrity sha512-1Ab3Kk/ADqJh/f0YYXnWG7Yk6HQevclwFmzbAlEIZMcM2j01qa2bm81GV6vTc1yhI52+bsjO7YJG+b3AoEoBHA==
21032103
dependencies:
2104-
"@graphql-codegen/plugin-helpers" "^6.1.1"
2105-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
2104+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2105+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
21062106
auto-bind "~4.0.0"
21072107
change-case-all "1.0.15"
21082108
tslib "^2.8.1"

0 commit comments

Comments
 (0)