Skip to content

Commit 112ec37

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-yoga to v1.16.2
1 parent 3467cd8 commit 112ec37

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"bcryptjs": "2.4.3",
11-
"graphql-yoga": "1.16.1",
11+
"graphql-yoga": "1.16.2",
1212
"jsonwebtoken": "8.3.0",
1313
"prisma-binding": "2.1.5"
1414
},

advanced/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,9 +2279,9 @@ graphql-tools@^3.0.5:
22792279
iterall "^1.1.3"
22802280
uuid "^3.1.0"
22812281

2282-
graphql-yoga@1.16.1:
2283-
version "1.16.1"
2284-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.1.tgz#9ebb3c8c17c113e80fe2d37da804a6610ce744d9"
2282+
graphql-yoga@1.16.2:
2283+
version "1.16.2"
2284+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.2.tgz#083293a9cecab6283e883c5a482c5c920fa66585"
22852285
dependencies:
22862286
"@types/cors" "^2.8.4"
22872287
"@types/express" "^4.11.1"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prisma": "prisma"
88
},
99
"dependencies": {
10-
"graphql-yoga": "1.16.1",
10+
"graphql-yoga": "1.16.2",
1111
"prisma-binding": "2.1.5"
1212
},
1313
"devDependencies": {

basic/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,9 +2073,9 @@ graphql-tools@^3.0.5:
20732073
iterall "^1.1.3"
20742074
uuid "^3.1.0"
20752075

2076-
graphql-yoga@1.16.1:
2077-
version "1.16.1"
2078-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.1.tgz#9ebb3c8c17c113e80fe2d37da804a6610ce744d9"
2076+
graphql-yoga@1.16.2:
2077+
version "1.16.2"
2078+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.2.tgz#083293a9cecab6283e883c5a482c5c920fa66585"
20792079
dependencies:
20802080
"@types/cors" "^2.8.4"
20812081
"@types/express" "^4.11.1"

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"keywords": [],
88
"author": "Manjula Dube",
99
"dependencies": {
10-
"graphql-yoga": "1.16.1"
10+
"graphql-yoga": "1.16.2"
1111
}
1212
}

minimal/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,9 @@ graphql-tools@^3.0.5:
532532
iterall "^1.1.3"
533533
uuid "^3.1.0"
534534

535-
graphql-yoga@1.16.1:
536-
version "1.16.1"
537-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.1.tgz#9ebb3c8c17c113e80fe2d37da804a6610ce744d9"
535+
graphql-yoga@1.16.2:
536+
version "1.16.2"
537+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.2.tgz#083293a9cecab6283e883c5a482c5c920fa66585"
538538
dependencies:
539539
"@types/cors" "^2.8.4"
540540
"@types/express" "^4.11.1"

0 commit comments

Comments
 (0)