Build(deps): Bump humanize-duration from 3.29.0 to 3.32.0

Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.29.0 to 3.32.0.
- [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md)
- [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.29.0...v3.32.0)

---
updated-dependencies:
- dependency-name: humanize-duration
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-06 01:02:36 +00:00 committed by GitHub
parent 8901ac59c8
commit 95f2fa95ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -19,7 +19,7 @@
"@nextcloud/vue": "8.x",
"async-parallel": "^1.2.3",
"clone-deep": "^4.0.1",
"humanize-duration": "^3.28.0",
"humanize-duration": "^3.32.0",
"linkify-it": "^3.0.3",
"lodash": "^4.17.21",
"nextcloud-vue-collections": "^0.11.0",
@ -10300,9 +10300,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.32.0",
"resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.32.0.tgz",
"integrity": "sha512-6WsXYTHJr7hXKqoqf5zoWza/lANRAqGlbnZnm0cjDykbXuez1JVXOQGmq0EPB45pXYAJyueRA3S3hfhmMbrMEQ=="
},
"node_modules/ical.js": {
"version": "1.5.0",

View File

@ -31,7 +31,7 @@
"@nextcloud/vue": "8.x",
"async-parallel": "^1.2.3",
"clone-deep": "^4.0.1",
"humanize-duration": "^3.28.0",
"humanize-duration": "^3.32.0",
"linkify-it": "^3.0.3",
"lodash": "^4.17.21",
"nextcloud-vue-collections": "^0.11.0",