From 126276dcaa0cff09e068d144f9dd717c6319e9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 01:21:12 +0000 Subject: [PATCH] chore(deps): Bump humanize-duration from 3.29.0 to 3.32.1 Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.29.0 to 3.32.1. - [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md) - [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.29.0...v3.32.1) --- updated-dependencies: - dependency-name: humanize-duration dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6af0b0e50..2392c5aca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bookmarks", - "version": "14.0.2", + "version": "14.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bookmarks", - "version": "14.0.2", + "version": "14.1.2", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.1.0", @@ -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.1", "linkify-it": "^3.0.3", "lodash": "^4.17.21", "nextcloud-vue-collections": "^0.11.0", @@ -10276,9 +10276,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.1", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.32.1.tgz", + "integrity": "sha512-inh5wue5XdfObhu/IGEMiA1nUXigSGcaKNemcbLRKa7jXYGDZXr3LoT9pTIzq2hPEbld7w/qv9h+ikWGz8fL1g==" }, "node_modules/ical.js": { "version": "1.5.0", diff --git a/package.json b/package.json index 65a81f3ad..b7cf07dd7 100644 --- a/package.json +++ b/package.json @@ -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.1", "linkify-it": "^3.0.3", "lodash": "^4.17.21", "nextcloud-vue-collections": "^0.11.0",