From 3552a4391fd5c3ad840245dd08881408a9c2e1d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 04:30:30 +0000 Subject: [PATCH] fix: aws-node-stripe-integration/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- aws-node-stripe-integration/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-node-stripe-integration/package.json b/aws-node-stripe-integration/package.json index 7394eb895..be0dd7143 100644 --- a/aws-node-stripe-integration/package.json +++ b/aws-node-stripe-integration/package.json @@ -4,7 +4,7 @@ "description": "This example for Stripe integration using AWS Lambda and API Gateway.", "main": "handler.js", "dependencies": { - "config": "^1.24.0", + "config": "^3.3.1", "js-yaml": "^3.7.0", "stripe": "^4.14.0" },