diff --git a/package-lock.json b/package-lock.json index e7759df..1fe69b1 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.1", "electron": "^35.1.4", "express": "^4.21.2", "lodash.clonedeep": "^4.5.0", @@ -14429,9 +14429,9 @@ "dev": true }, "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" diff --git a/package.json b/package.json index a5d63b5..d1c8cc4 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.1", "electron": "^35.1.4", "express": "^4.21.2", "lodash.clonedeep": "^4.5.0",