diff --git a/extensions/graphql/package.json b/extensions/graphql/package.json index e3713d74985e..6c3b5247ce66 100644 --- a/extensions/graphql/package.json +++ b/extensions/graphql/package.json @@ -51,7 +51,7 @@ "cors": "^2.8.6", "debug": "^4.4.3", "express": "^4.22.1", - "graphql": "^16.13.1", + "graphql": "^16.13.2", "graphql-ws": "^5.16.2", "type-graphql": "^2.0.0-rc.2", "ws": "^8.20.0" diff --git a/package-lock.json b/package-lock.json index 128eb81c382a..04fd2824ae52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1427,7 +1427,7 @@ "cors": "^2.8.6", "debug": "^4.4.3", "express": "^4.22.1", - "graphql": "^16.13.1", + "graphql": "^16.13.2", "graphql-ws": "^5.16.2", "type-graphql": "^2.0.0-rc.2", "ws": "^8.20.0" @@ -17546,9 +17546,9 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, "node_modules/graphql": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.1.tgz", - "integrity": "sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ==", + "version": "16.13.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.2.tgz", + "integrity": "sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"