From 80e296dca02563689fa5b0188b5dfc2372e6e199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 10:38:57 +0000 Subject: [PATCH] chore(deps): update dependency graphql to ^16.11.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4318b04e..f3961e18 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/react-native": "^0.73.0", "concurrently": "^9.1.2", "eslint-config-txo-package-react": "^1.0.26", - "graphql": "^16.10.0", + "graphql": "^16.11.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.5.1", diff --git a/yarn.lock b/yarn.lock index 1d3571cf..49bbce58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5165,10 +5165,10 @@ graphql-tag@^2.12.6: dependencies: tslib "^2.1.0" -graphql@^16.10.0: - version "16.10.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c" - integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ== +graphql@^16.11.0: + version "16.11.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633" + integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw== handlebars@^4.7.7: version "4.7.8"