Skip to content

Commit 874850a

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-yoga to v1.18.3
1 parent 02ebf1d commit 874850a

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

advanced/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"bcryptjs": "2.4.3",
10-
"graphql-yoga": "1.18.2",
10+
"graphql-yoga": "1.18.3",
1111
"jsonwebtoken": "8.5.1",
1212
"prisma-client-lib": "1.34.6"
1313
},

advanced/server/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,10 +1685,10 @@ graphql-import@^0.7.0, graphql-import@^0.7.1:
16851685
lodash "^4.17.4"
16861686
resolve-from "^4.0.0"
16871687

1688-
graphql-middleware@3.0.5:
1689-
version "3.0.5"
1690-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.5.tgz#8cbce45ce4be95bd4600ffe5332e1936ec721e10"
1691-
integrity sha512-84HBmvJlMKxgavbygbRgn2i1fOSrZ7KhxWToWDpe4xOgnWxGb5WY1rwRIkyK25ajh4qRwLtGPbBxtClzwGngCQ==
1688+
graphql-middleware@4.0.1:
1689+
version "4.0.1"
1690+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-4.0.1.tgz#8c627b22cc046a47e9474a813cf9e0bd50fa0c4b"
1691+
integrity sha512-r9r+pcHV4yZW7LAOcjQYTbNY6nR9SrLgpVZKbrtgXxpQW/MUc1N8q3PESciebvp5s0EEUgRchcRjUkyaArCIFw==
16921692
dependencies:
16931693
graphql-tools "^4.0.5"
16941694

@@ -1774,10 +1774,10 @@ graphql-upload@^8.0.0:
17741774
http-errors "^1.7.2"
17751775
object-path "^0.11.4"
17761776

1777-
graphql-yoga@1.18.2:
1778-
version "1.18.2"
1779-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.2.tgz#74a87072258b080b0e0d89a62010ee96e657d2cf"
1780-
integrity sha512-DUJ7g7oIj/PquDHGkC7Zu8foIFBns+l2qFIeuscpilyvIT6k/2u6NN6h01KWGjIgoz7mS9SKXKiYSkR9Y86ytw==
1777+
graphql-yoga@1.18.3:
1778+
version "1.18.3"
1779+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.3.tgz#047fa511dbef63cf6d6ea7c06a71202d37444844"
1780+
integrity sha512-tR6JYbwLSBVu0Z8M7BIyt1PHhhexmRwneYM8Ru/g2pixrtsWbelBFAXU7bDPhXrqZ49Zxt2zLJ60x3bLNGo/bQ==
17811781
dependencies:
17821782
"@types/aws-lambda" "8.10.13"
17831783
"@types/cors" "^2.8.4"
@@ -1794,7 +1794,7 @@ graphql-yoga@1.18.2:
17941794
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
17951795
graphql-deduplicator "^2.0.1"
17961796
graphql-import "^0.7.0"
1797-
graphql-middleware "3.0.5"
1797+
graphql-middleware "4.0.1"
17981798
graphql-playground-middleware-express "1.7.11"
17991799
graphql-playground-middleware-lambda "1.7.12"
18001800
graphql-subscriptions "^0.5.8"

