From 68153780017eff467793751f3791a7647eea7b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:12:05 +0000 Subject: [PATCH] Bump nexus from 1.2.0 to 1.3.0 Bumps [nexus](https://github.com/graphql-nexus/nexus) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/graphql-nexus/nexus/releases) - [Changelog](https://github.com/graphql-nexus/nexus/blob/main/CHANGELOG.md) - [Commits](https://github.com/graphql-nexus/nexus/commits/v1.3.0) --- updated-dependencies: - dependency-name: nexus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/plugins/graphql/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/plugins/graphql/package.json b/packages/plugins/graphql/package.json index e54d7cff6a..63f1e692f5 100644 --- a/packages/plugins/graphql/package.json +++ b/packages/plugins/graphql/package.json @@ -40,7 +40,7 @@ "graphql-upload": "^13.0.0", "koa-compose": "^4.1.0", "lodash": "4.17.21", - "nexus": "1.2.0", + "nexus": "1.3.0", "pluralize": "^8.0.0", "subscriptions-transport-ws": "0.9.19" }, diff --git a/yarn.lock b/yarn.lock index 97d3f056f8..e8eb750289 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16403,10 +16403,10 @@ netmask@^2.0.2: resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7" integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg== -nexus@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/nexus/-/nexus-1.2.0.tgz#12c4611702184fac170c98c1a2c778a76a9e9827" - integrity sha512-7+0240LrQNnKKLTgbxM6KLLdfMgm4wp1TPAULim0lGmHfX7QsJK39i2KmFdMr3WdsAKoybMmwyrJtaYOq0q62g== +nexus@1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/nexus/-/nexus-1.3.0.tgz#d7e2671d48bf887e30e2815f509bbf4b0ee2a02b" + integrity sha512-w/s19OiNOs0LrtP7pBmD9/FqJHvZLmCipVRt6v1PM8cRUYIbhEswyNKGHVoC4eHZGPSnD+bOf5A3+gnbt0A5/A== dependencies: iterall "^1.3.0" tslib "^2.0.3"