Skip to content

Commit 027310e

Browse files
committed
fix(deps): update dependency @graphql-mesh/mysql to v0.13.4
1 parent 10366d8 commit 027310e

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-mesh/soap": "0.7.10",
3636
"@graphql-mesh/thrift": "0.7.30",
3737
"@graphql-mesh/grpc": "0.15.19",
38-
"@graphql-mesh/mysql": "0.13.3",
38+
"@graphql-mesh/mysql": "0.13.4",
3939
"@graphql-mesh/transform-cache": "0.9.20",
4040
"@graphql-mesh/transform-encapsulate": "0.1.66",
4141
"@graphql-mesh/transform-extend": "0.6.34",

yarn.lock

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,15 +2317,15 @@
23172317
graphql-compose-mongoose "9.5.4"
23182318
graphql-compose-pagination "8.3.0"
23192319

2320-
"@graphql-mesh/[email protected].3":
2321-
version "0.13.3"
2322-
resolved "https://registry.yarnpkg.com/@graphql-mesh/mysql/-/mysql-0.13.3.tgz#ce1931da0017950a42fba07bf3423b1e35056b6c"
2323-
integrity sha512-J1XWUY0dlwxGCrJZ1GKYIXLtpOzXkNg7BLrrQe3RITDB4pf4AJE9mObzeAblXaJgQLWUWiKkad5eYxJUYveahQ==
2320+
"@graphql-mesh/[email protected].4":
2321+
version "0.13.4"
2322+
resolved "https://registry.yarnpkg.com/@graphql-mesh/mysql/-/mysql-0.13.4.tgz#07e2280cd60db5cfe0222920872a786ae4707d78"
2323+
integrity sha512-qAFCS9kIep9WIbZa1IuWLqTjRZdHDpJDG9/F1UuazFcXZ0arwioCa2c7oUmr8HCrwxOIM0Dl0oZH3qCRwlQpkw==
23242324
dependencies:
2325-
"@graphql-mesh/store" "0.1.18"
2325+
"@graphql-mesh/store" "0.1.19"
23262326
"@graphql-mesh/types" "0.53.0"
2327-
"@graphql-mesh/utils" "0.18.1"
2328-
graphql-compose "9.0.3"
2327+
"@graphql-mesh/utils" "0.19.0"
2328+
graphql-compose "9.0.4"
23292329
graphql-fields "2.0.3"
23302330
graphql-scalars "1.12.0"
23312331
mysql "2.18.1"
@@ -2471,6 +2471,15 @@
24712471
"@graphql-mesh/utils" "0.18.1"
24722472
"@graphql-tools/utils" "8.3.0"
24732473

2474+
"@graphql-mesh/[email protected]":
2475+
version "0.1.19"
2476+
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.1.19.tgz#5c69c4b63aa5735b58e60054f9965dd2a570f81f"
2477+
integrity sha512-sxJcg9frMGPsICE2UNFBSfyngOQwsbK0phdxCMqAxKn0d48GZRGlCMbfG40zWoCa6wMb2oQs7w/NEtIXd5Vyhg==
2478+
dependencies:
2479+
"@graphql-inspector/core" "3.0.2"
2480+
"@graphql-mesh/utils" "0.19.0"
2481+
"@graphql-tools/utils" "8.5.0"
2482+
24742483
"@graphql-mesh/[email protected]":
24752484
version "0.7.30"
24762485
resolved "https://registry.yarnpkg.com/@graphql-mesh/thrift/-/thrift-0.7.30.tgz#4aa4e1608f9ad291e05250d7b0381edca227d63f"

0 commit comments

Comments
 (0)