From 24ed9024d7159915c9808bea384446bc593e5736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 03:28:34 +0000 Subject: [PATCH] Build(deps): Bump humanize-duration from 3.28.0 to 3.30.0 Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.28.0 to 3.30.0. - [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md) - [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.28.0...v3.30.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8c8574f..79889e64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "geo-reverse": "^1.0.13", "get-port": "^5.1.1", "get-stdin": "^9.0.0", - "humanize-duration": "^3.27.3", + "humanize-duration": "^3.30.0", "jimp": "^0.22.7", "lodash": "^4.17.21", "static-server": "^2.2.1", @@ -9701,9 +9701,9 @@ } }, "node_modules/humanize-duration": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.28.0.tgz", - "integrity": "sha512-jMAxraOOmHuPbffLVDKkEKi/NeG8dMqP8lGRd6Tbf7JgAeG33jjgPWDbXXU7ypCI0o+oNKJFgbSB9FKVdWNI2A==" + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.30.0.tgz", + "integrity": "sha512-NxpT0fhQTFuMTLnuu1Xp+ozNpYirQnbV3NlOjEKBYlE3uvMRu3LDuq8EPc3gVXxVYnchQfqVM4/+T9iwHPLLeA==" }, "node_modules/i18n-iso-countries": { "version": "6.8.0", @@ -24881,9 +24881,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "humanize-duration": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.28.0.tgz", - "integrity": "sha512-jMAxraOOmHuPbffLVDKkEKi/NeG8dMqP8lGRd6Tbf7JgAeG33jjgPWDbXXU7ypCI0o+oNKJFgbSB9FKVdWNI2A==" + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.30.0.tgz", + "integrity": "sha512-NxpT0fhQTFuMTLnuu1Xp+ozNpYirQnbV3NlOjEKBYlE3uvMRu3LDuq8EPc3gVXxVYnchQfqVM4/+T9iwHPLLeA==" }, "i18n-iso-countries": { "version": "6.8.0", diff --git a/package.json b/package.json index 535397d8..dfc229b0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "geo-reverse": "^1.0.13", "get-port": "^5.1.1", "get-stdin": "^9.0.0", - "humanize-duration": "^3.27.3", + "humanize-duration": "^3.30.0", "jimp": "^0.22.7", "lodash": "^4.17.21", "static-server": "^2.2.1",