Skip to content

Commit

Permalink
chore: Update node-fetch (#597)
Browse files Browse the repository at this point in the history
* chore: Update node-fetch

Signed-off-by: koooge <koooooge@gmail.com>

* chore: Upgrade jest and eslint

Signed-off-by: koooge <koooooge@gmail.com>

---------

Signed-off-by: koooge <koooooge@gmail.com>
  • Loading branch information
koooge committed Oct 23, 2023
1 parent f8ea8b7 commit 701be5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -29,16 +29,16 @@
"lint": "eslint src/** __tests__/**"
},
"dependencies": {
"encoding": "^0.1.13",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.5",
"encoding": "^0.1.13"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"jest": "^27.3.1",
"joi": "^17.4.2",
"nock": "^13.1.4"
"eslint": "^8.52.0",
"jest": "^29.7.0",
"joi": "^17.11.0",
"nock": "^13.3.6"
},
"peerDependencies": {
"joi": ">= 13.7.0"
Expand Down

0 comments on commit 701be5d

Please sign in to comment.