From 923550b73798b56f98f1691c8ba92439aeba5e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:56:03 +0000 Subject: [PATCH] Bump graphql from 16.8.1 to 16.9.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.1 to 16.9.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.9.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gatsby-theme-doctocat-typescript/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gatsby-theme-doctocat-typescript/package.json b/gatsby-theme-doctocat-typescript/package.json index 9eeeddb0..8bc14088 100644 --- a/gatsby-theme-doctocat-typescript/package.json +++ b/gatsby-theme-doctocat-typescript/package.json @@ -57,7 +57,7 @@ "gatsby-transformer-yaml": "^5.13.1", "get-pkg-repo": "^5.0.0", "github-slugger": "^2.0.0", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "html-react-parser": "^5.0.11", "lodash.debounce": "^4.0.8", "lodash.uniqby": "^4.7.0", diff --git a/package-lock.json b/package-lock.json index e34edb1f..411ff4a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "gatsby-transformer-yaml": "^5.13.1", "get-pkg-repo": "^5.0.0", "github-slugger": "^2.0.0", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "html-react-parser": "^5.0.11", "lodash.debounce": "^4.0.8", "lodash.uniqby": "^4.7.0", @@ -15119,9 +15119,9 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, "node_modules/graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" }