From f62ee217648940564976d109b6721a08fa38e2da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 09:50:17 -0700 Subject: [PATCH] Bump filesize from 8.0.7 to 9.0.1 (#2115) Bumps [filesize](https://github.com/avoidwork/filesize.js) from 8.0.7 to 9.0.1. - [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/8.0.7...9.0.1) --- updated-dependencies: - dependency-name: filesize dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index acf5e4bb..a1efaab1 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-github": "4.3.6", "eslint-plugin-jest": "26.1.5", "eslint-plugin-prettier": "4.0.0", - "filesize": "8.0.7", + "filesize": "9.0.1", "front-matter": "4.0.2", "fs-extra": "10.1.0", "globby": "13.1.1", diff --git a/yarn.lock b/yarn.lock index 37781f3d..0e0e862d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2570,10 +2570,10 @@ file-entry-cache@^6.0.1: dependencies: flat-cache "^3.0.4" -filesize@8.0.7: - version "8.0.7" - resolved "https://registry.yarnpkg.com/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8" - integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ== +filesize@9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/filesize/-/filesize-9.0.1.tgz#eaf252bdda67912639153ef8554058ecd88ccb52" + integrity sha512-4OpF3eYI7S0O+memD6RetheN3qZYR2gGapwYauB2T2F+Da2uBml8jLcukv/7lJeL7ByC+2nzaHZfUR/bGT/HVQ== fill-range@^7.0.1: version "7.0.1"