From 81f1ccbdeee29dd58993c627512f9da00afd3fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 06:56:03 +0000 Subject: [PATCH] Bump debug in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [debug](https://github.com/debug-js/debug). Updates `debug` from 0.1.0 to 2.6.9 - [Release notes](https://github.com/debug-js/debug/releases) - [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md) - [Commits](https://github.com/debug-js/debug/compare/0.1.0...2.6.9) --- updated-dependencies: - dependency-name: debug dependency-version: 2.6.9 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fad5ecbe5..c1c1bf5a4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ , "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional client between client and server" , "main": "./lib/engine.io" , "dependencies": { - "debug": "0.1.0" + "debug": "2.6.9" , "engine.io-client": "git://github.com/LearnBoost/engine.io-client.git#822ff7ed4a" , "websocket.io": "0.1.6" }