diff --git a/package-lock.json b/package-lock.json index e3032ac..215e3c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "commander": "^13.1.0", "core-js": "2.6.12", "dayjs": "^1.11.13", - "debug": "^4.3.4", + "debug": "^4.4.3", "electron": "^37.3.1", "express": "^4.21.2", "lodash.clonedeep": "^4.5.0", @@ -15979,9 +15979,9 @@ "license": "MIT" }, "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 9057031..8af127d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "commander": "^13.1.0", "core-js": "2.6.12", "dayjs": "^1.11.13", - "debug": "^4.3.4", + "debug": "^4.4.3", "electron": "^37.3.1", "express": "^4.21.2", "lodash.clonedeep": "^4.5.0",