diff --git a/package-lock.json b/package-lock.json index 9ded22b789..8252029d70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7305,9 +7305,9 @@ } }, "graphql": { - "version": "15.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.0.tgz", - "integrity": "sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ==" + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz", + "integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==" }, "graphql-language-service": { "version": "3.1.4", diff --git a/package.json b/package.json index fb7739eed6..085b9041be 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "csurf": "1.11.0", "express": "4.17.1", "graphiql": "1.4.2", - "graphql": "15.6.0", + "graphql": "15.6.1", "history": "4.10.1", "immutable": "4.0.0-rc.9", "immutable-devtools": "0.1.5",