diff --git a/package-lock.json b/package-lock.json index ac3ced1..5ff9cdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -835,9 +835,9 @@ } }, "express-list-endpoints": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/express-list-endpoints/-/express-list-endpoints-3.0.1.tgz", - "integrity": "sha512-Ul3OY7r7Lc84R4z/xI5Jx6wbMzxg61SQh4BhVNDIPPtim6vHPjrKY+QhYYM8FdOswjHZstGK7J0I6HYf8FKtVA==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/express-list-endpoints/-/express-list-endpoints-4.0.1.tgz", + "integrity": "sha512-KjY7frYk72/Jwk2VgqyvuXlTPslEkWkzjUXPUMCUguVmAWqd6fh60VHr+sEfqJgMAOE3hKhUjm/7tLASVaE2Qg==" }, "extend": { "version": "3.0.1", diff --git a/package.json b/package.json index ee2215e..f7a9e29 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "Alberto Fernandez ", "license": "MIT", "dependencies": { - "express-list-endpoints": "^3.0.0" + "express-list-endpoints": "^4.0.1" }, "devDependencies": { "chai": "^4.0.1",