diff --git a/.github/actions/next-stats-action/package.json b/.github/actions/next-stats-action/package.json index aa13fb61c2..998368c76c 100644 --- a/.github/actions/next-stats-action/package.json +++ b/.github/actions/next-stats-action/package.json @@ -9,7 +9,7 @@ "glob": "^10.0.0", "gzip-size": "^7.0.0", "minimatch": "^9.0.0", - "node-fetch": "^2.6.0", + "node-fetch": "^3.0.0", "prettier": "^1.18.2", "pretty-bytes": "^5.3.0", "pretty-ms": "^5.0.0", diff --git a/packages/next/package.json b/packages/next/package.json index df1d41d23e..946b3cd893 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -233,7 +233,7 @@ "nanoid": "5.0.1", "native-url": "0.3.4", "neo-async": "2.6.2", - "node-fetch": "2.7.0", + "node-fetch": "3.3.2", "node-html-parser": "5.4.2", "ora": "4.1.1", "os-browserify": "0.3.0",