Browse Source

build(deps): bump byte-size from 4.0.3 to 4.0.4 (#180)

Bumps [byte-size](https://github.com/75lb/byte-size) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/75lb/byte-size/releases)
- [Commits](https://github.com/75lb/byte-size/compare/v4.0.3...v4.0.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
docker-size
dependabot[bot] 6 years ago
committed by Amio /
parent
commit
95992f62a8
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json

@ -2619,9 +2619,9 @@
"dev": true
},
"byte-size": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/byte-size/-/byte-size-4.0.3.tgz",
"integrity": "sha512-JGC3EV2bCzJH/ENSh3afyJrH4vwxbHTuO5ljLoI5+2iJOcEpMgP8T782jH9b5qGxf2mSUIp1lfGnfKNrRHpvVg=="
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/byte-size/-/byte-size-4.0.4.tgz",
"integrity": "sha512-82RPeneC6nqCdSwCX2hZUz3JPOvN5at/nTEw/CMf05Smu3Hrpo9Psb7LjN+k+XndNArG1EY8L4+BM3aTM4BCvw=="
},
"bytes": {
"version": "3.0.0",

2
package.json

@ -22,7 +22,7 @@
},
"dependencies": {
"badgen": "^2.5.0",
"byte-size": "^4.0.3",
"byte-size": "^4.0.4",
"cheerio": "^1.0.0-rc.2",
"chrome-webstore": "^1.2.1",
"date-fns": "^1.29.0",

Loading…
Cancel
Save