From db02601ccad0638f70aa4651e8d81c25c48b993e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Dec 2025 02:28:37 +0000 Subject: [PATCH 1/3] fix: apps/web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-14400636 - https://snyk.io/vuln/SNYK-JS-NEXT-14400644 --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index c7e0b9735..169f47a6f 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -29,7 +29,7 @@ "import-in-the-middle": "^1.13.1", "js-cookie": "^3.0.5", "lucide-react": "^0.501.0", - "next": "15.4.8", + "next": "15.4.10", "posthog-js": "^1.240.5", "posthog-node": "^4.17.1", "radix-ui": "^1.4.2", From 705fd178aa1b36c53595c202bb47ba7189a58ce1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Dec 2025 02:31:24 +0000 Subject: [PATCH 2/3] fix: apps/api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10185673 - https://snyk.io/vuln/SNYK-JS-MULTER-10185675 - https://snyk.io/vuln/SNYK-JS-MULTER-10299078 - https://snyk.io/vuln/SNYK-JS-MULTER-10773732 - https://snyk.io/vuln/SNYK-JS-NESTJSCOMMON-9538801 --- apps/api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 844b12f4b..b559a588f 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -27,12 +27,12 @@ "@aws-sdk/client-lambda": "^3.840.0", "@azure/storage-blob": "^12.28.0", "@logtail/node": "^0.5.4", - "@nestjs/common": "^10.0.0", + "@nestjs/common": "^10.4.16", "@nestjs/config": "^3.2.0", "@nestjs/core": "^10.0.0", "@nestjs/jwt": "^10.2.0", "@nestjs/passport": "^10.0.3", - "@nestjs/platform-express": "^10.0.0", + "@nestjs/platform-express": "^10.4.20", "@nestjs/platform-fastify": "^10.3.3", "@nestjs/platform-socket.io": "^10.3.7", "@nestjs/schedule": "^4.0.1", From 8e521c412872182e892ae8ade86cdb677e4ada68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 08:31:23 +0000 Subject: [PATCH 3/3] fix: apps/api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- apps/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/package.json b/apps/api/package.json index b559a588f..26f3ec829 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -32,7 +32,7 @@ "@nestjs/core": "^10.0.0", "@nestjs/jwt": "^10.2.0", "@nestjs/passport": "^10.0.3", - "@nestjs/platform-express": "^10.4.20", + "@nestjs/platform-express": "^11.0.2", "@nestjs/platform-fastify": "^10.3.3", "@nestjs/platform-socket.io": "^10.3.7", "@nestjs/schedule": "^4.0.1",