From d10917658a76a90a0fce43cb00824e4fa0348f57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Jul 2023 19:24:42 -0400 Subject: [PATCH] fix: packages/subscription-widget/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- packages/subscription-widget/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/subscription-widget/package.json b/packages/subscription-widget/package.json index 93a11d883..70cd7304c 100644 --- a/packages/subscription-widget/package.json +++ b/packages/subscription-widget/package.json @@ -13,7 +13,7 @@ "body-parser": "^1.15.2", "express": "^4.14.0", "morgan": "^1.9.1", - "nodemon": "^1.9.2", + "nodemon": "^3.0.0", "sendgrid": "^4.0.2", "sendgrid-rest": "^2.5.0" },