Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lazywithclass committed Oct 22, 2019
1 parent 9d9d468 commit 2c53d07
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
==================
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}

0 comments on commit 2c53d07

Please sign in to comment.