chore(deps): bump byte-size from 9.0.0 to 9.0.1 (#10722)

Bumps [byte-size](https://github.com/75lb/byte-size) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/75lb/byte-size/releases)
- [Commits](https://github.com/75lb/byte-size/compare/v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: byte-size
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-07 11:22:38 +00:00
committed by GitHub
parent f48a205032
commit a87e1c32fb
2 changed files with 14 additions and 5 deletions

17
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@shields_io/camp": "^18.1.2",
"@xmldom/xmldom": "0.9.6",
"badge-maker": "file:badge-maker",
"byte-size": "^9.0.0",
"byte-size": "^9.0.1",
"bytes": "^3.1.2",
"camelcase": "^8.0.0",
"chalk": "^5.3.0",
@@ -8142,11 +8142,20 @@
}
},
"node_modules/byte-size": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/byte-size/-/byte-size-9.0.0.tgz",
"integrity": "sha512-xrJ8Hki7eQ6xew55mM6TG9zHI852OoAHcPfduWWtR6yxk2upTuIZy13VioRBDyHReHDdbeDPifUboeNkK/sXXA==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/byte-size/-/byte-size-9.0.1.tgz",
"integrity": "sha512-YLe9x3rabBrcI0cueCdLS2l5ONUKywcRpTs02B8KP9/Cimhj7o3ZccGrPnRvcbyHMbb7W79/3MUJl7iGgTXKEw==",
"license": "MIT",
"engines": {
"node": ">=12.17"
},
"peerDependencies": {
"@75lb/nature": "latest"
},
"peerDependenciesMeta": {
"@75lb/nature": {
"optional": true
}
}
},
"node_modules/bytes": {

View File

@@ -27,7 +27,7 @@
"@shields_io/camp": "^18.1.2",
"@xmldom/xmldom": "0.9.6",
"badge-maker": "file:badge-maker",
"byte-size": "^9.0.0",
"byte-size": "^9.0.1",
"bytes": "^3.1.2",
"camelcase": "^8.0.0",
"chalk": "^5.3.0",