From 301a6beed873d3d92a2261a6cd949ba2ee7568df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 05:28:19 +0000 Subject: [PATCH] Bump filesize from 8.0.3 to 10.0.5 in /action Bumps [filesize](https://github.com/avoidwork/filesize.js) from 8.0.3 to 10.0.5. - [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/commits) --- updated-dependencies: - dependency-name: filesize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action/package-lock.json | 6 +++--- action/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/action/package-lock.json b/action/package-lock.json index d4153d0e..a3e7e6c0 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -193,9 +193,9 @@ } }, "filesize": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.3.tgz", - "integrity": "sha512-UrhwVdUWmP0Jo9uLhVro8U36D4Yp3uT6pfXeNJHVRwyQrZjsqfnypOLthfnuB/bk1glUu7aIY947kyfoOfXuog==" + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.0.5.tgz", + "integrity": "sha512-qrzyt8gLh86nsyYiC3ibI5KyIYRCWg2yqIklYrWF4a0qNfekik4OQfn7AoPJG2hRrPMSlH6fET4VEITweZAzjA==" }, "fill-range": { "version": "7.0.1", diff --git a/action/package.json b/action/package.json index f945ea1d..abfbfbe2 100644 --- a/action/package.json +++ b/action/package.json @@ -12,7 +12,7 @@ "dependencies": { "chalk": "^4.1.2", "fast-glob": "^3.2.7", - "filesize": "^8.0.3", + "filesize": "^10.0.5", "request": "^2.88.2" } }