Skip to content

Commit

Permalink
fix(deps): update dependency object-sizeof to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 2, 2019
1 parent 4b0a882 commit ad57ee8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ms": "2.1.1",
"nice-package": "3.1.0",
"numeral": "2.0.6",
"object-sizeof": "1.3.1",
"object-sizeof": "1.4.0",
"pouchdb-http": "6.0.2",
"promise-rat-race": "1.5.1",
"traverse": "0.6.6",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1246,9 +1246,9 @@ buffer@^4.3.0:
ieee754 "^1.1.4"
isarray "^1.0.0"

buffer@^5.0.6:
version "5.0.8"
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.0.8.tgz#84daa52e7cf2fa8ce4195bc5cf0f7809e0930b24"
buffer@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.2.1.tgz#dd57fa0f109ac59c602479044dca7b8b3d0b71d6"
dependencies:
base64-js "^1.0.2"
ieee754 "^1.1.4"
Expand Down Expand Up @@ -4623,11 +4623,11 @@ object-keys@^1.0.12:
version "1.0.12"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"

object-sizeof@1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/object-sizeof/-/object-sizeof-1.3.1.tgz#5e21c46f59bc6ecb5c7034b79e8a3a5ca3864c9c"
object-sizeof@1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/object-sizeof/-/object-sizeof-1.4.0.tgz#d976dce5bb10274c64eeb142557705a4657631c7"
dependencies:
buffer "^5.0.6"
buffer "^5.2.1"

object-visit@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit ad57ee8

Please sign in to comment.