From 179424158751daa73fbb97ff330f75f2d856d3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:00:41 +0000 Subject: [PATCH] Bump filesize from 5.0.3 to 10.0.5 in /ui Bumps [filesize](https://github.com/avoidwork/filesize.js) from 5.0.3 to 10.0.5. - [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/commits) --- 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..b18c8bb445 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": "^10.0.5", "jwt-decode": "^2.2.0", "lodash": "^4.17.11", "numeral": "^2.0.6",