From 3fcb986ae4df083fc58e538941e33717a98cf1a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 09:42:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECOMPRESSTAR-559095 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23f5212..22b22bc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "lodash": "^4.17.13", "node-fetch": "^2.6.1", "nodemailer": "^6.9.7", - "serverless": "^3.38.0", + "serverless": "^4.0.0", "serverless-http": "^3.2.0", "uuid": "^9.0.1" },