Skip to content

Commit 6f373c8

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/account-server-list
2 parents 06bc79c + 7cab32a commit 6f373c8

File tree

11 files changed

+186
-186
lines changed

11 files changed

+186
-186
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
- name: Setup node
435435
uses: actions/setup-node@v4
436436
with:
437-
node-version: "22"
437+
node-version: 24
438438
- name: Install appdmg
439439
run: |
440440
python3 -m pip install setuptools

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Use Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 22
25+
node-version: 24
2626
cache: "pnpm"
2727
cache-dependency-path: docs/pnpm-lock.yaml
2828
- name: Install dependencies

api/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,10 @@ packages:
504504
dependency: transitive
505505
description:
506506
name: watcher
507-
sha256: "69da27e49efa56a15f8afe8f4438c4ec02eff0a117df1b22ea4aad194fe1c104"
507+
sha256: "0b7fd4a0bbc4b92641dbf20adfd7e3fd1398fe17102d94b674234563e110088a"
508508
url: "https://pub.dev"
509509
source: hosted
510-
version: "1.1.1"
510+
version: "1.1.2"
511511
web:
512512
dependency: transitive
513513
description:

app/android/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ GEM
1111
artifactory (3.0.17)
1212
atomos (0.1.3)
1313
aws-eventstream (1.4.0)
14-
aws-partitions (1.1113.0)
15-
aws-sdk-core (3.225.1)
14+
aws-partitions (1.1116.0)
15+
aws-sdk-core (3.225.2)
1616
aws-eventstream (~> 1, >= 1.3.0)
1717
aws-partitions (~> 1, >= 1.992.0)
1818
aws-sigv4 (~> 1.9)
@@ -22,11 +22,11 @@ GEM
2222
aws-sdk-kms (1.104.0)
2323
aws-sdk-core (~> 3, >= 3.225.0)
2424
aws-sigv4 (~> 1.5)
25-
aws-sdk-s3 (1.189.0)
25+
aws-sdk-s3 (1.189.1)
2626
aws-sdk-core (~> 3, >= 3.225.0)
2727
aws-sdk-kms (~> 1)
2828
aws-sigv4 (~> 1.5)
29-
aws-sigv4 (1.12.0)
29+
aws-sigv4 (1.12.1)
3030
aws-eventstream (~> 1, >= 1.0.2)
3131
babosa (1.0.4)
3232
base64 (0.3.0)
@@ -71,7 +71,7 @@ GEM
7171
faraday_middleware (1.2.1)
7272
faraday (~> 1.0)
7373
fastimage (2.4.0)
74-
fastlane (2.227.2)
74+
fastlane (2.228.0)
7575
CFPropertyList (>= 2.3, < 4.0.0)
7676
addressable (>= 2.8, < 3.0.0)
7777
artifactory (~> 3.0)
@@ -168,7 +168,7 @@ GEM
168168
multipart-post (2.4.1)
169169
mutex_m (0.3.0)
170170
nanaimo (0.4.0)
171-
naturally (2.2.2)
171+
naturally (2.3.0)
172172
nkf (0.2.0)
173173
optparse (0.6.0)
174174
os (1.1.4)

app/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,10 +1413,10 @@ packages:
14131413
dependency: transitive
14141414
description:
14151415
name: vector_graphics
1416-
sha256: "44cc7104ff32563122a929e4620cf3efd584194eec6d1d913eb5ba593dbcf6de"
1416+
sha256: a4f059dc26fc8295b5921376600a194c4ec7d55e72f2fe4c7d2831e103d461e6
14171417
url: "https://pub.dev"
14181418
source: hosted
1419-
version: "1.1.18"
1419+
version: "1.1.19"
14201420
vector_graphics_codec:
14211421
dependency: transitive
14221422
description:
@@ -1461,10 +1461,10 @@ packages:
14611461
dependency: transitive
14621462
description:
14631463
name: watcher
1464-
sha256: "69da27e49efa56a15f8afe8f4438c4ec02eff0a117df1b22ea4aad194fe1c104"
1464+
sha256: "0b7fd4a0bbc4b92641dbf20adfd7e3fd1398fe17102d94b674234563e110088a"
14651465
url: "https://pub.dev"
14661466
source: hosted
1467-
version: "1.1.1"
1467+
version: "1.1.2"
14681468
web:
14691469
dependency: transitive
14701470
description:
@@ -1547,4 +1547,4 @@ packages:
15471547
version: "3.1.3"
15481548
sdks:
15491549
dart: ">=3.8.1 <4.0.0"
1550-
flutter: ">=3.32.2"
1550+
flutter: ">=3.32.3"

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: none
1616

1717
environment:
1818
sdk: ">=3.5.0 <4.0.0"
19-
flutter: 3.32.2
19+
flutter: 3.32.3
2020

2121
dependencies:
2222
flutter:

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@astrojs/react": "^4.3.0",
1515
"@astrojs/starlight": "^0.34.3",
1616
"@phosphor-icons/react": "^2.1.10",
17-
"@types/react": "^19.1.6",
17+
"@types/react": "^19.1.8",
1818
"@types/react-dom": "^19.1.6",
19-
"astro": "^5.9.1",
19+
"astro": "^5.9.2",
2020
"react": "^19.1.0",
2121
"react-dom": "^19.1.0",
2222
"remark-gemoji": "^8.0.0",
@@ -26,7 +26,7 @@
2626
"packageManager": "pnpm@10.12.1",
2727
"devDependencies": {
2828
"@vite-pwa/astro": "^1.1.0",
29-
"sass": "^1.89.1",
29+
"sass": "^1.89.2",
3030
"sharp": "^0.34.2",
3131
"vite-plugin-pwa": "^1.0.0",
3232
"workbox-window": "^7.3.0"

0 commit comments

Comments
 (0)