Skip to content

Commit

Permalink
Bump archive from 3.4.10 to 3.5.0 in /cipd_packages/codesign (#3687)
Browse files Browse the repository at this point in the history
Bumps [archive](https://github.com/brendan-duncan/archive) from 3.4.10 to 3.5.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md">archive's changelog</a>.</em></p>
<blockquote>
<h2>3.5.0 - April 26, 2024</h2>
<ul>
<li>Remove dependency to pointycastle package</li>
<li>Use utf8 encoding for string data</li>
<li>Fixes for encrypted zip encoding</li>
<li>Async and sync versions of extractArchiveToDisk</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/brendan-duncan/archive/commit/cfa3723f46107b68d7d5de6331e37d842fa48106"><code>cfa3723</code></a> Update CHANGELOG.md</li>
<li><a href="https://github.com/brendan-duncan/archive/commit/36882839f6f840109aa05c553f101234173c094e"><code>3688283</code></a> update version to 3.5.0</li>
<li><a href="https://github.com/brendan-duncan/archive/commit/b69d5dd582e92c3cf1da178b197a40ecd08f7239"><code>b69d5dd</code></a> Remove pointycastle dependency</li>
<li><a href="https://github.com/brendan-duncan/archive/commit/d21cab433382ce11c5459d0cbb5bb96a5b334fbd"><code>d21cab4</code></a> Merge pull request <a href="https://github.com/brendan-duncan/archive/issues/332">#332</a> from devoncarew/analysis_options</li>
<li><a href="https://github.com/brendan-duncan/archive/commit/6724581bb4ddf9f61315f94fb7a03cd3b0c1ada8"><code>6724581</code></a> update analysis_options.yaml</li>
<li><a href="https://github.com/brendan-duncan/archive/commit/860709cc9c9fd903ef9aacd1f6e2ae191646ad0f"><code>860709c</code></a> Merge pull request <a href="https://github.com/brendan-duncan/archive/issues/330">#330</a> from brianquinlan/main</li>
<li><a href="https://github.com/brendan-duncan/archive/commit/b55cdffb8e9974cde40537bc1faf603451290b2d"><code>b55cdff</code></a> Disable the &quot;git inflate block&quot; test</li>
<li><a href="https://github.com/brendan-duncan/archive/commit/214845b98a82f5888b0f5294c11ffd6f3ae4f852"><code>214845b</code></a> Merge pull request <a href="https://github.com/brendan-duncan/archive/issues/328">#328</a> from mosuem/revPointycastle</li>
<li><a href="https://github.com/brendan-duncan/archive/commit/87016c167be2f6ebe8216b7cea7c55bbf8354776"><code>87016c1</code></a> Rev pointycastle to include bugfix</li>
<li><a href="https://github.com/brendan-duncan/archive/commit/6b5bf69f76164c7dad164555491e18d5be683785"><code>6b5bf69</code></a> Use utf8.encode for string data</li>
<li>Additional commits viewable in <a href="https://github.com/brendan-duncan/archive/compare/3.4.10...3.5.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=archive&package-manager=pub&previous-version=3.4.10&new-version=3.5.0)](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`.

---

<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 Apr 29, 2024
1 parent 4c016cb commit 51d3c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cipd_packages/codesign/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dev_dependencies:
lints: 3.0.0
test: 1.25.4
dependencies:
archive: 3.4.10
archive: 3.5.0
args: 2.5.0
crypto: 3.0.3
fake_async: 1.3.1
Expand Down

0 comments on commit 51d3c86

Please sign in to comment.