From eb455e3420b966e7055b729bac995b2a0ca0a4cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jun 2025 20:37:32 +0000 Subject: [PATCH] fix: upgrade debug from 4.4.0 to 4.4.1 Snyk has created this PR to upgrade debug from 4.4.0 to 4.4.1. See this package in npm: debug See this project in Snyk: https://app.snyk.io/org/blankll/project/67f42aa7-7de5-489d-87f6-c1ccf3e19d8f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e4c428..4e475e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.4", "license": "Apache-2.0", "dependencies": { - "debug": "^4.4.0", + "debug": "^4.4.1", "raw-body": "^3.0.0" }, "devDependencies": { @@ -2793,9 +2793,9 @@ } }, "node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -9181,9 +9181,9 @@ } }, "debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "requires": { "ms": "^2.1.3" } diff --git a/package.json b/package.json index f524eb3..c5ee6a5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "function" ], "dependencies": { - "debug": "^4.4.0", + "debug": "^4.4.1", "raw-body": "^3.0.0" }, "devDependencies": {