diff --git a/node/package-lock.json b/node/package-lock.json index c221c30..6c94feb 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "cookie-parser": "~1.4.4", "cors": "^2.8.5", - "debug": "~4.4.0", + "debug": "~4.4.3", "express": "^4.21.2", "http-errors": "~2.0.0", "morgan": "^1.10.0", @@ -187,9 +187,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.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/node/package.json b/node/package.json index b7dd022..758a3a5 100644 --- a/node/package.json +++ b/node/package.json @@ -10,7 +10,7 @@ "dependencies": { "cookie-parser": "~1.4.4", "cors": "^2.8.5", - "debug": "~4.4.0", + "debug": "~4.4.3", "express": "^4.21.2", "http-errors": "~2.0.0", "morgan": "^1.10.0",