Skip to content

Commit

Permalink
chore(deps): Move node-fetch to ^2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Jun 23, 2023
1 parent 2797297 commit b15dfba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.9",
"stream-events": "^1.0.5",
"uuid": "^9.0.0"
},
Expand All @@ -56,8 +56,8 @@
"linkinator": "^4.0.0",
"mocha": "^10.0.0",
"nock": "^13.0.0",
"typescript": "^4.6.3",
"sinon": "^15.0.0"
"sinon": "^15.0.0",
"typescript": "^4.6.3"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit b15dfba

Please sign in to comment.