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:
Tom Hu
2023-10-25 06:08:39 -07:00
committed by GitHub
parent aceeca9bb1
commit 83d30f0e41
6 changed files with 25576 additions and 13086 deletions

View File

@@ -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",