From a3312c459a88b7cb2b8ccc974ec9644e283d340a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 02:59:53 +0000 Subject: [PATCH] Bump filesize from 6.4.0 to 7.0.0 Bumps [filesize](https://github.com/avoidwork/filesize.js) from 6.4.0 to 7.0.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/6.4.0...7.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff7cd3e..0b8550f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "discord.js": "^12.5.3", "dotenv": "^8.6.0", "enmap": "^5.8.7", - "filesize": "^6.4.0", + "filesize": "^7.0.0", "hat": "^0.0.3", "kaori": "^2.0.4", "lowdb": "^1.0.0", @@ -591,9 +591,9 @@ "license": "MIT" }, "node_modules/filesize": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.4.0.tgz", - "integrity": "sha512-mjFIpOHC4jbfcTfoh4rkWpI31mF7viw9ikj/JyLoKzqlwG/YsefKfvYlYhdYdg/9mtK2z1AzgN/0LvVQ3zdlSQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-7.0.0.tgz", + "integrity": "sha512-Wsstw+O1lZ9gVmOI1thyeQvODsaoId2qw14lCqIzUhoHKXX7T2hVpB7BR6SvgodMBgWccrx/y2eyV8L7tDmY6A==", "engines": { "node": ">= 0.4.0" } @@ -2629,9 +2629,9 @@ "version": "1.0.0" }, "filesize": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.4.0.tgz", - "integrity": "sha512-mjFIpOHC4jbfcTfoh4rkWpI31mF7viw9ikj/JyLoKzqlwG/YsefKfvYlYhdYdg/9mtK2z1AzgN/0LvVQ3zdlSQ==" + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-7.0.0.tgz", + "integrity": "sha512-Wsstw+O1lZ9gVmOI1thyeQvODsaoId2qw14lCqIzUhoHKXX7T2hVpB7BR6SvgodMBgWccrx/y2eyV8L7tDmY6A==" }, "forever-agent": { "version": "0.6.1" diff --git a/package.json b/package.json index e57c055..3e14f80 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "discord.js": "^12.5.3", "dotenv": "^8.6.0", "enmap": "^5.8.7", - "filesize": "^6.4.0", + "filesize": "^7.0.0", "hat": "^0.0.3", "kaori": "^2.0.4", "lowdb": "^1.0.0",