From 0c4b61e017dc8caa6ca70efcbcae7cdd7ed362d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 04:18:55 +0000 Subject: [PATCH] Bump humanize-duration from 3.30.0 to 3.31.0 Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.30.0 to 3.31.0. - [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md) - [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.30.0...v3.31.0) --- updated-dependencies: - dependency-name: humanize-duration dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",