Skip to content

Commit

Permalink
Merge pull request #5 from ustudio/fix-lodash-security-issue
Browse files Browse the repository at this point in the history
Fix lodash.merge security issue reported by Github
  • Loading branch information
tjensen authored Jul 11, 2019
2 parents 063f1e0 + 91f7877 commit 96c6a68
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 1,478 deletions.
7 changes: 2 additions & 5 deletions esnext.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ module.exports = {
'./rules/es6'
].map(require.resolve),
parserOptions: {
ecmaVersion: 2017,
sourceType: 'module',
ecmaFeatures: {
experimentalObjectRestSpread: true
}
ecmaVersion: 2018,
sourceType: 'module'
},
rules: {
}
Expand Down
Loading

0 comments on commit 96c6a68

Please sign in to comment.