From 087651d364aa0d64bcd301af52cd4fa793e3fe72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 16:39:44 +0000 Subject: [PATCH] build(deps): bump debug from 4.4.0 to 4.4.1 Bumps [debug](https://github.com/debug-js/debug) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.4.0...4.4.1) --- updated-dependencies: - dependency-name: debug dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7759dfc..1fe69b1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "commander": "^13.1.0", "core-js": "2.6.12", "dayjs": "^1.11.13", - "debug": "^4.3.4", + "debug": "^4.4.1", "electron": "^35.1.4", "express": "^4.21.2", "lodash.clonedeep": "^4.5.0", @@ -14429,9 +14429,9 @@ "dev": true }, "node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "license": "MIT", "dependencies": { "ms": "^2.1.3" diff --git a/package.json b/package.json index a5d63b50..d1c8cc44 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "commander": "^13.1.0", "core-js": "2.6.12", "dayjs": "^1.11.13", - "debug": "^4.3.4", + "debug": "^4.4.1", "electron": "^35.1.4", "express": "^4.21.2", "lodash.clonedeep": "^4.5.0",