From 5508cd0f637dae995cd4de89d2f0d5df8ffa0929 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 10:21:37 +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 fa4e1e9f..f462a9b6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@hypertrace/hyperdash": "^1.4.1", "@typescript-eslint/utils": "^8.46.4", "core-js": "^3.47.0", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "rxjs": "^6.6.7", "tslib": "^2.8.1" },