Skip to content

Commit

Permalink
feat: allowed minor and patch update of node-fetch (#132)
Browse files Browse the repository at this point in the history
Fixes #129
  • Loading branch information
hazzik authored and lquixada committed Apr 16, 2022
1 parent 476ab15 commit 425395b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"url": "https://github.com/lquixada/cross-fetch/issues"
},
"dependencies": {
"node-fetch": "2.6.7"
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@commitlint/cli": "12.0.1",
Expand Down

0 comments on commit 425395b

Please sign in to comment.