From e83a629b721c5ea097dbc1a6a3eb0913748d2fd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 07:49:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1de1412e..907a29b9 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.3", "vue": "~2.7.14", "vue-i18n": "~8.28.2", "vuex": "~3.6.2"