From d140f74c251a347d3f22dc8486a8feed9f4b3c9b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 04:33:56 +0000 Subject: [PATCH] Bump filesize from 4.2.1 to 6.4.0 Bumps [filesize](https://github.com/avoidwork/filesize.js) from 4.2.1 to 6.4.0. - [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/4.2.1...6.4.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e613c0..e35c44b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -602,9 +602,9 @@ } }, "filesize": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-4.2.1.tgz", - "integrity": "sha512-bP82Hi8VRZX/TUBKfE24iiUGsB/sfm2WUrwTQyAzQrhO3V9IhcBBNBXMyzLY5orACxRyYJ3d2HeRVX+eFv4lmA==" + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.4.0.tgz", + "integrity": "sha512-mjFIpOHC4jbfcTfoh4rkWpI31mF7viw9ikj/JyLoKzqlwG/YsefKfvYlYhdYdg/9mtK2z1AzgN/0LvVQ3zdlSQ==" }, "flat-cache": { "version": "2.0.1", diff --git a/package.json b/package.json index a33e7a3..ce8e487 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/filesize": "^4.2.0", "discord.js": "^11.5.1", "dotenv": "^8.4.0", - "filesize": "^4.2.1", + "filesize": "^6.4.0", "moment": "^2.29.1", "steam-workshop": "0.0.2", "tslint-config-airbnb": "^5.11.2"