Skip to content

Commit cdce909

Browse files
committed
Update dependency @graphql-codegen/cli to v2.13.12
1 parent 2a61ef2 commit cdce909

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"author": "codehex",
4545
"license": "MIT",
4646
"devDependencies": {
47-
"@graphql-codegen/cli": "2.13.11",
47+
"@graphql-codegen/cli": "2.13.12",
4848
"@graphql-codegen/typescript": "2.8.1",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "29.2.2",

yarn.lock

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -821,15 +821,15 @@
821821
minimatch "^3.1.2"
822822
strip-json-comments "^3.1.1"
823823

824-
"@graphql-codegen/cli@2.13.11":
825-
version "2.13.11"
826-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.11.tgz#74ff250b9da09c38baf812662969e450783126aa"
827-
integrity sha512-PJF36a1i6M7Btj1kB4PWWzBUO3u2BJzsd/6KXxRmEugcxrbaCnbTDDktopy0CZYKdqaFbXaowwbRY8Tk8DV99Q==
824+
"@graphql-codegen/cli@2.13.12":
825+
version "2.13.12"
826+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.12.tgz#5ee91c95a47d8eeab365d93a8bf21da764c6a7be"
827+
integrity sha512-9pr39oseKQyQvm1tRFvW/2kt8c5JmT8u+5X6FZVBqWE18l1g4hB+XOeUNg/oEBdeDfiP7bvYjtQYOZaToXz9IQ==
828828
dependencies:
829829
"@babel/generator" "^7.18.13"
830830
"@babel/template" "^7.18.10"
831831
"@babel/types" "^7.18.13"
832-
"@graphql-codegen/core" "2.6.5"
832+
"@graphql-codegen/core" "2.6.6"
833833
"@graphql-codegen/plugin-helpers" "^2.7.2"
834834
"@graphql-tools/apollo-engine-loader" "^7.3.6"
835835
"@graphql-tools/code-file-loader" "^7.3.1"
@@ -863,14 +863,14 @@
863863
yaml "^1.10.0"
864864
yargs "^17.0.0"
865865

866-
"@graphql-codegen/core@2.6.5":
867-
version "2.6.5"
868-
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.5.tgz#08ac1e9cdfeba3f95557230b2bd3736b4ef2f777"
869-
integrity sha512-oSbM8vINFxcV1GUasJTDIemMpEG1t6NkBG8odQCt/3ZExCYmoviHhG9vJB89QqJeU5W06qQB6SJn/dg/gv5Aqg==
866+
"@graphql-codegen/core@2.6.6":
867+
version "2.6.6"
868+
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.6.tgz#e6ea99682230c5bbcf28cb247672da7f17e78578"
869+
integrity sha512-gU2FUxoLGw2GfcPWfBVXuiN3aDODbZ6Z9I+IGxa2u1Rzxlacw4TMmcwr4/IjC6mkiYJEKTvdVspHaby+brhuAg==
870870
dependencies:
871871
"@graphql-codegen/plugin-helpers" "^2.7.2"
872872
"@graphql-tools/schema" "^9.0.0"
873-
"@graphql-tools/utils" "9.0.0"
873+
"@graphql-tools/utils" "^9.1.1"
874874
tslib "~2.4.0"
875875

876876
"@graphql-codegen/plugin-helpers@^2.3.2":
@@ -1348,19 +1348,26 @@
13481348
dependencies:
13491349
tslib "^2.4.0"
13501350

1351-
"@graphql-tools/utils@9.0.0", "@graphql-tools/utils@^9.0.0":
1351+
"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.3.0", "@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2":
1352+
version "8.6.1"
1353+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.1.tgz#52c7eb108f2ca2fd01bdba8eef85077ead1bf882"
1354+
integrity sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==
1355+
dependencies:
1356+
tslib "~2.3.0"
1357+
1358+
"@graphql-tools/utils@^9.0.0":
13521359
version "9.0.0"
13531360
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.0.0.tgz#4e75680d29e866b3de293b4bc9fa4a40aeae0085"
13541361
integrity sha512-kaCwyWnURxMsYbxzkfylLqFFelu83jKk3BJOOy0GIuxEtgXVS9v7Y/tojljo69Q+jaZ2YxAi3+d8IpM+hx768A==
13551362
dependencies:
13561363
tslib "^2.4.0"
13571364

1358-
"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.3.0", "@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2":
1359-
version "8.6.1"
1360-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.1.tgz#52c7eb108f2ca2fd01bdba8eef85077ead1bf882"
1361-
integrity sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==
1365+
"@graphql-tools/utils@^9.1.1":
1366+
version "9.1.1"
1367+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.1.tgz#b47ea8f0d18c038c5c1c429e72caa5c25039fbab"
1368+
integrity sha512-DXKLIEDbihK24fktR2hwp/BNIVwULIHaSTNTNhXS+19vgT50eX9wndx1bPxGwHnVBOONcwjXy0roQac49vdt/w==
13621369
dependencies:
1363-
tslib "~2.3.0"
1370+
tslib "^2.4.0"
13641371

13651372
"@graphql-tools/wrap@8.5.0":
13661373
version "8.5.0"

0 commit comments

Comments
 (0)