From 08e8d09225edb5a63b454f0ada607edcf7a17422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:28:33 +0000 Subject: [PATCH] Bump debug from 4.3.7 to 4.4.0 Bumps [debug](https://github.com/debug-js/debug) from 4.3.7 to 4.4.0. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.3.7...4.4.0) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c870b75..30e43f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@vibrant/image-node": "^3.2.1-alpha.1", "@vibrant/quantizer-mmcq": "^3.2.1-alpha.1", "copy-text-to-clipboard": "^3.2.0", - "debug": "^4.3.7", + "debug": "^4.4.0", "home-assistant-js-websocket": "^9.4.0", "lit": "^2.8.0", "node-vibrant": "^3.2.1-alpha.1", @@ -3732,9 +3732,10 @@ "dev": true }, "node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "license": "MIT", "dependencies": { "ms": "^2.1.3" }, diff --git a/package.json b/package.json index c36b033..abf91d9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@vibrant/image-node": "^3.2.1-alpha.1", "@vibrant/quantizer-mmcq": "^3.2.1-alpha.1", "copy-text-to-clipboard": "^3.2.0", - "debug": "^4.3.7", + "debug": "^4.4.0", "home-assistant-js-websocket": "^9.4.0", "lit": "^2.8.0", "node-vibrant": "^3.2.1-alpha.1",