From 4d11c43374b6219aea5920d9f918c86de44ef07f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 11:27:47 +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 ebc7ed9..46aee8f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "fs-extra": "^11.1.1", "generate-password": "^1.7.1", "googleapis": "^128.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "luxon": "^3.4.3", "mousetrap": "^1.6.5", "nth-check": "^2.1.1",