Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

[REST Server][Web Portal]Apply patches to vulnerable dependencies #1415

Merged
merged 6 commits into from Oct 11, 2018

Conversation

Gerhut
Copy link
Member

@Gerhut Gerhut commented Sep 20, 2018

Ref: https://docs.npmjs.com/misc/semver#tilde-ranges-123-12-1

Using tilde-version-ranges in package.json will enable yarn(another node package manager)'s upgrade feature to apply patches to each dependencies with minimum changes.

Moreover, using yarn.lock to lock the upgraded version that make user using the validated version.

Unfortunately, file-loader still introduced a breaking change as a patch, already migrated in this PR.

@coveralls
Copy link

Coverage Status

Coverage increased (+8.7%) to 59.984% when pulling f6e3031 on qixcheng/upgrade-dependencies into 6ae607c on master.

@coveralls
Copy link

coveralls commented Sep 20, 2018

Coverage Status

Coverage increased (+0.7%) to 55.645% when pulling fc1a0f6 on qixcheng/upgrade-dependencies into 2ccc86d on master.

Copy link

@sterowang sterowang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@Gerhut Gerhut merged commit 9d855e1 into master Oct 11, 2018
@Gerhut Gerhut deleted the qixcheng/upgrade-dependencies branch October 11, 2018 02:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants