diff --git a/package-lock.json b/package-lock.json index 8ce0d634613..12b72002ae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint": "8.57.1", "eslint-plugin-import": "2.31.0", "express": "4.21.2", - "graphql": "16.9.0", + "graphql": "16.10.0", "graphql-subscriptions": "2.0.0", "graphql-tag": "2.12.6", "jest": "29.7.0", @@ -8613,9 +8613,9 @@ "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.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" @@ -20967,9 +20967,9 @@ "dev": true }, "graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==" + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==" }, "graphql-config": { "version": "4.5.0", diff --git a/package.json b/package.json index f20fcec9c26..7c2072d1584 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint": "8.57.1", "eslint-plugin-import": "2.31.0", "express": "4.21.2", - "graphql": "16.9.0", + "graphql": "16.10.0", "graphql-subscriptions": "2.0.0", "graphql-tag": "2.12.6", "jest": "29.7.0", diff --git a/smoke-test/package-lock.json b/smoke-test/package-lock.json index 94f74b15e37..0a620f59dd4 100644 --- a/smoke-test/package-lock.json +++ b/smoke-test/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "graphql": "16.9.0", + "graphql": "16.10.0", "make-fetch-happen": "14.0.3" }, "devDependencies": { @@ -550,9 +550,9 @@ } }, "node_modules/graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" diff --git a/smoke-test/package.json b/smoke-test/package.json index 2470c5781b8..0dea9e4203f 100644 --- a/smoke-test/package.json +++ b/smoke-test/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "graphql": "16.9.0", + "graphql": "16.10.0", "make-fetch-happen": "14.0.3" }, "devDependencies": {