diff --git a/package-lock.json b/package-lock.json index c7f085b..d99b4f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "graphql": "^16.12.0", - "graphql-yoga": "^5.17.1", + "graphql-yoga": "^5.18.0", "js-yaml": "^4.1.1", "openapi-to-graphql": "^3.0.7", "request": "^2.88.2" @@ -779,9 +779,9 @@ } }, "node_modules/graphql-yoga": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.17.1.tgz", - "integrity": "sha512-Izb2uVWfdoWm+tF4bi39KE6F4uml3r700/EwULPZYOciY8inmy4hw+98c6agy3C+xceXvTkP7Li6mY/EI8XliA==", + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.18.0.tgz", + "integrity": "sha512-xFt1DVXS1BZ3AvjnawAGc5OYieSe56WuQuyk3iEpBwJ3QDZJWQGLmU9z/L5NUZ+pUcyprsz/bOwkYIV96fXt/g==", "dependencies": { "@envelop/core": "^5.3.0", "@envelop/instrumentation": "^1.0.0", @@ -2602,9 +2602,9 @@ } }, "graphql-yoga": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.17.1.tgz", - "integrity": "sha512-Izb2uVWfdoWm+tF4bi39KE6F4uml3r700/EwULPZYOciY8inmy4hw+98c6agy3C+xceXvTkP7Li6mY/EI8XliA==", + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.18.0.tgz", + "integrity": "sha512-xFt1DVXS1BZ3AvjnawAGc5OYieSe56WuQuyk3iEpBwJ3QDZJWQGLmU9z/L5NUZ+pUcyprsz/bOwkYIV96fXt/g==", "requires": { "@envelop/core": "^5.3.0", "@envelop/instrumentation": "^1.0.0", diff --git a/package.json b/package.json index bb69b2c..9bab9e9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "graphql": "^16.12.0", - "graphql-yoga": "^5.17.1", + "graphql-yoga": "^5.18.0", "js-yaml": "^4.1.1", "openapi-to-graphql": "^3.0.7", "request": "^2.88.2"