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/upgrade angular #1

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Chore/upgrade angular #1

wants to merge 12 commits into from

Commits on May 5, 2018

  1. Configuration menu
    Copy the full SHA
    87286a6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Update dependencies based on feedback from

                           === npm audit security report ===
    
    ┌──────────────────────────────────────────────────────────────────────────────┐
    │                                Manual Review                                 │
    │            Some vulnerabilities require your attention to resolve            │
    │                                                                              │
    │         Visit https://go.npm.me/audit-guide for additional guidance          │
    └──────────────────────────────────────────────────────────────────────────────┘
    ┌───────────────┬──────────────────────────────────────────────────────────────┐
    │ low           │ Incorrect Handling of Non-Boolean Comparisons During         │
    │               │ Minification                                                 │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Package       │ uglify-js                                                    │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Dependency of │ jade                                                         │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Path          │ jade > transformers > uglify-js                              │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ More info     │ https://nodesecurity.io/advisories/39                        │
    └───────────────┴──────────────────────────────────────────────────────────────┘
    ┌───────────────┬──────────────────────────────────────────────────────────────┐
    │ low           │ Regular Expression Denial of Service                         │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Package       │ uglify-js                                                    │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Dependency of │ jade                                                         │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Path          │ jade > constantinople > uglify-js                            │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ More info     │ https://nodesecurity.io/advisories/48                        │
    └───────────────┴──────────────────────────────────────────────────────────────┘
    ┌───────────────┬──────────────────────────────────────────────────────────────┐
    │ low           │ Regular Expression Denial of Service                         │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Package       │ uglify-js                                                    │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Dependency of │ jade                                                         │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Path          │ jade > with > uglify-js                                      │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ More info     │ https://nodesecurity.io/advisories/48                        │
    └───────────────┴──────────────────────────────────────────────────────────────┘
    ┌───────────────┬──────────────────────────────────────────────────────────────┐
    │ low           │ Regular Expression Denial of Service                         │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Package       │ uglify-js                                                    │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Dependency of │ jade                                                         │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Path          │ jade > transformers > uglify-js                              │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ More info     │ https://nodesecurity.io/advisories/48                        │
    └───────────────┴──────────────────────────────────────────────────────────────┘
    ┌───────────────┬──────────────────────────────────────────────────────────────┐
    │ low           │ Prototype Pollution                                          │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Package       │ lodash                                                       │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Dependency of │ jshint [dev]                                                 │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ Path          │ jshint > lodash                                              │
    ├───────────────┼──────────────────────────────────────────────────────────────┤
    │ More info     │ https://nodesecurity.io/advisories/577                       │
    └───────────────┴──────────────────────────────────────────────────────────────┘
    
    [!] 5 vulnerabilities found - Packages audited: 437 (111 dev, 6 optional)
        Severity: 5 low
    nathansmyth committed May 19, 2018
    Configuration menu
    Copy the full SHA
    61f52df View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    71f8a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a07551 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    38eac2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6ef02d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    708f8dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dbc58b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    758320a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    446cfd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Remove uglify

    Update readme with sed example
    nathansmyth committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a44c8c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Migrate jade to pug

    Migrate angularjs from public file to versioned dependency
    nathansmyth committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    4f74876 View commit details
    Browse the repository at this point in the history