Skip to content

Commit

Permalink
Merge pull request #10 from TizenTeam/sandbox/rzr/review/master
Browse files Browse the repository at this point in the history
Fix CVE by updating loash
  • Loading branch information
miroRucka authored Aug 20, 2018
2 parents 5c4292f + 9698496 commit f8d3da7
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "bh1750",
"description": "light sensor bh1750 with raspberry pi",
"author": "Miroslav Rúčka, Jos Hendriks",
"version": "0.0.4",
"main": "bh1750",
"scripts": {
"test": "node example"
},
"repository": {
"type": "git",
"url": "https://github.com/miroRucka/bh1750"
},
"dependencies": {
"lodash": "2.4.1",
"i2c": "~0.2.1"
},
"keywords": [
"raspberry, raspberry pi, light, sensor, bh1750"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
]
"name": "bh1750",
"description": "light sensor bh1750 with raspberry pi",
"author": "Miroslav Rúčka, Jos Hendriks",
"version": "0.0.4",
"main": "bh1750",
"scripts": {
"test": "node example"
},
"repository": {
"type": "git",
"url": "https://github.com/miroRucka/bh1750"
},
"dependencies": {
"i2c": "~0.2.1",
"lodash": "^4.17.10"
},
"keywords": [
"raspberry, raspberry pi, light, sensor, bh1750"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
]
}

0 comments on commit f8d3da7

Please sign in to comment.