Skip to content

Commit 10b1323

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-yoga to v1.9.2
1 parent 7200226 commit 10b1323

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

advanced/server/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.9.1",
11+
"graphql-yoga": "1.9.2",
1212
"jsonwebtoken": "8.2.1",
1313
"prisma-binding": "1.5.17"
1414
},

advanced/server/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2227,9 +2227,9 @@ graphql-tools@^2.23.1:
22272227
iterall "^1.1.3"
22282228
uuid "^3.1.0"
22292229

2230-
graphql-yoga@1.9.1:
2231-
version "1.9.1"
2232-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.1.tgz#1e83ac8d4c262cc28397f6b21acd7d894bcf1f4c"
2230+
graphql-yoga@1.9.2:
2231+
version "1.9.2"
2232+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.2.tgz#85bf796455e98785945b097fc70edccabdb755e7"
22332233
dependencies:
22342234
"@types/cors" "^2.8.3"
22352235
"@types/express" "^4.11.1"

basic/server/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.9.1",
10+
"graphql-yoga": "1.9.2",
1111
"prisma-binding": "1.5.17"
1212
},
1313
"devDependencies": {

basic/server/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,9 +2028,9 @@ graphql-tools@^2.23.1:
20282028
iterall "^1.1.3"
20292029
uuid "^3.1.0"
20302030

2031-
graphql-yoga@1.9.1:
2032-
version "1.9.1"
2033-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.1.tgz#1e83ac8d4c262cc28397f6b21acd7d894bcf1f4c"
2031+
graphql-yoga@1.9.2:
2032+
version "1.9.2"
2033+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.2.tgz#85bf796455e98785945b097fc70edccabdb755e7"
20342034
dependencies:
20352035
"@types/cors" "^2.8.3"
20362036
"@types/express" "^4.11.1"

minimal/server/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.9.1"
10+
"graphql-yoga": "1.9.2"
1111
}
1212
}

minimal/server/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ graphql-tools@^2.23.1:
462462
iterall "^1.1.3"
463463
uuid "^3.1.0"
464464

465-
graphql-yoga@1.9.1:
466-
version "1.9.1"
467-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.1.tgz#1e83ac8d4c262cc28397f6b21acd7d894bcf1f4c"
465+
graphql-yoga@1.9.2:
466+
version "1.9.2"
467+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.2.tgz#85bf796455e98785945b097fc70edccabdb755e7"
468468
dependencies:
469469
"@types/cors" "^2.8.3"
470470
"@types/express" "^4.11.1"

0 commit comments

Comments
 (0)