From b7d7cfbc66dbda632b0df6df1d1077f6b510252b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 07:37:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1de1412e..2431a76a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ ], "dependencies": { "tslib": "^2.3.1", - "unplugin-auto-import": "^0.16.4", + "unplugin-auto-import": "^0.18.1", "vue": "~2.7.14", "vue-i18n": "~8.28.2", "vuex": "~3.6.2"