From 2a89b8ff4a91b0b7db45fb5b28f3f0c00a242426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 04:24:52 +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 | 16 ++++++++-------- action/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/action/package-lock.json b/action/package-lock.json index af0cb065..afd46739 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "chalk": "^4.1.2", "fast-glob": "^3.2.7", - "filesize": "^8.0.3", + "filesize": "^10.0.5", "request": "^2.88.2" } }, @@ -256,11 +256,11 @@ } }, "node_modules/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==", "engines": { - "node": ">= 0.4.0" + "node": ">= 14.0.0" } }, "node_modules/fill-range": { @@ -876,9 +876,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" } }