From 32f0dfaec265f041eaf6f514f6a0e0da1d5dca33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 09:46:58 +0000 Subject: [PATCH] chore(deps): bump humanize-duration from 3.32.0 to 3.32.1 (#7298) Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.32.0 to 3.32.1. - [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md) - [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.32.0...v3.32.1) --- updated-dependencies: - dependency-name: humanize-duration dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/renderer/package.json | 2 +- packages/ui/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/renderer/package.json b/packages/renderer/package.json index e557d533a3d..f9d2e5f00aa 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -26,7 +26,7 @@ "autoprefixer": "^10.4.19", "eslint-plugin-svelte": "^2.39.0", "filesize": "^10.1.2", - "humanize-duration": "^3.32.0", + "humanize-duration": "^3.32.1", "jsdom": "^24.0.0", "micromark": "^4.0.0", "micromark-extension-directive": "^3.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 92b1c2e16f0..73a5ddca290 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -103,7 +103,7 @@ "@fortawesome/free-regular-svg-icons": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.5.2", "moment": "^2.30.1", - "humanize-duration": "^3.32.0", + "humanize-duration": "^3.32.1", "svelte-fa": "^4.0.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 81ab6b89ef7..5c88d6bfe39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10174,10 +10174,10 @@ human-signals@^5.0.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28" integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ== -humanize-duration@^3.32.0: - version "3.32.0" - resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.32.0.tgz#b25f64ef55d723b049b197b6b4aa3c96c202b6c9" - integrity sha512-6WsXYTHJr7hXKqoqf5zoWza/lANRAqGlbnZnm0cjDykbXuez1JVXOQGmq0EPB45pXYAJyueRA3S3hfhmMbrMEQ== +humanize-duration@^3.32.1: + version "3.32.1" + resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.32.1.tgz#922beff5da36fb1cee3de26ada24c592b0fe519b" + integrity sha512-inh5wue5XdfObhu/IGEMiA1nUXigSGcaKNemcbLRKa7jXYGDZXr3LoT9pTIzq2hPEbld7w/qv9h+ikWGz8fL1g== husky@^9.0.11: version "9.0.11"