Skip to content

Commit f15aa2d

Browse files
Update dependency graphql-yoga to v5.16.0
1 parent 4f116f3 commit f15aa2d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"graphql": "16.11.0",
2222
"graphql-scalars": "1.24.2",
23-
"graphql-yoga": "5.13.5"
23+
"graphql-yoga": "5.16.0"
2424
},
2525
"devDependencies": {
2626
"@eddeee888/eslint-plugin": "0.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,10 @@
687687
"@envelop/types" "5.0.0"
688688
tslib "^2.5.0"
689689

690-
"@envelop/core@^5.2.3":
691-
version "5.2.3"
692-
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.2.3.tgz#ede1dd20b4397c7465ae2190e718829303bcef00"
693-
integrity sha512-KfoGlYD/XXQSc3BkM1/k15+JQbkQ4ateHazeZoWl9P71FsLTDXSjGy6j7QqfhpIDSbxNISqhPMfZHYSbDFOofQ==
690+
"@envelop/core@^5.3.0":
691+
version "5.3.2"
692+
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.3.2.tgz#82c0f7bea98e230e345a1f2c44cc9a1769898f2b"
693+
integrity sha512-06Mu7fmyKzk09P2i2kHpGfItqLLgCq7uO5/nX4fc/iHMplWPNuAx4iYR+WXUQoFHDnP6EUbceQNQ5iyeMz9f3g==
694694
dependencies:
695695
"@envelop/instrumentation" "^1.0.0"
696696
"@envelop/types" "^5.2.1"
@@ -2903,12 +2903,12 @@ graphql-ws@^5.14.0:
29032903
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.2.tgz#7b0306c1bdb0e97a05e800ccd523f46fb212e37c"
29042904
integrity sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==
29052905

2906-
graphql-yoga@5.13.5:
2907-
version "5.13.5"
2908-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.13.5.tgz#e45890b8557166eca2fcebecfcae6ca66da92e09"
2909-
integrity sha512-a0DxeXr2oazOlnh8i+By8EM8QJPIG9OcI/nB6K//paM6fjv97WTYgXd57r0Ni0yOm6ts+y1yYL5IG90N4UWFmQ==
2906+
graphql-yoga@5.16.0:
2907+
version "5.16.0"
2908+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.16.0.tgz#2c95fb61ae97b17342db319940d363ada26bc4c4"
2909+
integrity sha512-/R2dJea7WgvNlXRU4F8iFwWd95Qn1mN+R+yC8XBs1wKjUzr0Pvv8cGYtt6UUcVHw5CiDEtu7iQY5oOe3sDAWCQ==
29102910
dependencies:
2911-
"@envelop/core" "^5.2.3"
2911+
"@envelop/core" "^5.3.0"
29122912
"@envelop/instrumentation" "^1.0.0"
29132913
"@graphql-tools/executor" "^1.4.0"
29142914
"@graphql-tools/schema" "^10.0.11"

0 commit comments

Comments
 (0)