Skip to content

Commit

Permalink
fix(deps): update dependency node-fetch to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 8, 2021
1 parent c4679ff commit f32d75b
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 95 deletions.
170 changes: 77 additions & 93 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"url": "git+https://github.com/imgix/imgix-management-js.git"
},
"dependencies": {
"node-fetch": "^2.6.0"
"node-fetch": "^3.0.0"
},
"devDependencies": {
"@types/node-fetch": "2.5.12",
"@types/node-fetch": "3.0.2",
"chai": "4.3.4",
"dtslint": "4.2.0",
"mocha": "9.1.3",
Expand Down

0 comments on commit f32d75b

Please sign in to comment.