Update Dependencies to Address Security Vulnerabilities #1702
+87
−58
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.
Summary
This pull request updates the dependencies in the
package.json
andpackage-lock.json
files to their latest versions. The primary goal is to address security vulnerabilities and ensure the application remains secure and up-to-date.Changes
axios
to the latest version.electron
to the latest version.hosted-git-info
to the latest version.i18next
to the latest version.ini
to the latest version.normalize-url
to the latest version.requirejs
to the latest version.semver
to the latest version.tmp
to the latest version.grunt
to the latest version.grunt-terser
to the latest version.terser
to the latest version.Motivation
Keeping dependencies up-to-date is crucial for maintaining the security and stability of the application. This update addresses known security vulnerabilities and ensures compatibility with the latest features and improvements.
Testing
Additional Notes