From 6747b2be1ff2bb8f6737b455c3295aef482b59ad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 20:41:33 +0000 Subject: [PATCH] Bump filesize from 5.0.3 to 7.0.0 Bumps [filesize](https://github.com/avoidwork/filesize.js) from 5.0.3 to 7.0.0. - [Release notes](https://github.com/avoidwork/filesize.js/releases) - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/filesize.js/compare/5.0.3...7.0.0) Signed-off-by: dependabot-preview[bot] --- packages/extension/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/extension/package.json b/packages/extension/package.json index 5284e7b5..20c0101a 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -38,7 +38,7 @@ "eventemitter3": "^4.0.0", "fake-indexeddb": "^3.1.2", "file-loader": "4.2.0", - "filesize": "^5.0.3", + "filesize": "^7.0.0", "fs-extra": "8.1.0", "html-webpack-plugin": "4.0.0-beta.8", "i18next": "^19.4.5", diff --git a/yarn.lock b/yarn.lock index 22eb96b8..22428058 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8016,10 +8016,10 @@ filesize@6.0.1: resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.0.1.tgz#f850b509909c7c86f7e450ea19006c31c2ed3d2f" integrity sha512-u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg== -filesize@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/filesize/-/filesize-5.0.3.tgz#2fa284185e9d2e8edbec2915b4dadce4043aac31" - integrity sha512-RM123v6KPqgZJmVCh4rLvCo8tLKr4sgD92DeZ+AuoUE8teGZJHKs1cTORwETcpIJSlGsz2WYdwKDQUXby5hNqQ== +filesize@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/filesize/-/filesize-7.0.0.tgz#9d4b3ce384ec7731a9e68c64ee29fb4934ad657d" + integrity sha512-Wsstw+O1lZ9gVmOI1thyeQvODsaoId2qw14lCqIzUhoHKXX7T2hVpB7BR6SvgodMBgWccrx/y2eyV8L7tDmY6A== fill-range@^4.0.0: version "4.0.0"