From 0ea45c2122134174cc0e08269393c76ae5f40bfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:37:13 +0000 Subject: [PATCH] chore(deps): update dependency graphql to ^16.9.0 --- packages/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b491e136c605a..a0c7e01d14bf2 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -258,7 +258,7 @@ "url": "git+https://github.com/gatsbyjs/gatsby.git" }, "resolutions": { - "graphql": "^16.8.1" + "graphql": "^16.9.0" }, "scripts": { "build": "npm run build:types && npm run build:src && npm run build:internal-plugins && npm run build:rawfiles && npm run build:cjs",