Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: override versions for axios and ws to fix vulnerabilities (#549)
### **PR Type** enhancement, dependencies ___ ### **Description** - Updated the `axios` package version constraints to `>=1.7.4` to address security vulnerabilities. - Modified the `ws` package version constraints to include specific versions to fix vulnerabilities. ___ ### **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>package.json</strong><dd><code>Override versions for axios and ws to address vulnerabilities</code></dd></summary> <hr> package.json <li>Updated the version constraints for <code>axios</code> to <code>>=1.7.4</code>.<br> <li> Updated the version constraints for <code>ws</code> to multiple specific versions.<br> </details> </td> <td><a href="https://github.com/nhost/hasura-auth/pull/549/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519">+5/-3</a> </td> </tr> </table></td></tr><tr><td><strong>Additional files (token-limit)</strong></td><td><table> <tr> <td> <details> <summary><strong>pnpm-lock.yaml</strong><dd><code>...</code> </dd></summary> <hr> pnpm-lock.yaml ... </details> </td> <td><a href="https://github.com/nhost/hasura-auth/pull/549/files#diff-32824c984905bb02bc7ffcef96a77addd1f1602cff71a11fbbfdd7f53ee026bb">+8010/-9737</a></td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions
- Loading branch information