Skip to content

Commit 537659b

Browse files
Bump @graphql-tools/utils from 7.1.2 to 7.1.3 (#184)
Bumps [@graphql-tools/utils](https://github.com/ardatan/graphql-tools) from 7.1.2 to 7.1.3. - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Commits](https://github.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a745e9 commit 537659b

File tree

2 files changed

+38
-7
lines changed

2 files changed

+38
-7
lines changed

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"prettier-linter-helpers": "1.0.0",
20-
"@graphql-tools/utils": "^7.1.2",
20+
"@graphql-tools/utils": "^7.1.3",
2121
"@graphql-tools/load": "^6.2.5",
2222
"@graphql-tools/graphql-file-loader": "^6.2.6",
2323
"@graphql-tools/json-file-loader": "^6.2.6",

yarn.lock

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -633,13 +633,13 @@
633633
camel-case "4.1.1"
634634
tslib "~2.0.1"
635635

636-
"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.1", "@graphql-tools/utils@^7.0.2", "@graphql-tools/utils@^7.1.2":
637-
version "7.1.2"
638-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.1.2.tgz#48eafce9d118f73e39710c65426ecce98e374afa"
639-
integrity sha512-xFuhDyGMhaXTQpq48vjjCLA1VWc3fEo4n+zBcvQnbBSqhVPwAVa0ANcpb0NHmU9c3ypch26kK85TmC/HoK3YRg==
636+
"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.1", "@graphql-tools/utils@^7.0.2", "@graphql-tools/utils@^7.1.3":
637+
version "7.1.3"
638+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.1.3.tgz#5ee851b270e21f574be0d3384e0af255ac1abab0"
639+
integrity sha512-HQdCt8zixzSVsVRa2dzEdCnWJNFXU9g/b38XhSuQrcpzL/hoJaAkVRBfox/eegEp8a3oz32z7F6f1qW9rBM/yQ==
640640
dependencies:
641641
"@ardatan/aggregate-error" "0.0.6"
642-
camel-case "4.1.1"
642+
camel-case "4.1.2"
643643
tslib "~2.0.1"
644644

645645
"@graphql-tools/wrap@^7.0.0":
@@ -1657,6 +1657,14 @@ [email protected]:
16571657
pascal-case "^3.1.1"
16581658
tslib "^1.10.0"
16591659

1660+
1661+
version "4.1.2"
1662+
resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a"
1663+
integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==
1664+
dependencies:
1665+
pascal-case "^3.1.2"
1666+
tslib "^2.0.3"
1667+
16601668
camelcase-keys@^6.2.2:
16611669
version "6.2.2"
16621670
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0"
@@ -4202,6 +4210,13 @@ lower-case@^2.0.1:
42024210
dependencies:
42034211
tslib "^1.10.0"
42044212

4213+
lower-case@^2.0.2:
4214+
version "2.0.2"
4215+
resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28"
4216+
integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==
4217+
dependencies:
4218+
tslib "^2.0.3"
4219+
42054220
lru-cache@^4.0.1:
42064221
version "4.1.5"
42074222
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -4431,6 +4446,14 @@ no-case@^3.0.3:
44314446
lower-case "^2.0.1"
44324447
tslib "^1.10.0"
44334448

4449+
no-case@^3.0.4:
4450+
version "3.0.4"
4451+
resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d"
4452+
integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==
4453+
dependencies:
4454+
lower-case "^2.0.2"
4455+
tslib "^2.0.3"
4456+
44344457
[email protected], node-fetch@^2.6.1:
44354458
version "2.6.1"
44364459
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
@@ -4748,6 +4771,14 @@ pascal-case@^3.1.1:
47484771
no-case "^3.0.3"
47494772
tslib "^1.10.0"
47504773

4774+
pascal-case@^3.1.2:
4775+
version "3.1.2"
4776+
resolved "https://registry.yarnpkg.com/pascal-case/-/pascal-case-3.1.2.tgz#b48e0ef2b98e205e7c1dae747d0b1508237660eb"
4777+
integrity sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==
4778+
dependencies:
4779+
no-case "^3.0.4"
4780+
tslib "^2.0.3"
4781+
47514782
pascalcase@^0.1.1:
47524783
version "0.1.1"
47534784
resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
@@ -5933,7 +5964,7 @@ tslib@^1.10.0, tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0:
59335964
resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
59345965
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
59355966

5936-
tslib@^2, tslib@^2.0.0, tslib@~2.0.1:
5967+
tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@~2.0.1:
59375968
version "2.0.3"
59385969
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
59395970
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

0 commit comments

Comments
 (0)