dbtestutil
Advanced tools
Comparing version 4.2.3 to 4.2.4
{ | ||
"name": "dbtestutil", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "Launches an isolated instance of MySQL", | ||
@@ -24,12 +24,12 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "^3.2.0", | ||
"lodash": "^4.17.19", | ||
"moment": "^2.27.0", | ||
"async": "^3.2.3", | ||
"lodash": "^4.17.21", | ||
"moment": "^2.29.1", | ||
"mysql": "^2.18.1", | ||
"uuid": "^8.2.0" | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"expect.js": "^0.3.1", | ||
"jshint": "^2.11.1", | ||
"mocha": "^8.0.1" | ||
"jshint": "^2.13.4", | ||
"mocha": "^9.2.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "jshintConfig": { |
Updatedasync@^3.2.3
Updatedlodash@^4.17.21
Updatedmoment@^2.29.1
Updateduuid@^8.3.2