From a4522964c8b97573b522a9c87bb6006131cbc815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:18:12 +0000 Subject: [PATCH] dependabot(npm): bump humanize-duration from 3.29.0 to 3.30.0 Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.29.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.29.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ddebf9fb..e31048a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "core-js": "^3.32.2", "flag-icons": "^6.11.1", "git-rev-sync": "^3.0.2", - "humanize-duration": "^3.29.0", + "humanize-duration": "^3.30.0", "jw-bootstrap-switch-ng2": "^2.0.5", "moment": "^2.29.4", "ng-terminal": "^5.7.0", @@ -6881,9 +6881,9 @@ } }, "node_modules/humanize-duration": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.29.0.tgz", - "integrity": "sha512-G5wZGwYTLaQAmYqhfK91aw3xt6wNbJW1RnWDh4qP1PvF4T/jnkjx2RVhG5kzB2PGsYGTn+oSDBQp+dMdILLxcg==" + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.30.0.tgz", + "integrity": "sha512-NxpT0fhQTFuMTLnuu1Xp+ozNpYirQnbV3NlOjEKBYlE3uvMRu3LDuq8EPc3gVXxVYnchQfqVM4/+T9iwHPLLeA==" }, "node_modules/humanize-ms": { "version": "1.2.1", diff --git a/package.json b/package.json index 766cb0c5..467a1e81 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "core-js": "^3.32.2", "flag-icons": "^6.11.1", "git-rev-sync": "^3.0.2", - "humanize-duration": "^3.29.0", + "humanize-duration": "^3.30.0", "jw-bootstrap-switch-ng2": "^2.0.5", "moment": "^2.29.4", "ng-terminal": "^5.7.0",