From 7a8f537f0c8198ed5770ac6b12fe6a7b32ed35ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 02:19:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 194df61..9e54ccb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "serverless": "1.50.0", + "serverless": "2.0.0", "serverless-package-python-functions": "^0.6.1", "sls-apb": "git://github.com:twilio-labs/sls-apb.git" },