From fd7cc1a4bf054c4a8db33038ee05aebd620cf3f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 07:55:55 +0000 Subject: [PATCH] build(deps): bump humanize-duration from 3.27.1 to 3.27.2 Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.27.1 to 3.27.2. - [Release notes](https://github.com/EvanHahn/HumanizeDuration.js/releases) - [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md) - [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.27.1...v3.27.2) --- updated-dependencies: - dependency-name: humanize-duration dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0eaccdee..98178714 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "date-fns-tz": "^1.3.4", "echarts": "^5.3.2", "favico.js": "^0.3.10", - "humanize-duration": "^3.27.1", + "humanize-duration": "^3.27.2", "pinia": "^2.0.14", "pinia-plugin-persistedstate": "^1.6.0", "vue": "^2.6.14", diff --git a/yarn.lock b/yarn.lock index 1878c421..386c5b23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3254,10 +3254,10 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -humanize-duration@^3.27.1: - version "3.27.1" - resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.27.1.tgz#2cd4ea4b03bd92184aee6d90d77a8f3d7628df69" - integrity sha512-jCVkMl+EaM80rrMrAPl96SGG4NRac53UyI1o/yAzebDntEY6K6/Fj2HOjdPg8omTqIe5Y0wPBai2q5xXrIbarA== +humanize-duration@^3.27.2: + version "3.27.2" + resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.27.2.tgz#4b4e565bec098d22c9a54344e16156d1c649f160" + integrity sha512-A15OmA3FLFRnehvF4ZMocsxTZYvHq4ze7L+AgR1DeHw0xC9vMd4euInY83uqGU9/XXKNnVIEeKc1R8G8nKqtzg== iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24"