Skip to content

Commit bba952e

Browse files
fix(deps): update all non-major dependencies
1 parent 75abaee commit bba952e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.15.1 AS base
1+
FROM node:20.19.5 AS base
22
WORKDIR /usr/src/app
33

44
# install dependencies into temp directory
@@ -20,7 +20,7 @@ RUN npm run css:generate
2020
RUN npm run build
2121

2222
# copy production dependencies and source code into final image
23-
FROM node:20.15.1-alpine AS release
23+
FROM node:20.19.5-alpine AS release
2424
COPY --from=install /temp/dev/node_modules node_modules
2525
COPY --from=prerelease /usr/src/app/.firebolt .firebolt
2626
COPY --from=prerelease /usr/src/app/routes routes

bun.lockb

11.4 KB
Binary file not shown.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"start": "firebolt start"
1515
},
1616
"dependencies": {
17-
"@firebolt-dev/cors": "0.4.2",
18-
"consola": "3.2.3",
19-
"firebolt": "0.4.2",
17+
"@firebolt-dev/cors": "0.4.3",
18+
"consola": "3.4.2",
19+
"firebolt": "0.4.3",
2020
"react": "18.3.1",
2121
"react-dom": "18.3.1"
2222
},
2323
"devDependencies": {
24-
"@biomejs/biome": "1.8.3",
25-
"@pandacss/dev": "0.43.0"
24+
"@biomejs/biome": "1.9.4",
25+
"@pandacss/dev": "0.54.0"
2626
},
2727
"overrides": {
2828
"react": "18.3.1",

0 commit comments

Comments
 (0)