Commit 4273292
authored
chore(deps): Upgrade to mocha@5 (#141)
## Summary
- Upgrade mocha 2.5.3 -> 5.2.0
Repro this branch with
```sh
npm install --save-dev mocha@latest
```
Among other things, this addresses the "critical" warning about `growl` visible both here in GitHub and in `npm audit`. The latter is notable because
> npm audit automatically runs when you install a package with npm install
(source: [`npm audit` Getting Started article](https://docs.npmjs.com/getting-started/running-a-security-audit))
For example, expand the `npm install` step of this PR's node 10 build: [link](https://travis-ci.org/optimizely/javascript-sdk/jobs/399773189).
## Test plan
CI1 parent 49e1e08 commit 4273292
2 files changed
+47
-105
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments