From 07afd8553b524826f7c666d27a38c4c3ff3398bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jan 2022 06:17:59 +0000 Subject: [PATCH] fix: packages/pipeline/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-RAMDA-1582370 --- packages/pipeline/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json index 9087346877..66a3d4fc5f 100644 --- a/packages/pipeline/package.json +++ b/packages/pipeline/package.json @@ -52,13 +52,13 @@ "@types/dockerode": "^2.5.9", "@types/p-limit": "^2.0.0", "async-parallel": "^1.2.3", - "axios": "^0.18.0", + "axios": "^0.20.0", "bottleneck": "^2.13.2", "dockerode": "^2.5.7", "ethereum-types": "^1.1.6", "pg": "^7.5.0", "prettier": "^1.15.3", - "ramda": "^0.25.0", + "ramda": "^0.27.2", "reflect-metadata": "^0.1.12", "sqlite3": "^4.0.2", "typeorm": "^0.2.7"