From 99663cdc1dc8648fca1a285cbc6dab9149fae714 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 10:28:06 +0000 Subject: [PATCH] chore(deps): update dependency graphql to v16.11.0 --- package.json | 4 ++-- packages/plugins/typescript/nhost/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index dd2f9fd90b..f6b78743d9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "cross-env": "7.0.3", "eslint": "9.25.1", "eslint-plugin-import": "2.31.0", - "graphql": "16.10.0", + "graphql": "16.11.0", "husky": "9.1.7", "jest": "28.1.3", "jest-docblock": "28.1.1", @@ -63,7 +63,7 @@ }, "resolutions": { "babel-jest": "28.1.3", - "graphql": "16.10.0", + "graphql": "16.11.0", "graphql-language-service-interface": "2.10.2", "jest-runner": "28.1.3", "ts-node": "10.9.2" diff --git a/packages/plugins/typescript/nhost/package.json b/packages/plugins/typescript/nhost/package.json index 7e6ed99c0c..973c902e5c 100644 --- a/packages/plugins/typescript/nhost/package.json +++ b/packages/plugins/typescript/nhost/package.json @@ -47,7 +47,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "graphql": "16.10.0" + "graphql": "16.11.0" }, "publishConfig": { "directory": "dist", diff --git a/yarn.lock b/yarn.lock index 7aa9b2356d..463244658c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4615,10 +4615,10 @@ graphql-ws@5.12.1: resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.12.1.tgz#c62d5ac54dbd409cc6520b0b39de374b3d59d0dd" integrity sha512-umt4f5NnMK46ChM2coO36PTFhHouBrK9stWWBczERguwYrGnPNxJ9dimU6IyOBfOkC6Izhkg4H8+F51W/8CYDg== -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== has-bigints@^1.0.2: version "1.1.0"