diff --git a/package.json b/package.json index b17934a..d387a82 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@babel/runtime-corejs3": "^7.21.5", "@graphql-codegen/cli": "^4.0.0", - "@graphql-codegen/fragment-matcher": "^4.0.1", + "@graphql-codegen/fragment-matcher": "^5.0.0", "@nuxt/bridge": "npm:@nuxt/bridge-edge", "@nuxt/types": "^2.16.3", "@nuxtjs/eslint-config-typescript": "^12.0.0", diff --git a/yarn.lock b/yarn.lock index 10c579a..da027d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2167,12 +2167,12 @@ "@graphql-tools/utils" "^10.0.0" tslib "~2.5.0" -"@graphql-codegen/fragment-matcher@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/fragment-matcher/-/fragment-matcher-4.0.1.tgz#56f53759f1c1428e60eca18bdbda071fd8b858f5" - integrity sha512-m1jjCBppB+QXupYu8eVM1BZM36APPArHEVB8R0v29Vj2Kz/35+pe682PyQaf7iyxTkemW759h2KIvWFtXdLCJQ== +"@graphql-codegen/fragment-matcher@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/fragment-matcher/-/fragment-matcher-5.0.0.tgz#2a016715e42e8f21aa08830f34a4d0a930e660fe" + integrity sha512-mbash9E8eY6RSMSNrrO+C9JJEn8rdr8ORaxMpgdWL2qe2q/TlLUCE3ZvQvHkSc7GjBnMEk36LncA8ApwHR2BHg== dependencies: - "@graphql-codegen/plugin-helpers" "^4.1.0" + "@graphql-codegen/plugin-helpers" "^5.0.0" tslib "~2.5.0" "@graphql-codegen/plugin-helpers@^2.7.2": @@ -2199,18 +2199,6 @@ lodash "~4.17.0" tslib "~2.4.0" -"@graphql-codegen/plugin-helpers@^4.1.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-4.2.0.tgz#8324914d0f99162a223cfa01796cdd6be972d2ae" - integrity sha512-THFTCfg+46PXlXobYJ/OoCX6pzjI+9woQqCjdyKtgoI0tn3Xq2HUUCiidndxUpEYVrXb5pRiRXb7b/ZbMQqD0A== - dependencies: - "@graphql-tools/utils" "^9.0.0" - change-case-all "1.0.15" - common-tags "1.8.2" - import-from "4.0.0" - lodash "~4.17.0" - tslib "~2.5.0" - "@graphql-codegen/plugin-helpers@^5.0.0": version "5.0.0" resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.0.tgz#40c18217454af5cf8317e5f46cf4d38e8cc78ae4"