From 66fb6669cfaa50cca3c2b992b21ebd3ae0db24ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:34:51 +0000 Subject: [PATCH] Bump debug from 4.1.1 to 4.3.1 Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.1. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.1.1...4.3.1) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0be0c60..4fa9520 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "dependencies": { "bfx-api-node-models": "^1.8.0", "bfx-api-node-util": "^1.0.10", - "debug": "4.1.1", + "debug": "4.3.1", "dirty-chai": "^2.0.1", "lodash": "^4.17.15", "node-fetch": "^2.6.9"