From 4709e9257b40f519e7616b8ac8ba7698227b6861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:35:17 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.9.0 to 16.10.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.9.0 to 16.10.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.9.0...v16.10.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 67581dc8971..5b8b0761e7f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@graphql-tools/json-file-loader": "^8.0.5", "@mdx-js/react": "^3.0.0", "clsx": "^1.2.1", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "prettier": "^3.4.1", "prism-react-renderer": "^2.4.0", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 99df474a100..90a7353af42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5881,10 +5881,10 @@ graceful-fs@^4.2.11: resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== -graphql@^16.9.0: - version "16.9.0" - resolved "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz" - integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw== +graphql@^16.10.0: + version "16.10.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c" + integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ== gray-matter@^4.0.3: version "4.0.3"