From 2bf44cfe91f5c781f1ac08a23769b842d6c286d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 08:20:53 +0000 Subject: [PATCH] dependabot(npm): 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-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 329e9fc7..5552966f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "core-js": "^3.32.0", "flag-icons": "^6.9.3", "git-rev-sync": "^3.0.2", - "humanize-duration": "^3.28.0", + "humanize-duration": "^3.29.0", "jw-bootstrap-switch-ng2": "^2.0.5", "moment": "^2.29.4", "ng-terminal": "^5.7.0", @@ -6867,8 +6867,9 @@ } }, "node_modules/humanize-duration": { - "version": "3.28.0", - "license": "Unlicense" + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.29.0.tgz", + "integrity": "sha512-G5wZGwYTLaQAmYqhfK91aw3xt6wNbJW1RnWDh4qP1PvF4T/jnkjx2RVhG5kzB2PGsYGTn+oSDBQp+dMdILLxcg==" }, "node_modules/humanize-ms": { "version": "1.2.1", diff --git a/package.json b/package.json index 5f651304..f1cc9301 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "core-js": "^3.32.0", "flag-icons": "^6.9.3", "git-rev-sync": "^3.0.2", - "humanize-duration": "^3.28.0", + "humanize-duration": "^3.29.0", "jw-bootstrap-switch-ng2": "^2.0.5", "moment": "^2.29.4", "ng-terminal": "^5.7.0",