From 691cec27e23014d1a5d8ad2266a930f9aa161584 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 23:27:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-15789759 --- 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"