basic/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"prisma": "prisma"
66
},
77
"dependencies": {
8-
"graphql-yoga": "1.18.2",
8+
"graphql-yoga": "1.18.3",
99
"prisma-client-lib": "1.34.6"
1010
},
1111
"devDependencies": {

basic/server/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,10 +1581,10 @@ graphql-import@^0.7.0, graphql-import@^0.7.1:
15811581
lodash "^4.17.4"
15821582
resolve-from "^4.0.0"
15831583

1584-
graphql-middleware@3.0.5:
1585-
version "3.0.5"
1586-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.5.tgz#8cbce45ce4be95bd4600ffe5332e1936ec721e10"
1587-
integrity sha512-84HBmvJlMKxgavbygbRgn2i1fOSrZ7KhxWToWDpe4xOgnWxGb5WY1rwRIkyK25ajh4qRwLtGPbBxtClzwGngCQ==
1584+
graphql-middleware@4.0.1:
1585+
version "4.0.1"
1586+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-4.0.1.tgz#8c627b22cc046a47e9474a813cf9e0bd50fa0c4b"
1587+
integrity sha512-r9r+pcHV4yZW7LAOcjQYTbNY6nR9SrLgpVZKbrtgXxpQW/MUc1N8q3PESciebvp5s0EEUgRchcRjUkyaArCIFw==
15881588
dependencies:
15891589
graphql-tools "^4.0.5"
15901590

@@ -1672,10 +1672,10 @@ graphql-upload@^8.0.0:
16721672
http-errors "^1.7.2"
16731673
object-path "^0.11.4"
16741674

1675-
graphql-yoga@1.18.2:
1676-
version "1.18.2"
1677-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.2.tgz#74a87072258b080b0e0d89a62010ee96e657d2cf"
1678-
integrity sha512-DUJ7g7oIj/PquDHGkC7Zu8foIFBns+l2qFIeuscpilyvIT6k/2u6NN6h01KWGjIgoz7mS9SKXKiYSkR9Y86ytw==
1675+
graphql-yoga@1.18.3:
1676+
version "1.18.3"
1677+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.3.tgz#047fa511dbef63cf6d6ea7c06a71202d37444844"
1678+
integrity sha512-tR6JYbwLSBVu0Z8M7BIyt1PHhhexmRwneYM8Ru/g2pixrtsWbelBFAXU7bDPhXrqZ49Zxt2zLJ60x3bLNGo/bQ==
16791679
dependencies:
16801680
"@types/aws-lambda" "8.10.13"
16811681
"@types/cors" "^2.8.4"
@@ -1692,7 +1692,7 @@ graphql-yoga@1.18.2:
16921692
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
16931693
graphql-deduplicator "^2.0.1"
16941694
graphql-import "^0.7.0"
1695-
graphql-middleware "3.0.5"
1695+
graphql-middleware "4.0.1"
16961696
graphql-playground-middleware-express "1.7.11"
16971697
graphql-playground-middleware-lambda "1.7.12"
16981698
graphql-subscriptions "^0.5.8"

minimal/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"start": "node src/index.js"
55
},
66
"dependencies": {
7-
"graphql-yoga": "1.18.2"
7+
"graphql-yoga": "1.18.3"
88
}
99
}

minimal/server/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,10 @@ graphql-import@^0.7.0:
425425
lodash "^4.17.4"
426426
resolve-from "^4.0.0"
427427

428-
graphql-middleware@3.0.5:
429-
version "3.0.5"
430-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.5.tgz#8cbce45ce4be95bd4600ffe5332e1936ec721e10"
431-
integrity sha512-84HBmvJlMKxgavbygbRgn2i1fOSrZ7KhxWToWDpe4xOgnWxGb5WY1rwRIkyK25ajh4qRwLtGPbBxtClzwGngCQ==
428+
graphql-middleware@4.0.1:
429+
version "4.0.1"
430+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-4.0.1.tgz#8c627b22cc046a47e9474a813cf9e0bd50fa0c4b"
431+
integrity sha512-r9r+pcHV4yZW7LAOcjQYTbNY6nR9SrLgpVZKbrtgXxpQW/MUc1N8q3PESciebvp5s0EEUgRchcRjUkyaArCIFw==
432432
dependencies:
433433
graphql-tools "^4.0.5"
434434

@@ -490,10 +490,10 @@ graphql-upload@^8.0.0:
490490
http-errors "^1.7.2"
491491
object-path "^0.11.4"
492492

493-
graphql-yoga@1.18.2:
494-
version "1.18.2"
495-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.2.tgz#74a87072258b080b0e0d89a62010ee96e657d2cf"
496-
integrity sha512-DUJ7g7oIj/PquDHGkC7Zu8foIFBns+l2qFIeuscpilyvIT6k/2u6NN6h01KWGjIgoz7mS9SKXKiYSkR9Y86ytw==
493+
graphql-yoga@1.18.3:
494+
version "1.18.3"
495+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.3.tgz#047fa511dbef63cf6d6ea7c06a71202d37444844"
496+
integrity sha512-tR6JYbwLSBVu0Z8M7BIyt1PHhhexmRwneYM8Ru/g2pixrtsWbelBFAXU7bDPhXrqZ49Zxt2zLJ60x3bLNGo/bQ==
497497
dependencies:
498498
"@types/aws-lambda" "8.10.13"
499499
"@types/cors" "^2.8.4"
@@ -510,7 +510,7 @@ graphql-yoga@1.18.2:
510510
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
511511
graphql-deduplicator "^2.0.1"
512512
graphql-import "^0.7.0"
513-
graphql-middleware "3.0.5"
513+
graphql-middleware "4.0.1"
514514
graphql-playground-middleware-express "1.7.11"
515515
graphql-playground-middleware-lambda "1.7.12"
516516
graphql-subscriptions "^0.5.8"

0 commit comments

Comments
 (0)