Skip to content

Commit

Permalink
chore: update npm package dependencies to remove known vulnerabilities (
Browse files Browse the repository at this point in the history
#3213)

Fixes #3181

Prior to this change:

```
% npm install
npm WARN ksql No repository field.
npm WARN ksql No license field.

removed 9 packages, updated 21 packages and audited 453 packages in 1.219s
found 7 high severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
```

With this change:

```
% npm install
npm WARN ksql No repository field.
npm WARN ksql No license field.

audited 456 packages in 1.027s
found 0 vulnerabilities
```
  • Loading branch information
cpettitt-confluent committed Aug 14, 2019
1 parent 0bf31eb commit 7d72ca2
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 91 deletions.

0 comments on commit 7d72ca2

Please sign in to comment.