Skip to content

Commit

Permalink
Fix vulnerability warning for lodash (OctoLinker#519)
Browse files Browse the repository at this point in the history
Fix vulnerability warning for lodash even this is just a dummy package.json file.

![image](https://user-images.githubusercontent.com/1393946/47944850-a2409100-defe-11e8-8f6d-34e8407852ac.png)
  • Loading branch information
stefanbuck authored Nov 2, 2018
1 parent daba745 commit 38ef689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/fixtures/javascript/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"//": "@OctoLinkerResolve(https://github.com/lodash/lodash)",
"lodash": "^1.2.3"
"lodash": "^4.17.5"
},
"devDependencies": {
"//": "@OctoLinkerResolve(https://github.com/jashkenas/underscore)",
"underscore": "1.2.3"
}
}
}

0 comments on commit 38ef689

Please sign in to comment.