diff --git a/package.json b/package.json index bf9fee1..b1cef40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uci-utils/bind-funcs", - "version": "0.2.3", + "version": "0.2.4", "description": "Function to bind all functions to a context in an array or object", "main": "src/bind-functions.js", "scripts": { @@ -28,14 +28,14 @@ }, "homepage": "https://github.com/uCOMmandIt/uci-utils#readme", "dependencies": { - "@uci-utils/type": "^0.2.0", - "clone": "^2.1.0", + "@uci-utils/type": "^0.2.1", + "clone": "^2.1.2", "traverse": "^0.6.6" }, "devDependencies": { "chai": "^4.2.0", - "esm": "^3.2.4", - "mocha": "^5.2.0", - "nodemon": "^1.18.10" + "esm": "^3.2.25", + "mocha": "^6.2.0", + "nodemon": "^1.19.1" } }