diff --git a/package.json b/package.json index 9cc3fbed..f1eab949 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Data Structures & Algorithms in JS", "main": "./src/index.js", "dependencies": { - "lodash": "4.17.11" + }, "devDependencies": { "benchmark": "2.1.4", diff --git a/src/changelog.md b/src/changelog.md index 59ca4956..5445c4ef 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This changelog ### Changed -- +- Updated dependencies (removed lodash since is not needed) + ### Removed -