From 03ab662c3649859a16cc297df4577ea8894e934c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 18:38:54 +0000 Subject: [PATCH] chore(deps-dev): bump @types/debug from 4.1.12 to 4.1.13 Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.12 to 4.1.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug) --- updated-dependencies: - dependency-name: "@types/debug" dependency-version: 4.1.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++--------- package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c755865..909abea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@biomejs/biome": "^2.3.8", "@oclif/test": "^4.1.15", "@types/cli-progress": "^3.11.6", - "@types/debug": "^4.1.12", + "@types/debug": "^4.1.13", "@types/inquirer": "^9.0.9", "@types/mock-fs": "^4.13.4", "@types/node": "^24.10.1", @@ -1629,7 +1629,6 @@ "cpu": [ "x64" ], - "libc": "glibc", "license": "Apache-2.0", "optional": true, "os": [ @@ -1643,7 +1642,6 @@ "cpu": [ "arm" ], - "libc": "glibc", "license": "Apache-2.0", "optional": true, "os": [ @@ -1657,7 +1655,6 @@ "cpu": [ "arm64" ], - "libc": "glibc", "license": "Apache-2.0", "optional": true, "os": [ @@ -1684,7 +1681,6 @@ "cpu": [ "x64" ], - "libc": "musl", "license": "Apache-2.0", "optional": true, "os": [ @@ -1698,7 +1694,6 @@ "cpu": [ "arm64" ], - "libc": "musl", "license": "Apache-2.0", "optional": true, "os": [ @@ -5150,9 +5145,9 @@ "license": "MIT" }, "node_modules/@types/debug": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", - "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz", + "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a56a311a..a6156a2e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@biomejs/biome": "^2.3.8", "@oclif/test": "^4.1.15", "@types/cli-progress": "^3.11.6", - "@types/debug": "^4.1.12", + "@types/debug": "^4.1.13", "@types/inquirer": "^9.0.9", "@types/mock-fs": "^4.13.4", "@types/node": "^24.10.1",