Skip to content

Commit 7374f6e

Browse files
fix(deps): update weekly minor & patch updates
1 parent 9ec40ff commit 7374f6e

7 files changed

Lines changed: 726 additions & 525 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
token: ${{ secrets.GH_TOKEN }}
7070
ref: dev
7171
- name: Install yq - portable yaml processor
72-
uses: mikefarah/yq@v4.44.3
72+
uses: mikefarah/yq@v4.47.1
7373
- name: Update deployment
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@emotion/native": "^11.10.6",
1313
"@emotion/react": "^11.10.6",
14-
"@expo/metro-config": "^0.18.0",
15-
"@react-native/metro-config": "^0.76.0",
14+
"@expo/metro-config": "^0.20.0",
15+
"@react-native/metro-config": "^0.80.0",
1616
"@react-navigation/bottom-tabs": "^6.5.5",
1717
"@react-navigation/native": "^6.1.4",
1818
"@react-navigation/native-stack": "^6.9.12",
@@ -21,12 +21,12 @@
2121
"expo": "~50.0.0",
2222
"expo-status-bar": "~1.12.0",
2323
"react": "~18.3.0",
24-
"react-native": "0.76.1",
24+
"react-native": "0.80.2",
2525
"react-native-calendars": "^1.1299.0",
26-
"react-native-maps": "1.18.2",
26+
"react-native-maps": "1.25.3",
2727
"react-native-material": "^0.0.4",
28-
"react-native-safe-area-context": "4.14.0",
29-
"react-native-screens": "~3.35.0",
28+
"react-native-safe-area-context": "4.14.1",
29+
"react-native-screens": "~3.37.0",
3030
"typescript": "^5.0.0"
3131
},
3232
"devDependencies": {

backend.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.11-alpine as builder
1+
FROM node:22.18-alpine as builder
22

33
# Set the current working directory inside the container
44
WORKDIR /app/backend
@@ -13,7 +13,7 @@ COPY /common ../common
1313

1414
RUN npm run build
1515

16-
FROM node:22.11-alpine as runner
16+
FROM node:22.18-alpine as runner
1717
WORKDIR /app
1818

1919
COPY backend/package.json backend/package-lock.json ./

0 commit comments

Comments
 (0)