diff --git a/package-lock.json b/package-lock.json index ff4ebd5b..d2cdfed4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "dotenv": "16.4.7", "fractional-indexing": "2.1.0", "glob": "11.0.0", - "graphql": "16.9.0", + "graphql": "16.11.0", "graphql-language-service": "5.2.2", "graphql-tag": "2.12.6", "jsonc-parser": "^3.3.1", @@ -7923,9 +7923,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 6f9ab218..414e9f2c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "dotenv": "16.4.7", "fractional-indexing": "2.1.0", "glob": "11.0.0", - "graphql": "16.9.0", + "graphql": "16.11.0", "graphql-language-service": "5.2.2", "graphql-tag": "2.12.6", "jsonc-parser": "^3.3.1",