Skip to content

Commit f9b368b

Browse files
committed
upgrade dependencies
1 parent 02cf715 commit f9b368b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.0 (2017-01-10)
2+
- Upgraded dependencies:
3+
- eslint: ^3.0.0
4+
- fs-extra: ^1.0.0
5+
- istanbul: ^1.1.0-alpha.1,
6+
- mocha: ^3.0.0
7+
18
## 0.2.0 (2016-06-02)
29
- IMPORTANT (breaking change): The `codecov.io` NPM module has been deprecated and also contains potential vulnerabilities and has been removed in favor of the official `codecov` NPM module. You will need to modify `.npmscriptrc` and replace `"travis": { "report": "cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js" },` with `"travis": { "report": "./node_modules/.bin/codecov" },`. Apologies for the inconvencience.
310
- Information on the `codecov.io` potential vulnerabilities in dependent modules: [hawk](https://snyk.io/vuln/npm:hawk:20160119) & [request](https://snyk.io/vuln/npm:request:20160119)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"dependencies": {
2121
"chai": "^3.0.0",
2222
"codecov": "^1.0.0",
23-
"eslint": "^2.0.0",
24-
"fs-extra": "^0.30.0",
25-
"istanbul": "^1.0.0-alpha.2",
26-
"mocha": "^2.0.0",
23+
"eslint": "^3.0.0",
24+
"fs-extra": "^1.0.0",
25+
"istanbul": "^1.1.0-alpha.1",
26+
"mocha": "^3.0.0",
2727
"snyk": "^1.0.0",
2828
"strip-json-comments": "^2.0.0"
2929
},

0 commit comments

Comments
 (0)