Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update deps due to CVE (#604)
### **PR Type** Enhancement, Other ___ ### **Description** - Update `github.com/MicahParks/jwkset` to v0.7.0 - Upgrade `golang.org/x/time` to v0.9.0 - Address potential security vulnerabilities (CVE) - Update dependencies in go.mod and go.sum ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table> <tr> <td> <details> <summary><strong>go.mod</strong><dd><code>Update jwkset and time package versions</code> </dd></summary> <hr> go.mod <li>Upgrade <code>github.com/MicahParks/jwkset</code> from v0.5.19 to v0.7.0<br> <li> Update <code>golang.org/x/time</code> from v0.5.0 to v0.9.0 </details> </td> <td><a href="https://github.com/nhost/hasura-auth/pull/604/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+2/-2</a> </td> </tr> <tr> <td> <details> <summary><strong>go.sum</strong><dd><code>Update dependency checksums in go.sum</code> </dd></summary> <hr> go.sum <li>Add new versions of <code>github.com/MicahParks/jwkset</code> (v0.6.0, v0.7.0)<br> <li> Update <code>golang.org/x/time</code> to v0.9.0<br> <li> Remove old versions and add new checksums </details> </td> <td><a href="https://github.com/nhost/hasura-auth/pull/604/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+6/-0</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information
- Loading branch information