Skip to content

Commit

Permalink
Update eslint to secure version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcolegate committed Aug 2, 2019
1 parent 2750098 commit 5ca52e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"codecov": "^2.1.0",
"compression": "^1.6.2",
"cors": "^2.8.1",
"eslint": "^3.14.1",
"eslint": ">=4.18.2",
"eslint-config-strongloop": "^2.1.0",
"helmet": "^3.4.0",
"loopback": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion test/apps/lb-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"loopback": "^3.0.0"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint": ">=4.18.2",
"eslint-config-loopback": "^4.0.0",
"nsp": "^2.1.0"
},
Expand Down

0 comments on commit 5ca52e3

Please sign in to comment.