From 32fffe8fadc08db2f1015165dbeb4a86b7caa593 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:07:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bb63ae..79300e7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "app-root-path": "^2.2.1", "body-parser": "^1.18.3", - "elasticsearch": "^15.4.1", + "elasticsearch": "^16.7.3", "express": "^4.16.4", "joi": "^14.3.1", "morgan": "^1.9.1",