From 9909a0a6ae6e5c3dfa3589ef1e256678574f0fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 16:23:27 +0300 Subject: [PATCH] Bump filesize from 10.0.5 to 10.0.7 (#1906) Bumps [filesize](https://github.com/avoidwork/filesize.js) from 10.0.5 to 10.0.7. - [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/10.0.5...10.0.7) --- updated-dependencies: - dependency-name: filesize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 033ba536d..ae623a0bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "decimal.js": "^10.4.2", "dom-confetti": "^0.2.2", "dotenv": "^16.0.3", - "filesize": "^10.0.5", + "filesize": "^10.0.7", "formik": "^2.2.9", "gray-matter": "^4.0.3", "is-ipfs": "^8.0.1", @@ -26780,11 +26780,11 @@ } }, "node_modules/filesize": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.0.5.tgz", - "integrity": "sha512-qrzyt8gLh86nsyYiC3ibI5KyIYRCWg2yqIklYrWF4a0qNfekik4OQfn7AoPJG2hRrPMSlH6fET4VEITweZAzjA==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.0.7.tgz", + "integrity": "sha512-iMRG7Qo9nayLoU3PNCiLizYtsy4W1ClrapeCwEgtiQelOAOuRJiw4QaLI+sSr8xr901dgHv+EYP2bCusGZgoiA==", "engines": { - "node": ">= 14.0.0" + "node": ">= 10.4.0" } }, "node_modules/fill-range": { @@ -68005,9 +68005,9 @@ } }, "filesize": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.0.5.tgz", - "integrity": "sha512-qrzyt8gLh86nsyYiC3ibI5KyIYRCWg2yqIklYrWF4a0qNfekik4OQfn7AoPJG2hRrPMSlH6fET4VEITweZAzjA==" + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.0.7.tgz", + "integrity": "sha512-iMRG7Qo9nayLoU3PNCiLizYtsy4W1ClrapeCwEgtiQelOAOuRJiw4QaLI+sSr8xr901dgHv+EYP2bCusGZgoiA==" }, "fill-range": { "version": "7.0.1", diff --git a/package.json b/package.json index 2eeeb70a5..03bc89384 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "decimal.js": "^10.4.2", "dom-confetti": "^0.2.2", "dotenv": "^16.0.3", - "filesize": "^10.0.5", + "filesize": "^10.0.7", "formik": "^2.2.9", "gray-matter": "^4.0.3", "is-ipfs": "^8.0.1",