Skip to content

Commit

Permalink
fix(deps): Bump @relaycorp/object-storage from 1.4.109 to 1.4.110 (#1212
Browse files Browse the repository at this point in the history
)

Bumps [@relaycorp/object-storage](https://github.com/relaycorp/object-storage-js) from 1.4.109 to 1.4.110.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/relaycorp/object-storage-js/releases"><code>@​relaycorp/object-storage</code>'s releases</a>.</em></p>
<blockquote>
<h2>v1.4.110</h2>
<h2><a href="https://github.com/relaycorp/object-storage-js/compare/v1.4.109...v1.4.110">1.4.110</a> (2024-05-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> Bump aws-sdk from 2.1594.0 to 2.1613.0 (<a href="https://redirect.github.com/relaycorp/object-storage-js/issues/483">#483</a>) (<a href="https://github.com/relaycorp/object-storage-js/commit/129af94e9471c1ed70157854008e7a0add89d8f0">129af94</a>), closes <a href="https://redirect.github.com/relaycorp/object-storage-js/issues/4632">#4632</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/relaycorp/object-storage-js/commit/129af94e9471c1ed70157854008e7a0add89d8f0"><code>129af94</code></a> fix(deps): Bump aws-sdk from 2.1594.0 to 2.1613.0 (<a href="https://redirect.github.com/relaycorp/object-storage-js/issues/483">#483</a>)</li>
<li><a href="https://github.com/relaycorp/object-storage-js/commit/7f60170f64a3728800b25c8a9dd730107aabdfc2"><code>7f60170</code></a> chore(deps): Bump minio from 7.1.3 to 7.1.4 (<a href="https://redirect.github.com/relaycorp/object-storage-js/issues/481">#481</a>)</li>
<li><a href="https://github.com/relaycorp/object-storage-js/commit/0a24571b687cce765e903bf1789be444b00c4b5a"><code>0a24571</code></a> chore(deps): Bump typedoc from 0.25.12 to 0.25.13 (<a href="https://redirect.github.com/relaycorp/object-storage-js/issues/480">#480</a>)</li>
<li><a href="https://github.com/relaycorp/object-storage-js/commit/8c0c87c8c84ef41b2f85232d31f67a6c007e6921"><code>8c0c87c</code></a> chore(deps): Bump jest and <code>@​types/jest</code> (<a href="https://redirect.github.com/relaycorp/object-storage-js/issues/476">#476</a>)</li>
<li><a href="https://github.com/relaycorp/object-storage-js/commit/252d65ab5ef1c1c73ce336084559f2b0cd2cc7e2"><code>252d65a</code></a> chore(deps): Bump typescript from 5.4.3 to 5.4.5 (<a href="https://redirect.github.com/relaycorp/object-storage-js/issues/475">#475</a>)</li>
<li>See full diff in <a href="https://github.com/relaycorp/object-storage-js/compare/v1.4.109...v1.4.110">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@relaycorp/object-storage&package-manager=npm_and_yarn&previous-version=1.4.109&new-version=1.4.110)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent d8b7585 commit 123c814
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@relaycorp/awala-keystore-mongodb": "^1.1.34",
"@relaycorp/cloudevents-transport": "^2.0.15",
"@relaycorp/cogrpc": "^1.4.3",
"@relaycorp/object-storage": "^1.4.109",
"@relaycorp/object-storage": "^1.4.110",
"@relaycorp/pino-cloud": "^1.0.28",
"@relaycorp/relaynet-core": "^1.88.2",
"@relaycorp/relaynet-pohttp": "^1.7.81",
Expand Down

0 comments on commit 123c814

Please sign in to comment.