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

Bind all dependencies to latest version #161

Merged
merged 1 commit into from
May 21, 2018
Merged

Bind all dependencies to latest version #161

merged 1 commit into from
May 21, 2018

Conversation

Havunen
Copy link
Contributor

@Havunen Havunen commented May 18, 2018

NPM v6 has started to report security issues. There is one security issue fixed in latest version of RC. This pull request binds all packages to latest versions where security issue is fixed.

                       === npm audit security report ===                        
                                                                                
┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ deep-extend                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=0.5.1                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ madge [dev]                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ madge > rc > deep-extend                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/612                       │
└───────────────┴──────────────────────────────────────────────────────────────┘

[!] 1 vulnerability found - Packages audited: 30308 (30308 dev, 686 optional)
    Severity: 1 Low

All tests seem to pass with updated packages and I also added .idea project files to gitignore

…c => deep-extend library. And added .idea project files to gitignore
@pahen
Copy link
Owner

pahen commented May 21, 2018

Thanks! :)

@pahen pahen merged commit fa03312 into pahen:master May 21, 2018
nmeylan pushed a commit to nmeylan/madge that referenced this pull request Jan 7, 2020
Bind all dependencies to latest version
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.

None yet

2 participants