Skip to content

Commit 962e948

Browse files
Merge pull request #570 from huv1k/dependabot/npm_and_yarn/graphql-yoga-3.9.0
build(deps): bump graphql-yoga from 3.8.0 to 3.9.0
2 parents 38676c7 + cc05b97 commit 962e948

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@pothos/plugin-scope-auth": "3.19.0",
2525
"@prisma/client": "4.12.0",
2626
"graphql": "16.6.0",
27-
"graphql-yoga": "3.8.0",
27+
"graphql-yoga": "3.9.0",
2828
"next": "13.3.0",
2929
"next-auth": "4.22.0",
3030
"next-urql": "3.3.3",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -951,13 +951,13 @@
951951
tslib "^2.4.0"
952952
value-or-promise "1.0.12"
953953

954-
"@graphql-tools/executor@^0.0.15":
955-
version "0.0.15"
956-
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-0.0.15.tgz#cbd29af2ec54213a52f6c516a7792b3e626a4c49"
957-
integrity sha512-6U7QLZT8cEUxAMXDP4xXVplLi6RBwx7ih7TevlBto66A/qFp3PDb6o/VFo07yBKozr8PGMZ4jMfEWBGxmbGdxA==
954+
"@graphql-tools/executor@^0.0.16":
955+
version "0.0.16"
956+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-0.0.16.tgz#6c7cfbc04c05149b8dd6630f9debeb0293e806d5"
957+
integrity sha512-TGhvJPNaZbvhurLQtYBfedvNRuokvoPRC3vCjeHCe9AOUfb8Vn7Jvrpnys5R/wdCnXKsOpCm9QZt9OqNMfkByQ==
958958
dependencies:
959959
"@graphql-tools/utils" "9.2.1"
960-
"@graphql-typed-document-node/core" "3.1.2"
960+
"@graphql-typed-document-node/core" "3.2.0"
961961
"@repeaterjs/repeater" "3.0.4"
962962
tslib "^2.4.0"
963963
value-or-promise "1.0.12"
@@ -1144,6 +1144,11 @@
11441144
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.2.tgz#6fc464307cbe3c8ca5064549b806360d84457b04"
11451145
integrity sha512-9anpBMM9mEgZN4wr2v8wHJI2/u5TnnggewRN6OlvXTTnuVyoY19X6rOv9XTqKRw6dcGKwZsBi8n0kDE2I5i4VA==
11461146

1147+
"@graphql-typed-document-node/core@3.2.0":
1148+
version "3.2.0"
1149+
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
1150+
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
1151+
11471152
"@graphql-yoga/logger@^0.0.1":
11481153
version "0.0.1"
11491154
resolved "https://registry.yarnpkg.com/@graphql-yoga/logger/-/logger-0.0.1.tgz#48504fa6ecaee487d9df00fd44c28e356635a324"
@@ -3072,14 +3077,14 @@ graphql-ws@5.11.3:
30723077
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.11.3.tgz#eaf8e6baf669d167975cff13ad86abca4ecfe82f"
30733078
integrity sha512-fU8zwSgAX2noXAsuFiCZ8BtXeXZOzXyK5u1LloCdacsVth4skdBMPO74EG51lBoWSIZ8beUocdpV8+cQHBODnQ==
30743079

3075-
graphql-yoga@3.8.0:
3076-
version "3.8.0"
3077-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-3.8.0.tgz#329bcf960eb4e954106e7b5974edbb60ccff8a04"
3078-
integrity sha512-tCjPeVL+IiTXi9s3oKtLxHTqML/foBhoO4FTuNzosWAsgNybUX7HSnGyPAKoHv0OusYW8KwiU/xFR95wFHvcFw==
3080+
graphql-yoga@3.9.0:
3081+
version "3.9.0"
3082+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-3.9.0.tgz#d524a76de9fca95305f5fc5003ca22959966e329"
3083+
integrity sha512-iHHY8iGBd++p1lLoIAknNc6cFTjkKjD7kFYp8zP+svv87SVM1sx0ep+0EHTT+Ye11ZGW375REbYgS3P46x+Kkw==
30793084
dependencies:
30803085
"@envelop/core" "^3.0.4"
30813086
"@envelop/validation-cache" "^5.1.2"
3082-
"@graphql-tools/executor" "^0.0.15"
3087+
"@graphql-tools/executor" "^0.0.16"
30833088
"@graphql-tools/schema" "^9.0.0"
30843089
"@graphql-tools/utils" "^9.2.1"
30853090
"@graphql-yoga/logger" "^0.0.1"

0 commit comments

Comments
 (0)