Skip to content

Commit 7cf74b0

Browse files
Update all non-major dependencies
1 parent 20d5b13 commit 7cf74b0

File tree

5 files changed

+138
-138
lines changed

5 files changed

+138
-138
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
services:
2222
postgres:
23-
image: postgres:15.15
23+
image: postgres:15.16
2424
env:
2525
POSTGRES_USER: postgres
2626
POSTGRES_PASSWORD: postgres

.github/workflows/tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "NEXT_PUBLIC_VERSION=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3434

3535
- name: Build the client and push it to the GitHub Container Registry
36-
uses: docker/build-push-action@v6.18.0
36+
uses: docker/build-push-action@v6.19.2
3737
with:
3838
context: .
3939
file: Dockerfile
@@ -43,7 +43,7 @@ jobs:
4343
build-args: NEXT_PUBLIC_VERSION=${{ steps.variables.outputs.NEXT_PUBLIC_VERSION }}
4444

4545
- name: Build the authentication server and push it to the GitHub Container Registry
46-
uses: docker/build-push-action@v6.18.0
46+
uses: docker/build-push-action@v6.19.2
4747
with:
4848
context: .
4949
file: Dockerfile.server
@@ -53,7 +53,7 @@ jobs:
5353
build-args: NEXT_PUBLIC_VERSION=${{ steps.variables.outputs.NEXT_PUBLIC_VERSION }}
5454

5555
- name: Build the graphql server and push it to the GitHub Container Registry
56-
uses: docker/build-push-action@v6.18.0
56+
uses: docker/build-push-action@v6.19.2
5757
with:
5858
context: .
5959
file: Dockerfile.graphql

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
database:
3-
image: postgres:15.15
3+
image: postgres:15.16
44
restart: always
55
ports:
66
- '${DOCKER_HOST_IP:-127.0.0.1}:${DB_PORT}:5432'

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"@apollo/client": "4.1.4",
1515
"@emotion/react": "11.14.0",
1616
"@maslick/koder": "1.3.2",
17-
"@sentry/react": "10.38.0",
17+
"@sentry/react": "10.39.0",
1818
"@types/express": "5.0.6",
1919
"@types/jest": "30.0.0",
2020
"@types/js-cookie": "3.0.6",
2121
"@types/lodash-es": "4.17.12",
2222
"@types/ms": "2.1.0",
23-
"@types/node": "24.10.12",
23+
"@types/node": "24.10.13",
2424
"@types/pluralize": "0.0.33",
25-
"@types/react": "19.2.13",
25+
"@types/react": "19.2.14",
2626
"@types/traverse": "0.6.37",
2727
"@types/ua-parser-js": "0.7.39",
2828
"axios": "1.13.5",
@@ -34,7 +34,7 @@
3434
"graphql": "16.12.0",
3535
"graphql-ws": "6.0.7",
3636
"helmet": "8.1.0",
37-
"immer": "11.1.3",
37+
"immer": "11.1.4",
3838
"jose": "6.1.3",
3939
"js-cookie": "3.0.5",
4040
"lodash-es": "4.17.23",
@@ -57,7 +57,7 @@
5757
"workbox-build": "7.4.0"
5858
},
5959
"devDependencies": {
60-
"@biomejs/biome": "2.3.14",
60+
"@biomejs/biome": "2.4.0",
6161
"@jest/globals": "30.2.0",
6262
"firebase-admin": "13.6.1",
6363
"jest": "30.2.0",

0 commit comments

Comments
 (0)