1 Commits

Author SHA1 Message Date
c398a28428 Update dependency dayjs to ^1.11.20
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-13 00:27:10 +00:00
4 changed files with 13 additions and 12 deletions

View File

@@ -25,7 +25,7 @@
"@mui/x-date-pickers": "^8.27.2",
"@mui/x-tree-view": "^8.27.2",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",
"dayjs": "^1.11.20",
"email-validator": "^2.0.4",
"filesize": "^11.0.13",
"jspdf": "^3.0.4",
@@ -2855,9 +2855,9 @@
"license": "MIT"
},
"node_modules/dayjs": {
"version": "1.11.19",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
"version": "1.11.20",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
"integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
"license": "MIT"
},
"node_modules/debug": {

View File

@@ -27,7 +27,7 @@
"@mui/x-date-pickers": "^8.27.2",
"@mui/x-tree-view": "^8.27.2",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",
"dayjs": "^1.11.20",
"email-validator": "^2.0.4",
"filesize": "^11.0.13",
"jspdf": "^3.0.4",

View File

@@ -3687,9 +3687,9 @@ dependencies = [
[[package]]
name = "serde_with"
version = "3.17.0"
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9"
checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
dependencies = [
"base64",
"chrono",
@@ -3698,7 +3698,8 @@ dependencies = [
"indexmap 2.8.0",
"schemars 0.9.0",
"schemars 1.0.4",
"serde_core",
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
@@ -3706,11 +3707,11 @@ dependencies = [
[[package]]
name = "serde_with_macros"
version = "3.17.0"
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6d4e30573c8cb306ed6ab1dca8423eec9a463ea0e155f45399455e0368b27e0"
checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
dependencies = [
"darling 0.21.3",
"darling 0.20.10",
"proc-macro2",
"quote",
"syn",

View File

@@ -28,7 +28,7 @@ rand = "0.10.0"
bcrypt = "0.18.0"
light-openid = "1.1.0"
thiserror = "2.0.18"
serde_with = "3.17.0"
serde_with = "3.14.0"
rust_iso3166 = "0.1.14"
rust-s3 = "0.35.1"
sha2 = "0.10.9"