-
-
Notifications
You must be signed in to change notification settings - Fork 6
Update dependencies #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #131
Conversation
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring alerts on: |
🚨 BugBot couldn't runSomething went wrong. Try again by commenting "bugbot run", or contact support (requestId: serverGenReqId_b6b48689-6064-473f-a16d-cbce8c1a9d05). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Currently dependencies are out of date which cause security problems. Since this snap is also used with gator snap the security problems get propagated through the dependency tree.
This PR updates all the dependency to the latest version (except eslint and zod dependencies) and fixates versions in
package.json
.Eslint dependencies should be addressed in a separate PR since they result in changes in the whole code base - style wise.