From dbd78cb2393740b6cd10ef69fd005a32bf269f5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Dec 2021 22:27:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-535502 - https://snyk.io/vuln/SNYK-JS-NODESASS-540980 - https://snyk.io/vuln/SNYK-JS-NODESASS-540990 - https://snyk.io/vuln/SNYK-JS-NODESASS-540994 - https://snyk.io/vuln/SNYK-JS-NODESASS-540996 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5470d6df..a8cf9e797 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "body-parser": "^1.17.2", "crypto": "0.0.x", "datejs": "0.0.x", - "email-templates": "0.1.x", + "email-templates": "1.1.1", "express": "^4.15.3", "forums-wrapper": "git://github.com/cloudspokes/forums-wrapper.git#12b57be495c2e10431173522bc9eff60e0575959", "heapdump": "^0.3.6",