[All tasks] Resolve security alerts #341
Merged
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.
Task name:
Description:
This PR should address several high and critical security alerts. The list of updated dependencies:
minimist
:^1.2.5"
->^1.2.6
mocha
:6.1.4
->^9.2.2
(Note: it's not possible to bump to10.0.0
version sinceNode14
is required)tfx-cli
:0.10.0
->^0.11.0
tslint
:3.15.1
->^5.20.1
Changelog:
npm audit fix
command to updateminimist
andtfx-cli
dependencies;tslint
updated up to5.20.1
;tslint.json
files were updated to remove unsupported linter rules;tslint
rules;mocha
updated up to9.2.2
;npm update mkdirp --depth 2
command to resolve security alerts withminimist
;List of removed
tslint
rules:label-undefined
no-duplicate-key
no-unreachable
no-unused-variable
no-use-before-declare
Documentation changes required: No
Added unit tests: No
Attached related issue: No
What testing was done:
make
commands were tested locally (build
/test
/create
) all works as expectedChecklist: