From 7d113d92edb08deb44630b64e5475977cdf032ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 01:05:29 +0000 Subject: [PATCH] Bump filesize from 9.0.11 to 10.0.5 Bumps [filesize](https://github.com/avoidwork/filesize.js) from 9.0.11 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] --- 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 3cab9b28..95be4f9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "d3-force": "^3.0.0", "d3-scale": "^4.0.2", "dagre": "^0.8.4", - "filesize": "^9.0.11", + "filesize": "^10.0.5", "google-libphonenumber": "^3.2.30", "numeral": "^2.0.6", "react-colorful": "^5.5.1", @@ -7671,11 +7671,11 @@ } }, "node_modules/filesize": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-9.0.11.tgz", - "integrity": "sha512-gTAiTtI0STpKa5xesyTA9hA3LX4ga8sm2nWRcffEa1L/5vQwb4mj2MdzMkoHoGv4QzfDshQZuYscQSf8c4TKOA==", + "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": { @@ -20495,9 +20495,9 @@ } }, "filesize": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-9.0.11.tgz", - "integrity": "sha512-gTAiTtI0STpKa5xesyTA9hA3LX4ga8sm2nWRcffEa1L/5vQwb4mj2MdzMkoHoGv4QzfDshQZuYscQSf8c4TKOA==" + "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/package.json b/package.json index 59521b21..98f26798 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "d3-force": "^3.0.0", "d3-scale": "^4.0.2", "dagre": "^0.8.4", - "filesize": "^9.0.11", + "filesize": "^10.0.5", "google-libphonenumber": "^3.2.30", "numeral": "^2.0.6", "react-colorful": "^5.5.1",