1 Commits

Author SHA1 Message Date
fc5b58804a chore(deps): update dependency filesize to ^11.0.14
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-03-28 00:31:20 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -4411,9 +4411,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.23.0"
version = "1.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
dependencies = [
"getrandom 0.4.2",
"js-sys",

View File

@@ -32,7 +32,7 @@ reqwest = { version = "0.13.2", features = ["stream"] }
url = "2.5.8"
virt = "0.4.3"
sysinfo = { version = "0.38.4", features = ["serde"] }
uuid = { version = "1.23.0", features = ["v4", "serde"] }
uuid = { version = "1.22.0", features = ["v4", "serde"] }
lazy-regex = "3.6.0"
thiserror = "2.0.18"
image = "0.25.10"

View File

@@ -21,7 +21,7 @@
"@mui/x-charts": "^8.28.0",
"@mui/x-data-grid": "^8.28.1",
"date-and-time": "^4.3.1",
"filesize": "^11.0.13",
"filesize": "^11.0.14",
"humanize-duration": "^3.33.2",
"is-cidr": "^6.0.3",
"monaco-editor": "^0.55.1",