From e6e8f4b217ebbc34d8b85109b197e26889768ee7 Mon Sep 17 00:00:00 2001 From: Jeferson Date: Fri, 7 Jun 2019 12:50:15 -0300 Subject: [PATCH] Fixing packages to safer dependencies versions --- api/package.json | 2 +- events/package.json | 4 ++-- lists-microservice/package.json | 4 ++-- lists/package.json | 4 ++-- package.json | 2 +- private/package.json | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/package.json b/api/package.json index 3f216f3d..32a8d8d6 100644 --- a/api/package.json +++ b/api/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "address-format": "^0.0.3", - "base64-url": "^1.2.2", + "base64-url": ">=2.0.0", "base64url": "^2.0.0", "cuid": "^1.3.8", "emitter": "0.0.5", diff --git a/events/package.json b/events/package.json index f9d35539..109a0543 100644 --- a/events/package.json +++ b/events/package.json @@ -39,9 +39,9 @@ "async": "^1.5.2", "aws-event-parser": "^1.0.0", "aws-sdk-promise": "0.0.2", - "axios": "^0.15.2", + "axios": ">=0.18.1", "babel-polyfill": "^6.7.4", - "base64-url": "^1.2.2", + "base64-url": ">=2.0.0", "bluebird": "^3.4.1", "cheerio": "^0.20.0", "csv-write-stream": "^2.0.0", diff --git a/lists-microservice/package.json b/lists-microservice/package.json index a5c73bec..792e1ded 100644 --- a/lists-microservice/package.json +++ b/lists-microservice/package.json @@ -59,9 +59,9 @@ "dependencies": { "async": "^1.5.2", "aws-event-parser": "^1.0.0", - "axios": "^0.15.2", + "axios": ">=0.18.1", "babyparse": "^0.4.6", - "base64-url": "^1.2.2", + "base64-url": ">=2.0.0", "bluebird": "^3.4.1", "bodybuilder": "^2.1.0", "chance": "^1.0.13", diff --git a/lists/package.json b/lists/package.json index a089e9f8..00a22422 100644 --- a/lists/package.json +++ b/lists/package.json @@ -37,9 +37,9 @@ "async": "^1.5.2", "aws-event-parser": "^1.0.0", "aws-sdk-promise": "0.0.2", - "axios": "^0.15.2", + "axios": ">=0.18.1", "babyparse": "^0.4.6", - "base64-url": "^1.2.2", + "base64-url": ">=2.0.0", "bluebird": "^3.4.1", "bodybuilder": "^2.1.0", "cheerio": "^0.20.0", diff --git a/package.json b/package.json index 5870b9b0..e0cd7806 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "address-format": "^0.0.3", "babelify": "^7.2.0", - "base64-url": "^1.2.2", + "base64-url": ">=2.0.0", "bluebird": "^3.5.1", "cf-canary": "0.0.1", "serverless-cors-plugin": "^0.4.1" diff --git a/private/package.json b/private/package.json index eeeaf383..68b5946a 100644 --- a/private/package.json +++ b/private/package.json @@ -48,7 +48,7 @@ "async": "^2.0.1", "auth0": "^2.6.0", "aws-event-parser": "^1.0.0", - "base64-url": "^1.2.2", + "base64-url": ">=2.0.0", "bluebird": "^3.4.1", "camelcase": "^3.0.0", "cuid": "^1.3.8",