Skip to content

Commit

Permalink
update dependecies to avoid security breaches (#7)
Browse files Browse the repository at this point in the history
* dependencies: update moment to 0.0.4

* dependencies: update mocha to v5.20

The version used has some security breaches. It updates to avoid them

* dependencies: update coveralls to 3.0.2

* travis-ci: update node version

* version: bump package version
  • Loading branch information
leonampd committed Dec 13, 2018
1 parent 7987798 commit 1793fed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,8 +1,6 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "6.2.1"
env:
- EXPORT_COVERAGE=1

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "business-moment",
"version": "1.1.5",
"version": "1.1.6",
"description": "Business calendar momentjs plugin",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,15 +26,15 @@
"dependencies": {
"bluebird-ff": "^1.0.2",
"business-calendar": "^1.3.3",
"moment": "https://github.com/pagarme/moment/archive/0.0.2.tar.gz",
"moment": "https://github.com/pagarme/moment/archive/0.0.4.tar.gz",
"prequest": "^1.0.0",
"ramda": "^0.19.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"coveralls": "^2.11.6",
"coveralls": "3.0.2",
"istanbul": "^0.4.2",
"mocha": "^2.4.5"
"mocha": "5.2.0"
}
}

0 comments on commit 1793fed

Please sign in to comment.