From 0e2ee293ecaf28d8e8248092e0612b284c098055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:01:08 +0000 Subject: [PATCH] Bump express-unless from 1.0.0 to 2.1.3 Bumps [express-unless](https://github.com/jfromaniello/express-unless) from 1.0.0 to 2.1.3. - [Release notes](https://github.com/jfromaniello/express-unless/releases) - [Commits](https://github.com/jfromaniello/express-unless/compare/v1.0.0...v2.1.3) --- updated-dependencies: - dependency-name: express-unless dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39a2976..c878209 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.3", + "resolved": "https://registry.npmjs.org/express-unless/-/express-unless-2.1.3.tgz", + "integrity": "sha512-wj4tLMyCVYuIIKHGt0FhCtIViBcwzWejX0EjNxveAa6dG+0XBCQhMbx+PnkLkFCxLC69qoFrxds4pIyL88inaQ==" }, "extend": { "version": "3.0.2", diff --git a/package.json b/package.json index 5c57b15..1be6410 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.3", "request": "^2.88.0" } }