diff --git a/package-lock.json b/package-lock.json index 6b16fb31..b0f876c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "fs-extra": "^11.2.0", "glob": "^10.3.3", "html-entities": "^2.4.0", - "humanize-duration": "^3.29.0", + "humanize-duration": "^3.32.1", "mathjs": "^12.4.0", "moment": "^2.29.4", "mongoose": "^8.1.1", @@ -2853,9 +2853,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.32.1", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.32.1.tgz", + "integrity": "sha512-inh5wue5XdfObhu/IGEMiA1nUXigSGcaKNemcbLRKa7jXYGDZXr3LoT9pTIzq2hPEbld7w/qv9h+ikWGz8fL1g==" }, "node_modules/humanize-ms": { "version": "1.2.1", diff --git a/package.json b/package.json index 915c19c2..a8a224ea 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "fs-extra": "^11.2.0", "glob": "^10.3.3", "html-entities": "^2.4.0", - "humanize-duration": "^3.29.0", + "humanize-duration": "^3.32.1", "mathjs": "^12.4.0", "moment": "^2.29.4", "mongoose": "^8.1.1",