Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhyatt committed Jul 22, 2018
1 parent 76ba010 commit c1ed8ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Updated:
* Version checking is a little less strict and supports node versions in the 8.x range.
Thanks @ArgamTorozyan

Internal:

* Updated dependencies


## 3.4.1 (2018-05-03)

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"author": "Vandium Software Inc.",
"license": "BSD-3-Clause",
"devDependencies": {
"aws-xray-sdk-core": "^1.1.1",
"aws-xray-sdk-core": "^1.3.0",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"freshy": "^1.0.2",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"mocha": "^5.2.0",
"nyc": "^11.9.0",
"proxyquire": "^1.8.0",
"sinon": "^4.0.0"
},
"dependencies": {
"app-root-path": "^2.0.1",
"app-root-path": "^2.1.0",
"dotenv": "^5.0.0",
"dotenv-json": "^1.0.0",
"lambda-leak": "^2.0.0",
"semver": "^5.5.0",
"uuid": "^3.0.1",
"uuid": "^3.3.2",
"vandium-utils": "^1.1.1"
}
}

0 comments on commit c1ed8ef

Please sign in to comment.