Skip to content

Commit 67cde0c

Browse files
committed
Update dependency @graphql-codegen/cli to v2.14.1
1 parent 59d67cd commit 67cde0c

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"author": "codehex",
4848
"license": "MIT",
4949
"devDependencies": {
50-
"@graphql-codegen/cli": "2.14.0",
50+
"@graphql-codegen/cli": "2.14.1",
5151
"@graphql-codegen/typescript": "2.8.2",
5252
"@tsconfig/recommended": "1.0.1",
5353
"@types/jest": "29.2.3",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -833,10 +833,10 @@
833833
minimatch "^3.1.2"
834834
strip-json-comments "^3.1.1"
835835

836-
"@graphql-codegen/cli@2.14.0":
837-
version "2.14.0"
838-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.14.0.tgz#2087c9c05d45f482c53e67ef8e9c0c1f9a98b160"
839-
integrity sha512-tiG8iJd2jklazcAkPC1yZ4THQZOBazHi4L8qtH212PydFfpZ3G+PQyilf9sOMqT6Fq/b6yirHvVi6Jy2b1smEw==
836+
"@graphql-codegen/cli@2.14.1":
837+
version "2.14.1"
838+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.14.1.tgz#6a44d37a5d6275d3416077736ecbd30c77e7d437"
839+
integrity sha512-Z9EiX8yJ5xtNdw/1ApV8uKx6UjCNl/D28zTHU8Fa7BcCdi3ilGOKSiWCNZaH1mpwKr5EfX18kme2bIqKmohv/w==
840840
dependencies:
841841
"@babel/generator" "^7.18.13"
842842
"@babel/template" "^7.18.10"
@@ -867,7 +867,6 @@
867867
json-to-pretty-yaml "^1.2.2"
868868
listr2 "^4.0.5"
869869
log-symbols "^4.0.0"
870-
mkdirp "^1.0.4"
871870
shell-quote "^1.7.3"
872871
string-env-interpolation "^1.0.1"
873872
ts-log "^2.2.3"
@@ -4689,11 +4688,6 @@ minimist@^1.2.5:
46894688
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
46904689
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
46914690

4692-
mkdirp@^1.0.4:
4693-
version "1.0.4"
4694-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
4695-
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
4696-
46974691
ms@2.1.2:
46984692
version "2.1.2"
46994693
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"

0 commit comments

Comments
 (0)