From 602f20ad18ade99b7f038aa6ce833e9037731c00 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 May 2025 00:16:24 +0000 Subject: [PATCH 1/3] Update dependency eslint-plugin-react-hooks to ^5.2.0 --- moneymgr_web/package-lock.json | 2 +- moneymgr_web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/moneymgr_web/package-lock.json b/moneymgr_web/package-lock.json index e6b044e..1cabf3b 100644 --- a/moneymgr_web/package-lock.json +++ b/moneymgr_web/package-lock.json @@ -36,7 +36,7 @@ "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.26.0", "eslint-plugin-react-dom": "^1.49.0", - "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^00.4.20", "eslint-plugin-react-x": "^1.49.0", "globals": "^16.1.0", diff --git a/moneymgr_web/package.json b/moneymgr_web/package.json index e40828a..56b87e1 100644 --- a/moneymgr_web/package.json +++ b/moneymgr_web/package.json @@ -38,7 +38,7 @@ "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.26.0", "eslint-plugin-react-dom": "^1.49.0", - "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^00.4.20", "eslint-plugin-react-x": "^1.49.0", "globals": "^16.1.0", From bed538793d2c4b7061fbd936fd8f1996f09f6497 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 17 May 2025 00:16:01 +0000 Subject: [PATCH 2/3] Update Rust crate actix-session to 0.10.1 --- moneymgr_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moneymgr_backend/Cargo.toml b/moneymgr_backend/Cargo.toml index e1bf997..cf97735 100644 --- a/moneymgr_backend/Cargo.toml +++ b/moneymgr_backend/Cargo.toml @@ -13,7 +13,7 @@ actix-web = "4.11.0" actix-cors = "0.7.1" actix-multipart = "0.7.2" actix-remote-ip = "0.1.0" -actix-session = { version = "0.10.0", features = ["redis-session"] } +actix-session = { version = "0.10.1", features = ["redis-session"] } actix-files = "0.6.6" lazy_static = "1.5.0" anyhow = "1.0.98" From caeff985c2488c0b3e4b1f30f221ea01f456e8ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 May 2025 00:07:13 +0000 Subject: [PATCH 3/3] Update Rust crate diesel_migrations to 2.2.0 --- moneymgr_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moneymgr_backend/Cargo.toml b/moneymgr_backend/Cargo.toml index cf97735..95cb171 100644 --- a/moneymgr_backend/Cargo.toml +++ b/moneymgr_backend/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" env_logger = "0.11.8" log = "0.4.27" diesel = { version = "2.2.10", features = ["postgres", "r2d2"] } -diesel_migrations = "2.1.0" +diesel_migrations = "2.2.0" clap = { version = "4.5.38", features = ["env", "derive"] } actix-web = "4.11.0" actix-cors = "0.7.1"