Skip to content

Commit

Permalink
fix(deps): update weekly minor & patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2023
1 parent 7b0630b commit 31d116c
Show file tree
Hide file tree
Showing 13 changed files with 5,831 additions and 4,881 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
repository: csesoc/deployment
token: ${{ secrets.GH_TOKEN }}
- name: Install yq - portable yaml processor
uses: mikefarah/[email protected].1
uses: mikefarah/[email protected].2
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@elysiajs/cors": "^0.5.0",
"drizzle-orm": "^0.26.1",
"drizzle-orm": "^0.27.0",
"elysia": "latest",
"envsafe": "^2.0.3",
"jose": "^4.14.4",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@types/pg": "^8.10.1",
"bun-types": "latest",
"drizzle-kit": "^0.18.1"
"drizzle-kit": "^0.19.0"
},
"module": "src/index.js"
}
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Grab the latest Node base image
FROM node:20.2-alpine as builder
FROM node:20.4-alpine as builder

# Set the current working directory inside the container
WORKDIR /app
Expand All @@ -12,7 +12,7 @@ COPY . .
RUN npm run build:container

# Grab the latest Node base image
FROM node:20.2-alpine as runner
FROM node:20.4-alpine as runner

# Set the current working directory inside the container
WORKDIR /app
Expand Down
Loading

0 comments on commit 31d116c

Please sign in to comment.