Skip to content

Commit fd61ca9

Browse files
fix(deps): update all non-major dependencies
1 parent 8e17251 commit fd61ca9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
43+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
52+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"i18next": "^25.0.0",
5252
"javascript-time-ago": "^2.5.11",
5353
"js-yaml": "^4.1.0",
54-
"react": "19.1.0",
55-
"react-dom": "19.1.0",
54+
"react": "19.1.1",
55+
"react-dom": "19.1.1",
5656
"react-error-boundary": "^6.0.0",
5757
"react-hook-form": "^7.54.2",
5858
"react-i18next": "^15.4.1",
@@ -72,7 +72,7 @@
7272
"@types/js-yaml": "^4.0.9",
7373
"@types/node": "^22.13.5",
7474
"@types/react": "^19.0.10",
75-
"@types/react-dom": "19.1.6",
75+
"@types/react-dom": "19.1.7",
7676
"@types/react-syntax-highlighter": "^15.5.13",
7777
"@ui5/webcomponents-cypress-commands": "^2.7.2",
7878
"@vitejs/plugin-react": "^4.3.4",

0 commit comments

Comments
 (0)