Browse Source

Merge pull request #825 from firefly-iii/release-1749527189

🤖 Automatically merge the PR into the develop branch.
pull/828/head develop-20250610
github-actions[bot] 5 months ago
committed by GitHub
parent
commit
3f85b5f835
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 23
      composer.lock
  2. 2
      config/importer.php
  3. 6
      package-lock.json

23
composer.lock

@ -7039,16 +7039,16 @@
},
{
"name": "larastan/larastan",
"version": "v3.4.0",
"version": "v3.4.1",
"source": {
"type": "git",
"url": "https://github.com/larastan/larastan.git",
"reference": "1042fa0c2ee490bb6da7381f3323f7292ad68222"
"reference": "dc20d24871d5a2138b292b0430d94d18da3dbc53"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/larastan/larastan/zipball/1042fa0c2ee490bb6da7381f3323f7292ad68222",
"reference": "1042fa0c2ee490bb6da7381f3323f7292ad68222",
"url": "https://api.github.com/repos/larastan/larastan/zipball/dc20d24871d5a2138b292b0430d94d18da3dbc53",
"reference": "dc20d24871d5a2138b292b0430d94d18da3dbc53",
"shasum": ""
},
"require": {
@ -7116,7 +7116,7 @@
],
"support": {
"issues": "https://github.com/larastan/larastan/issues",
"source": "https://github.com/larastan/larastan/tree/v3.4.0"
"source": "https://github.com/larastan/larastan/tree/v3.4.1"
},
"funding": [
{
@ -7124,7 +7124,7 @@
"type": "github"
}
],
"time": "2025-04-22T09:44:59+00:00"
"time": "2025-06-09T21:23:36+00:00"
},
{
"name": "laravel/ui",
@ -8323,12 +8323,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "d1d1619048a615bd2836f095f8dd3dd33e4ba457"
"reference": "1eb2c3ac8130315972955def682482a1972b8d8d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d1d1619048a615bd2836f095f8dd3dd33e4ba457",
"reference": "d1d1619048a615bd2836f095f8dd3dd33e4ba457",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/1eb2c3ac8130315972955def682482a1972b8d8d",
"reference": "1eb2c3ac8130315972955def682482a1972b8d8d",
"shasum": ""
},
"conflict": {
@ -8388,7 +8388,7 @@
"bagisto/bagisto": "<2.1",
"barrelstrength/sprout-base-email": "<1.2.7",
"barrelstrength/sprout-forms": "<3.9",
"barryvdh/laravel-translation-manager": "<0.6.2",
"barryvdh/laravel-translation-manager": "<0.6.8",
"barzahlen/barzahlen-php": "<2.0.1",
"baserproject/basercms": "<=5.1.1",
"bassjobsen/bootstrap-3-typeahead": ">4.0.2",
@ -8519,6 +8519,7 @@
"elefant/cms": "<2.0.7",
"elgg/elgg": "<3.3.24|>=4,<4.0.5",
"elijaa/phpmemcacheadmin": "<=1.3",
"elmsln/haxcms": "<11",
"encore/laravel-admin": "<=1.8.19",
"endroid/qr-code-bundle": "<3.4.2",
"enhavo/enhavo-app": "<=0.13.1",
@ -9260,7 +9261,7 @@
"type": "tidelift"
}
],
"time": "2025-06-06T23:05:15+00:00"
"time": "2025-06-09T18:07:09+00:00"
},
{
"name": "sebastian/cli-parser",

2
config/importer.php

@ -24,7 +24,7 @@
declare(strict_types=1);
return [
'version' => '1.6.3',
'version' => 'develop/2025-06-10',
'flows' => ['nordigen', 'spectre', 'file', 'simplefin'],
'enabled_flows' => [
'nordigen' => true,

6
package-lock.json

@ -1720,9 +1720,9 @@
}
},
"node_modules/sass": {
"version": "1.89.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz",
"integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==",
"version": "1.89.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz",
"integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==",
"dev": true,
"license": "MIT",
"dependencies": {

Loading…
Cancel
Save