Skip to content

Commit

Permalink
fix(deps): bump ts-retry-promise from 0.8.0 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [ts-retry-promise](https://github.com/normartin/ts-retry-promise) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/normartin/ts-retry-promise/releases)
- [Commits](normartin/ts-retry-promise@v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: ts-retry-promise
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 25, 2024
1 parent 662af62 commit 0260339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"shelljs": "^0.8.4",
"sinon": "^17.0.2",
"strip-ansi": "6.0.1",
"ts-retry-promise": "^0.8.0"
"ts-retry-promise": "^0.8.1"
},
"devDependencies": {
"@salesforce/dev-scripts": "^9.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4882,10 +4882,10 @@ ts-retry-promise@^0.7.1:
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==

ts-retry-promise@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz#0a0c57b510827d5630da4b0c47f36b55b83a49e3"
integrity sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==
ts-retry-promise@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz#ba90eb07cb03677fcbf78fe38e94c9183927e154"
integrity sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==

tsconfig-paths@^3.15.0:
version "3.15.0"
Expand Down

0 comments on commit 0260339

Please sign in to comment.