From 320e4febdc2345cbb2a65a0d17237d35afb2e792 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:57:40 +0000 Subject: [PATCH] build(deps-dev): bump filesize from 6.1.0 to 7.0.0 Bumps [filesize](https://github.com/avoidwork/filesize.js) from 6.1.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.1.0...7.0.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 2a51027f..be38e461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6664,9 +6664,9 @@ } }, "filesize": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.1.0.tgz", - "integrity": "sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-7.0.0.tgz", + "integrity": "sha512-Wsstw+O1lZ9gVmOI1thyeQvODsaoId2qw14lCqIzUhoHKXX7T2hVpB7BR6SvgodMBgWccrx/y2eyV8L7tDmY6A==", "dev": true }, "fill-range": { diff --git a/package.json b/package.json index 912b7edb..98d8c0a6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-config-airbnb-base": "14.0.0", "eslint-plugin-import": "2.20.2", "express": "4.17.1", - "filesize": "6.1.0", + "filesize": "7.0.0", "husky": "4.2.5", "jest": "25.5.4", "koa": "2.11.0",