From bd9aec1ada9505d19792f47619f7313cce2015d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Jan 2023 16:40:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-3244450 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aae9bf09a..1130d0a69 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "rn-fetch-blob": "^0.12.0", "rn-root-view": "RocketChat/rn-root-view", "semver": "^7.3.8", - "ua-parser-js": "^1.0.32", + "ua-parser-js": "^1.0.33", "uri-js": "^4.4.1", "url-parse": "1.5.10", "use-debounce": "^8.0.4",