From c24214bb3640d55e436ac024550e5be8d4dbec8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 07:13:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6e168ef..b103400 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "alchemy-sdk": "^2.10.1", "aws-lambda": "^1.0.7", "aws-serverless-express": "^3.4.0", - "axios": "^1.6.2", + "axios": "^1.7.8", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "db-migrate": "^0.11.14", @@ -53,7 +53,7 @@ "ethers": "^6.6.0", "js-sha256": "^0.9.0", "mariadb": "^3.1.2", - "node-gyp": "^9.4.0", + "node-gyp": "^11.0.0", "passport": "^0.6.0", "passport-jwt": "^4.0.1", "reflect-metadata": "^0.1.13",