From 6ac9b95d46bb8e09364ccf86ce02ba951dc7c01a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:09:04 +0000 Subject: [PATCH] chore(deps): bump filesize from 6.4.0 to 7.0.0 Bumps [filesize](https://github.com/avoidwork/filesize.js) from 6.4.0 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/6.4.0...7.0.0) --- updated-dependencies: - dependency-name: filesize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/use-i18n/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/use-i18n/package.json b/packages/use-i18n/package.json index 46d2f9938..c7a5f0a61 100644 --- a/packages/use-i18n/package.json +++ b/packages/use-i18n/package.json @@ -27,7 +27,7 @@ "license": "MIT", "dependencies": { "date-fns": "^2.19.0", - "filesize": "^6.4.0", + "filesize": "^7.0.0", "intl-format-cache": "^4.3.1", "intl-messageformat": "^9.5.3", "intl-pluralrules": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index 4f7a5ba9a..93319bb0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4315,10 +4315,10 @@ file-entry-cache@^6.0.1: dependencies: flat-cache "^3.0.4" -filesize@^6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.4.0.tgz#914f50471dd66fdca3cefe628bd0cde4ef769bcd" - integrity sha512-mjFIpOHC4jbfcTfoh4rkWpI31mF7viw9ikj/JyLoKzqlwG/YsefKfvYlYhdYdg/9mtK2z1AzgN/0LvVQ3zdlSQ== +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@^7.0.1: version "7.0.1"