diff --git a/community-generators/typegraphql-prisma/package.json b/community-generators/typegraphql-prisma/package.json index 2baf0f34a5de..fe4a62989e43 100644 --- a/community-generators/typegraphql-prisma/package.json +++ b/community-generators/typegraphql-prisma/package.json @@ -14,7 +14,7 @@ "@prisma/client": "3.7.0-dev.23", "apollo-server": "2.25.3", "class-validator": "0.13.2", - "graphql": "15.8.0", + "graphql": "16.1.0", "graphql-fields": "2.0.3", "graphql-scalars": "1.14.1", "graphql-type-json": "0.3.2", diff --git a/community-generators/typegraphql-prisma/yarn.lock b/community-generators/typegraphql-prisma/yarn.lock index f78b26385390..06770a8d4d84 100644 --- a/community-generators/typegraphql-prisma/yarn.lock +++ b/community-generators/typegraphql-prisma/yarn.lock @@ -1713,10 +1713,10 @@ graphql-type-json@0.3.2: resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.2.tgz" integrity sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg== -graphql@15.8.0: - version "15.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38" - integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw== +graphql@16.1.0: + version "16.1.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.1.0.tgz#83bebeae6e119766d04966f09de9305be7fd44e5" + integrity sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw== graphql@^15.3.0: version "15.5.0" diff --git a/libraries/apollo-server/package.json b/libraries/apollo-server/package.json index 85d84230bb59..bc7ee1621396 100644 --- a/libraries/apollo-server/package.json +++ b/libraries/apollo-server/package.json @@ -9,7 +9,7 @@ "@prisma/client": "3.7.0-dev.23", "@types/node-fetch": "2.5.12", "apollo-server": "2.25.3", - "graphql": "15.8.0" + "graphql": "16.1.0" }, "devDependencies": { "@types/node": "14.18.0", diff --git a/libraries/apollo-server/yarn.lock b/libraries/apollo-server/yarn.lock index 553aaf84a1ab..fcd62114c4e9 100644 --- a/libraries/apollo-server/yarn.lock +++ b/libraries/apollo-server/yarn.lock @@ -1025,10 +1025,10 @@ graphql-tools@^4.0.8: iterall "^1.1.3" uuid "^3.1.0" -graphql@15.8.0: - version "15.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38" - integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw== +graphql@16.1.0: + version "16.1.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.1.0.tgz#83bebeae6e119766d04966f09de9305be7fd44e5" + integrity sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw== has-symbols@^1.0.1: version "1.0.1" diff --git a/libraries/nexus-schema/package.json b/libraries/nexus-schema/package.json index 1f445662b846..b8e2db9b6747 100644 --- a/libraries/nexus-schema/package.json +++ b/libraries/nexus-schema/package.json @@ -15,7 +15,7 @@ "@types/express": "4.17.13", "express": "4.17.1", "express-graphql": "0.12.0", - "graphql": "15.8.0", + "graphql": "16.1.0", "nexus-plugin-prisma": "0.35.0" }, "devDependencies": { diff --git a/libraries/nexus-schema/yarn.lock b/libraries/nexus-schema/yarn.lock index a0bab59360cf..cdc48be936bb 100644 --- a/libraries/nexus-schema/yarn.lock +++ b/libraries/nexus-schema/yarn.lock @@ -496,10 +496,10 @@ glob@^7.1.3: once "^1.3.0" path-is-absolute "^1.0.0" -graphql@15.8.0: - version "15.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38" - integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw== +graphql@16.1.0: + version "16.1.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.1.0.tgz#83bebeae6e119766d04966f09de9305be7fd44e5" + integrity sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw== http-errors@1.7.2: version "1.7.2" diff --git a/libraries/type-graphql/package.json b/libraries/type-graphql/package.json index 6ac36fc211e2..3304ba6c76e6 100644 --- a/libraries/type-graphql/package.json +++ b/libraries/type-graphql/package.json @@ -10,7 +10,7 @@ "@types/graphql": "14.5.0", "apollo-server": "2.25.3", "class-validator": "0.13.2", - "graphql": "15.8.0", + "graphql": "16.1.0", "reflect-metadata": "0.1.13", "type-graphql": "1.1.1" }, diff --git a/libraries/type-graphql/yarn.lock b/libraries/type-graphql/yarn.lock index 04825fdc6e1e..5cd2a73ef6f5 100644 --- a/libraries/type-graphql/yarn.lock +++ b/libraries/type-graphql/yarn.lock @@ -1062,10 +1062,10 @@ graphql@*: resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0.tgz#e459dea1150da5a106486ba7276518b5295a4347" integrity sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA== -graphql@15.8.0: - version "15.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38" - integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw== +graphql@16.1.0: + version "16.1.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.1.0.tgz#83bebeae6e119766d04966f09de9305be7fd44e5" + integrity sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw== has-symbols@^1.0.1: version "1.0.1"