Improving mac OS part

This commit is contained in:
Christian Kuster
2023-01-24 21:35:10 +01:00
parent 0fe7bd8eed
commit 9d42fb9b5e
3 changed files with 9 additions and 9 deletions

View File

@ -35,12 +35,12 @@
"test": "mocha test"
},
"dependencies": {
"async": "3.1.0",
"lodash": "4.17.15"
"async": "3.2.4",
"lodash": "4.17.21"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt": "1.5.3",
"grunt-bump": "0.8.0",
"mocha": "6.2.0"
"mocha": "10.2.0"
}
}