diff --git a/package-lock.json b/package-lock.json index e1ccf92..2b5efad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "fs": "^0.0.1-security", "fs-extra": "^11.1.0", "gekko-broker": "file:exchange", - "humanize-duration": "^3.30.0", + "humanize-duration": "^3.31.0", "koa": "^2.14.2", "koa-bodyparser": "^4.4.1", "koa-cors": "0.0.16", @@ -2936,9 +2936,9 @@ } }, "node_modules/humanize-duration": { - "version": "3.30.0", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.30.0.tgz", - "integrity": "sha512-NxpT0fhQTFuMTLnuu1Xp+ozNpYirQnbV3NlOjEKBYlE3uvMRu3LDuq8EPc3gVXxVYnchQfqVM4/+T9iwHPLLeA==" + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.31.0.tgz", + "integrity": "sha512-fRrehgBG26NNZysRlTq1S+HPtDpp3u+Jzdc/d5A4cEzOD86YLAkDaJyJg8krSdCi7CJ+s7ht3fwRj8Dl+Btd0w==" }, "node_modules/humanize-ms": { "version": "1.2.1", diff --git a/package.json b/package.json index 1f67896..c903673 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "fs": "^0.0.1-security", "fs-extra": "^11.1.0", "gekko-broker": "file:exchange", - "humanize-duration": "^3.30.0", + "humanize-duration": "^3.31.0", "koa": "^2.14.2", "koa-bodyparser": "^4.4.1", "koa-cors": "0.0.16",