Skip to content

Commit

Permalink
Lock the @types/retry dependency
Browse files Browse the repository at this point in the history
Fixes #64
  • Loading branch information
sindresorhus committed Apr 27, 2022
1 parent caad100 commit 13f6350
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 @@ -42,7 +42,7 @@
"bluebird"
],
"dependencies": {
"@types/retry": "^0.12.1",
"@types/retry": "0.12.1",
"retry": "^0.13.1"
},
"devDependencies": {
Expand Down

0 comments on commit 13f6350

Please sign in to comment.