Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 15, 2024
1 parent 75abaee commit 500eb18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15.1 AS base
FROM node:20.17.0 AS base
WORKDIR /usr/src/app

# install dependencies into temp directory
Expand All @@ -20,7 +20,7 @@ RUN npm run css:generate
RUN npm run build

# copy production dependencies and source code into final image
FROM node:20.15.1-alpine AS release
FROM node:20.17.0-alpine AS release
COPY --from=install /temp/dev/node_modules node_modules
COPY --from=prerelease /usr/src/app/.firebolt .firebolt
COPY --from=prerelease /usr/src/app/routes routes
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"start": "firebolt start"
},
"dependencies": {
"@firebolt-dev/cors": "0.4.2",
"@firebolt-dev/cors": "0.4.3",
"consola": "3.2.3",
"firebolt": "0.4.2",
"firebolt": "0.4.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@pandacss/dev": "0.43.0"
"@biomejs/biome": "1.9.1",
"@pandacss/dev": "0.46.0"
},
"overrides": {
"react": "18.3.1",
Expand Down

0 comments on commit 500eb18

Please sign in to comment.