Merge remote-tracking branch 'origin/master'

# Conflicts:
#	package.json
This commit is contained in:
Christian Kuster 2023-01-24 21:26:35 +01:00
commit 0fe7bd8eed
2 changed files with 2671 additions and 1118 deletions

3779
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,19 +28,19 @@
"url": "https://github.com/ancasicolica/node-wifi-scanner.git"
},
"engines": {
"node": ">= 12.0.0",
"node": ">= 4.0.0",
"npm": ">= 2.0.0"
},
"scripts": {
"test": "mocha test"
},
"dependencies": {
"async": "3.2.4",
"lodash": "4.17.21"
"async": "3.1.0",
"lodash": "4.17.15"
},
"devDependencies": {
"grunt": "1.5.3",
"grunt": "^1.0.3",
"grunt-bump": "0.8.0",
"mocha": "10.2.0"
"mocha": "6.2.0"
}
}