From 2adf648034881158658c5f76d685f7aca11cbd41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 02:33:09 +0000 Subject: [PATCH] Build(deps): Bump humanize-duration from 3.29.0 to 3.31.0 Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.29.0 to 3.31.0. - [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md) - [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.29.0...v3.31.0) --- 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 3baf5e0934..7f361c664e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bookmarks", - "version": "13.0.1", + "version": "13.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bookmarks", - "version": "13.0.1", + "version": "13.1.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.1.0", @@ -21,7 +21,7 @@ "@nextcloud/vue-richtext": "^2.1.0-beta.6", "async-parallel": "^1.2.3", "clone-deep": "^4.0.1", - "humanize-duration": "^3.28.0", + "humanize-duration": "^3.31.0", "linkify-it": "^3.0.3", "lodash": "^4.17.21", "nextcloud-vue-collections": "^0.11.0", @@ -9537,9 +9537,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.31.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.31.0.tgz", + "integrity": "sha512-fRrehgBG26NNZysRlTq1S+HPtDpp3u+Jzdc/d5A4cEzOD86YLAkDaJyJg8krSdCi7CJ+s7ht3fwRj8Dl+Btd0w==" }, "node_modules/ical.js": { "version": "1.5.0", diff --git a/package.json b/package.json index 65c3eb2b3c..ab9d29e15f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nextcloud/vue-richtext": "^2.1.0-beta.6", "async-parallel": "^1.2.3", "clone-deep": "^4.0.1", - "humanize-duration": "^3.28.0", + "humanize-duration": "^3.31.0", "linkify-it": "^3.0.3", "lodash": "^4.17.21", "nextcloud-vue-collections": "^0.11.0",