From 37f09f574b54192308d4e4bf7b59b46a33b6cac2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 12:29:41 +0000 Subject: [PATCH] fix: upgrade @unovis/vue from 1.5.0 to 1.6.1 Snyk has created this PR to upgrade @unovis/vue from 1.5.0 to 1.6.1. See this package in npm: @unovis/vue See this project in Snyk: https://app.snyk.io/org/nirjan-dev/project/0e52bebc-de25-4750-8f51-62291bba8757?utm_source=github&utm_medium=referral&page=upgrade-pr --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 218dca8..b2c61b3 100644 --- a/web/package.json +++ b/web/package.json @@ -28,7 +28,7 @@ "dependencies": { "@types/web-push": "^3.6.4", "@unovis/ts": "^1.5.0", - "@unovis/vue": "^1.5.0", + "@unovis/vue": "^1.6.1", "web-push": "^3.6.7", "zod": "^3.24.1" }