diff --git a/package-lock.json b/package-lock.json index 815dbc5..56ec085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.1", "@apollo/client": "^3.12.2", "cross-fetch": "^4.0.0", - "graphql": "^16.7.1" + "graphql": "^16.11.0" }, "devDependencies": { "@graphql-codegen/cli": "4.0.1", @@ -4837,9 +4837,10 @@ "dev": true }, "node_modules/graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "version": "16.11.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz", + "integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==", + "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 4d618b6..ae7efe9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@actions/github": "^6.0.1", "@apollo/client": "^3.12.2", "cross-fetch": "^4.0.0", - "graphql": "^16.7.1" + "graphql": "^16.11.0" }, "devDependencies": { "@graphql-codegen/cli": "4.0.1",