From 7543eee89cb0040fdac93c3d2ec43bec75bbe2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:50:17 +0000 Subject: [PATCH] Bump debug from 4.2.0 to 4.3.1 in /docker/disk-usage-statistics Bumps [debug](https://github.com/debug-js/debug) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.2.0...4.3.1) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/disk-usage-statistics/package-lock.json | 6 +++--- docker/disk-usage-statistics/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/disk-usage-statistics/package-lock.json b/docker/disk-usage-statistics/package-lock.json index 735db5fe9..aa71f2ca5 100644 --- a/docker/disk-usage-statistics/package-lock.json +++ b/docker/disk-usage-statistics/package-lock.json @@ -77,9 +77,9 @@ "integrity": "sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==" }, "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } diff --git a/docker/disk-usage-statistics/package.json b/docker/disk-usage-statistics/package.json index 1cdd95b32..51acc9129 100644 --- a/docker/disk-usage-statistics/package.json +++ b/docker/disk-usage-statistics/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "commander": "^6.1.0", - "debug": "^4.2.0", + "debug": "^4.3.1", "ix": "^4.0.0", "lines-async-iterator": "^0.9.0", "node-fetch": "^2.6.7"