From 95992f62a8e5b7f4760464702808941cdcb6c2a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 19 Oct 2018 11:02:54 +0800 Subject: [PATCH] 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ff6273..6aab5cf 100644 --- a/package-lock.json +++ b/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", diff --git a/package.json b/package.json index eda178e..c28f414 100644 --- a/package.json +++ b/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",