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",