From 063286f0388ccc930c8393190bd9d48eecc6183b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Sep 2025 00:43:12 +0000 Subject: [PATCH] Update dependency humanize-duration to ^3.33.1 --- virtweb_frontend/package-lock.json | 13 ++++++++----- virtweb_frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/virtweb_frontend/package-lock.json b/virtweb_frontend/package-lock.json index e0d5501..9be3c76 100644 --- a/virtweb_frontend/package-lock.json +++ b/virtweb_frontend/package-lock.json @@ -20,7 +20,7 @@ "@mui/x-data-grid": "^8.11.3", "date-and-time": "^3.6.0", "filesize": "^10.1.6", - "humanize-duration": "^3.33.0", + "humanize-duration": "^3.33.1", "monaco-editor": "^0.52.2", "monaco-yaml": "^5.4.0", "react": "^19.1.1", @@ -3283,10 +3283,13 @@ "license": "MIT" }, "node_modules/humanize-duration": { - "version": "3.33.0", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.33.0.tgz", - "integrity": "sha512-vYJX7BSzn7EQ4SaP2lPYVy+icHDppB6k7myNeI3wrSRfwMS5+BHyGgzpHR0ptqJ2AQ6UuIKrclSg5ve6Ci4IAQ==", - "license": "Unlicense" + "version": "3.33.1", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.33.1.tgz", + "integrity": "sha512-hwzSCymnRdFx9YdRkQQ0OYequXiVAV6ZGQA2uzocwB0F4309Ke6pO8dg0P8LHhRQJyVjGteRTAA/zNfEcpXn8A==", + "license": "Unlicense", + "funding": { + "url": "https://github.com/sponsors/EvanHahn" + } }, "node_modules/ignore": { "version": "5.3.2", diff --git a/virtweb_frontend/package.json b/virtweb_frontend/package.json index e10a9dc..3fa7838 100644 --- a/virtweb_frontend/package.json +++ b/virtweb_frontend/package.json @@ -22,7 +22,7 @@ "@mui/x-data-grid": "^8.11.3", "date-and-time": "^3.6.0", "filesize": "^10.1.6", - "humanize-duration": "^3.33.0", + "humanize-duration": "^3.33.1", "monaco-editor": "^0.52.2", "monaco-yaml": "^5.4.0", "react": "^19.1.1",