diff --git a/package.json b/package.json index 89dc7a0..94d0c89 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@babel/runtime-corejs3": "^7.21.5", "@graphql-codegen/cli": "^3.3.1", - "@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 c4bb576..9cfdbbe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2191,12 +2191,12 @@ "@graphql-tools/utils" "^9.1.1" 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":