Skip to content

Commit

Permalink
chore: update deps (#269)
Browse files Browse the repository at this point in the history
`npm audit` returns _43 vulnerabilities (16 low, 6 moderate, 20 high, 1 critical)_

PR updates them all so we have 0, please see more in comments below

resolves #270
resolves #266
  • Loading branch information
daern91 committed Nov 21, 2018
1 parent aacd5ea commit cd48efb
Show file tree
Hide file tree
Showing 3 changed files with 4,867 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ module.exports = (grunt) ->
'# <%= pkg.title || pkg.name %> - v<%= pkg.version %>\n' +
'# ==============================================================\n' +
'# Copyright (c) <%= grunt.template.today(\"yyyy\") %> SPHERE.IO\u2122\n' +
'# Licensed <%= _.pluck(pkg.licenses, \"type\").join(\", \") %>.\n' +
'# Licensed <%= _.map(pkg.licenses, \"type\").join(\", \") %>.\n' +
'#\n' +
'# <%= _.pluck(pkg.licenses, \"url\").join(\"\\n\") %>\n' +
'# <%= _.map(pkg.licenses, \"url\").join(\"\\n\") %>\n' +
'*/\n'

coffeelint:
Expand Down
Loading

0 comments on commit cd48efb

Please sign in to comment.