diff --git a/package-lock.json b/package-lock.json index 85ec276..8644556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1434,9 +1434,9 @@ "dev": true }, "humanize-duration": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.25.1.tgz", - "integrity": "sha512-P+dRo48gpLgc2R9tMRgiDRNULPKCmqFYgguwqOO2C0fjO35TgdURDQDANSR1Nt92iHlbHGMxOTnsB8H8xnMa2Q==" + "version": "3.27.1", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.1.tgz", + "integrity": "sha512-jCVkMl+EaM80rrMrAPl96SGG4NRac53UyI1o/yAzebDntEY6K6/Fj2HOjdPg8omTqIe5Y0wPBai2q5xXrIbarA==" }, "iconv-lite": { "version": "0.4.24", diff --git a/package.json b/package.json index 64fbeaf..6f4c8b1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint-fix": "eslint nerdlets/ --fix" }, "dependencies": { - "humanize-duration": "^3.25.1", + "humanize-duration": "^3.27.1", "is-url": "^1.2.4", "lodash.get": "^4.4.2", "prop-types": "^15.6.2",