From e9a72b72ec773d1abea2c6735983d519691770d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 05:03:45 +0000 Subject: [PATCH] Bump filesize from 8.0.3 to 10.0.6 in /action Bumps [filesize](https://github.com/avoidwork/filesize.js) from 8.0.3 to 10.0.6. - [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/8.0.3...10.0.6) --- 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..c4da3e71 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.6", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.0.6.tgz", + "integrity": "sha512-rzpOZ4C9vMFDqOa6dNpog92CoLYjD79dnjLk2TYDDtImRIyLTOzqojCb05Opd1WuiWjs+fshhCgTd8cl7y5t+g==" }, "fill-range": { "version": "7.0.1", diff --git a/action/package.json b/action/package.json index f945ea1d..97ad59cf 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.6", "request": "^2.88.2" } }