From d85123d0c528d9ae1e95aa851e9661642ffdc4fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Sep 2026 23:22:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86(frontend)=20upgrade=20humanize-durati?= =?UTF-8?q?on=20from=203.33.2=20to=203.34.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Snyk has created this PR to upgrade humanize-duration from 3.33.2 to 3.34.1. See this package in npm: humanize-duration See this project in Snyk: https://app.eu.snyk.io/org/lasuite-dinum-default/project/96ea03d8-8d09-493d-86bf-363f274e129e?utm_source=github&utm_medium=referral&page=upgrade-pr --- CHANGELOG.md | 1 + src/frontend/package-lock.json | 8 ++++---- src/frontend/package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c56ec70..e0d4575f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to - ⬆️(frontend) upgrade react-i18next from 17.0.10 to 17.0.12 - ⬆️(frontend) upgrade posthog-js from 1.414.0 to 1.418.10 - ⬆️(addons) upgrade i18next from 26.3.6 to 26.4.0 +- ⬆️(frontend) upgrade humanize-duration from 3.33.2 to 3.34.1 ### Fixed diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 7c58f26b..dc8a5622 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -23,7 +23,7 @@ "@timephy/rnnoise-wasm": "1.0.0", "crisp-sdk-web": "1.1.2", "hoofd": "1.7.3", - "humanize-duration": "3.33.2", + "humanize-duration": "3.34.1", "i18next": "26.3.6", "i18next-browser-languagedetector": "8.2.1", "i18next-parser": "9.4.0", @@ -6402,9 +6402,9 @@ } }, "node_modules/humanize-duration": { - "version": "3.33.2", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.33.2.tgz", - "integrity": "sha512-K7Ny/ULO1hDm2nnhvAY+SJV1skxFb61fd073SG1IWJl+D44ULrruCuTyjHKjBVVcSuTlnY99DKtgEG39CM5QOQ==", + "version": "3.34.1", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.34.1.tgz", + "integrity": "sha512-YIiigjQ+O31rvcyDJPK1ptTZtvSErjBtmHy93VhbwxB/VwMG0FszKs2IB667tFxmOhNapePQQxa24luQRDkKFQ==", "license": "Unlicense", "funding": { "url": "https://github.com/sponsors/EvanHahn" diff --git a/src/frontend/package.json b/src/frontend/package.json index 1e01f728..3c6d771f 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -30,7 +30,7 @@ "@timephy/rnnoise-wasm": "1.0.0", "crisp-sdk-web": "1.1.2", "hoofd": "1.7.3", - "humanize-duration": "3.33.2", + "humanize-duration": "3.34.1", "i18next": "26.3.6", "i18next-browser-languagedetector": "8.2.1", "i18next-parser": "9.4.0",