Skip to content

Commit 211349e

Browse files
authored
Merge pull request #128 from zmknox/master
Dependency security fixes and Node version bump to v4
2 parents 83f56b1 + eef32f2 commit 211349e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.swp
22
npm-debug.log
33
node_modules/
4+
package-lock.json

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "4.9"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpagetest",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "WebPageTest API wrapper for NodeJS",
55
"author": "Marcel Duran <[email protected]> (http://github.com/marcelduran)",
66
"homepage": "http://github.com/marcelduran/webpagetest-api",
@@ -25,13 +25,13 @@
2525
"test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js"
2626
},
2727
"engines": {
28-
"node": ">=0.10.1"
28+
"node": ">=4.9.1 "
2929
},
3030
"dependencies": {
3131
"commander": "2.10.0",
32-
"csv": "^1.1.1",
32+
"csv": "^5.3.0",
3333
"entities": "^1.1.1",
34-
"mocha": "^3.4.1",
34+
"mocha": "^5.2.0",
3535
"xml2js": "^0.4.19"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)