Skip to content

Commit

Permalink
Fixing packages to safer dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JefersonS committed Jun 7, 2019
1 parent 02d501f commit e6e8f4b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions events/package.json
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions lists-microservice/package.json
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions lists/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion private/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit e6e8f4b

Please sign in to comment.