From 80b9d65f0b7f1fdaf23354dfb42ebf2c0fed6c44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 10:32:42 +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 3a0417e..0ebd381 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@sasjs/adapter": "^2.10.5", "@sasjs/utils": "^2.28.0", "@webcomponents/webcomponentsjs": "^2.5.0", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "moment": "^2.29.1", "ngx-ace-wrapper": "^11.0.0", "rxjs": "~6.6.3",