From 0217cc5e8ecbcdf47c9c4be280eb3d69f54990b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 02:33:59 +0000 Subject: [PATCH] build(deps-dev): bump filesize from 10.0.7 to 10.0.8 Bumps [filesize](https://github.com/avoidwork/filesize.js) from 10.0.7 to 10.0.8. - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/filesize.js/compare/10.0.7...10.0.8) --- updated-dependencies: - dependency-name: filesize dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 560803b2..572ab438 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", "file-loader": "^6.2.0", - "filesize": "^10.0.7", + "filesize": "^10.0.8", "fs-extra": "^11.1.1", "gzip-size": "^6.0.0", "html-webpack-plugin": "^5.5.1", diff --git a/yarn.lock b/yarn.lock index 639b77c3..296f9d4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3558,10 +3558,10 @@ file-loader@^6.2.0: loader-utils "^2.0.0" schema-utils "^3.0.0" -filesize@^10.0.7: - version "10.0.7" - resolved "https://registry.yarnpkg.com/filesize/-/filesize-10.0.7.tgz#2237a816ee60a83fd0c3382ae70800e54eced3ad" - integrity sha512-iMRG7Qo9nayLoU3PNCiLizYtsy4W1ClrapeCwEgtiQelOAOuRJiw4QaLI+sSr8xr901dgHv+EYP2bCusGZgoiA== +filesize@^10.0.8: + version "10.0.8" + resolved "https://registry.yarnpkg.com/filesize/-/filesize-10.0.8.tgz#3091e0db2ab836dcd704f7b65d278519ef634457" + integrity sha512-/ylBrxZ1GAjgh2CEemKKLwTtmXfWqTtN1jRl6iqLwnMEucUX5cmaCCUPGstQOHVCcK9uYL6o1cPNakLQU2sasQ== fill-range@^7.0.1: version "7.0.1"