From 55777e9e5628b0dcc3f91604d4c3c7ab41a9da05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 10:10:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- 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" } }