diff --git a/package-lock.json b/package-lock.json index df11d73..333fa50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "timing-provider-server", - "version": "7.0.13", + "version": "7.0.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "timing-provider-server", - "version": "7.0.13", + "version": "7.0.14", "license": "MIT", "dependencies": { "fast-unique-numbers": "^9.0.14", diff --git a/package.json b/package.json index 590cdd5..37f5265 100644 --- a/package.json +++ b/package.json @@ -85,5 +85,5 @@ "test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then mocha --bail --parallel --recursive --require config/mocha/config-unit.js test/unit; fi" }, "type": "module", - "version": "7.0.13" + "version": "7.0.14" }