From dafb027b329dc7afc1e1e96aa914acd451b984ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:03:10 +0000 Subject: [PATCH] Bump graphql from 16.14.0 to 17.0.2 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.14.0 to 17.0.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.14.0...v17.0.2) --- updated-dependencies: - dependency-name: graphql dependency-version: 17.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 925a701ea6..fe684ae92d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "d3": "^3.5.17", "daisyui": "^4.12.23", "echarts": "^6.1.0", - "graphql": "^16.14.0", + "graphql": "^17.0.2", "graphql-tag": "^2.12.7", "jquery": "^3.7", "jquery-ui-dist": "^1.13.3", @@ -9708,12 +9708,12 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/graphql": { - "version": "16.14.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.14.0.tgz", - "integrity": "sha512-BBvQ/406p+4CZbTpCbVPSxfzrZrbnuWSP1ELYgyS6B+hNeKzgrdB4JczCa5VZUBQrDa9hUngm0KnexY6pJRN5Q==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-17.0.2.tgz", + "integrity": "sha512-FRWbddMxfkjiB7z+aQDWIR+E34xo9I8c9mtK2RPv8PmMzKRvrdsreHL/Ui/TmwHJfhHChEtsFPyMHKI+xuarQQ==", "license": "MIT", "engines": { - "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + "node": "^22.0.0 || ^24.0.0 || ^25.0.0 || >=26.0.0" } }, "node_modules/graphql-tag": { diff --git a/package.json b/package.json index f2299a5485..f49d72112e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "d3": "^3.5.17", "daisyui": "^4.12.23", "echarts": "^6.1.0", - "graphql": "^16.14.0", + "graphql": "^17.0.2", "graphql-tag": "^2.12.7", "jquery": "^3.7", "jquery-ui-dist": "^1.13.3",