From 7d7a7d5df63065c2d71b3e69d1bb150f2db85f6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Jul 2025 09:21:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8dd903..0459ebf 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ }, "homepage": "https://github.com/reallyreally/google-analytics#readme", "dependencies": { - "universal-analytics": "^0.4.13" + "universal-analytics": "^0.5.0" } }