Merge pull request #4231 from MetaMask/fix-nodesecurity

Fix Node Security vulnerability warnings
feature/default_network_editable
kumavis 7 years ago committed by GitHub
commit 4e96ca3081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .nsprc
  2. 2967
      package-lock.json
  3. 2
      package.json

@ -1,3 +1,6 @@
{
"exceptions": ["https://nodesecurity.io/advisories/566"]
"exceptions": [
"https://nodesecurity.io/advisories/566",
"https://nodesecurity.io/advisories/157"
]
}

2967
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -81,7 +81,7 @@
"currency-formatter": "^1.4.2",
"debounce": "^1.0.0",
"debounce-stream": "^2.0.0",
"deep-extend": "^0.5.0",
"deep-extend": "^0.5.1",
"detect-node": "^2.0.3",
"disc": "^1.3.2",
"dnode": "^1.2.2",

Loading…
Cancel
Save