From f8a35475ad0b60984923760eb218e9171083b31c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 08:08:43 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01256fb..f0a3abf 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,12 @@ }, "dependencies": { "@openintegrationhub/ferryman": "^1.1.5", - "@elastic.io/component-commons-library": "1.1.5", + "@elastic.io/component-commons-library": "2.0.0", "await-lock": "1.1.3", "bluebird": "3.5.3", "co": "4.6.0", "elasticio-node": "0.0.9", - "elasticio-sailor-nodejs": "2.6.24", + "elasticio-sailor-nodejs": "2.6.27", "jsonix": "2.4.1", "jsonix-schema-compiler": "2.3.9", "lodash": "4.17.20",