From e2c1d2b01fd89ada6c62ca7e491c06b143c9ed2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jan 2022 19:24:43 +0000 Subject: [PATCH] Bump humanize-duration from 3.27.0 to 3.27.1 Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.27.0 to 3.27.1. - [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/commits) --- 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..33d3ca7 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.1", "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.1", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.1.tgz", + "integrity": "sha512-jCVkMl+EaM80rrMrAPl96SGG4NRac53UyI1o/yAzebDntEY6K6/Fj2HOjdPg8omTqIe5Y0wPBai2q5xXrIbarA==" }, "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.1", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.1.tgz", + "integrity": "sha512-jCVkMl+EaM80rrMrAPl96SGG4NRac53UyI1o/yAzebDntEY6K6/Fj2HOjdPg8omTqIe5Y0wPBai2q5xXrIbarA==" }, "i": { "version": "0.3.7", diff --git a/package.json b/package.json index 0e34f6e..585d055 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.1", "ip": "^1.1.5", "js-beautify": "^1.14.0", "mathjs": "^9.4.3",