From 4ef3e73efb45fdf68dcf0bc07f2c112982249c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 03:12:04 +0000 Subject: [PATCH] build(deps): bump humanize-duration from 3.28.0 to 3.29.0 Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.28.0 to 3.29.0. - [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md) - [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.28.0...v3.29.0) --- updated-dependencies: - dependency-name: humanize-duration dependency-type: direct:production update-type: version-update:semver-minor ... 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 7a3f482a..bf791a02 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "date-fns-tz": "^2.0.0", "echarts": "^5.4.2", "favico.js": "^0.3.10", - "humanize-duration": "^3.28.0", + "humanize-duration": "^3.29.0", "pinia": "^2.1.4", "pinia-plugin-persistedstate": "^3.1.0", "sortablejs": "^1.15.0", diff --git a/yarn.lock b/yarn.lock index 5e25736e..141cb816 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2080,10 +2080,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.28.0: - version "3.28.0" - resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.28.0.tgz#f79770c0bec34d3bfd4899338cc40643bc04df72" - integrity sha512-jMAxraOOmHuPbffLVDKkEKi/NeG8dMqP8lGRd6Tbf7JgAeG33jjgPWDbXXU7ypCI0o+oNKJFgbSB9FKVdWNI2A== +humanize-duration@^3.29.0: + version "3.29.0" + resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.29.0.tgz#beffaf7938388cd0f38c494f8970d6faebecf3c0" + integrity sha512-G5wZGwYTLaQAmYqhfK91aw3xt6wNbJW1RnWDh4qP1PvF4T/jnkjx2RVhG5kzB2PGsYGTn+oSDBQp+dMdILLxcg== ieee754@^1.1.13: version "1.2.1"