Skip to content

Commit 58bb2d2

Browse files
Copilotkarpikpl
andauthored
Update Alpine OpenSSL and brace-expansion to address CVEs (#280)
* Initial plan * Fix security vulnerabilities in Alpine and Node.js dependencies Co-authored-by: karpikpl <3539908+karpikpl@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: karpikpl <3539908+karpikpl@users.noreply.github.com>
1 parent d2136d9 commit 58bb2d2

File tree

3 files changed

+9
-60
lines changed

3 files changed

+9
-60
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY --chown=1000:1000 . .
1717
RUN npm run build
1818

1919
# Stage 2: Prepare the Node.js API
20-
FROM node:23-alpine AS base-prod
20+
FROM node:24-alpine AS base-prod
2121

2222
WORKDIR /app
2323
COPY --chown=1000:1000 --from=build-stage /app/.output /app

package-lock.json

Lines changed: 5 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@
4545
"vitest": "^3.0.5",
4646
"vue-tsc": "^2.1.6",
4747
"vuetify-nuxt-module": "^0.18.3"
48+
},
49+
"overrides": {
50+
"brace-expansion": "^2.0.2"
4851
}
4952
}

0 commit comments

Comments
 (0)