From 2d76c7d01799782a5d5e2dbbc6326d738693cb40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 01:43:31 +0000 Subject: [PATCH] Bump filesize from 5.0.3 to 9.0.11 in /ui Bumps [filesize](https://github.com/avoidwork/filesize.js) from 5.0.3 to 9.0.11. - [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...9.0.11) --- 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..ba0d62ecce 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": "^9.0.11", "jwt-decode": "^2.2.0", "lodash": "^4.17.11", "numeral": "^2.0.6",