From f38ff28f90bd8f18af9f039dac6dde3b853d5d9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Sep 2025 10:11:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d3b4b40..96a9957 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": "^9.0.0", "@nestjs/config": "^1.1.0", "@nestjs/core": "^8.2.2", "@nestjs/graphql": "^10.0.2", @@ -38,7 +38,7 @@ "@uiw/react-md-editor": "^3.9.6", "apollo-server-errors": "^3.3.1", "apollo-server-express": "^3.5.0", - "axios": "^0.26.0", + "axios": "^1.12.0", "bcrypt": "^5.0.1", "cache-manager": "^3.6.0", "class-transformer": "^0.5.1", @@ -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",