Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ feature-depth = 1
#db-urls = ["https://github.com/rustsec/advisory-db"]
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
]
ignore = []
# If this is true, then cargo deny will use the git executable to fetch advisory database.
# If this is false, then it uses a built-in git library.
# Setting this to true can be helpful if you have special authentication requirements that cargo-deny does not support.
Expand All @@ -91,7 +90,7 @@ allow = [
"MPL-2.0",
"BSD-3-Clause",
"Unicode-3.0",
"Unicode-DFS-2016", # unicode-ident
"Unicode-DFS-2016", # unicode-ident
"Zlib",
"ISC",
"BSL-1.0",
Expand All @@ -110,6 +109,7 @@ confidence-threshold = 0.8
exceptions = [
{ allow = [
"AGPL-3.0-only",
"AGPL-3.0-or-later",
], crate = "defguard_version" },
]

Expand Down
2 changes: 1 addition & 1 deletion web/biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
Expand Down
2 changes: 2 additions & 0 deletions web/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"cmp_openid_button": "Sign in with {provider}",
"cmp_copy_field_tooltip": "Copied",
"footer_contact": "If you need assistance, please contact your defguard administrator at",
"link_invalid_title": "Link expired or invalid.",
"link_invalid_subtitle": "Please try again or acquire new link.",
"session_end_title": "Session expired.",
"session_end_subtitle": "Please start the process again.",
"session_end_link": "Back to main page",
Expand Down
56 changes: 28 additions & 28 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,50 +15,50 @@
"dependencies": {
"@axa-ch/react-polymorphic-types": "^1.4.1",
"@floating-ui/react": "^0.27.16",
"@inlang/paraglide-js": "^2.4.0",
"@tanstack/react-devtools": "^0.8.0",
"@tanstack/react-form": "^1.23.8",
"@tanstack/react-query": "^5.90.6",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-router": "^1.134.9",
"@tanstack/react-router-devtools": "^1.134.9",
"@inlang/paraglide-js": "^2.6.0",
"@tanstack/react-devtools": "^0.8.4",
"@tanstack/react-form": "^1.27.1",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-router": "^1.140.0",
"@tanstack/react-router-devtools": "^1.140.0",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.13.1",
"axios": "^1.13.2",
"change-case": "^5.4.4",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"lodash-es": "^4.17.21",
"motion": "^12.23.24",
"motion": "^12.23.25",
"qrcode.react": "^4.2.0",
"qs": "^6.14.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-markdown": "^10.1.0",
"rxjs": "^7.8.2",
"zod": "^4.1.12",
"zustand": "^5.0.8"
"zod": "^4.1.13",
"zustand": "^5.0.9"
},
"devDependencies": {
"@biomejs/biome": "2.3.2",
"@inlang/paraglide-js": "2.4.0",
"@tanstack/devtools-vite": "^0.3.11",
"@tanstack/router-plugin": "^1.134.9",
"@biomejs/biome": "2.3.8",
"@inlang/paraglide-js": "2.6.0",
"@tanstack/devtools-vite": "^0.3.12",
"@tanstack/router-plugin": "^1.140.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.0",
"@types/node": "^24.10.1",
"@types/qs": "^6.14.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react-swc": "^4.2.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"globals": "^16.5.0",
"prettier": "^3.6.2",
"sass": "^1.93.3",
"sharp": "^0.34.4",
"stylelint": "^16.25.0",
"prettier": "^3.7.4",
"sass": "^1.94.2",
"sharp": "^0.34.5",
"stylelint": "^16.26.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-scss": "^6.12.1",
"stylelint-scss": "^6.13.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.7",
"vite-plugin-image-optimizer": "^2.0.3"
}
}
Loading