1 Commits

Author SHA1 Message Date
4f9a01c42b Update dependency react-easy-crop to ^5.5.7
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-25 00:21:33 +00:00
4 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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