Skip to content

Commit a3fa9c0

Browse files
committed
Update dependency @graphql-codegen/cli to v2.11.7
1 parent f5d0e2d commit a3fa9c0

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
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.11.6",
47+
"@graphql-codegen/cli": "2.11.7",
4848
"@graphql-codegen/typescript": "2.7.3",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.8",

yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -754,10 +754,10 @@
754754
minimatch "^3.1.2"
755755
strip-json-comments "^3.1.1"
756756

757-
"@graphql-codegen/[email protected].6":
758-
version "2.11.6"
759-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.11.6.tgz#3acfd7cd3bac40999ba1262063d84ca7c96172dc"
760-
integrity sha512-0R2Bhgjt3XZTSdsn8MGGuJjDEN2z+KCo7920zLZz9boy6bQ0EyuxS9AUATePS9aC3djy2POAIPCHz8iHK68IlQ==
757+
"@graphql-codegen/[email protected].7":
758+
version "2.11.7"
759+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.11.7.tgz#ee08dde48bac3b54ee30542f6bc6ed0a7acc3631"
760+
integrity sha512-Ldh9gRfmRL2ulMfEOGr3nuIv3s0YMnmJZ52Q1Z/eQoiW+x8KLwNIJNCS/O++YyoEO975WA5GLjfBoNzJ5qUQYw==
761761
dependencies:
762762
"@graphql-codegen/core" "2.6.2"
763763
"@graphql-codegen/plugin-helpers" "^2.6.2"
@@ -771,7 +771,7 @@
771771
"@graphql-tools/prisma-loader" "^7.2.7"
772772
"@graphql-tools/url-loader" "^7.13.2"
773773
"@graphql-tools/utils" "^8.9.0"
774-
"@whatwg-node/fetch" "^0.2.3"
774+
"@whatwg-node/fetch" "^0.3.0"
775775
ansi-escapes "^4.3.1"
776776
chalk "^4.1.0"
777777
chokidar "^3.5.2"
@@ -1859,7 +1859,7 @@
18591859
"@typescript-eslint/types" "5.35.1"
18601860
eslint-visitor-keys "^3.3.0"
18611861

1862-
"@whatwg-node/fetch@^0.2.3", "@whatwg-node/fetch@^0.2.4":
1862+
"@whatwg-node/fetch@^0.2.4":
18631863
version "0.2.6"
18641864
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.2.6.tgz#eb8e68624c55aecfa4c6d7ea36b3ce3ad5d5f79e"
18651865
integrity sha512-NhHiqeGcKjgqUZvJTZSou9qsFEPBBG1LPm2Npz0cmcPvukhhQfjX+p3quRx6b9AyjNPp1f73VB1z4ApHy9FcNg==
@@ -1874,6 +1874,21 @@
18741874
undici "^5.8.0"
18751875
web-streams-polyfill "^3.2.0"
18761876

1877+
"@whatwg-node/fetch@^0.3.0":
1878+
version "0.3.2"
1879+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.3.2.tgz#da4323795c26c135563ba01d49dc16037bec4287"
1880+
integrity sha512-Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ==
1881+
dependencies:
1882+
"@peculiar/webcrypto" "^1.4.0"
1883+
abort-controller "^3.0.0"
1884+
busboy "^1.6.0"
1885+
event-target-polyfill "^0.0.3"
1886+
form-data-encoder "^1.7.1"
1887+
formdata-node "^4.3.1"
1888+
node-fetch "^2.6.7"
1889+
undici "^5.8.0"
1890+
web-streams-polyfill "^3.2.0"
1891+
18771892
abort-controller@^3.0.0:
18781893
version "3.0.0"
18791894
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"

0 commit comments

Comments
 (0)