From e0c11e55c0788a942a0fb896212e1458f8d66a73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Dec 2025 00:37:13 +0000 Subject: [PATCH] Update dependency humanize-duration to ^3.33.2 --- virtweb_frontend/package-lock.json | 8 ++++---- virtweb_frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/virtweb_frontend/package-lock.json b/virtweb_frontend/package-lock.json index b5ab7ce..6d5b22c 100644 --- a/virtweb_frontend/package-lock.json +++ b/virtweb_frontend/package-lock.json @@ -20,7 +20,7 @@ "@mui/x-data-grid": "^8.17.0", "date-and-time": "^3.6.0", "filesize": "^10.1.6", - "humanize-duration": "^3.33.1", + "humanize-duration": "^3.33.2", "monaco-editor": "^0.52.2", "monaco-yaml": "^5.4.0", "react": "^19.2.1", @@ -3955,9 +3955,9 @@ "license": "MIT" }, "node_modules/humanize-duration": { - "version": "3.33.1", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.33.1.tgz", - "integrity": "sha512-hwzSCymnRdFx9YdRkQQ0OYequXiVAV6ZGQA2uzocwB0F4309Ke6pO8dg0P8LHhRQJyVjGteRTAA/zNfEcpXn8A==", + "version": "3.33.2", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.33.2.tgz", + "integrity": "sha512-K7Ny/ULO1hDm2nnhvAY+SJV1skxFb61fd073SG1IWJl+D44ULrruCuTyjHKjBVVcSuTlnY99DKtgEG39CM5QOQ==", "license": "Unlicense", "funding": { "url": "https://github.com/sponsors/EvanHahn" diff --git a/virtweb_frontend/package.json b/virtweb_frontend/package.json index 1cc4739..8c01133 100644 --- a/virtweb_frontend/package.json +++ b/virtweb_frontend/package.json @@ -22,7 +22,7 @@ "@mui/x-data-grid": "^8.17.0", "date-and-time": "^3.6.0", "filesize": "^10.1.6", - "humanize-duration": "^3.33.1", + "humanize-duration": "^3.33.2", "monaco-editor": "^0.52.2", "monaco-yaml": "^5.4.0", "react": "^19.2.1",