diff --git a/virtweb_frontend/package-lock.json b/virtweb_frontend/package-lock.json index 296cdfc..0907d33 100644 --- a/virtweb_frontend/package-lock.json +++ b/virtweb_frontend/package-lock.json @@ -20,7 +20,7 @@ "@mui/x-data-grid": "^8.7.0", "date-and-time": "^3.6.0", "filesize": "^10.1.6", - "humanize-duration": "^3.32.2", + "humanize-duration": "^3.33.0", "monaco-editor": "^0.52.2", "monaco-yaml": "^5.4.0", "react": "^19.1.0", @@ -4286,9 +4286,9 @@ "license": "MIT" }, "node_modules/humanize-duration": { - "version": "3.32.2", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.32.2.tgz", - "integrity": "sha512-jcTwWYeCJf4dN5GJnjBmHd42bNyK94lY49QTkrsAQrMTUoIYLevvDpmQtg5uv8ZrdIRIbzdasmSNZ278HHUPEg==", + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.33.0.tgz", + "integrity": "sha512-vYJX7BSzn7EQ4SaP2lPYVy+icHDppB6k7myNeI3wrSRfwMS5+BHyGgzpHR0ptqJ2AQ6UuIKrclSg5ve6Ci4IAQ==", "license": "Unlicense" }, "node_modules/ignore": { diff --git a/virtweb_frontend/package.json b/virtweb_frontend/package.json index 7a5df74..b287e87 100644 --- a/virtweb_frontend/package.json +++ b/virtweb_frontend/package.json @@ -22,7 +22,7 @@ "@mui/x-data-grid": "^8.7.0", "date-and-time": "^3.6.0", "filesize": "^10.1.6", - "humanize-duration": "^3.32.2", + "humanize-duration": "^3.33.0", "monaco-editor": "^0.52.2", "monaco-yaml": "^5.4.0", "react": "^19.1.0",