Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent f68cb40 commit 9df09d3
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a smaller base image for the build stage
FROM node:20.18.0-alpine AS build
FROM node:20.18.1-alpine AS build

WORKDIR /usr/src/app

Expand All @@ -10,7 +10,7 @@ RUN npm install
COPY . .

# Use a smaller base image for the runtime stage
FROM node:20.18.0-alpine
FROM node:20.18.1-alpine

WORKDIR /usr/src/app

Expand Down
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-alpine AS build
FROM node:20.18.1-alpine AS build

WORKDIR /usr/src/app

Expand All @@ -10,7 +10,7 @@ COPY . .

RUN npm run build

FROM node:20.18.0-alpine
FROM node:20.18.1-alpine

WORKDIR /usr/src/app

Expand Down
58 changes: 29 additions & 29 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^3.6.0",
"ping.js": "^0.3.0",
"primevue": "^4.2.2",
"primevue": "^4.2.3",
"reconnecting-websocket": "^4.4.0",
"serve": "^14.2.4",
"smoothie": "^1.36.1",
Expand All @@ -27,7 +27,7 @@
"@vitejs/plugin-vue": "^5.2.0",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}

0 comments on commit 9df09d3

Please sign in to comment.