Skip to content

Commit 48006bd

Browse files
j-chmielewskiwojcik91moubctez
authored
Release/1.5.1 (#589)
* Fix build and cargo dependencies (#580) * Fixes pentest issue DG25-28 from 2025-09-02 (#578) * ensure data directories have appropriate permissions * also set permissions for log directory * set permissions for other files/directories * automatically determine if path is a directory * nix flake update * bump defguard-wireguard-rs dependency to 0.7.7 (#582) * bump version to 1.5.1 * Avoid panic when UNIX domain socket cannot be connected (#588) * Refer to troubleshooting guide (#590) --------- Co-authored-by: Maciek <19913370+wojcik91@users.noreply.github.com> Co-authored-by: Adam <adam@defguard.net>
1 parent 4290cce commit 48006bd

20 files changed

Lines changed: 727 additions & 637 deletions

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
makeDesktopItem,
77
}: let
88
pname = "defguard-client";
9-
version = "1.5.0"; # TODO: Get this from Cargo.toml or git
9+
version = "1.5.1"; # TODO: Get this from Cargo.toml or git
1010

1111
desktopItem = makeDesktopItem {
1212
name = pname;

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "defguard-client",
33
"private": false,
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"type": "module",
66
"scripts": {
77
"dev": "npm-run-all --parallel vite typesafe-i18n",
@@ -52,7 +52,7 @@
5252
"@react-hook/resize-observer": "^2.0.2",
5353
"@stablelib/base64": "^2.0.1",
5454
"@stablelib/x25519": "^2.0.1",
55-
"@tanstack/query-core": "^5.87.4",
55+
"@tanstack/query-core": "^5.90.2",
5656
"@tanstack/react-virtual": "3.13.12",
5757
"@tauri-apps/api": "^2.8.0",
5858
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
@@ -83,22 +83,22 @@
8383
"lodash-es": "^4.17.21",
8484
"merge-refs": "^2.0.0",
8585
"millify": "^6.1.0",
86-
"motion": "^12.23.12",
86+
"motion": "^12.23.21",
8787
"p-timeout": "^6.1.4",
8888
"prop-types": "^15.8.1",
8989
"radash": "^12.1.1",
9090
"react": "^19.1.1",
9191
"react-auth-code-input": "^3.2.1",
9292
"react-click-away-listener": "^2.4.0",
9393
"react-dom": "^19.1.1",
94-
"react-hook-form": "^7.62.0",
94+
"react-hook-form": "^7.63.0",
9595
"react-loading-skeleton": "^3.5.0",
9696
"react-markdown": "^10.1.0",
9797
"react-qr-code": "^2.0.18",
9898
"react-router-dom": "^6.30.1",
9999
"react-use-websocket": "^4.13.0",
100100
"react-virtualized-auto-sizer": "^1.0.26",
101-
"recharts": "^3.2.0",
101+
"recharts": "^3.2.1",
102102
"rehype-sanitize": "^6.0.0",
103103
"rxjs": "^7.8.2",
104104
"use-breakpoint": "^4.0.6",
@@ -109,16 +109,16 @@
109109
"@biomejs/biome": "^2.2.4",
110110
"@hookform/devtools": "^4.4.0",
111111
"@svgr/cli": "^8.1.0",
112-
"@tanstack/react-query": "^5.87.4",
113-
"@tanstack/react-query-devtools": "^5.87.4",
112+
"@tanstack/react-query": "^5.90.2",
113+
"@tanstack/react-query-devtools": "^5.90.2",
114114
"@tauri-apps/cli": "^2.8.4",
115115
"@types/file-saver": "^2.0.7",
116116
"@types/lodash-es": "^4.17.12",
117-
"@types/node": "^24.4.0",
117+
"@types/node": "^24.5.2",
118118
"@types/react": "^19.1.13",
119119
"@types/react-dom": "^19.1.9",
120-
"@vitejs/plugin-react": "^5.0.2",
121-
"@vitejs/plugin-react-swc": "^4.0.1",
120+
"@vitejs/plugin-react": "^5.0.3",
121+
"@vitejs/plugin-react-swc": "^4.1.0",
122122
"autoprefixer": "^10.4.21",
123123
"npm-run-all": "^4.1.5",
124124
"postcss": "^8.5.6",
@@ -127,7 +127,7 @@
127127
"typedoc": "^0.28.13",
128128
"typesafe-i18n": "^5.26.2",
129129
"typescript": "^5.9.2",
130-
"vite": "^7.1.5"
130+
"vite": "^7.1.7"
131131
},
132132
"volta": {
133133
"node": "20.5.1"

0 commit comments

Comments
 (0)