Skip to content

Commit

Permalink
bau: fix broken build
Browse files Browse the repository at this point in the history
Build on master failing with

```
10:37:00  + npm audit
10:37:01  === npm audit security report ===
10:37:01
10:37:01  # Run  npm update terser-webpack-plugin --depth 2  to resolve 1 vulnerability
10:37:01
10:37:01    High            Remote Code Execution
10:37:01
10:37:01    Package         serialize-javascript
10:37:01
10:37:01    Dependency of   webpack [dev]
10:37:01
10:37:01    Path            webpack > terser-webpack-plugin > serialize-javascript
10:37:01
10:37:01    More info       https://npmjs.com/advisories/1548
10:37:01
10:37:01
10:37:01
10:37:01  found 1 high severity vulnerability in 1189 scanned packages
10:37:01    run `npm audit fix` to fix 1 of them.
```

This commit is the result of running `npm audit fix`.
  • Loading branch information
oswaldquek committed Aug 14, 2020
1 parent 5bb27c6 commit f1ff7db
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1ff7db

Please sign in to comment.