1 Commits

Author SHA1 Message Date
8c11fc2b96 Update dependency @mui/x-tree-view to ^8.27.2
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-24 00:13:52 +00:00
4 changed files with 13 additions and 12 deletions

View File

@@ -23,7 +23,7 @@
"@mui/material": "^7.3.8",
"@mui/x-data-grid": "^8.27.1",
"@mui/x-date-pickers": "^8.27.2",
"@mui/x-tree-view": "^8.27.1",
"@mui/x-tree-view": "^8.27.2",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",
"email-validator": "^2.0.4",
@@ -1711,9 +1711,9 @@
}
},
"node_modules/@mui/x-tree-view": {
"version": "8.27.1",
"resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.27.1.tgz",
"integrity": "sha512-o+zMDUkg9JlYtwOwRsyb0CjvPfuZ4ooNvij0iRm+eyzHL9sDhGv5W/UmEqH7UYtj26F+XA6fPewtceRxzdgEdA==",
"version": "8.27.2",
"resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.27.2.tgz",
"integrity": "sha512-gceKjUEqKHBVt5BV0Yscx2NKgbI9z6IgEx3BHToeAupNCIZ7kAlnZUtk+FyIIcN+Vr6CFz5J0zxjnPgfHjbj2A==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",

View File

@@ -25,7 +25,7 @@
"@mui/material": "^7.3.8",
"@mui/x-data-grid": "^8.27.1",
"@mui/x-date-pickers": "^8.27.2",
"@mui/x-tree-view": "^8.27.1",
"@mui/x-tree-view": "^8.27.2",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",
"email-validator": "^2.0.4",

View File

@@ -3687,9 +3687,9 @@ dependencies = [
[[package]]
name = "serde_with"
version = "3.16.1"
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
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.16.1"
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
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.16.1"
serde_with = "3.14.0"
rust_iso3166 = "0.1.14"
rust-s3 = "0.35.1"
sha2 = "0.10.9"