1 Commits

Author SHA1 Message Date
7bed998c68 Update Rust crate zip to 4.6.1
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-25 00:21:45 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
"mui-color-input": "^7.0.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-easy-crop": "^5.5.7",
"react-easy-crop": "^5.5.6",
"react-qr-code": "^2.0.18",
"react-router-dom": "^7.13.2",
"react-zoom-pan-pinch": "^3.7.0",
@@ -4014,9 +4014,9 @@
}
},
"node_modules/react-easy-crop": {
"version": "5.5.7",
"resolved": "https://registry.npmjs.org/react-easy-crop/-/react-easy-crop-5.5.7.tgz",
"integrity": "sha512-kYo4NtMeXFQB7h1U+h5yhUkE46WQbQdq7if54uDlbMdZHdRgNehfvaFrXnFw5NR1PNoUOJIfTwLnWmEx/MaZnA==",
"version": "5.5.6",
"resolved": "https://registry.npmjs.org/react-easy-crop/-/react-easy-crop-5.5.6.tgz",
"integrity": "sha512-Jw3/ozs8uXj3NpL511Suc4AHY+mLRO23rUgipXvNYKqezcFSYHxe4QXibBymkOoY6oOtLVMPO2HNPRHYvMPyTw==",
"license": "MIT",
"dependencies": {
"normalize-wheel": "^1.0.1",

View File

@@ -34,7 +34,7 @@
"mui-color-input": "^7.0.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-easy-crop": "^5.5.7",
"react-easy-crop": "^5.5.6",
"react-qr-code": "^2.0.18",
"react-router-dom": "^7.13.2",
"react-zoom-pan-pinch": "^3.7.0",

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"