From a8fff806b348decb55647ebae06c23631aab5af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 01:51:24 +0000 Subject: [PATCH] Bump filesize from 5.0.3 to 10.0.6 in /ui Bumps [filesize](https://github.com/avoidwork/filesize.js) from 5.0.3 to 10.0.6. - [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...10.0.6) --- 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..8a5a927f73 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.6", "jwt-decode": "^2.2.0", "lodash": "^4.17.11", "numeral": "^2.0.6",