Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update vuln dep (acorn) #1980

Merged
merged 1 commit into from
Apr 25, 2020
Merged

chore: update vuln dep (acorn) #1980

merged 1 commit into from
Apr 25, 2020

Conversation

rwoll
Copy link
Member

@rwoll rwoll commented Apr 25, 2020

npm was complaining; ran npm audit fix

$ npm audit

                       === npm audit security report ===

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ acorn                                                        │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ webpack [dev]                                                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ webpack > acorn                                              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1488                            │
└───────────────┴──────────────────────────────────────────────────────────────┘

found 1 moderate severity vulnerability in 5683 scanned packages
  run `npm audit fix` to fix 1 of them.

npm was complaining; ran `npm audit fix`

```
$ npm audit

                       === npm audit security report ===

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ acorn                                                        │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ webpack [dev]                                                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ webpack > acorn                                              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1488                            │
└───────────────┴──────────────────────────────────────────────────────────────┘

found 1 moderate severity vulnerability in 5683 scanned packages
  run `npm audit fix` to fix 1 of them.
```
@pavelfeldman pavelfeldman merged commit 9f09973 into microsoft:master Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants