Skip to content

Commit

Permalink
[update-deps] Dependency Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Dec 14, 2024
1 parent 54c00e6 commit e67d4eb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
32 changes: 21 additions & 11 deletions kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3842,12 +3842,12 @@
"@graphql-tools/utils" "^10.6.2"
tslib "^2.4.0"

"@graphql-tools/merge@^9.0.13":
version "9.0.13"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.13.tgz#c75a1a2a94e5d73700e47bb3943b696554ff0c92"
integrity sha512-OSEOaFOjdkAwR6umRHrTrKjYANbh/0OBb1W8B21dxu8XPaOeoCuShDGXY6ZpragiO8Ke0qFXZGwJGg8ZbDPfvQ==
"@graphql-tools/merge@^9.0.14":
version "9.0.14"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.14.tgz#b3477dc1a1e63568a74588ac1f80010dac46549d"
integrity sha512-MO7VXnm3ShpdG51hs4hYsLyu+8o/tSLjNYQmLmR4rkHoFi3kQCDu2r8B4IVwd+Ve39cechj0NyCmMsg+mRvwDQ==
dependencies:
"@graphql-tools/utils" "^10.6.3"
"@graphql-tools/utils" "^10.6.4"
tslib "^2.4.0"

"@graphql-tools/merge@^9.0.3":
Expand Down Expand Up @@ -3932,13 +3932,13 @@
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/schema@^10.0.12":
version "10.0.12"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.12.tgz#ddfa529cff08090c19080ff904562e7743c3d399"
integrity sha512-ukIZBdD4jI94ren5GK6nnHe+YvDVOfoI8cz50pdE1+FYf9NSFUu7HJXmIBHGIIWFbE5lz4qb5MfUeuBkffs3lw==
"@graphql-tools/schema@^10.0.13":
version "10.0.13"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.13.tgz#5315b1d4332f716612d8203933358044bc93f6e7"
integrity sha512-1gvTTuSKej9bR5O2SP9dCKSHaQkVmg9fWU0Aia34HMsAZl2bzosUfXjwBu3ze8MWqb+gRVjdhukDpGA5ZC+5nA==
dependencies:
"@graphql-tools/merge" "^9.0.13"
"@graphql-tools/utils" "^10.6.3"
"@graphql-tools/merge" "^9.0.14"
"@graphql-tools/utils" "^10.6.4"
tslib "^2.4.0"
value-or-promise "^1.0.12"

Expand Down Expand Up @@ -4035,6 +4035,16 @@
dset "^3.1.2"
tslib "^2.4.0"

"@graphql-tools/utils@^10.6.4":
version "10.6.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.4.tgz#33816111e1c04a3ecac716fcd043911cda1aac7b"
integrity sha512-itCgjwVxbO+3uI/K73G9heedG8KelNFzgn368rUhPjTrkJX6NyLQwT5EMq/A8tvazMXyJYdtnN5nD+tT4DUpbQ==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
dset "^3.1.2"
tslib "^2.4.0"

"@graphql-tools/utils@^8.8.0":
version "8.13.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491"
Expand Down
2 changes: 1 addition & 1 deletion libraries/js-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/preset-react": "^7.26.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/kotlin": "^3.0.1",
"@graphql-tools/schema": "^10.0.12",
"@graphql-tools/schema": "^10.0.13",
"@graphql-tools/stitch": "^9.4.10",
"@graphql-codegen/java-common": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^5.1.0",
Expand Down

0 comments on commit e67d4eb

Please sign in to comment.