From e56dcba22fbaec840ce01b09d1f0877d0f0ae75f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 23:23:11 +0000 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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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 6fc7abc8..2b38d26b 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": "^2.0.0", "sendgrid": "^4.0.2", "sendgrid-rest": "^2.5.0" },