diff --git a/package-lock.json b/package-lock.json index 68bc7cc..288618e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dutch-master", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1142,9 +1142,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "log-symbols": { "version": "2.2.0", diff --git a/package.json b/package.json index 2fdc78c..1e66e56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dutch-master", - "version": "0.2.2", + "version": "0.2.3", "description": "Wraps the Node cluster module to provide a full HTTP clustering solution with lifecycle management for workers.", "main": "index.js", "license": "MIT", @@ -16,7 +16,7 @@ }, "dependencies": { "async": "^0.9.0", - "lodash": "^4.17.11" + "lodash": "^4.17.15" }, "devDependencies": { "@babel/register": "^7.4.0",