diff --git a/package-lock.json b/package-lock.json index 9b79eca..2d77b4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@types/debug": "4.1.12", "@types/jest": "30.0.0", "@types/node": "22.15.29", - "debug": "4.4.1", + "debug": "4.4.3", "eslint": "9.34.0", "eslint-formatter-junit": "8.40.0", "eslint-plugin-security": "3.0.1", @@ -2670,11 +2670,10 @@ } }, "node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, - "license": "MIT", "dependencies": { "ms": "^2.1.3" }, @@ -8217,9 +8216,9 @@ } }, "debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "requires": { "ms": "^2.1.3" diff --git a/package.json b/package.json index b62e227..2daf3db 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/debug": "4.1.12", "@types/jest": "30.0.0", "@types/node": "22.15.29", - "debug": "4.4.1", + "debug": "4.4.3", "eslint": "9.34.0", "eslint-formatter-junit": "8.40.0", "eslint-plugin-security": "3.0.1",