From 5d0bb64117d92cd4c48250b63e510eebe796cd1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:32:51 +0000 Subject: [PATCH] Bump graphql from 16.13.0 to 16.13.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.13.0 to 16.13.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.13.0...v16.13.1) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19170fc1..b2ce1161 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@tippyjs/react": "^4.2.6", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "graphql": "^16.13.0", + "graphql": "^16.13.1", "i18next": "^25.8.13", "lodash": "^4.17.23", "react": "^19.2.4", @@ -5089,9 +5089,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.13.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.0.tgz", - "integrity": "sha512-uSisMYERbaB9bkA9M4/4dnqyktaEkf1kMHNKq/7DHyxVeWqHQ2mBmVqm5u6/FVHwF3iCNalKcg82Zfl+tffWoA==", + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.1.tgz", + "integrity": "sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" diff --git a/package.json b/package.json index cb5ce8a1..ba038d39 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@tippyjs/react": "^4.2.6", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "graphql": "^16.13.0", + "graphql": "^16.13.1", "i18next": "^25.8.13", "lodash": "^4.17.23", "react": "^19.2.4",