diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e9aac..101be04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.1.0 + +Updated dependencies + ### 2.0.9 The check to see if we're already posting events is now stream dependent diff --git a/README.md b/README.md index cb45607..4491f79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# winston-cloudwatch [v2.0.9](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#209) +# winston-cloudwatch [v2.1.0](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#210) [![Build Status](https://travis-ci.org/lazywithclass/winston-cloudwatch.svg?branch=master)](https://travis-ci.org/lazywithclass/winston-cloudwatch) [![Coverage Status](https://coveralls.io/repos/github/lazywithclass/winston-cloudwatch/badge.svg?branch=master)](https://coveralls.io/github/lazywithclass/winston-cloudwatch?branch=master) [![Dependency Status](https://david-dm.org/lazywithclass/winston-cloudwatch.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch) [![dev dependencies](https://david-dm.org/lazywithclass/winston-cloudwatch/dev-status.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch#info=devDependencies) [![peer dependencies](https://david-dm.org/lazywithclass/winston-cloudwatch/peer-status.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch#info=peerDependencies) ================== diff --git a/package.json b/package.json index 461836b..74e3c3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winston-cloudwatch", - "version": "2.0.9", + "version": "2.1.0", "description": "Send logs to Amazon Cloudwatch using Winston.", "keywords": [ "amazon", @@ -23,26 +23,26 @@ "winston": "^3.0.0" }, "dependencies": { - "async": "^2.6.1", - "aws-sdk": "^2.259.1", - "chalk": "^2.4.1", - "fast-safe-stringify": "^2.0.6", + "async": "^3.1.0", + "aws-sdk": "^2.553.0", + "chalk": "^2.4.2", + "fast-safe-stringify": "^2.0.7", "lodash.assign": "^4.2.0", "lodash.find": "^4.6.0", "lodash.isempty": "^4.4.0", "lodash.iserror": "^3.1.1", - "proxy-agent": "^3.0.0" + "proxy-agent": "^3.1.1" }, "devDependencies": { - "@types/node": "10.3.4", - "@types/winston": "2.3.9", + "@types/node": "12.11.2", + "@types/winston": "2.4.4", "clarify": "^2.1.0", - "coveralls": "^3.0.1", + "coveralls": "^3.0.7", "istanbul": "^0.4.5", - "mocha": "^5.2.0", + "mocha": "^6.2.2", "mockery": "^2.1.0", - "npm-check-updates": "^2.15.0", - "should": "^13.2.1", - "sinon": "^6.0.0" + "npm-check-updates": "^3.1.25", + "should": "^13.2.3", + "sinon": "^7.5.0" } }