From 78ce9d0c2b417cfd78344bf12c2004f4dea27a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 10:28:44 +0000 Subject: [PATCH] Bump humanize-duration from 3.27.0 to 3.27.2 Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.27.0 to 3.27.2. - [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.0...v3.27.2) --- updated-dependencies: - dependency-name: humanize-duration dependency-type: direct:production update-type: version-update:semver-patch ... 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 d31074e..8dc98a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "express": "^4.16.4", "express-session": "^1.17.2", "form-data": "^4.0.0", - "humanize-duration": "^3.27.0", + "humanize-duration": "^3.27.2", "ip": "^1.1.5", "js-beautify": "^1.14.0", "mathjs": "^9.4.3", @@ -4044,9 +4044,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/humanize-duration": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.0.tgz", - "integrity": "sha512-qLo/08cNc3Tb0uD7jK0jAcU5cnqCM0n568918E7R2XhMr/+7F37p4EY062W/stg7tmzvknNn9b/1+UhVRzsYrQ==" + "version": "3.27.2", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.2.tgz", + "integrity": "sha512-A15OmA3FLFRnehvF4ZMocsxTZYvHq4ze7L+AgR1DeHw0xC9vMd4euInY83uqGU9/XXKNnVIEeKc1R8G8nKqtzg==" }, "node_modules/i": { "version": "0.3.7", @@ -12008,9 +12008,9 @@ } }, "humanize-duration": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.0.tgz", - "integrity": "sha512-qLo/08cNc3Tb0uD7jK0jAcU5cnqCM0n568918E7R2XhMr/+7F37p4EY062W/stg7tmzvknNn9b/1+UhVRzsYrQ==" + "version": "3.27.2", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.2.tgz", + "integrity": "sha512-A15OmA3FLFRnehvF4ZMocsxTZYvHq4ze7L+AgR1DeHw0xC9vMd4euInY83uqGU9/XXKNnVIEeKc1R8G8nKqtzg==" }, "i": { "version": "0.3.7", diff --git a/package.json b/package.json index 0e34f6e..3b3a49f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "express": "^4.16.4", "express-session": "^1.17.2", "form-data": "^4.0.0", - "humanize-duration": "^3.27.0", + "humanize-duration": "^3.27.2", "ip": "^1.1.5", "js-beautify": "^1.14.0", "mathjs": "^9.4.3",