From aab2e07b2dfd931b1636bd9d22dda2a2f7999710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 01:03:36 +0000 Subject: [PATCH] build(deps): bump graphql from 16.13.2 to 16.14.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.13.2 to 16.14.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.13.2...v16.14.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.14.0 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 b78ad33..a6eac46 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "bulma": "^1.0.4", - "graphql": "^16.13.2", + "graphql": "^16.14.0", "react": "^18.3.1", "react-bulma-components": "4.1.0", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 6e1588b..92f40f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5147,10 +5147,10 @@ graphql-tag@^2.12.6: dependencies: tslib "^2.1.0" -graphql@^16.13.2: - version "16.13.2" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.2.tgz#4d2b73df5796b201f1bc2765f5d7067f689cb55f" - integrity sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig== +graphql@^16.14.0: + version "16.14.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.14.0.tgz#f1128a74b16a34d1245c8436bb07b488d87b83e1" + integrity sha512-BBvQ/406p+4CZbTpCbVPSxfzrZrbnuWSP1ELYgyS6B+hNeKzgrdB4JczCa5VZUBQrDa9hUngm0KnexY6pJRN5Q== gzip-size@^6.0.0: version "6.0.0"