Skip to content

Commit

Permalink
Update other instances of node-fetch (#33617)
Browse files Browse the repository at this point in the history
* Update other instances of node-fetch

* update compiled
  • Loading branch information
ijjk committed Jan 24, 2022
1 parent e8c15e5 commit c13d9a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/with-vercel-fetch/package.json
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@vercel/fetch": "6.1.0",
"next": "latest",
"node-fetch": "2.6.1",
"node-fetch": "2.6.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"unfetch": "4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/next/compiled/node-fetch/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -217,7 +217,7 @@
"nanoid": "3.1.30",
"native-url": "0.3.4",
"neo-async": "2.6.1",
"node-fetch": "2.6.1",
"node-fetch": "2.6.7",
"node-html-parser": "1.4.9",
"ora": "4.0.4",
"os-browserify": "0.3.0",
Expand Down

0 comments on commit c13d9a0

Please sign in to comment.