Skip to content

Commit

Permalink
chore(deps): update @whatwg-node/fetch to fix vulnerability (#8155)
Browse files Browse the repository at this point in the history
* chore(deps): update `@whatwg-node/fetch` to fix vulnerability

* Create large-llamas-trade.md

* Bump loader packages and get rid of cross-undici-fetch and old undici completely

Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
  • Loading branch information
charlypoly and ardatan committed Jul 28, 2022
1 parent 7690be7 commit 8cd1526
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 131 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-llamas-trade.md
@@ -0,0 +1,5 @@
---
"@graphql-codegen/cli": patch
---

chore(deps): update `@whatwg-node/fetch` to fix vulnerability
20 changes: 10 additions & 10 deletions packages/graphql-codegen-cli/package.json
Expand Up @@ -42,17 +42,17 @@
"dependencies": {
"@graphql-codegen/core": "2.6.0",
"@graphql-codegen/plugin-helpers": "^2.6.1",
"@graphql-tools/apollo-engine-loader": "^7.3.1",
"@graphql-tools/code-file-loader": "^7.3.0",
"@graphql-tools/git-loader": "^7.2.0",
"@graphql-tools/github-loader": "^7.3.1",
"@graphql-tools/apollo-engine-loader": "^7.3.6",
"@graphql-tools/code-file-loader": "^7.3.1",
"@graphql-tools/git-loader": "^7.2.1",
"@graphql-tools/github-loader": "^7.3.6",
"@graphql-tools/graphql-file-loader": "^7.5.0",
"@graphql-tools/json-file-loader": "^7.4.0",
"@graphql-tools/load": "^7.7.0",
"@graphql-tools/prisma-loader": "^7.2.2",
"@graphql-tools/url-loader": "^7.12.1",
"@graphql-tools/utils": "^8.8.0",
"@whatwg-node/fetch": "^0.0.2",
"@graphql-tools/json-file-loader": "^7.4.1",
"@graphql-tools/load": "^7.7.1",
"@graphql-tools/prisma-loader": "^7.2.7",
"@graphql-tools/url-loader": "^7.13.2",
"@graphql-tools/utils": "^8.9.0",
"@whatwg-node/fetch": "^0.2.3",
"ansi-escapes": "^4.3.1",
"chalk": "^4.1.0",
"chokidar": "^3.5.2",
Expand Down

1 comment on commit 8cd1526

@vercel
Copy link

@vercel vercel bot commented on 8cd1526 Jul 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.