Skip to content

Commit

Permalink
Run npm audit fix updating vulnerable deps (#445)
Browse files Browse the repository at this point in the history
```
❯ npm audit --prefix assets

braces  <3.0.3
Severity: high
Uncontrolled resource consumption in braces - GHSA-grv7-fg5c-xmjg
fix available via `npm audit fix`
node_modules/braces

ws  8.0.0 - 8.17.0
Severity: high
ws affected by a DoS when handling a request with many HTTP headers - GHSA-3h5v-q93c-6h6q
fix available via `npm audit fix`
node_modules/ws

2 high severity vulnerabilities
```

Address all issues, by running:

```
npm audit fix
```
  • Loading branch information
joshprice authored Jun 21, 2024
1 parent 5fe566b commit bbff5fb
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions assets/package-lock.json

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

0 comments on commit bbff5fb

Please sign in to comment.