From e4a185b5df40be2f86e7c4deb660b998493703a7 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 05:00:29 +0000 Subject: [PATCH] Update debug to version 4.3.7 --- thunksqueue/package-lock.json | 14 +++++++------- thunksqueue/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/thunksqueue/package-lock.json b/thunksqueue/package-lock.json index d912c1a7b..d5acbb8b4 100644 --- a/thunksqueue/package-lock.json +++ b/thunksqueue/package-lock.json @@ -235,11 +235,11 @@ } }, "debug": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "requires": { - "ms": "2.1.2" + "ms": "^2.1.3" } }, "deep-extend": { @@ -638,9 +638,9 @@ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" }, "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "nth-check": { "version": "1.0.2", diff --git a/thunksqueue/package.json b/thunksqueue/package.json index 1e61bf6ff..386ea128a 100644 --- a/thunksqueue/package.json +++ b/thunksqueue/package.json @@ -10,7 +10,7 @@ "command-line-args": "^5.1.1", "command-line-usage": "^6.1.3", "config": "^3.3.9", - "debug": "^4.3.2", + "debug": "^4.3.7", "assert": "^2.0.0", "fs": "^0.0.2", "mkdirp": "^1.0.4",