From 981f3d5278a4af9d0b7ebd6f1f0cf8a6b6806da8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Sep 2020 22:02:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-610226 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c3079501..edc8b77bf 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "snyk": "1.244.0", "sqreen": "1.37.0", "strip-ansi": "5.2.0", - "ua-parser-js": "0.7.20", + "ua-parser-js": "0.7.22", "uglify-js": "3.6.8", "unrar": "0.2.0", "unzipper": "^0.10.5",