diff --git a/package.json b/package.json index 59b31535ef6a4a59e5fc6d9b91c33c707dcbf480..006093b80e96335ccb057d622f1e407d9de8f213 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "fs-extra": "4.0.3", "graphql": "14.7.0", "graphql-middleware": "4.0.2", - "graphql-shield": "7.3.2", + "graphql-shield": "7.3.3", "graphql-tools": "4.0.8", "history": "4.10.1", "jimp": "0.13.0", diff --git a/yarn.lock b/yarn.lock index cb979c3212bff52e4db17568834068dfdeed822d..06312385fd28bf55fb71ea6ad47778b59deb34b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2275,10 +2275,10 @@ dependencies: "@types/node" "*" -"@types/yup@0.29.3": - version "0.29.3" - resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.29.3.tgz#5a85024796bffe0eb01601bfc180fe218356dba4" - integrity sha512-XxZFKnxzTfm+DR8MMBA35UUXfUPmjPpi8HJ90VZg7q/LIbtiOhVGJ26gNnATcflcpnIyf2Qm9A+oEhswaqoDpA== +"@types/yup@0.29.4": + version "0.29.4" + resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.29.4.tgz#f7b1f9978180d5155663c1cd0ecdc41a72c23d81" + integrity sha512-OQ7gZRQb7eSbGu5h57tbK67sgX8UH5wbuqPORTFBG7qiBtOkEf1dXAr0QULyHIeRwaGLPYxPXiQru+40ClR6ng== "@types/zen-observable@^0.8.0": version "0.8.0" @@ -7772,12 +7772,12 @@ graphql-postgres-subscriptions@^1.0.4: pg "^7.4.1" pg-ipc "^1.0.4" -graphql-shield@7.3.2: - version "7.3.2" - resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.3.2.tgz#ecb8e2f2533a7dc5c1a67d79a928807014c9fa0d" - integrity sha512-LxFgVqY6hYa1mAO8BvRyS3vk9XkZsOOrpHrM35/wMNXqhF0pnJbdF788KSqMcxvdAL/dQYcTRhE8Mjgj7nacpQ== +graphql-shield@7.3.3: + version "7.3.3" + resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.3.3.tgz#ecd2f61059cf0580d8e7c18435a26921c9ba69ad" + integrity sha512-ygTEqXCYOOIi1HawHszb3tWCZItSI3R5rg9IiMU1RPZCXI+kQNSqXBTDMAo9+m+pyXRQJrKgliaYEX6WcHJaxA== dependencies: - "@types/yup" "0.29.3" + "@types/yup" "0.29.4" object-hash "^2.0.3" yup "^0.29.0"