From 69efe11810f5244ebbeab548fbd8169e805c0622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:11:53 +0000 Subject: [PATCH] chore(deps): bump humanize-duration from 3.27.2 to 3.28.0 Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.27.2 to 3.28.0. - [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.2...v3.28.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe27067f4f..8353dcbc12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "better-sqlite3": "7.6.2", "bootstrap": "5.2.0", "form-data": "4.0.0", - "humanize-duration": "3.27.2", + "humanize-duration": "3.28.0", "jsmodbus": "4.0.6", "koa": "2.13.4", "koa-bodyparser": "4.3.0", @@ -9866,9 +9866,9 @@ } }, "node_modules/humanize-duration": { - "version": "3.27.2", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.2.tgz", - "integrity": "sha512-A15OmA3FLFRnehvF4ZMocsxTZYvHq4ze7L+AgR1DeHw0xC9vMd4euInY83uqGU9/XXKNnVIEeKc1R8G8nKqtzg==" + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.28.0.tgz", + "integrity": "sha512-jMAxraOOmHuPbffLVDKkEKi/NeG8dMqP8lGRd6Tbf7JgAeG33jjgPWDbXXU7ypCI0o+oNKJFgbSB9FKVdWNI2A==" }, "node_modules/humanize-string": { "version": "2.1.0", @@ -27506,9 +27506,9 @@ "dev": true }, "humanize-duration": { - "version": "3.27.2", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.2.tgz", - "integrity": "sha512-A15OmA3FLFRnehvF4ZMocsxTZYvHq4ze7L+AgR1DeHw0xC9vMd4euInY83uqGU9/XXKNnVIEeKc1R8G8nKqtzg==" + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.28.0.tgz", + "integrity": "sha512-jMAxraOOmHuPbffLVDKkEKi/NeG8dMqP8lGRd6Tbf7JgAeG33jjgPWDbXXU7ypCI0o+oNKJFgbSB9FKVdWNI2A==" }, "humanize-string": { "version": "2.1.0", diff --git a/package.json b/package.json index d8e1c327c9..712eed79dc 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "better-sqlite3": "7.6.2", "bootstrap": "5.2.0", "form-data": "4.0.0", - "humanize-duration": "3.27.2", + "humanize-duration": "3.28.0", "jsmodbus": "4.0.6", "koa": "2.13.4", "koa-bodyparser": "4.3.0",