diff --git a/lab5/package-lock.json b/lab5/package-lock.json index 5623c6d..6b41239 100644 --- a/lab5/package-lock.json +++ b/lab5/package-lock.json @@ -712,9 +712,12 @@ "dev": true }, "debug": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz", - "integrity": "sha1-BuHqgILCyxTjmAbiLi9vdX+Srzk=" + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } }, "decamelize": { "version": "1.2.0", diff --git a/lab5/package.json b/lab5/package.json index 0b2c715..3c73b39 100644 --- a/lab5/package.json +++ b/lab5/package.json @@ -15,7 +15,7 @@ "cookie-parser": "^1.4.5", "cookie-session": "^1.4.0", "crypto": "^1.0.1", - "debug": "~0.7.4", + "debug": "~2.6.9", "dotenv": "^8.2.0", "ejs": "^2.5.7", "es6-promise": "^4.1.1",