Skip to content

Commit 03db70e

Browse files
committed
Update dependency @graphql-codegen/cli to v2.10.0
1 parent ebddd31 commit 03db70e

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
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.9.1",
47+
"@graphql-codegen/cli": "2.10.0",
4848
"@graphql-codegen/typescript": "2.7.2",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.6",

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,10 @@
747747
minimatch "^3.1.2"
748748
strip-json-comments "^3.1.1"
749749

750-
"@graphql-codegen/cli@2.9.1":
751-
version "2.9.1"
752-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.9.1.tgz#f3a0edd462cbefb69f9db7789b142a696a2930b4"
753-
integrity sha512-RyGrJTKySi5irJjdgg/9GTnFSCJtKh1YGD9idh2CIsEbkbUx3M7aBk4A+W7Q1afLmC16l59KSXodG8Bqi2eJmg==
750+
"@graphql-codegen/cli@2.10.0":
751+
version "2.10.0"
752+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.10.0.tgz#82f716590333bcb7965cd4ae373972068b2d0787"
753+
integrity sha512-v87yzrQ4Q/PpGPC59O0xusQknWWKtUdITqahpUBDddT8ZWHNhadx2BjvPkinFoPZmCkG8yVoAHx7FJ2uLzqjww==
754754
dependencies:
755755
"@graphql-codegen/core" "2.6.0"
756756
"@graphql-codegen/plugin-helpers" "^2.6.0"
@@ -764,11 +764,11 @@
764764
"@graphql-tools/prisma-loader" "^7.2.2"
765765
"@graphql-tools/url-loader" "^7.12.1"
766766
"@graphql-tools/utils" "^8.8.0"
767+
"@whatwg-node/fetch" "^0.0.2"
767768
ansi-escapes "^4.3.1"
768769
chalk "^4.1.0"
769770
chokidar "^3.5.2"
770771
cosmiconfig "^7.0.0"
771-
cross-undici-fetch "^0.4.11"
772772
debounce "^1.2.0"
773773
detect-indent "^6.0.0"
774774
graphql-config "^4.3.1"
@@ -1689,6 +1689,19 @@
16891689
"@typescript-eslint/types" "5.31.0"
16901690
eslint-visitor-keys "^3.3.0"
16911691

1692+
"@whatwg-node/fetch@^0.0.2":
1693+
version "0.0.2"
1694+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.0.2.tgz#4242c4e36714b5018ccac0ab76f4ab5a208fbc1c"
1695+
integrity sha512-qiZn8dYRg0POzUvmHBs7blLxl6DPL+b+Z0JUsGaj7/8PFe2BJG9onrUVX6OWh6Z9YhcYw8yu+wtCAme5ZMiCKQ==
1696+
dependencies:
1697+
abort-controller "^3.0.0"
1698+
busboy "^1.6.0"
1699+
form-data-encoder "^1.7.1"
1700+
formdata-node "^4.3.1"
1701+
node-fetch "^2.6.7"
1702+
undici "5.5.1"
1703+
web-streams-polyfill "^3.2.0"
1704+
16921705
abort-controller@^3.0.0:
16931706
version "3.0.0"
16941707
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"

0 commit comments

Comments
 (0)