From 1aee8b22e50d5b0ac5b66ab89145a536df10de3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Oct 2025 10:30:57 +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/acinader/project/69405056-d920-432d-be2c-c0fc4c6c4c57?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec9283d2..f2d963f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1437,9 +1437,9 @@ "dev": true }, "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==", "requires": { "ms": "^2.1.3" } diff --git a/package.json b/package.json index 10197644..12ad4174 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "url": "https://github.com/parse-community/node-apn.git" }, "dependencies": { - "debug": "4.4.1", + "debug": "4.4.3", "jsonwebtoken": "9.0.2", "node-forge": "1.3.1", "verror": "1.10.1"