Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.8.2 (#5)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.1 to 1.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gin-gonic/gin/releases">github.com/gin-gonic/gin's releases</a>.</em></p> <blockquote> <h2>v1.8.2</h2> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>0c2a691 fix(engine): missing route params for CreateTestContext (<a href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/2778">#2778</a>) (<a href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/2803">#2803</a>)</li> <li>e305e21 fix(route): redirectSlash bug (<a href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3227">#3227</a>)</li> </ul> <h3>Others</h3> <ul> <li>6a2a260 Fix the GO-2022-1144 vulnerability (<a href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3432">#3432</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md">github.com/gin-gonic/gin's changelog</a>.</em></p> <blockquote> <h2>Gin v1.8.2</h2> <h3>Bugs</h3> <ul> <li>fix(route): redirectSlash bug (<a href="(https://github-redirect.dependabot.com/gin-gonic/gin/pull/3227)">#3227</a>)</li> <li>fix(engine): missing route params for CreateTestContext (<a href="(https://github-redirect.dependabot.com/gin-gonic/gin/pull/2778)">#2778</a>) (<a href="(https://github-redirect.dependabot.com/gin-gonic/gin/pull/2803)">#2803</a>)</li> </ul> <h3>Security</h3> <ul> <li>Fix the GO-2022-1144 vulnerability (<a href="(https://github-redirect.dependabot.com/gin-gonic/gin/pull/3432)">#3432</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gin-gonic/gin/commit/6a2a26093d046d8ea92542a0fb38721c4ee40bd5"><code>6a2a260</code></a> Fix the GO-2022-1144 vulnerability (<a href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3432">#3432</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/f38c9c8f98072dda6de3035240002bfbf42c0ee4"><code>f38c9c8</code></a> docs(readme): release v1.8.2 version (<a href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3420">#3420</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/0c2a691308cec420515baac88f363f221387c952"><code>0c2a691</code></a> fix(engine): missing route params for CreateTestContext (<a href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/2778">#2778</a>) (<a href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/2803">#2803</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/e305e21b32463c459b982b4902809c60ceb7044a"><code>e305e21</code></a> fix(route): redirectSlash bug (<a href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3227">#3227</a>)</li> <li>See full diff in <a href="https://github.com/gin-gonic/gin/compare/v1.8.1...v1.8.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gin-gonic/gin&package-manager=go_modules&previous-version=1.8.1&new-version=1.8.2)](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 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