From 5cd6b3b75d15971d4c54164924a108b17d43cd41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 06:01:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FINDMYWAY-8055229 - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4d704f5a..8cad60a1 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@angular-devkit/schematics": "^13.2.6", "@azure/event-hubs": "^5.7.0", "@eventstore/db-client": "^3.2.0", - "@google-cloud/pubsub": "^2.19.0", + "@google-cloud/pubsub": "^3.0.0", "@grpc/grpc-js": "^1.5.7", "@iarna/toml": "^2.2.5", "@kubernetes/client-node": "^0.16.3", @@ -52,7 +52,7 @@ "@nestjs/graphql": "^10.0.6", "@nestjs/microservices": "^8.4.0", "@nestjs/platform-express": "^8.4.0", - "@nestjs/platform-fastify": "^8.4.0", + "@nestjs/platform-fastify": "^10.3.2", "@nestjs/swagger": "^5.2.0", "@nrwl/linter": "13.8.8", "@types/faker": "^6.6.9",