diff --git a/composer.lock b/composer.lock index 99a8dcc94e..cdc108f267 100644 --- a/composer.lock +++ b/composer.lock @@ -11302,11 +11302,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.33", + "version": "2.1.34", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9e800e6bee7d5bd02784d4c6069b48032d16224f", - "reference": "9e800e6bee7d5bd02784d4c6069b48032d16224f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/070ba754a949fcade788e16e8dc5a5935b7cf2ee", + "reference": "070ba754a949fcade788e16e8dc5a5935b7cf2ee", "shasum": "" }, "require": { @@ -11351,7 +11351,7 @@ "type": "github" } ], - "time": "2025-12-05T10:24:31+00:00" + "time": "2026-01-19T19:52:16+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -11889,21 +11889,21 @@ }, { "name": "rector/rector", - "version": "2.3.1", + "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "9afc1bb43571b25629f353c61a9315b5ef31383a" + "reference": "07cbbe28bd60251b96b18d42e514779b0e2faa83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/9afc1bb43571b25629f353c61a9315b5ef31383a", - "reference": "9afc1bb43571b25629f353c61a9315b5ef31383a", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/07cbbe28bd60251b96b18d42e514779b0e2faa83", + "reference": "07cbbe28bd60251b96b18d42e514779b0e2faa83", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.33" + "phpstan/phpstan": "^2.1.34" }, "conflict": { "rector/rector-doctrine": "*", @@ -11937,7 +11937,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.3.1" + "source": "https://github.com/rectorphp/rector/tree/2.3.2" }, "funding": [ { @@ -11945,7 +11945,7 @@ "type": "github" } ], - "time": "2026-01-13T15:13:58+00:00" + "time": "2026-01-20T01:11:51+00:00" }, { "name": "sebastian/cli-parser", diff --git a/config/firefly.php b/config/firefly.php index c5b1015df0..c55f1cfe64 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -78,8 +78,8 @@ return [ 'running_balance_column' => (bool)envNonEmpty('USE_RUNNING_BALANCE', true), // this is only the default value, is not used. // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2026-01-19', - 'build_time' => 1768850512, + 'version' => 'develop/2026-01-20', + 'build_time' => 1768884917, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used. diff --git a/package-lock.json b/package-lock.json index c607310987..39e81159b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7135,9 +7135,9 @@ } }, "node_modules/i18next-chained-backend": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/i18next-chained-backend/-/i18next-chained-backend-5.0.0.tgz", - "integrity": "sha512-J8xkD0UXl4mjRSeCfmGwqFLPf6aWiDXiuqR+dl9fC8cv+wOS20hKm7hLP9ktrvHvlHdwdIjzb3EK4mmtRXW4HQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/i18next-chained-backend/-/i18next-chained-backend-5.0.1.tgz", + "integrity": "sha512-J2DZFvvJOrrfHPnTWMUm758+Da8J7JZXaOlo7dWgN+Vtkl4pH/0gy+i+iDFp+wkRVy6SbK6Ef57DQTbBBlOhaQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4"