From 08a790e4cd9fb19b0c016d58645234c245b408b2 Mon Sep 17 00:00:00 2001 From: toastal Date: Sat, 28 May 2022 12:54:28 +0700 Subject: [PATCH] Remove unused dependency: `deep-equal` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aside `assert.deepEqual()` being native and faster, this dependency just isn’t being used. I did _not_ regenerate the `package-lock.json` though because it seems there are dependabot and an `npm audit` errro that should be addressed—along with the version of package ≠ version in the lockfile—so I thought that part would be best left to the maintainer. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index e352f57..7f902e4 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,7 @@ "url": "https://github.com/mweibel/connect-session-sequelize.git" }, "dependencies": { - "debug": "^4.1.1", - "deep-equal": "^2.0.3" + "debug": "^4.1.1" }, "devDependencies": { "express-session": "^1.17.1",