mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #134 from Human-Connection/dependabot/npm_and_yarn/graphql-yoga-1.17.1
This commit is contained in:
commit
2c0110b63f
@ -50,7 +50,7 @@
|
||||
"graphql-middleware": "~1.7.8",
|
||||
"graphql-shield": "~4.1.2",
|
||||
"graphql-tag": "~2.10.1",
|
||||
"graphql-yoga": "~1.17.0",
|
||||
"graphql-yoga": "~1.17.1",
|
||||
"jsonwebtoken": "~8.4.0",
|
||||
"linkifyjs": "~2.1.7",
|
||||
"lodash": "~4.17.11",
|
||||
|
||||
28
yarn.lock
28
yarn.lock
@ -3473,12 +3473,12 @@ 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.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.0.tgz#df498cc2c19ca5936fc67e9e39df6c484dbf4d80"
|
||||
integrity sha512-m1V5G8jTatG8ZbFWLWBqrlVbHNpJv/U15LJ8U3XAoLjxm5HRY9rVXns6I4gigJqUt/0i/xYO7Lk3YkxqHi8QmQ==
|
||||
graphql-middleware@3.0.1:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.1.tgz#8e1f1b2b9738002c1132372cb51d9cceb1b962ec"
|
||||
integrity sha512-mKXoFYBozbFfAwUPqADO/xpL/DcLKE8fGc0qHTL1ssA6+6Ynt609m4V36/c4FAxcnJsgsV1p22aBbiraXg+ddA==
|
||||
dependencies:
|
||||
graphql-tools "^4.0.3"
|
||||
graphql-tools "^4.0.4"
|
||||
|
||||
graphql-middleware@~1.7.8:
|
||||
version "1.7.8"
|
||||
@ -3542,10 +3542,10 @@ 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.3:
|
||||
version "4.0.3"
|
||||
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.3.tgz#23b5cb52c519212b1b2e4630a361464396ad264b"
|
||||
integrity sha512-NNZM0WSnVLX1zIMUxu7SjzLZ4prCp15N5L2T2ro02OVyydZ0fuCnZYRnx/yK9xjGWbZA0Q58yEO//Bv/psJWrg==
|
||||
graphql-tools@^4.0.0, graphql-tools@^4.0.2, 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==
|
||||
dependencies:
|
||||
apollo-link "^1.2.3"
|
||||
apollo-utilities "^1.0.1"
|
||||
@ -3563,10 +3563,10 @@ graphql-upload@^8.0.2:
|
||||
http-errors "^1.7.1"
|
||||
object-path "^0.11.4"
|
||||
|
||||
graphql-yoga@~1.17.0:
|
||||
version "1.17.0"
|
||||
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.17.0.tgz#54836fbb43720a19f5ff2357273c2f380e536ed7"
|
||||
integrity sha512-2uPz7tmkOP8ktnsFIc6blRO6R5RTofWY0ugxKcvR4QlTveNcfKwOiXMVEn8yJulodEGhJLENXJklSxEIyeIbOg==
|
||||
graphql-yoga@~1.17.1:
|
||||
version "1.17.1"
|
||||
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.17.1.tgz#13bace9f063e4c57ab7da40c60b9aea4135b89a4"
|
||||
integrity sha512-8j2omHHMsSFFn4XFb4hXiMIhBAdqra/Ok5lJxBihMlC2ocNU16aa8sMXjAcwwpgcAV0dpDOU5fL3X1DS0pmTQA==
|
||||
dependencies:
|
||||
"@types/cors" "^2.8.4"
|
||||
"@types/express" "^4.11.1"
|
||||
@ -3583,7 +3583,7 @@ graphql-yoga@~1.17.0:
|
||||
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
|
||||
graphql-deduplicator "^2.0.1"
|
||||
graphql-import "^0.7.0"
|
||||
graphql-middleware "3.0.0"
|
||||
graphql-middleware "3.0.1"
|
||||
graphql-playground-middleware-express "1.7.6"
|
||||
graphql-playground-middleware-lambda "1.7.6"
|
||||
graphql-subscriptions "^0.5.8"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user