Skip to content

Commit 1632409

Browse files
committed
Update dependency @graphql-codegen/cli to v2.12.1
1 parent 0728463 commit 1632409

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
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.12.0",
47+
"@graphql-codegen/cli": "2.12.1",
4848
"@graphql-codegen/typescript": "2.7.3",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "29.0.3",

yarn.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -763,13 +763,13 @@
763763
minimatch "^3.1.2"
764764
strip-json-comments "^3.1.1"
765765

766-
"@graphql-codegen/[email protected].0":
767-
version "2.12.0"
768-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.12.0.tgz#ae57ca66fac7b0b5b8cba5b26ca9ccb5885ae2d4"
769-
integrity sha512-esaMiiuypAtJNiZUhGdFmG0gTMEF5dYkqP/7I04egxSragwbIETU8gOl6/gHdLSAV5su7dgfIEZNdWmGCOWAbg==
766+
"@graphql-codegen/[email protected].1":
767+
version "2.12.1"
768+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.12.1.tgz#0a8533015c16cfe5626611f836321dd281a2b382"
769+
integrity sha512-kBYArVrIceKmNy2qZeiqoAHuNFUVRuVL3f0XX3VproXNmCGjLzcYosPmzV8+2H9mjjDU+vq5mLddAc8oVNGz9g==
770770
dependencies:
771771
"@graphql-codegen/core" "2.6.2"
772-
"@graphql-codegen/plugin-helpers" "^2.7.0"
772+
"@graphql-codegen/plugin-helpers" "^2.7.1"
773773
"@graphql-tools/apollo-engine-loader" "^7.3.6"
774774
"@graphql-tools/code-file-loader" "^7.3.1"
775775
"@graphql-tools/git-loader" "^7.2.1"
@@ -780,7 +780,7 @@
780780
"@graphql-tools/prisma-loader" "^7.2.7"
781781
"@graphql-tools/url-loader" "^7.13.2"
782782
"@graphql-tools/utils" "^8.9.0"
783-
"@whatwg-node/fetch" "^0.3.0"
783+
"@whatwg-node/fetch" "^0.4.0"
784784
ansi-escapes "^4.3.1"
785785
chalk "^4.1.0"
786786
chokidar "^3.5.2"
@@ -835,10 +835,10 @@
835835
lodash "~4.17.0"
836836
tslib "~2.4.0"
837837

838-
"@graphql-codegen/plugin-helpers@^2.7.0":
839-
version "2.7.0"
840-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.0.tgz#54ba1d5fb3ddad8a3634bc2e09b023eb183e574c"
841-
integrity sha512-+a2VP/4Ob0fwP8YLrQ/hhYlAA9UZUdDFNqwS543DmyiGFUkNIsa7TnTsE/mBDKJSMsCVWLw78949fCpzjyw/9Q==
838+
"@graphql-codegen/plugin-helpers@^2.7.1":
839+
version "2.7.1"
840+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.1.tgz#de999bdf8a1485f6f3c4c5f21cfb038e99d67e3e"
841+
integrity sha512-wpEShhwbQp8pqXolnSCNaj0pU91LbuBvYHpYqm96TUqyeKQYAYRVmw3JIt0g8UQpKYhg8lYIDwWdcINOYqkGLg==
842842
dependencies:
843843
"@graphql-tools/utils" "^8.8.0"
844844
change-case-all "1.0.14"
@@ -1936,15 +1936,14 @@
19361936
undici "^5.8.0"
19371937
web-streams-polyfill "^3.2.0"
19381938

1939-
"@whatwg-node/fetch@^0.3.0":
1940-
version "0.3.2"
1941-
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.3.2.tgz#da4323795c26c135563ba01d49dc16037bec4287"
1942-
integrity sha512-Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ==
1939+
"@whatwg-node/fetch@^0.4.0":
1940+
version "0.4.4"
1941+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.4.4.tgz#9f6502177453d48b76d31f33d32dcd60afb9eb54"
1942+
integrity sha512-/c2u1blMAXHVXneZjVLyE0AwdRuuFpv2P3ghNz2QtpHed+25WdSkTi7XxICwuaRsl/mMgundCzSy1352rZgWPg==
19431943
dependencies:
19441944
"@peculiar/webcrypto" "^1.4.0"
19451945
abort-controller "^3.0.0"
19461946
busboy "^1.6.0"
1947-
event-target-polyfill "^0.0.3"
19481947
form-data-encoder "^1.7.1"
19491948
formdata-node "^4.3.1"
19501949
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)