diff --git a/backend/package.json b/backend/package.json index 4a632b3ac..89fb87edf 100644 --- a/backend/package.json +++ b/backend/package.json @@ -66,7 +66,7 @@ "graphql-iso-date": "~3.6.1", "graphql-middleware": "~3.0.5", "graphql-middleware-sentry": "^3.2.0", - "graphql-shield": "~6.0.5", + "graphql-shield": "~6.0.6", "graphql-tag": "~2.10.1", "helmet": "~3.20.0", "jsonwebtoken": "~8.5.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index 36c9f6de6..2f6f02d8e 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -4131,10 +4131,10 @@ graphql-request@~1.8.2: dependencies: cross-fetch "2.2.2" -graphql-shield@~6.0.5: - version "6.0.5" - resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-6.0.5.tgz#e55c7eb1984c684863c897746044bb216a285b41" - integrity sha512-+uRVptAv6RvaM5GVqZjEsanlZ2OTmUgDu+x/UW/qD6+Zb+I6nTGZ7nII8LTFHuUdXrCICfxesyMODhQYXcEZWQ== +graphql-shield@~6.0.6: + version "6.0.6" + resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-6.0.6.tgz#ef8c53f1dd972c2d1828ffd45ce9b1f877576534" + integrity sha512-rwhno5ZvEBbedQ8mEOi/Lk71J5CrpQCOcyuDIO+qb1hqm7cvWLtLVyZFrhVp7vN/vULV9oX30j0clC/1d05LpQ== dependencies: "@types/yup" "0.26.23" lightercollective "^0.3.0"