From 2526bb3e1982b37eea7b70bef97b732b64775f2f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:29:24 +0000 Subject: [PATCH] fix: packages/visual-engine/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869625 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619 --- packages/visual-engine/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/visual-engine/package.json b/packages/visual-engine/package.json index 6a5a9f87..c58cafd2 100644 --- a/packages/visual-engine/package.json +++ b/packages/visual-engine/package.json @@ -24,7 +24,7 @@ "dependencies": { "@readapt/settings": "^1.8.4", "@readapt/text-engine": "^1.8.4", - "lodash": "^4.17.21" + "lodash": "^4.18.1" }, "devDependencies": { "@types/lodash": "^4.14.179",