diff --git a/package-lock.json b/package-lock.json index f40a229..4a16e4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@microsoft/microsoft-graph-client": "^3.0.7", "connect-flash": "^0.1.1", "cookie-parser": "~1.4.7", - "debug": "^4.4.0", + "debug": "^4.4.1", "dotenv": "^16.5.0", "express": "^4.21.2", "express-promise-router": "^4.1.1", @@ -954,9 +954,10 @@ } }, "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 1342b14..4bad66a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@microsoft/microsoft-graph-client": "^3.0.7", "connect-flash": "^0.1.1", "cookie-parser": "~1.4.7", - "debug": "^4.4.0", + "debug": "^4.4.1", "dotenv": "^16.5.0", "express": "^4.21.2", "express-promise-router": "^4.1.1",