diff --git a/backend/package-lock.json b/backend/package-lock.json index 070a2365a..0f61822cc 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -5815,9 +5815,9 @@ } }, "graphql-shield": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/graphql-shield/-/graphql-shield-7.0.1.tgz", - "integrity": "sha512-wDKpnMeou/XNkHCzRQHsi9kit5FkO1uAu+9UL/erJPEpwO4yaSkkGPNELsTTQdxhsX3SzWly792dqIj2T8suAw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/graphql-shield/-/graphql-shield-7.0.2.tgz", + "integrity": "sha512-ZgCQ9efzgehkIVMFoxaOubnvwHVqthtsIXA+xRu8B4ga2Ch/EHiswNCDKpTXTBQZmjeDCSHeAj4XDmbzR4Trxw==", "requires": { "@types/yup": "0.26.24", "object-hash": "^2.0.0", diff --git a/backend/package.json b/backend/package.json index a9a746bc1..f6067717b 100644 --- a/backend/package.json +++ b/backend/package.json @@ -64,7 +64,7 @@ "graphql-iso-date": "~3.6.1", "graphql-middleware": "~4.0.2", "graphql-middleware-sentry": "^3.2.1", - "graphql-shield": "~7.0.1", + "graphql-shield": "~7.0.2", "graphql-tag": "~2.10.1", "helmet": "~3.21.2", "jsonwebtoken": "~8.5.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index 711738021..fc730a13e 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -4018,10 +4018,10 @@ graphql-request@~1.8.2: dependencies: cross-fetch "2.2.2" -graphql-shield@~7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.0.1.tgz#4d9b5a0e1b169ebe5ee786a4bad102c5fe3354b7" - integrity sha512-wDKpnMeou/XNkHCzRQHsi9kit5FkO1uAu+9UL/erJPEpwO4yaSkkGPNELsTTQdxhsX3SzWly792dqIj2T8suAw== +graphql-shield@~7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.0.2.tgz#65d51528b4e36c4a5023276267abbd1abb57ce0b" + integrity sha512-ZgCQ9efzgehkIVMFoxaOubnvwHVqthtsIXA+xRu8B4ga2Ch/EHiswNCDKpTXTBQZmjeDCSHeAj4XDmbzR4Trxw== dependencies: "@types/yup" "0.26.24" object-hash "^2.0.0"