Skip to content

Commit

Permalink
deps: deep-equal@~1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 8, 2017
1 parent fc15a86 commit babb9b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.md
@@ -1,6 +1,8 @@
unreleased
==========

* deps: deep-equal@~1.0.1
- Fix `null == undefined` for non-strict compares
* deps: http-errors@~1.6.1
- Accept custom 4xx and 5xx status codes in factory
- Deprecate using non-error status codes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
],
"repository": "jshttp/http-assert",
"dependencies": {
"deep-equal": "~1.0.0",
"deep-equal": "~1.0.1",
"http-errors": "~1.6.1"
},
"devDependencies": {
Expand Down

0 comments on commit babb9b6

Please sign in to comment.