Skip to content

Commit

Permalink
Dependency Updates (#324)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
JamesPeck and dependabot[bot] authored Dec 19, 2024
1 parent ebe453d commit 6988150
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 63 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the app with node
FROM node:23.0.0-alpine3.19 AS builder
FROM node:23.3.0-alpine3.19 AS builder
WORKDIR /app
COPY package*.json .
COPY .env .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.bdc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the app with node
FROM node:23.0.0-alpine3.19 AS builder
FROM node:23.3.0-alpine3.19 AS builder
WORKDIR /app
COPY package*.json .
COPY .env .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the app with node
FROM node:23.0.0-alpine3.19 AS builder
FROM node:23.3.0-alpine3.19 AS builder
WORKDIR /app
COPY package*.json .
COPY .env .
Expand Down
103 changes: 46 additions & 57 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@skeletonlabs/skeleton": "2.10.3",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-node": "^2.1.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/adapter-node": "^5.2.10",
"@sveltejs/kit": "^2.11.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.15",
Expand All @@ -42,7 +42,7 @@
"svelte-check": "^3.8.5",
"svelte-eslint-parser": "^0.40.0",
"tailwindcss": "3.3.6",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-tailwind-purgecss": "0.3.0",
Expand Down

0 comments on commit 6988150

Please sign in to comment.