Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/panva/jose/releases">jose's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.7</h2>
<h3>Fixes</h3>
<ul>
<li>add a maxOutputLength option to zlib inflate (<a
href="02a65794f7">02a6579</a>),
fixes <a
href="https://github.com/panva/jose/security/advisories/GHSA-hhhv-q57g-882q">CVE-2024-28176</a></li>
</ul>
<h2>v2.0.6</h2>
<h3>Fixes</h3>
<ul>
<li>limit default PBES2 alg's computational expense (<a
href="c1512be660">c1512be</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/panva/jose/blob/v2.0.7/CHANGELOG.md">jose's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/panva/jose/compare/v2.0.6...v2.0.7">2.0.7</a>
(2024-03-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add a maxOutputLength option to zlib inflate (<a
href="02a65794f7">02a6579</a>)</li>
</ul>
<h2><a
href="https://github.com/panva/jose/compare/v2.0.5...v2.0.6">2.0.6</a>
(2022-09-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>limit default PBES2 alg's computational expense (<a
href="c1512be660">c1512be</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0fbe2e68c7"><code>0fbe2e6</code></a>
chore(release): 2.0.7</li>
<li><a
href="02a65794f7"><code>02a6579</code></a>
fix: add a maxOutputLength option to zlib inflate</li>
<li><a
href="d1be83faa6"><code>d1be83f</code></a>
chore(release): 2.0.6</li>
<li><a
href="c1512be660"><code>c1512be</code></a>
fix: limit default PBES2 alg's computational expense</li>
<li>See full diff in <a
href="https://github.com/panva/jose/compare/v2.0.5...v2.0.7">compare
view</a></li>
</ul>
</details>
<br />
[](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/flutter/pinball/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Stivi <astivi@users.noreply.github.com>
## Description
Node 12 is deprecated for GitHub Actions. This is the reason why we are
getting a warning from GitHub:
> Node.js 12 actions are deprecated. Please update the following actions
to use Node.js 16: actions/checkout@v2. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
This PR updates `actions/checkout` from v2 to v3 which should fix the
problem.
## Type of Change
<!--- Put an `x` in all the boxes that apply: -->
- [ ] ✨ New feature (non-breaking change which adds functionality)
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ] ❌ Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 Code refactor
- [x] ✅ Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore
Co-authored-by: Álvaro Stivi <astivi@users.noreply.github.com>
## Description
Updates dependencies in general for the code to be able to build with
the latest version of flutter and dart.
## Type of Change
- [ ] ✨ New feature (non-breaking change which adds functionality)
- [x] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [x] ❌ Breaking change (fix or feature that would cause existing
functionality to change)
- [x] 🧹 Code refactor
- [x] ✅ Build configuration change
- [x] 📝 Documentation
- [x] 🗑️ Chore
* feat: throttle assets loading for more stability
* lint
* coveragE
* chore: remove instances of e
Co-authored-by: Allison Ryan <allisonryan0002@gmail.com>
* chore: Update text for sharing to social media
* Update app_en.arb
* Adding line break
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>