1 Commits

Author SHA1 Message Date
1e89dc96c7 Update dependency filesize to ^11.0.14
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-28 00:23:44 +00:00
4 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
"date-and-time": "^3.6.0",
"dayjs": "^1.11.20",
"email-validator": "^2.0.4",
"filesize": "^11.0.13",
"filesize": "^11.0.14",
"jspdf": "^3.0.4",
"mui-color-input": "^7.0.0",
"react": "^19.2.4",
@@ -3239,9 +3239,9 @@
}
},
"node_modules/filesize": {
"version": "11.0.13",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.13.tgz",
"integrity": "sha512-mYJ/qXKvREuO0uH8LTQJ6v7GsUvVOguqxg2VTwQUkyTPXXRRWPdjuUPVqdBrJQhvci48OHlNGRnux+Slr2Rnvw==",
"version": "11.0.14",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.14.tgz",
"integrity": "sha512-2+pBV36IghE/lC78KmHqq4GGzSwqxisNb6YH17W6owdAFoXChND4WZ/51CUYXKyaEiJOhNKKsZSwZ8HbejrKTA==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 10.8.0"

View File

@@ -29,7 +29,7 @@
"date-and-time": "^3.6.0",
"dayjs": "^1.11.20",
"email-validator": "^2.0.4",
"filesize": "^11.0.13",
"filesize": "^11.0.14",
"jspdf": "^3.0.4",
"mui-color-input": "^7.0.0",
"react": "^19.2.4",

View File

@@ -4320,11 +4320,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.23.0"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
dependencies = [
"getrandom 0.4.1",
"getrandom 0.3.2",
"js-sys",
"wasm-bindgen",
]

View File

@@ -33,7 +33,7 @@ rust_iso3166 = "0.1.14"
rust-s3 = "0.37.1"
sha2 = "0.10.9"
image = "0.25.10"
uuid = { version = "1.23.0", features = ["v4"] }
uuid = { version = "1.17.0", features = ["v4"] }
httpdate = "1.0.3"
zip = "4.3.0"
mime_guess = "2.0.5"