Skip to content

Commit 9a67e3d

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

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

advanced/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
},
1313
"devDependencies": {

advanced/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,9 +1498,9 @@ graphql-import@^0.7.0, graphql-import@^0.7.1:
14981498
lodash "^4.17.4"
14991499
resolve-from "^4.0.0"
15001500

1501-
graphql-middleware@3.0.5:
1502-
version "3.0.5"
1503-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.5.tgz#8cbce45ce4be95bd4600ffe5332e1936ec721e10"
1501+
graphql-middleware@4.0.1:
1502+
version "4.0.1"
1503+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-4.0.1.tgz#8c627b22cc046a47e9474a813cf9e0bd50fa0c4b"
15041504
dependencies:
15051505
graphql-tools "^4.0.5"
15061506

@@ -1575,9 +1575,9 @@ graphql-upload@^8.0.0:
15751575
http-errors "^1.7.2"
15761576
object-path "^0.11.4"
15771577

1578-
graphql-yoga@1.18.2:
1579-
version "1.18.2"
1580-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.2.tgz#74a87072258b080b0e0d89a62010ee96e657d2cf"
1578+
graphql-yoga@1.18.3:
1579+
version "1.18.3"
1580+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.3.tgz#047fa511dbef63cf6d6ea7c06a71202d37444844"
15811581
dependencies:
15821582
"@types/aws-lambda" "8.10.13"
15831583
"@types/cors" "^2.8.4"
@@ -1594,7 +1594,7 @@ graphql-yoga@1.18.2:
15941594
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
15951595
graphql-deduplicator "^2.0.1"
15961596
graphql-import "^0.7.0"
1597-
graphql-middleware "3.0.5"
1597+
graphql-middleware "4.0.1"
15981598
graphql-playground-middleware-express "1.7.11"
15991599
graphql-playground-middleware-lambda "1.7.12"
16001600
graphql-subscriptions "^0.5.8"

basic/package.json

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

basic/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,9 +1367,9 @@ graphql-import@^0.7.0, graphql-import@^0.7.1:
13671367
lodash "^4.17.4"
13681368
resolve-from "^4.0.0"
13691369

1370-
graphql-middleware@3.0.5:
1371-
version "3.0.5"
1372-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.5.tgz#8cbce45ce4be95bd4600ffe5332e1936ec721e10"
1370+
graphql-middleware@4.0.1:
1371+
version "4.0.1"
1372+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-4.0.1.tgz#8c627b22cc046a47e9474a813cf9e0bd50fa0c4b"
13731373
dependencies:
13741374
graphql-tools "^4.0.5"
13751375

@@ -1444,9 +1444,9 @@ graphql-upload@^8.0.0:
14441444
http-errors "^1.7.2"
14451445
object-path "^0.11.4"
14461446

1447-
graphql-yoga@1.18.2:
1448-
version "1.18.2"
1449-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.2.tgz#74a87072258b080b0e0d89a62010ee96e657d2cf"
1447+
graphql-yoga@1.18.3:
1448+
version "1.18.3"
1449+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.3.tgz#047fa511dbef63cf6d6ea7c06a71202d37444844"
14501450
dependencies:
14511451
"@types/aws-lambda" "8.10.13"
14521452
"@types/cors" "^2.8.4"
@@ -1463,7 +1463,7 @@ graphql-yoga@1.18.2:
14631463
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
14641464
graphql-deduplicator "^2.0.1"
14651465
graphql-import "^0.7.0"
1466-
graphql-middleware "3.0.5"
1466+
graphql-middleware "4.0.1"
14671467
graphql-playground-middleware-express "1.7.11"
14681468
graphql-playground-middleware-lambda "1.7.12"
14691469
graphql-subscriptions "^0.5.8"

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Devan Beitel",
1313
"license": "ISC",
1414
"dependencies": {
15-
"graphql-yoga": "1.18.2"
15+
"graphql-yoga": "1.18.3"
1616
},
1717
"devDependencies": {
1818
"graphql-cli": "2.17.0",

minimal/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,9 +1268,9 @@ graphql-import@^0.7.0, graphql-import@^0.7.1:
12681268
lodash "^4.17.4"
12691269
resolve-from "^4.0.0"
12701270

1271-
graphql-middleware@3.0.5:
1272-
version "3.0.5"
1273-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.5.tgz#8cbce45ce4be95bd4600ffe5332e1936ec721e10"
1271+
graphql-middleware@4.0.1:
1272+
version "4.0.1"
1273+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-4.0.1.tgz#8c627b22cc046a47e9474a813cf9e0bd50fa0c4b"
12741274
dependencies:
12751275
graphql-tools "^4.0.5"
12761276

@@ -1362,9 +1362,9 @@ graphql-upload@^8.0.0:
13621362
http-errors "^1.7.2"
13631363
object-path "^0.11.4"
13641364

1365-
graphql-yoga@1.18.2:
1366-
version "1.18.2"
1367-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.2.tgz#74a87072258b080b0e0d89a62010ee96e657d2cf"
1365+
graphql-yoga@1.18.3:
1366+
version "1.18.3"
1367+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.18.3.tgz#047fa511dbef63cf6d6ea7c06a71202d37444844"
13681368
dependencies:
13691369
"@types/aws-lambda" "8.10.13"
13701370
"@types/cors" "^2.8.4"
@@ -1381,7 +1381,7 @@ graphql-yoga@1.18.2:
13811381
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
13821382
graphql-deduplicator "^2.0.1"
13831383
graphql-import "^0.7.0"
1384-
graphql-middleware "3.0.5"
1384+
graphql-middleware "4.0.1"
13851385
graphql-playground-middleware-express "1.7.11"
13861386
graphql-playground-middleware-lambda "1.7.12"
13871387
graphql-subscriptions "^0.5.8"

0 commit comments

Comments
 (0)