Skip to content

Commit f6011bd

Browse files
fix(deps): update all non-major dependencies
1 parent 51c8a04 commit f6011bd

7 files changed

Lines changed: 1673 additions & 1553 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737

3838
- name: Setup Node.js
39-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
39+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4040
with:
4141
node-version: '24'
4242
cache: npm

.github/workflows/frontend-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ github.head_ref || github.ref }}
2828
fetch-depth: 0
2929
- name: Setup Node.js
30-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
30+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3131
with:
3232
node-version: "24"
3333
cache: "npm"

.github/workflows/publish-test-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Setup Node.js
22-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
22+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2323
with:
2424
node-version: "24"
2525
cache: "npm"

backend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<spotbugs-maven-plugin.version>4.9.8.3</spotbugs-maven-plugin.version>
4040
<org.mapstruct.version>1.6.3</org.mapstruct.version>
4141
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
42-
<lombok.version>1.18.44</lombok.version>
42+
<lombok.version>1.18.46</lombok.version>
4343
</properties>
4444
<build>
4545
<plugins>
@@ -401,7 +401,7 @@
401401
<dependency>
402402
<groupId>org.projectlombok</groupId>
403403
<artifactId>lombok</artifactId>
404-
<version>1.18.44</version>
404+
<version>1.18.46</version>
405405
<scope>provided</scope>
406406
</dependency>
407407

0 commit comments

Comments
 (0)