From a57946dfaadf2efc3b1307510b721a4816624817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 01:42:08 +0000 Subject: [PATCH] Bump filesize from 5.0.3 to 9.0.1 in /ui Bumps [filesize](https://github.com/avoidwork/filesize.js) from 5.0.3 to 9.0.1. - [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.1) --- 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..79f6358c0d 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.1", "jwt-decode": "^2.2.0", "lodash": "^4.17.11", "numeral": "^2.0.6",