From f43c50dae53132310f3dae1d49a5c851afa189fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Oct 2025 10:36:31 +0000 Subject: [PATCH] fix: upgrade debug from 4.4.1 to 4.4.3 Snyk has created this PR to upgrade debug from 4.4.1 to 4.4.3. See this package in npm: debug See this project in Snyk: https://app.snyk.io/org/vhidvz/project/db7dfcc5-fcd4-4d3f-a9f9-e08d7ee551bd?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9f74d3..c791b8b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "license": "MIT", "homepage": "https://github.com/vhidvz/workflow-js#readme", "dependencies": { - "debug": "^4.3.4", + "debug": "^4.4.3", "reflect-metadata": "^0.2.1", "xml2js": "^0.6.2" },