From 058f38493910c5aefbb2e89e27435aa1d404f861 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 00:39:21 +0000 Subject: [PATCH] fix: upgrade humanize-duration from 3.28.0 to 3.32.0 Snyk has created this PR to upgrade humanize-duration from 3.28.0 to 3.32.0. See this package in npm: https://www.npmjs.com/package/humanize-duration See this project in Snyk: https://app.snyk.io/org/pgiraud/project/3013a15e-18e3-4365-8e31-883b66e4d64f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78a1fa92..a65ea541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "d3-flextree": "^2.1.2", "emitter": "^0.0.2", "highlight.js": "^11.7.0", - "humanize-duration": "^3.28.0", + "humanize-duration": "^3.32.0", "lodash": "^4.17.21", "sass": "^1.58.0", "splitpanes": "^3.1.5", @@ -5242,9 +5242,9 @@ } }, "node_modules/humanize-duration": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.28.0.tgz", - "integrity": "sha512-jMAxraOOmHuPbffLVDKkEKi/NeG8dMqP8lGRd6Tbf7JgAeG33jjgPWDbXXU7ypCI0o+oNKJFgbSB9FKVdWNI2A==" + "version": "3.32.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.32.0.tgz", + "integrity": "sha512-6WsXYTHJr7hXKqoqf5zoWza/lANRAqGlbnZnm0cjDykbXuez1JVXOQGmq0EPB45pXYAJyueRA3S3hfhmMbrMEQ==" }, "node_modules/husky": { "version": "7.0.4", @@ -12616,9 +12616,9 @@ "dev": true }, "humanize-duration": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.28.0.tgz", - "integrity": "sha512-jMAxraOOmHuPbffLVDKkEKi/NeG8dMqP8lGRd6Tbf7JgAeG33jjgPWDbXXU7ypCI0o+oNKJFgbSB9FKVdWNI2A==" + "version": "3.32.0", + "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.32.0.tgz", + "integrity": "sha512-6WsXYTHJr7hXKqoqf5zoWza/lANRAqGlbnZnm0cjDykbXuez1JVXOQGmq0EPB45pXYAJyueRA3S3hfhmMbrMEQ==" }, "husky": { "version": "7.0.4", diff --git a/package.json b/package.json index 27709b65..da257815 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "d3-flextree": "^2.1.2", "emitter": "^0.0.2", "highlight.js": "^11.7.0", - "humanize-duration": "^3.28.0", + "humanize-duration": "^3.32.0", "lodash": "^4.17.21", "sass": "^1.58.0", "splitpanes": "^3.1.5",