diff --git a/package.json b/package.json index 66a299d..5d8a4de 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@babel/runtime-corejs3": "^7.21.0", "@graphql-codegen/cli": "^3.1.0", - "@graphql-codegen/fragment-matcher": "^4.0.0", + "@graphql-codegen/fragment-matcher": "^4.0.1", "@nuxt/bridge": "npm:@nuxt/bridge-edge", "@nuxt/types": "^2.16.0", "@nuxtjs/eslint-config-typescript": "^12.0.0", diff --git a/yarn.lock b/yarn.lock index 29a1b3f..05d6a44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1710,13 +1710,13 @@ "@graphql-tools/utils" "^9.1.1" tslib "~2.5.0" -"@graphql-codegen/fragment-matcher@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/fragment-matcher/-/fragment-matcher-4.0.0.tgz#2908d0107d5ef23e8931cf5760bd42e9a007cdf1" - integrity sha512-pkVrFjosh/uPY3x9208AyoCVYUDoMvkcLb2ytMCS0KbMVjRFFpnsIa38HPVGIzlGkwZBEwh5wTH4sJ4FiFpGBw== +"@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== dependencies: - "@graphql-codegen/plugin-helpers" "^4.0.0" - tslib "~2.4.0" + "@graphql-codegen/plugin-helpers" "^4.1.0" + tslib "~2.5.0" "@graphql-codegen/plugin-helpers@^2.7.2": version "2.7.2" @@ -1742,7 +1742,7 @@ lodash "~4.17.0" tslib "~2.4.0" -"@graphql-codegen/plugin-helpers@^4.0.0", "@graphql-codegen/plugin-helpers@^4.1.0": +"@graphql-codegen/plugin-helpers@^4.1.0": version "4.1.0" resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-4.1.0.tgz#4b193c12d6bb458f1f2af48c200bc86617884f60" integrity sha512-xvSHJb9OGb5CODIls0AI1rCenLz+FuiaNPCsfHMCNsLDjOZK2u0jAQ9zUBdc/Wb+21YXZujBCc0Vm1QX+Zz0nw==