From f43f4735b20f07fba50b463d236e27c1eca1b7af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 01:33:30 +0000 Subject: [PATCH] Bump filesize from 5.0.3 to 8.0.7 in /ui Bumps [filesize](https://github.com/avoidwork/filesize.js) from 5.0.3 to 8.0.7. - [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...8.0.7) --- updated-dependencies: - dependency-name: filesize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 8c5df8e99e..8fead4b4e5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,7 +10,7 @@ "@blueprintjs/table": "^3.7.1", "axios": "^0.19.0", "classnames": "^2.2.6", - "filesize": "^5.0.1", + "filesize": "^8.0.7", "jwt-decode": "^2.2.0", "lodash": "^4.17.11", "numeral": "^2.0.6",