mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-19 20:22:34 +08:00
chore(deps): move from node-fetch to undici (#1148)
* chore(deps): move from node-fetch to undici * fix: lint * test: see if this is actually running * test: skeptical * test: post-install
This commit is contained in:
@@ -26,12 +26,11 @@
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"node-fetch": "^3.3.2",
|
||||
"openpgp": "5.10"
|
||||
"openpgp": "5.10",
|
||||
"undici": "^5.26.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.6",
|
||||
"@types/node": "^20.8.8",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
||||
"@typescript-eslint/parser": "^6.9.0",
|
||||
"@vercel/ncc": "^0.38.1",
|
||||
|
||||
Reference in New Issue
Block a user