Skip to content

Commit 2fb7250

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-yoga to v1.16.7
1 parent e01d5a6 commit 2fb7250

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.16.6",
11+
"graphql-yoga": "1.16.7",
1212
"jsonwebtoken": "8.3.0",
1313
"prisma-binding": "1.5.19"
1414
},

advanced/server/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,9 +2405,9 @@ graphql-tools@^4.0.0, graphql-tools@^4.0.1:
24052405
iterall "^1.1.3"
24062406
uuid "^3.1.0"
24072407

2408-
graphql-yoga@1.16.6:
2409-
version "1.16.6"
2410-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.6.tgz#fc0e75e0214b76afc57e0e7872479a65ff464412"
2408+
graphql-yoga@1.16.7:
2409+
version "1.16.7"
2410+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.7.tgz#05bdfadf9a4623b0409bee3c5b75b7b3f7249e6f"
24112411
dependencies:
24122412
"@types/cors" "^2.8.4"
24132413
"@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.16.6",
10+
"graphql-yoga": "1.16.7",
1111
"prisma-binding": "1.5.19"
1212
},
1313
"devDependencies": {

basic/server/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,9 +2200,9 @@ graphql-tools@^4.0.0, graphql-tools@^4.0.1:
22002200
iterall "^1.1.3"
22012201
uuid "^3.1.0"
22022202

2203-
graphql-yoga@1.16.6:
2204-
version "1.16.6"
2205-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.6.tgz#fc0e75e0214b76afc57e0e7872479a65ff464412"
2203+
graphql-yoga@1.16.7:
2204+
version "1.16.7"
2205+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.7.tgz#05bdfadf9a4623b0409bee3c5b75b7b3f7249e6f"
22062206
dependencies:
22072207
"@types/cors" "^2.8.4"
22082208
"@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.16.6"
10+
"graphql-yoga": "1.16.7"
1111
}
1212
}

minimal/server/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,9 @@ graphql-tools@^4.0.0, graphql-tools@^4.0.1:
464464
iterall "^1.1.3"
465465
uuid "^3.1.0"
466466

467-
graphql-yoga@1.16.6:
468-
version "1.16.6"
469-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.6.tgz#fc0e75e0214b76afc57e0e7872479a65ff464412"
467+
graphql-yoga@1.16.7:
468+
version "1.16.7"
469+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.7.tgz#05bdfadf9a4623b0409bee3c5b75b7b3f7249e6f"
470470
dependencies:
471471
"@types/cors" "^2.8.4"
472472
"@types/express" "^4.11.1"

0 commit comments

Comments
 (0)