Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(deps): rewrap deps, add exceptions for convict, grunt-z-schema, g…
Browse files Browse the repository at this point in the history
…runt-usemin
  • Loading branch information
Shane Tomlinson committed Oct 30, 2018
1 parent 81c86ca commit b5f50d5
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 3,229 deletions.
4 changes: 4 additions & 0 deletions .nsprc
@@ -1,4 +1,8 @@
{
"comment_532": "532 is RegExp denial of service caused by convict. See https://github.com/mozilla/fxa-content-server/issues/6445 about updating convict",
"comment_577": "577 is prototype pollution by lodash, caused by convict, grunt-usemin, grunt-z-schema.",
"exceptions": [
"https://npmjs.com/advisories/532",
"https://npmjs.com/advisories/577"
]
}

0 comments on commit b5f50d5

Please sign in to comment.