Bump humanize-duration from 3.25.1 to 3.25.2

Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.25.1 to 3.25.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.25.1...v3.25.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-24 01:14:18 +00:00 committed by Marcel Klehr
parent 0662c3d064
commit 55936095ff
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bookmarks",
"version": "4.1.0",
"version": "4.2.0-rc.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -7339,9 +7339,9 @@
"dev": true
},
"humanize-duration": {
"version": "3.25.1",
"resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.25.1.tgz",
"integrity": "sha512-P+dRo48gpLgc2R9tMRgiDRNULPKCmqFYgguwqOO2C0fjO35TgdURDQDANSR1Nt92iHlbHGMxOTnsB8H8xnMa2Q=="
"version": "3.25.2",
"resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.25.2.tgz",
"integrity": "sha512-zSerjahuzBazDaE8skjMI7Xmrt/EirvW5cDsXgysx8tYIjcgCMnI5Y5985y3LxYeLah9L5cQY3WEw1k7GRWbfg=="
},
"iconv-lite": {
"version": "0.4.24",

View File

@ -31,7 +31,7 @@
"async-parallel": "^1.2.3",
"clone-deep": "^4.0.1",
"copy-text-to-clipboard": "^3.0.1",
"humanize-duration": "^3.25.1",
"humanize-duration": "^3.25.2",
"sanitize-html": "^2.3.2",
"lodash": "^4.17.21",
"style-loader": "^1.3.0",