Upgrade yargs to ^17.2.1#117
Merged
xzyfer merged 1 commit intoxzyfer:masterfrom Dec 27, 2021
Merged
Conversation
|
@xzyfer do you still actively maintain this package? If so, can this PR be merged so sass/node-sass#3190 upstream can be fixed too? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
There's no activity on #115 from @shenoyguru , so I'm opening a new PR with all the changes we need to apply to fix the current security vulnerability. A copied over my original comment with a few small changes. I would recoment releasing 4.0.0 as dropping older node versions could be a breaking change for dependants.
Hi. Recently I got some audit warnings coming from this package's dependencies.
How to reproduce
Create an empty folder and run the following:
Yarn output
or
NPM output
The fix that needs to be applied
yargsdependency to^17.0.0(preferably^17.2.1)yargslooking for breaking changesyargsrequires>=12so this package should too).travis.ymlfile and add newer node versions (15 & 16)Testing the changes
I ran the tests on these node versions and both
npm testand./bin/sassgraph descendents test/fixtures test/fixtures/simple/index.scsslooked goodThere are more issues / pull requests trying to solve similar issues: #112, #114 & #115. Some of them are using lower versions, some of them are incomplete.