Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

chore: update dependencies and regenerate lockfile #147

Merged
merged 2 commits into from
Apr 6, 2020
Merged

Commits on Apr 6, 2020

  1. chore: update dependencies

    Just a routine update.
    wincent committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    77ff632 View commit details
    Browse the repository at this point in the history
  2. chore: regenerate lockfile

    As per:
    
    eslint/eslint#13050
    
    This gives us a clean `yarn audit`, getting rid of:
    
        ┌───────────────┬──────────────────────────────────────────────────────────────┐
        │ low           │ Prototype Pollution                                          │
        ├───────────────┼──────────────────────────────────────────────────────────────┤
        │ Package       │ minimist                                                     │
        ├───────────────┼──────────────────────────────────────────────────────────────┤
        │ Patched in    │ >=0.2.1 <1.0.0 || >=1.2.3                                    │
        ├───────────────┼──────────────────────────────────────────────────────────────┤
        │ Dependency of │ eslint                                                       │
        ├───────────────┼──────────────────────────────────────────────────────────────┤
        │ Path          │ eslint > file-entry-cache > flat-cache > write > mkdirp >    │
        │               │ minimist                                                     │
        ├───────────────┼──────────────────────────────────────────────────────────────┤
        │ More info     │ https://www.npmjs.com/advisories/1179                        │
        └───────────────┴──────────────────────────────────────────────────────────────┘
        ┌───────────────┬──────────────────────────────────────────────────────────────┐
        │ low           │ Prototype Pollution                                          │
        ├───────────────┼──────────────────────────────────────────────────────────────┤
        │ Package       │ minimist                                                     │
        ├───────────────┼──────────────────────────────────────────────────────────────┤
        │ Patched in    │ >=0.2.1 <1.0.0 || >=1.2.3                                    │
        ├───────────────┼──────────────────────────────────────────────────────────────┤
        │ Dependency of │ eslint                                                       │
        ├───────────────┼──────────────────────────────────────────────────────────────┤
        │ Path          │ eslint > mkdirp > minimist                                   │
        ├───────────────┼──────────────────────────────────────────────────────────────┤
        │ More info     │ https://www.npmjs.com/advisories/1179                        │
        └───────────────┴──────────────────────────────────────────────────────────────┘
        2 vulnerabilities found - Packages audited: 596
    wincent committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    f9e5603 View commit details
    Browse the repository at this point in the history