Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Fix vulnerabilities #142

Merged
merged 2 commits into from
Mar 18, 2020
Merged

Fix vulnerabilities #142

merged 2 commits into from
Mar 18, 2020

Conversation

narehart
Copy link
Contributor

minimist

mkdirp

Upgrade to latest version which uses minimist with vulnerability fix.

mocha

Upgrade to latest version which uses minimist with vulnerability fix. Tested.

karma-mocha

Using an exact version of minimist. Fixed using npm resolution. Tested.

Will remove when this PR is merged:
karma-runner/karma-mocha#212

karma

Uses optimist which uses an outdated version of minimist. Fixed using npm resolution. Tested.

No open issues or PRs on Github.

handlebars

Uses optimist which uses an outdated version of minimist. Fixed using npm resolution. Tested.

Will remove when this issue is resolved:
handlebars-lang/handlebars.js#1658

acorn

enzyme

Uses cheerio which uses an outdated version of jsdom which uses acorn. Fixed using npm resolution. Tested.

eslint

Reinstall to pull updated acorn dependency.

package.json Outdated
"sinon": "7.2.7",
"sinon-chai": "3.3.0"
}
"name": "sashay",
Copy link

Choose a reason for hiding this comment

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

Looks like prettier changed the indent to 4. Could that have unintended consequences?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It shouldn't but reverted just in case ;)

Copy link

@ze-flo ze-flo left a comment

Choose a reason for hiding this comment

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

Thanks for doing that! 👍

@narehart narehart merged commit 9f5c0da into master Mar 18, 2020
@narehart narehart deleted the fix-vulnerabilities branch March 18, 2020 19:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
2 participants