From 9b3b8e7762d0133b7e18e415a82a797cfeffab01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:23:39 +0000 Subject: [PATCH] Bump graphql from 16.14.0 to 17.0.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.14.0 to 17.0.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.14.0...v17.0.1) --- updated-dependencies: - dependency-name: graphql dependency-version: 17.0.1 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 d2610e592e..951284f3bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "daisyui": "^4.12.23", "echarts": "^6.1.0", "flot": "^4.2.6", - "graphql": "^16.14.0", + "graphql": "^17.0.1", "graphql-tag": "^2.12.7", "jquery": "^3.7", "jquery-ui-dist": "^1.13.3", @@ -9673,12 +9673,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.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-17.0.1.tgz", + "integrity": "sha512-8eWbg5Zcv/8o20nzEjHUGPTj20MLFJjc5kagbIPxbaeGxvFwpitJhemEC/k17n5+UD4M/9ea5rTuce78mELujQ==", "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 31df993d00..0179ed7af3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "daisyui": "^4.12.23", "echarts": "^6.1.0", "flot": "^4.2.6", - "graphql": "^16.14.0", + "graphql": "^17.0.1", "graphql-tag": "^2.12.7", "jquery": "^3.7", "jquery-ui-dist": "^1.13.3",