Skip to content

Commit 593909c

Browse files
fix(deps): update dependency @graphql-tools/utils to v10.0.8 (#475)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d2cb91 commit 593909c

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

packages/plugins/typescript/jit-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"tslib": "~2.6.0"
5050
},
5151
"devDependencies": {
52-
"@graphql-tools/utils": "10.0.7",
52+
"@graphql-tools/utils": "10.0.8",
5353
"graphql-jit": "0.8.4"
5454
},
5555
"publishConfig": {

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,12 +1855,13 @@
18551855
value-or-promise "^1.0.11"
18561856
ws "^8.3.0"
18571857

1858-
"@graphql-tools/[email protected].7", "@graphql-tools/utils@^10.0.0":
1859-
version "10.0.7"
1860-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.0.7.tgz#ed88968b5ce53dabacbdd185df967aaab35f8549"
1861-
integrity sha512-KOdeMj6Hd/MENDaqPbws3YJl3wVy0DeYnL7PyUms5Skyf7uzI9INynDwPMhLXfSb0/ph6BXTwMd5zBtWbF8tBQ==
1858+
"@graphql-tools/[email protected].8", "@graphql-tools/utils@^10.0.0":
1859+
version "10.0.8"
1860+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.0.8.tgz#c7b84275ec83dc42ad9f3d4ffc424ff682075759"
1861+
integrity sha512-yjyA8ycSa1WRlJqyX/aLqXeE5DvF/H02+zXMUFnCzIDrj0UvLMUrxhmVFnMK0Q2n3bh4uuTeY3621m5za9ovXw==
18621862
dependencies:
18631863
"@graphql-typed-document-node/core" "^3.1.1"
1864+
cross-inspect "1.0.0"
18641865
dset "^3.1.2"
18651866
tslib "^2.4.0"
18661867

@@ -3656,6 +3657,13 @@ [email protected], cross-fetch@^3.1.5:
36563657
dependencies:
36573658
node-fetch "^2.6.12"
36583659

3660+
3661+
version "1.0.0"
3662+
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.0.tgz#5fda1af759a148594d2d58394a9e21364f6849af"
3663+
integrity sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ==
3664+
dependencies:
3665+
tslib "^2.4.0"
3666+
36593667
cross-spawn@^5.1.0:
36603668
version "5.1.0"
36613669
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"

0 commit comments

Comments
 (0)