diff --git a/gui/graphql/package-lock.json b/gui/graphql/package-lock.json index 790b3854..a4a2b78f 100644 --- a/gui/graphql/package-lock.json +++ b/gui/graphql/package-lock.json @@ -12,7 +12,7 @@ "@graphiql/plugin-explorer": "^5.1.4", "assert": "^2.1.0", "graphiql": "^5.3.0", - "graphql": "^15.8.0", + "graphql": "^17.0.2", "graphql-ws": "^6.2.1", "react": "^19.2.8", "react-dom": "^19.2.8" @@ -549,6 +549,17 @@ "react-dom": "^18 || ^19" } }, + "node_modules/@graphiql/plugin-explorer/node_modules/graphiql-explorer": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/graphiql-explorer/-/graphiql-explorer-0.9.0.tgz", + "integrity": "sha512-fZC/wsuatqiQDO2otchxriFO0LaWIo/ovF/CQJ1yOudmY0P7pzDiP+l9CEHUiWbizk3e99x6DQG4XG1VxA+d6A==", + "license": "MIT", + "peerDependencies": { + "graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0", + "react": "^15.6.0 || ^16.0.0", + "react-dom": "^15.6.0 || ^16.0.0" + } + }, "node_modules/@graphiql/plugin-history": { "version": "0.4.3", "resolved": "https://registry.npmjs.org/@graphiql/plugin-history/-/plugin-history-0.4.3.tgz", @@ -1764,24 +1775,13 @@ "react-dom": "^18 || ^19" } }, - "node_modules/graphiql-explorer": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/graphiql-explorer/-/graphiql-explorer-0.9.0.tgz", - "integrity": "sha512-fZC/wsuatqiQDO2otchxriFO0LaWIo/ovF/CQJ1yOudmY0P7pzDiP+l9CEHUiWbizk3e99x6DQG4XG1VxA+d6A==", - "license": "MIT", - "peerDependencies": { - "graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0", - "react": "^15.6.0 || ^16.0.0", - "react-dom": "^15.6.0 || ^16.0.0" - } - }, "node_modules/graphql": { - "version": "15.10.3", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.10.3.tgz", - "integrity": "sha512-e2ut+7oOFe5/jENYc+T7GZnL5lIBd7vcWg6TlqVx1L/MFXY3CKOsEcP+jMPgL8uwcfrllJRNSmqq5psZahdKZg==", + "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": ">= 10.x" + "node": "^22.0.0 || ^24.0.0 || ^25.0.0 || >=26.0.0" } }, "node_modules/graphql-language-service": { diff --git a/gui/graphql/package.json b/gui/graphql/package.json index 788a5a74..365444c2 100644 --- a/gui/graphql/package.json +++ b/gui/graphql/package.json @@ -19,7 +19,7 @@ "@graphiql/plugin-explorer": "^5.1.4", "assert": "^2.1.0", "graphiql": "^5.3.0", - "graphql": "^15.8.0", + "graphql": "^17.0.2", "graphql-ws": "^6.2.1", "react": "^19.2.8", "react-dom": "^19.2.8"