Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
artptr committed Feb 5, 2020
1 parent 12cbc0b commit 11a33e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ function hasOwn(obj, key) {
}

function isObject(val) {
return typeOf(val) === 'object' || typeOf(val) === 'function';
return typeOf(val) === 'object' || typeOf(val) === 'function' || typeOf(val) === 'regexp' || typeOf(val) === 'date';
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"dependencies": {
"arr-union": "^3.1.0",
"clone-deep": "^0.2.4",
"kind-of": "^3.0.2"
"clone-deep": "^2.0.2",
"kind-of": "^6.0.3"
},
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
"gulp-format-md": "^2.0.0",
"mocha": "^3.5.3"
},
"keywords": [
"clone",
Expand Down

0 comments on commit 11a33e3

Please sign in to comment.