diff --git a/package-lock.json b/package-lock.json index 39a2976..d5d1ab4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5966,9 +5966,9 @@ } }, "express-unless": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/express-unless/-/express-unless-1.0.0.tgz", - "integrity": "sha512-zXSSClWBPfcSYjg0hcQNompkFN/MxQQ53eyrzm9BYgik2ut2I7PxAf2foVqBRMYCwWaZx/aWodi+uk76npdSAw==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/express-unless/-/express-unless-2.1.2.tgz", + "integrity": "sha512-6ZK8+2mCUQwPFZCslGL0F55n6iiVgGw3nBuGT9wnSno7eD2w7KbDo2M7exFGgJZ/DL81xXEbEWy1gqRZRWhUBg==" }, "extend": { "version": "3.0.2", diff --git a/package.json b/package.json index 5c57b15..3d085ce 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "nodemon": "^2.0.0" }, "dependencies": { - "express-unless": "^1.0.0", + "express-unless": "^2.1.2", "request": "^2.88.0" } }