Skip to content

Commit

Permalink
Merge pull request #49 from OldSneerJaw/43-lodash
Browse files Browse the repository at this point in the history
Issue 43: Address lodash security vulnerability
  • Loading branch information
dkichler authored May 13, 2019
2 parents 4c94ec3 + e1796b4 commit 3981a63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). All notable c
### Fixed
- [#46](https://github.com/OldSneerJaw/couchster/issues/46): Broken error equality test in Node.js 12

### Security
- [#43](https://github.com/OldSneerJaw/couchster/issues/43): Security vulnerability in lodash dev dependency

## [1.2.0] - 2018-09-06
### Added
- [#33](https://github.com/OldSneerJaw/couchster/issues/33): Option to ignore item validation errors when value is unchanged
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"devDependencies": {
"chai": "^4.1.2",
"jshint": "^2.9.6",
"lodash": "^4.17.11",
"mocha": "^6.0.0",
"mock-require": "^3.0.2",
"nyc": "^14.1.1"
Expand Down

0 comments on commit 3981a63

Please sign in to comment.