Skip to content

Commit

Permalink
[Deps] update function-bind, object-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 10, 2018
1 parent ed1fa5d commit 002d0c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"shim"
],
"dependencies": {
"function-bind": "^1.1.0",
"object-keys": "^1.0.11",
"define-properties": "^1.1.2"
"define-properties": "^1.1.2",
"function-bind": "^1.1.1",
"object-keys": "^1.0.12"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
Expand Down Expand Up @@ -76,4 +76,3 @@
"node": ">= 0.4"
}
}

0 comments on commit 002d0c5

Please sign in to comment.