From af73ad5a008cc85b0566094d80118bdb009010f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 04:09:41 +0000 Subject: [PATCH] deps: bump debug from 4.3.7 to 4.4.0 in /js-peer 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] --- js-peer/package-lock.json | 8 ++++---- js-peer/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js-peer/package-lock.json b/js-peer/package-lock.json index 1148a1f6..64cce916 100644 --- a/js-peer/package-lock.json +++ b/js-peer/package-lock.json @@ -24,7 +24,7 @@ "@libp2p/webtransport": "^5.0.33", "@multiformats/multiaddr": "^12.4.0", "clsx": "^2.1.1", - "debug": "^4.3.7", + "debug": "^4.4.0", "it-length-prefixed": "^10.0.1", "it-map": "^3.1.1", "it-pipe": "^3.0.1", @@ -6349,9 +6349,9 @@ "peer": 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/js-peer/package.json b/js-peer/package.json index d4bc8c63..443ded71 100644 --- a/js-peer/package.json +++ b/js-peer/package.json @@ -28,7 +28,7 @@ "@libp2p/webtransport": "^5.0.33", "@multiformats/multiaddr": "^12.4.0", "clsx": "^2.1.1", - "debug": "^4.3.7", + "debug": "^4.4.0", "it-length-prefixed": "^10.0.1", "it-map": "^3.1.1", "it-pipe": "^3.0.1",