Skip to content

Commit 99d7445

Browse files
fix(deps): update all non-major dependencies (#304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f455c6 commit 99d7445

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
type=raw,value={{branch}}
4141
4242
- name: Log in to the Container registry
43-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
43+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4444
with:
4545
registry: ${{ env.REGISTRY }}
4646
username: ${{ github.actor }}

.github/workflows/on-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
5151
- name: Log in to the Container registry
52-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
52+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@ui5/webcomponents-icons": "2.14.0",
4343
"@ui5/webcomponents-react": "2.14.1",
4444
"@ui5/webcomponents-react-charts": "2.14.1",
45-
"@xyflow/react": "12.8.5",
45+
"@xyflow/react": "12.8.6",
4646
"clsx": "2.1.1",
4747
"dagre": "0.8.5",
4848
"diff": "^8.0.2",
@@ -59,7 +59,7 @@
5959
"react-error-boundary": "6.0.0",
6060
"react-hook-form": "7.63.0",
6161
"react-i18next": "16.0.0",
62-
"react-router-dom": "7.9.2",
62+
"react-router-dom": "7.9.3",
6363
"react-syntax-highlighter": "15.6.6",
6464
"react-time-ago": "7.3.5",
6565
"swr": "2.3.6",
@@ -74,7 +74,7 @@
7474
"@types/dagre": "0.7.53",
7575
"@types/js-yaml": "4.0.9",
7676
"@types/node": "22.18.6",
77-
"@types/react": "19.1.13",
77+
"@types/react": "19.1.14",
7878
"@types/react-dom": "19.1.9",
7979
"@types/react-syntax-highlighter": "15.5.13",
8080
"@ui5/webcomponents-cypress-commands": "2.14.1",

0 commit comments

Comments
 (0)