From 5493391f372b2340deba012747ba9b35841bd879 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:19:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24ee2aaf35..9052673519 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "chokidar": "^3.6.0", "concurrently": "^8.2.2", "http-server": "^14.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "rimraf": "^6.0.1", "swc-loader": "^0.2.6", "typescript": "^5.5.3"