Skip to content

Commit e1f93e2

Browse files
committed
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-UNSETVALUE-2400660
1 parent 07b4f71 commit e1f93e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subscription-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"body-parser": "^1.15.2",
1414
"express": "^4.14.0",
1515
"morgan": "^1.9.1",
16-
"nodemon": "^1.9.2",
16+
"nodemon": "^2.0.0",
1717
"sendgrid": "^4.0.2",
1818
"sendgrid-rest": "^2.5.0"
1919
},

0 commit comments

Comments
 (0)