Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
moment
is reported by Snyk as vulnerable and an be safely updated to the next minor versionlodash.template
is reported by Snyk as vulnerable. It's also not being used anywhere in code and can be safely deleted.react-textarea-autosize
seem to be breaking CI by attempting to evaluate global variable that is not available in all environments. It can not be updated to the latest version, but it could safely updated to previous major version.postcss
is updated to v8, but given how testing is implemented, it might need careful manual inspection to ensure no degradation happenedexpress
was removed. We don't use it anywhere directly.I've also attempted to update
axios
as it's also reported as being vulnerable by Snyk, but the package transitioned to using ESM and is incompatible with our current build system.