From 7dbc8edb4dd66ed3c2136f6dbfb00674c3f748e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Apr 2025 08:00:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-NESTJSCOMMON-9538801 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d3b4b40..08f4005 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@hookform/resolvers": "^2.8.5", "@monaco-editor/react": "^4.3.1", "@nestjs/apollo": "^10.0.2", - "@nestjs/common": "^8.2.2", + "@nestjs/common": "^11.0.16", "@nestjs/config": "^1.1.0", "@nestjs/core": "^8.2.2", "@nestjs/graphql": "^10.0.2", @@ -84,7 +84,7 @@ "reflect-metadata": "^0.1.13", "regenerator-runtime": "0.13.8", "rehype-katex": "^6.0.2", - "rehype-mermaid": "^0.1.5", + "rehype-mermaid": "^2.0.1", "rehype-sanitize": "^5.0.1", "rxjs": "^7.1.0", "sharp": "^0.30.1",