Skip to content

Commit 102c8fd

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @graphql-codegen/typescript to v2.4.9
1 parent 1d5e7e1 commit 102c8fd

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"license": "MIT",
4646
"devDependencies": {
4747
"@graphql-codegen/cli": "2.6.2",
48-
"@graphql-codegen/typescript": "2.4.8",
48+
"@graphql-codegen/typescript": "2.4.9",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "27.5.0",
5151
"@typescript-eslint/eslint-plugin": "5.22.0",

yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -813,21 +813,21 @@
813813
"@graphql-tools/utils" "^8.1.1"
814814
tslib "~2.3.0"
815815

816-
"@graphql-codegen/[email protected].8":
817-
version "2.4.8"
818-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.4.8.tgz#e8110baba9713cde72d57a5c95aa27400363ed9a"
819-
integrity sha512-tVsHIkuyenBany7c5IMU1yi4S1er2hgyXJGNY7PcyhpJMx0eChmbqz1VTiZxDEwi8mDBS2mn3TaSJMh6xuJM5g==
816+
"@graphql-codegen/[email protected].9":
817+
version "2.4.9"
818+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.4.9.tgz#ab3eeaa5773cf78df7ddc2ffbb0447ee2920728c"
819+
integrity sha512-7l2qw3j8aC9CAW/Tm4x1kkIpDt34xqv8zTwRpmVaVwooZd6usvydkaEwJUMId8Aj0F1SDIzAlYNiG523SRu+Ng==
820820
dependencies:
821821
"@graphql-codegen/plugin-helpers" "^2.4.0"
822822
"@graphql-codegen/schema-ast" "^2.4.1"
823-
"@graphql-codegen/visitor-plugin-common" "2.7.4"
823+
"@graphql-codegen/visitor-plugin-common" "2.7.5"
824824
auto-bind "~4.0.0"
825-
tslib "~2.3.0"
825+
tslib "~2.4.0"
826826

827-
"@graphql-codegen/[email protected].4":
828-
version "2.7.4"
829-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.7.4.tgz#fbc8aec9df0035b8f29fa64a6356cbb02062da5d"
830-
integrity sha512-aaDoEudDD+B7DK/UwDSL2Fzej75N9hNJ3N8FQuTIeDyw6FNGWUxmkjVBLQGlzfnYfK8IYkdfYkrPn3Skq0pVxA==
827+
"@graphql-codegen/[email protected].5":
828+
version "2.7.5"
829+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.7.5.tgz#930fea2c084042b604bead6665b7a0d1542c445b"
830+
integrity sha512-k4adLokuudmhEO4l8PncoQdQl20BpwAOdSWzuYEjezb7KJvYgImkNCk0GghyRSg0rHh+0yFN4CjtpBR4nZX7Aw==
831831
dependencies:
832832
"@graphql-codegen/plugin-helpers" "^2.4.0"
833833
"@graphql-tools/optimize" "^1.0.1"
@@ -838,7 +838,7 @@
838838
dependency-graph "^0.11.0"
839839
graphql-tag "^2.11.0"
840840
parse-filepath "^1.0.2"
841-
tslib "~2.3.0"
841+
tslib "~2.4.0"
842842

843843
"@graphql-codegen/visitor-plugin-common@^2.5.2":
844844
version "2.5.2"
@@ -5588,6 +5588,11 @@ tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@~2.3.0:
55885588
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
55895589
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
55905590

5591+
tslib@~2.4.0:
5592+
version "2.4.0"
5593+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
5594+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
5595+
55915596
tsutils@^3.21.0:
55925597
version "3.21.0"
55935598
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)