From a92d5e0004643653b02b47e1be2cc35c29974a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 19:38:03 +0000 Subject: [PATCH] Bump filesize from 3.6.1 to 8.0.3 Bumps [filesize](https://github.com/avoidwork/filesize.js) from 3.6.1 to 8.0.3. - [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/3.6.1...8.0.3) --- updated-dependencies: - dependency-name: filesize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[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 b204bade34322..8d6c2e22e4e58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20862,9 +20862,9 @@ } }, "filesize": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz", - "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==" + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.3.tgz", + "integrity": "sha512-UrhwVdUWmP0Jo9uLhVro8U36D4Yp3uT6pfXeNJHVRwyQrZjsqfnypOLthfnuB/bk1glUu7aIY947kyfoOfXuog==" }, "fill-range": { "version": "4.0.0", diff --git a/package.json b/package.json index 7864b700df026..90119c5664d0d 100644 --- a/package.json +++ b/package.json @@ -211,7 +211,7 @@ "fibers": "4.0.3", "file-type": "^10.11.0", "filenamify": "^4.3.0", - "filesize": "^3.6.1", + "filesize": "^8.0.3", "googleapis": "^25.0.0", "grapheme-splitter": "^1.0.4", "gridfs-stream": "^1.1.1",