3 Commits

Author SHA1 Message Date
59bfd890c6 Update dependency @mui/x-tree-view to ^8.27.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-02-10 00:26:09 +00:00
c3114f86e9 Merge pull request 'Update Rust crate rand to 0.10.0' (#711) from renovate/rand-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-09 00:26:13 +00:00
1a82027ba1 Update Rust crate rand to 0.10.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing
2026-02-09 00:26:10 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
"@mui/material": "^7.3.7",
"@mui/x-data-grid": "^8.27.0",
"@mui/x-date-pickers": "^8.27.0",
"@mui/x-tree-view": "^8.26.0",
"@mui/x-tree-view": "^8.27.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",
"email-validator": "^2.0.4",
@@ -1717,9 +1717,9 @@
}
},
"node_modules/@mui/x-tree-view": {
"version": "8.26.0",
"resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.26.0.tgz",
"integrity": "sha512-GqWO5XNsBfacqxtKkT+gSCJ0DEbYyMBr0OWduuG88Dug6A5/jy7t+aFVJAssIKBJAaAEv2wF1NfQ5A/ygNiayQ==",
"version": "8.27.0",
"resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.27.0.tgz",
"integrity": "sha512-/QZivCvWd2iie78FGHnwwQ2qvEfta+csGBsrB7nO5ykDKgyKuIhn1fwW6ufjDalQBw525puGvKkS9Hsl9NBRgQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",

View File

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

View File

@@ -24,7 +24,7 @@ serde_json = "1.0.149"
mailchecker = "6.0.19"
redis = "0.32.7"
lettre = "0.11.19"
rand = "0.9.2"
rand = "0.10.0"
bcrypt = "0.18.0"
light-openid = "1.1.0"
thiserror = "2.0.18"