From 4babf2e1768049c9c02ea1a7fae98931c7193f0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jun 2021 05:16:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-STRIPTAGS-1312310 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52126262..f7df64f7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "socket.io": "1.3.5", "socket.io-client": "1.3.5", "stripe": "^4.14.0", - "striptags": "^2.1.1", + "striptags": "^3.2.0", "uuid": "^3.0.1", "wildcard-subdomains": "^0.1.0" },