From b94319d86f17ebabd2f21fdcdd518d6240858660 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Oct 2025 02:21:01 +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/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 832b10d..77c3c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@tauri-apps/plugin-os": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.1", "@tauri-apps/plugin-store": "^2.4.0", - "debug": "^4.4.1", + "debug": "^4.4.3", "highlight.js": "^11.11.1", "json-with-bigint": "^3.4.4", "json5": "^2.2.3", @@ -4421,9 +4421,9 @@ "dev": true }, "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==", "license": "MIT", "dependencies": { "ms": "^2.1.3" diff --git a/package.json b/package.json index 627d20a..ee424a0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tauri-apps/plugin-os": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.1", "@tauri-apps/plugin-store": "^2.4.0", - "debug": "^4.4.1", + "debug": "^4.4.3", "highlight.js": "^11.11.1", "json-with-bigint": "^3.4.4", "json5": "^2.2.3",