3 Commits

Author SHA1 Message Date
fedae563eb Update dependency @mui/x-tree-view to ^8.10.2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-08-21 00:26:36 +00:00
83cfcbb237 Merge pull request 'Update Rust crate bcrypt to 0.17.1' (#556) from renovate/bcrypt-0.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2025-08-20 00:26:28 +00:00
1a0bf0caee Update Rust crate bcrypt to 0.17.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-08-19 00:26:30 +00:00
4 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@
"@mui/material": "^7.2.0",
"@mui/x-data-grid": "^8.9.2",
"@mui/x-date-pickers": "^8.9.2",
"@mui/x-tree-view": "^8.10.0",
"@mui/x-tree-view": "^8.10.2",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.13",
"email-validator": "^2.0.4",
@@ -1687,13 +1687,13 @@
}
},
"node_modules/@mui/x-internals": {
"version": "8.10.0",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.10.0.tgz",
"integrity": "sha512-stYhWBeCKfV2/ltAWShZ3ZJ51otbqpMpC+krWWoIsxM8TuvGzwXw5YMU9L2fTb8hRstsiOCQfEzIn12Ii7+N0Q==",
"version": "8.10.2",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.10.2.tgz",
"integrity": "sha512-dlC0BQRRBdiWtqn1yDppaHYRUjU3OuPWTxy0UtqxDaJjJf4pfR8ALr243nbxgJAFqvQyWPWyO4A6p9x9eJMJEQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.2",
"@mui/utils": "^7.2.0",
"@mui/utils": "^7.3.1",
"reselect": "^5.1.1",
"use-sync-external-store": "^1.5.0"
},
@@ -1709,14 +1709,14 @@
}
},
"node_modules/@mui/x-tree-view": {
"version": "8.10.0",
"resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.10.0.tgz",
"integrity": "sha512-o1U6T/jeP5ywJ0gX/brfICTJdln8Y4KzLmczsHagHvooMtH0F5jZ+3RDJkIv+8/pqxHPLZxsiDWBCxwqHT3MBQ==",
"version": "8.10.2",
"resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.10.2.tgz",
"integrity": "sha512-q4h2UsZQtHHyZxJ9gGK/QHBb4gwCZ9ilLmrwtgt4N7f/TTB8G334piftvZhI+yqhdA/ezYaZ15FzX/4AmWwGcA==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.2",
"@mui/utils": "^7.2.0",
"@mui/x-internals": "8.10.0",
"@mui/utils": "^7.3.1",
"@mui/x-internals": "8.10.2",
"@types/react-transition-group": "^4.4.12",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",

View File

@@ -25,7 +25,7 @@
"@mui/material": "^7.2.0",
"@mui/x-data-grid": "^8.9.2",
"@mui/x-date-pickers": "^8.9.2",
"@mui/x-tree-view": "^8.10.0",
"@mui/x-tree-view": "^8.10.2",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.13",
"email-validator": "^2.0.4",

View File

@@ -535,9 +535,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bcrypt"
version = "0.17.0"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f"
checksum = "abaf6da45c74385272ddf00e1ac074c7d8a6c1a1dda376902bd6a427522a8b2c"
dependencies = [
"base64",
"blowfish",

View File

@@ -25,7 +25,7 @@ mailchecker = "6.0.17"
redis = "0.32.4"
lettre = "0.11.17"
rand = "0.9.2"
bcrypt = "0.17.0"
bcrypt = "0.17.1"
light-openid = "1.0.4"
thiserror = "2.0.12"
serde_with = "3.14.0"