From 7ac391c55640a3211ab9ab895d821325caf5898c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:42:07 +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-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8782610..91d1758 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@nestjs/common": "^7.5.1", "@nestjs/config": "^0.6.3", "@nestjs/core": "^7.5.1", - "@nestjs/graphql": "^7.9.11", + "@nestjs/graphql": "^8.0.0", "@nestjs/microservices": "^7.6.12", "@nestjs/platform-fastify": "^7.6.12", "@types/sinon": "^9.0.10",