Skip to content

Commit e17cdf8

Browse files
fix(deps): update graphql-tools monorepo (#834)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c8241ea commit e17cdf8

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

packages/plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
},
2828
"dependencies": {
2929
"@babel/code-frame": "7.16.0",
30-
"@graphql-tools/code-file-loader": "7.2.2",
30+
"@graphql-tools/code-file-loader": "7.2.3",
3131
"@graphql-tools/graphql-tag-pluck": "7.1.4",
32-
"@graphql-tools/import": "6.6.1",
33-
"@graphql-tools/utils": "8.5.3",
32+
"@graphql-tools/import": "6.6.2",
33+
"@graphql-tools/utils": "8.5.4",
3434
"graphql-config": "4.1.0",
3535
"graphql-depth-limit": "1.1.0",
3636
"lodash.lowercase": "4.3.0"

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,10 +1491,10 @@
14911491
tslib "~2.3.0"
14921492
value-or-promise "1.0.11"
14931493

1494-
"@graphql-tools/[email protected].2":
1495-
version "7.2.2"
1496-
resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.2.2.tgz#79f8ce5723ee87ecb4d490d1497ac7e616340358"
1497-
integrity sha512-AADyxqipGWLBl4N59CGPgv3i35UF1fQpJvbC5a6TXmcppnghD2olDLewOh1pIQrwxGAAh1S75XVIi28PTKYZhg==
1494+
"@graphql-tools/[email protected].3":
1495+
version "7.2.3"
1496+
resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.2.3.tgz#b53e8809528da07911423c3a511e5fccf9121a12"
1497+
integrity sha512-aNVG3/VG5cUpS389rpCum+z7RY98qvPwOzd+J4LVr+f5hWQbDREnSFM+5RVTDfULujrsi7edKaGxGKp68pGmAA==
14981498
dependencies:
14991499
"@graphql-tools/graphql-tag-pluck" "^7.1.3"
15001500
"@graphql-tools/utils" "^8.5.1"
@@ -1547,7 +1547,16 @@
15471547
"@graphql-tools/utils" "^8.5.1"
15481548
tslib "~2.3.0"
15491549

1550-
"@graphql-tools/[email protected]", "@graphql-tools/import@^6.5.7":
1550+
"@graphql-tools/[email protected]":
1551+
version "6.6.2"
1552+
resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.6.2.tgz#2d1dabfee82ccebcd5e26d05f427cd1da91b2bf1"
1553+
integrity sha512-XBAw4GBaTwwA736VPTe5vKOS/FCVXpi0ofSeOa2AKedD4JEViAYx4Al3MPpmi2sIVumIOV7wGwHgX7HAgG5RdQ==
1554+
dependencies:
1555+
"@graphql-tools/utils" "8.5.4"
1556+
resolve-from "5.0.0"
1557+
tslib "~2.3.0"
1558+
1559+
"@graphql-tools/import@^6.5.7":
15511560
version "6.6.1"
15521561
resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.6.1.tgz#2a7e1ceda10103ffeb8652a48ddc47150b035485"
15531562
integrity sha512-i9WA6k+erJMci822o9w9DoX+uncVBK60LGGYW8mdbhX0l7wEubUpA000thJ1aarCusYh0u+ZT9qX0HyVPXu25Q==
@@ -1626,6 +1635,13 @@
16261635
dependencies:
16271636
tslib "~2.3.0"
16281637

1638+
"@graphql-tools/[email protected]":
1639+
version "8.5.4"
1640+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.4.tgz#9dadbd2fad2115ab5cde546d1353e41ef3d139a0"
1641+
integrity sha512-ViupMJH590be75tCiyHs/wgJ2KPbWMzc+jopen6P6MliHWoqRlGWMMvYQE1hDj25v4fxObCVq20maQCow0T9nQ==
1642+
dependencies:
1643+
tslib "~2.3.0"
1644+
16291645
"@graphql-tools/wrap@^8.3.1":
16301646
version "8.3.2"
16311647
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.3.2.tgz#d3bcecb7529d071e4ecc4dfc75b9566e3da79d4f"

0 commit comments

Comments
 (0)