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 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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