1 Commits

Author SHA1 Message Date
55c525455f Update dependency emoji-picker-react to ^4.17.2
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-29 00:27:12 +00:00
4 changed files with 8 additions and 9 deletions

View File

@@ -2621,16 +2621,15 @@ dependencies = [
[[package]]
name = "light-openid"
version = "1.1.0"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb1050b0078d4feced56e91058c8182c8ee7b06861004973e5f7c1ca03f6f39"
checksum = "a6a15777d080e807d5b6b3c0b5a293f7d4680d74a4c66b0cdf9db0441ea9f548"
dependencies = [
"base64 0.22.1",
"log",
"reqwest",
"serde",
"serde_json",
"thiserror 2.0.18",
"urlencoding",
]

View File

@@ -15,7 +15,7 @@ actix-web = "4.12.1"
actix-session = { version = "0.11.0", features = ["redis-session"] }
actix-remote-ip = "0.1.0"
actix-cors = "0.7.1"
light-openid = "1.1.0"
light-openid = "1.0.4"
bytes = "1.11.0"
sha2 = "0.10.9"
base16ct = { version = "0.3.0", features = ["alloc"] }

View File

@@ -17,7 +17,7 @@
"@mui/x-date-pickers": "^8.26.0",
"date-and-time": "^4.2.0",
"dayjs": "^1.11.19",
"emoji-picker-react": "^4.17.1",
"emoji-picker-react": "^4.17.2",
"is-cidr": "^6.0.2",
"qrcode.react": "^4.2.0",
"react": "^19.2.4",
@@ -2209,9 +2209,9 @@
"license": "ISC"
},
"node_modules/emoji-picker-react": {
"version": "4.17.1",
"resolved": "https://registry.npmjs.org/emoji-picker-react/-/emoji-picker-react-4.17.1.tgz",
"integrity": "sha512-DxGGPxHRcH/PnGFZEVkWSNZoFg8UO2/kikZrp/OZ8CBz5F/mKJbKLcd1anxeV8Hu1ZzY8MBuNnFG2wSJYkf1Ug==",
"version": "4.17.2",
"resolved": "https://registry.npmjs.org/emoji-picker-react/-/emoji-picker-react-4.17.2.tgz",
"integrity": "sha512-d70sXdqaorBsvYwNAjRUkV8VQUQTafN/XTjucl6lH2O/B+aFUiIZy5hpRJ0FxuzgVnkeJaydnRCrYpuGd0zhgQ==",
"license": "MIT",
"dependencies": {
"flairup": "1.0.0"

View File

@@ -19,7 +19,7 @@
"@mui/x-date-pickers": "^8.26.0",
"date-and-time": "^4.2.0",
"dayjs": "^1.11.19",
"emoji-picker-react": "^4.17.1",
"emoji-picker-react": "^4.17.2",
"is-cidr": "^6.0.2",
"qrcode.react": "^4.2.0",
"react": "^19.2.4",