From 7fd622949edfd779c33d3232f3bed954acfaa69e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Dec 2023 03:08:24 +0000 Subject: [PATCH] fix: getting-started-tutorial/socless-playbooks/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-RAMDA-1582370 --- getting-started-tutorial/socless-playbooks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started-tutorial/socless-playbooks/package.json b/getting-started-tutorial/socless-playbooks/package.json index ef395fd..13f541f 100644 --- a/getting-started-tutorial/socless-playbooks/package.json +++ b/getting-started-tutorial/socless-playbooks/package.json @@ -17,7 +17,7 @@ "author": "", "license": "ISC", "dependencies": { - "serverless": "1.50.0", + "serverless": "3.0.0", "sls-apb": "git+ssh://git@github.com/twilio-labs/sls-apb.git" }, "repository": {},