From d1b922e2b5555598a48b0949b5f29e81b43e9543 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 12:07:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81b4e7c..19d9322 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "escape-html": "^1.0.3", "form-serialize": "^0.7.2", "ky": "^1.4.0", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "pinia": "^2.1.7", "vue": "^3.4.32", "vue-router": "^4.4.0"