Skip to content

Commit

Permalink
Remove unused dependency: deep-equal
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
toastal authored and mweibel committed May 30, 2022
1 parent 7abfd56 commit 08a790e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 08a790e

Please sign in to comment.