From 1f84c66df7c046ea45256a23a51034c51dcc8373 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 20:03:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- 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" } }