diff --git a/StarwarsExample/server/package-lock.json b/StarwarsExample/server/package-lock.json index 0337670..0d4bd48 100644 --- a/StarwarsExample/server/package-lock.json +++ b/StarwarsExample/server/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@graphql-yoga/plugin-apq": "^3.21.2", "@graphql-yoga/plugin-persisted-operations": "^3.21.2", - "graphql": "^16.14.2", + "graphql": "^17.0.0", "graphql-yoga": "^5.21.2" }, "devDependencies": { @@ -2001,12 +2001,12 @@ } }, "node_modules/graphql": { - "version": "16.14.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.14.2.tgz", - "integrity": "sha512-Chq1s4CY7jmh8gO2qvLIJyfCDIN+EHLFW/9iShnp1z8FjBQMoodWP1kDC36VAMXXIvAjj4ARa7ntfAV2BrjsbA==", + "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-yoga": { diff --git a/StarwarsExample/server/package.json b/StarwarsExample/server/package.json index 7f2adf3..ed47d25 100644 --- a/StarwarsExample/server/package.json +++ b/StarwarsExample/server/package.json @@ -12,7 +12,7 @@ "dependencies": { "@graphql-yoga/plugin-apq": "^3.21.2", "@graphql-yoga/plugin-persisted-operations": "^3.21.2", - "graphql": "^16.14.2", + "graphql": "^17.0.0", "graphql-yoga": "^5.21.2" }, "devDependencies": {