From ffd6149cb5bdd5ad974789373211c8f1c4b50085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:00:48 -0400 Subject: [PATCH] chore(deps): bump pretty-bytes from 6.0.0 to 6.1.0 in /dev/diff (#5302) Bumps [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/sindresorhus/pretty-bytes/releases) - [Commits](https://github.com/sindresorhus/pretty-bytes/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: pretty-bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev/diff/package-lock.json | 14 +++++++------- dev/diff/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev/diff/package-lock.json b/dev/diff/package-lock.json index 26e2756ccd..e5241c2cdf 100644 --- a/dev/diff/package-lock.json +++ b/dev/diff/package-lock.json @@ -16,7 +16,7 @@ "listr2": "^5.0.2", "lodash-es": "^4.17.21", "luxon": "^3.2.1", - "pretty-bytes": "^6.0.0", + "pretty-bytes": "^6.1.0", "tar": "^6.1.11", "yargs": "^17.5.1" }, @@ -1141,9 +1141,9 @@ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" }, "node_modules/pretty-bytes": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.0.0.tgz", - "integrity": "sha512-6UqkYefdogmzqAZWzJ7laYeJnaXDy2/J+ZqiiMtS7t7OfpXWTlaeGMwX8U6EFvPV/YWWEKRkS8hKS4k60WHTOg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.0.tgz", + "integrity": "sha512-Rk753HI8f4uivXi4ZCIYdhmG1V+WKzvRMg/X+M42a6t7D07RcmopXJMDNk6N++7Bl75URRGsb40ruvg7Hcp2wQ==", "engines": { "node": "^14.13.1 || >=16.0.0" }, @@ -2311,9 +2311,9 @@ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" }, "pretty-bytes": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.0.0.tgz", - "integrity": "sha512-6UqkYefdogmzqAZWzJ7laYeJnaXDy2/J+ZqiiMtS7t7OfpXWTlaeGMwX8U6EFvPV/YWWEKRkS8hKS4k60WHTOg==" + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.0.tgz", + "integrity": "sha512-Rk753HI8f4uivXi4ZCIYdhmG1V+WKzvRMg/X+M42a6t7D07RcmopXJMDNk6N++7Bl75URRGsb40ruvg7Hcp2wQ==" }, "pump": { "version": "3.0.0", diff --git a/dev/diff/package.json b/dev/diff/package.json index c4c587729d..aee2052224 100644 --- a/dev/diff/package.json +++ b/dev/diff/package.json @@ -12,7 +12,7 @@ "listr2": "^5.0.2", "lodash-es": "^4.17.21", "luxon": "^3.2.1", - "pretty-bytes": "^6.0.0", + "pretty-bytes": "^6.1.0", "tar": "^6.1.11", "yargs": "^17.5.1" },