Skip to content

Commit ca8e531

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-yoga to v1.18.3
1 parent 9d13c6f commit ca8e531

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"graphql": "14.5.3",
1717
"graphql-tag": "2.10.1",
1818
"graphql-tools": "4.0.5",
19-
"graphql-yoga": "1.18.2",
19+
"graphql-yoga": "1.18.3",
2020
"jsonwebtoken": "8.5.1",
2121
"prisma-binding": "2.3.15",
2222
"prisma-client-lib": "1.34.6"

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2323,10 +2323,10 @@ [email protected], graphql-import@^0.7.0, graphql-import@^0.7.1:
23232323
lodash "^4.17.4"
23242324
resolve-from "^4.0.0"
23252325

2326-
graphql-middleware@3.0.5:
2327-
version "3.0.5"
2328-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.5.tgz#8cbce45ce4be95bd4600ffe5332e1936ec721e10"
2329-
integrity sha512-84HBmvJlMKxgavbygbRgn2i1fOSrZ7KhxWToWDpe4xOgnWxGb5WY1rwRIkyK25ajh4qRwLtGPbBxtClzwGngCQ==
2326+
graphql-middleware@4.0.1:
2327+
version "4.0.1"
2328+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-4.0.1.tgz#8c627b22cc046a47e9474a813cf9e0bd50fa0c4b"
2329+
integrity sha512-r9r+pcHV4yZW7LAOcjQYTbNY6nR9SrLgpVZKbrtgXxpQW/MUc1N8q3PESciebvp5s0EEUgRchcRjUkyaArCIFw==
23302330
dependencies:
23312331
graphql-tools "^4.0.5"
23322332

@@ -2467,10 +2467,10 @@ graphql-upload@^8.0.0:
24672467
http-errors "^1.7.2"
24682468
object-path "^0.11.4"
24692469

2470-
2471-
version "1.18.2"
2472-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.2.tgz#74a87072258b080b0e0d89a62010ee96e657d2cf"
2473-
integrity sha512-DUJ7g7oIj/PquDHGkC7Zu8foIFBns+l2qFIeuscpilyvIT6k/2u6NN6h01KWGjIgoz7mS9SKXKiYSkR9Y86ytw==
2470+
2471+
version "1.18.3"
2472+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.3.tgz#047fa511dbef63cf6d6ea7c06a71202d37444844"
2473+
integrity sha512-tR6JYbwLSBVu0Z8M7BIyt1PHhhexmRwneYM8Ru/g2pixrtsWbelBFAXU7bDPhXrqZ49Zxt2zLJ60x3bLNGo/bQ==
24742474
dependencies:
24752475
"@types/aws-lambda" "8.10.13"
24762476
"@types/cors" "^2.8.4"
@@ -2487,7 +2487,7 @@ [email protected]:
24872487
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
24882488
graphql-deduplicator "^2.0.1"
24892489
graphql-import "^0.7.0"
2490-
graphql-middleware "3.0.5"
2490+
graphql-middleware "4.0.1"
24912491
graphql-playground-middleware-express "1.7.11"
24922492
graphql-playground-middleware-lambda "1.7.12"
24932493
graphql-subscriptions "^0.5.8"

0 commit comments

Comments
 (0)