Compare commits

...

6 Commits

Author SHA1 Message Date
Alvin
46e2e71405 Merge pull request #4 from Alvin-Zilverstand/snyk-fix-b10e6d59a91fd65beb4caee20eb4d5cd
[Snyk] Security upgrade multer from 2.0.0 to 2.0.1
2026-03-24 14:13:04 +01:00
snyk-bot
3818910851 fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MULTER-10299078
2026-03-24 13:10:26 +00:00
Alvin
a26f5191fe Merge pull request #3 from Alvin-Zilverstand/snyk-fix-381e077aadd50ed51b8053e1a2e8eb5e
[Snyk] Security upgrade node from 18-alpine to 25.8.1-alpine
2026-03-24 13:14:33 +01:00
snyk-bot
6b80558aa8 fix: deployment/docker/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14975915
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14928492
- https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121241
- https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121241
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14928586
2026-03-24 12:13:51 +00:00
Alvin
94432a1319 Merge pull request #2 from Alvin-Zilverstand/snyk-fix-2540bfe33f3d96358ba56ccd9eba1299
[Snyk] Fix for 8 vulnerabilities
2026-03-24 11:24:18 +01:00
snyk-bot
100f22edde fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-TAR-15456201
- https://snyk.io/vuln/SNYK-JS-MULTER-10185673
- https://snyk.io/vuln/SNYK-JS-TAR-15307072
- https://snyk.io/vuln/SNYK-JS-TAR-15416075
- https://snyk.io/vuln/SNYK-JS-MULTER-10185675
- https://snyk.io/vuln/SNYK-JS-TAR-15038581
- https://snyk.io/vuln/SNYK-JS-TAR-15032660
- https://snyk.io/vuln/SNYK-JS-TAR-15127355
2026-03-24 10:22:43 +00:00
3 changed files with 503 additions and 704 deletions

1201
backend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,8 +15,8 @@
"express": "^4.21.2",
"socket.io": "^4.8.1",
"cors": "^2.8.5",
"multer": "^1.4.5-lts.1",
"sqlite3": "^5.1.7",
"multer": "^2.0.1",
"sqlite3": "^6.0.1",
"uuid": "^11.0.3",
"path": "^0.12.7",
"fs-extra": "^11.2.0"

View File

@@ -1,7 +1,7 @@
# SnowWorld Narrowcasting System - Docker Configuration
# Use official Node.js runtime as base image
FROM node:18-alpine
FROM node:25.8.1-alpine
# Set working directory
WORKDIR /app