Skip to content

Commit

Permalink
Update dependency @types/promise-retry to ^1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2023
1 parent 507b383 commit e743dab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@types/promise-retry": "^1.1.3",
"@types/promise-retry": "^1.1.4",
"isomorphic-fetch": "2.2.1",
"lodash": "^4.17.21",
"promise-retry": "1.1.1"
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1893,9 +1893,10 @@
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"

"@types/promise-retry@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@types/promise-retry/-/promise-retry-1.1.3.tgz#baab427419da9088a1d2f21bf56249c21b3dd43c"
"@types/promise-retry@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@types/promise-retry/-/promise-retry-1.1.4.tgz#dccd78b3e92f89973394848a2a638895df08b7fd"
integrity sha512-DmJeCIhfpAE0XonyVUa0BRLbkE/97L9KUO8iM2br8Bzl8GLuru842K1A8VgKJwNjtLvIbUnSqElhNKdM9mGl9w==
dependencies:
"@types/retry" "*"

Expand Down

0 comments on commit e743dab

Please sign in to comment.