From 8cfa5def1c7a2439692ee94cee44ab7dffe1ebc4 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 20 Sep 2017 10:52:52 +0200 Subject: [PATCH] Bumped v2.2.0. --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index dde6142..048fb67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pino-elasticsearch", - "version": "2.1.0", + "version": "2.2.0", "description": "Load pino logs into ElasticSearch", "main": "pino-elasticsearch", "bin": { @@ -22,21 +22,21 @@ "author": "Matteo Collina ", "license": "MIT", "devDependencies": { - "pino": "^4.0.0", + "pino": "^4.7.2", "pre-commit": "^1.2.2", "proxyquire": "^1.8.0", "standard": "^10.0.0", - "tap": "^10.0.0" + "tap": "^10.7.2" }, "dependencies": { - "elasticsearch": "^13.2.0", + "aws-sdk": "^2.83.0", + "elasticsearch": "^13.3.1", "fast-json-parse": "^1.0.3", + "http-aws-es": "^3.1.0", "minimist": "^1.2.0", "pump": "^1.0.2", "readable-stream": "^2.3.3", - "split2": "^2.1.1", - "aws-sdk": "^2.83.0", - "http-aws-es":"^3.1.0" + "split2": "^2.1.1" }, "repository": { "type": "git",