1 Commits

Author SHA1 Message Date
a6851206eb Update Rust crate zip to 4.6.1
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-28 00:24:17 +00:00
4 changed files with 8 additions and 8 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.14",
"filesize": "^11.0.13",
"jspdf": "^3.0.4",
"mui-color-input": "^7.0.0",
"react": "^19.2.4",
@@ -3239,9 +3239,9 @@
}
},
"node_modules/filesize": {
"version": "11.0.14",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.14.tgz",
"integrity": "sha512-2+pBV36IghE/lC78KmHqq4GGzSwqxisNb6YH17W6owdAFoXChND4WZ/51CUYXKyaEiJOhNKKsZSwZ8HbejrKTA==",
"version": "11.0.13",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.13.tgz",
"integrity": "sha512-mYJ/qXKvREuO0uH8LTQJ6v7GsUvVOguqxg2VTwQUkyTPXXRRWPdjuUPVqdBrJQhvci48OHlNGRnux+Slr2Rnvw==",
"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.14",
"filesize": "^11.0.13",
"jspdf": "^3.0.4",
"mui-color-input": "^7.0.0",
"react": "^19.2.4",

View File

@@ -5102,9 +5102,9 @@ dependencies = [
[[package]]
name = "zip"
version = "4.3.0"
version = "4.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aed4ac33e8eb078c89e6cbb1d5c4c7703ec6d299fc3e7c3695af8f8b423468b"
checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1"
dependencies = [
"aes",
"arbitrary",

View File

@@ -35,7 +35,7 @@ sha2 = "0.10.9"
image = "0.25.10"
uuid = { version = "1.17.0", features = ["v4"] }
httpdate = "1.0.3"
zip = "4.3.0"
zip = "4.6.1"
mime_guess = "2.0.5"
tempfile = "3.20.0"
base64 = "0.22.1"