Dependency updates only
This commit is contained in:
parent
9fe4300976
commit
cf885a3bdd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
.idea
|
.idea
|
||||||
node_modules
|
node_modules
|
||||||
|
/yarn.lock
|
||||||
|
10
package.json
10
package.json
@ -28,19 +28,19 @@
|
|||||||
"url": "https://github.com/ancasicolica/node-wifi-scanner.git"
|
"url": "https://github.com/ancasicolica/node-wifi-scanner.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4.0.0",
|
"node": ">= 12.0.0",
|
||||||
"npm": ">= 2.0.0"
|
"npm": ">= 2.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha test"
|
"test": "mocha test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "3.1.0",
|
"async": "3.2.4",
|
||||||
"lodash": "4.17.15"
|
"lodash": "4.17.21"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^1.0.3",
|
"grunt": "1.5.3",
|
||||||
"grunt-bump": "0.8.0",
|
"grunt-bump": "0.8.0",
|
||||||
"mocha": "6.2.0"
|
"mocha": "10.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user