We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest version of scala-js-momentjs uses momentjs 2.22.2, which suffers from the following two vulnerabilities:
These are scored as high. As such an upgrade to a version of at least 2.29.4 is required urgently
The text was updated successfully, but these errors were encountered:
I have a fix for this issue. I don't have permission to create a branch to submit a PR from though..
build.sbt:
val MomentVersion = ">=2.29.4" val MomentTimezoneVersion = "0.5.35" val ScalaTestVersion = "3.2.13" lazy val npmDeps = Seq( "moment" -> MomentVersion, "moment-timezone" -> MomentTimezoneVersion, )
Sorry, something went wrong.
@richbirch thank you. you can always fork and send a PR from your fork. This is the default workflow scala OSS projects usually have
Thank you for educating me :) Pull request submitted
No branches or pull requests
The latest version of scala-js-momentjs uses momentjs 2.22.2, which suffers from the following two vulnerabilities:
These are scored as high. As such an upgrade to a version of at least 2.29.4 is required urgently
The text was updated successfully, but these errors were encountered: