Upgraded graphql-shield and graphql-middleware

This commit is contained in:
Grzegorz Leoniec 2019-02-07 15:54:07 +01:00
parent d84def310b
commit 9dba9b5cf4
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 10 additions and 17 deletions

View File

@ -47,8 +47,8 @@
"graphql": "~14.1.1",
"graphql-custom-directives": "~0.2.14",
"graphql-iso-date": "~3.6.1",
"graphql-middleware": "~1.7.8",
"graphql-shield": "~4.1.2",
"graphql-middleware": "~3.0.2",
"graphql-shield": "~5.1.2",
"graphql-tag": "~2.10.1",
"graphql-yoga": "~1.17.4",
"jsonwebtoken": "~8.4.0",

View File

@ -3507,20 +3507,13 @@ graphql-iso-date@~3.6.1:
resolved "https://registry.yarnpkg.com/graphql-iso-date/-/graphql-iso-date-3.6.1.tgz#bd2d0dc886e0f954cbbbc496bbf1d480b57ffa96"
integrity sha512-AwFGIuYMJQXOEAgRlJlFL4H1ncFM8n8XmoVDTNypNOZyQ8LFDG2ppMFlsS862BSTCDcSUfHp8PD3/uJhv7t59Q==
graphql-middleware@3.0.2:
graphql-middleware@3.0.2, graphql-middleware@~3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.2.tgz#c8cdb67615eec02aec237b455e679f5fc973ddc4"
integrity sha512-sRqu1sF+77z42z1OVM1QDHKQWnWY5K3nAgqWiZwx3U4tqNZprrDuXxSChPMliV343IrVkpYdejUYq9w24Ot3FA==
dependencies:
graphql-tools "^4.0.4"
graphql-middleware@~1.7.8:
version "1.7.8"
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.7.8.tgz#617940d3cd462e9553e582d2b6ce86cb0e95a3dd"
integrity sha512-FNl427I9fCZ9ZwuywPHPbpVJCgDiMS+7dbtaEZu7zJiMP8il2+2T0KRKCiXkfLDKefiGkZnl4qVIFbncCDaduA==
dependencies:
graphql-tools "^4.0.2"
graphql-playground-html@1.6.12:
version "1.6.12"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.12.tgz#8b3b34ab6013e2c877f0ceaae478fafc8ca91b85"
@ -3547,12 +3540,12 @@ graphql-request@^1.8.2:
dependencies:
cross-fetch "2.2.2"
graphql-shield@~4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-4.1.2.tgz#dee5f9118c160cae1b793c443e3550ad7e81e1cb"
integrity sha512-hVzAMtb2dWeCv72A5DypAVHaFVXmA2NNH97wTNXtex4zFIhxWXauOF8WuoAXhWdlzxKF/s5NLthvl31AUxsRyQ==
graphql-shield@~5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-5.1.2.tgz#fd8b9cb263a06caae8f4d026cc8c6d07a155832a"
integrity sha512-imBBsi2HlbRN+K8ZAp1OCrlp7uosPvpmO0Hp2Qef5sPEdZ6w24goctLIE90Jv76cCDtaYTMVIYBtTHeuL+2gJg==
dependencies:
object-hash "^1.3.0"
object-hash "^1.3.1"
opencollective "1.0.3"
graphql-subscriptions@^0.5.8:
@ -3574,7 +3567,7 @@ graphql-tag@^2.9.2, graphql-tag@~2.10.1:
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02"
integrity sha512-jApXqWBzNXQ8jYa/HLkZJaVw9jgwNqZkywa2zfFn16Iv1Zb7ELNHkJaXHR7Quvd5SIGsy6Ny7SUKATgnu05uEg==
graphql-tools@^4.0.0, graphql-tools@^4.0.2, graphql-tools@^4.0.4:
graphql-tools@^4.0.0, graphql-tools@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.4.tgz#ca08a63454221fdde825fe45fbd315eb2a6d566b"
integrity sha512-chF12etTIGVVGy3fCTJ1ivJX2KB7OSG4c6UOJQuqOHCmBQwTyNgCDuejZKvpYxNZiEx7bwIjrodDgDe9RIkjlw==
@ -5670,7 +5663,7 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"
object-hash@^1.3.0:
object-hash@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==