diff --git a/package-lock.json b/package-lock.json index 61ffb99..bd38859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "statman", - "version": "1.4.2", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -264,9 +264,9 @@ } }, "statman-meter": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/statman-meter/-/statman-meter-1.1.0.tgz", - "integrity": "sha1-RtFhORMmI29AJ1O5hXHq0BvDdwk=", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/statman-meter/-/statman-meter-1.2.1.tgz", + "integrity": "sha512-EUk9nSRYrD8vELlBa6TblrxQEofD2lOWeoYF7ql+8ZDChHKYUYzGwjl+duCGM/evLbigCToa9Ry1fjvsAs7RgQ==", "requires": { "should": "13.2.1", "statman-stopwatch": "2.7.0", diff --git a/package.json b/package.json index d9e79a0..026573b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statman", - "version": "1.4.2", + "version": "1.5.0", "description": "Package to assist with collection of metrics, including stopwatch functionality", "main": "./lib/statman.js", "scripts": { @@ -20,7 +20,7 @@ "lodash.isfunction": "^3.0.9", "lodash.isnull": "^3.0.0", "statman-gauge": "^1.0.5", - "statman-meter": "1.1.0", + "statman-meter": "1.2.1", "statman-stopwatch": "^2.7.0" }, "devDependencies": {