diff --git a/package.json b/package.json index 4c544e9..6c04e51 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@babel/runtime-corejs3": "^7.18.9", - "@graphql-codegen/cli": "^2.9.0", + "@graphql-codegen/cli": "^2.9.1", "@graphql-codegen/fragment-matcher": "^3.3.0", "babel-eslint": "^10.0.3", "cli-engine": "^4.7.6", diff --git a/yarn.lock b/yarn.lock index 5a1d2a9..c7670ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1195,10 +1195,10 @@ resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210" integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw== -"@graphql-codegen/cli@^2.9.0": - version "2.9.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.9.0.tgz#49870229c5f3f9c59068130fb899aad50ad1849b" - integrity sha512-4YnJLW+E3XKCtO6kfKLQKtaU/NfPmLi4izf/VTOH+7/uCaDGfPfRqkoyX1q7QtNxQC4l0Zn0ltbBJwguT/fuEg== +"@graphql-codegen/cli@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.9.1.tgz#f3a0edd462cbefb69f9db7789b142a696a2930b4" + integrity sha512-RyGrJTKySi5irJjdgg/9GTnFSCJtKh1YGD9idh2CIsEbkbUx3M7aBk4A+W7Q1afLmC16l59KSXodG8Bqi2eJmg== dependencies: "@graphql-codegen/core" "2.6.0" "@graphql-codegen/plugin-helpers" "^2.6.0"