Skip to content

Commit

Permalink
Merge pull request #10 from DevSnicket/master
Browse files Browse the repository at this point in the history
updated lodash dependency with security fixes
  • Loading branch information
nickdeis authored Aug 23, 2019
2 parents ddfa35d + a7bfecb commit e1a682f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-notice",
"version": "0.8.8",
"version": "0.8.9",
"description": "An eslint rule that checks the top of files and --fix them too!",
"main": "index.js",
"directories": {
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"find-root": "^1.1.0",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"metric-lcs": "^0.1.2"
},
"peerDependencies": {
Expand Down

0 comments on commit e1a682f

Please sign in to comment.