Skip to content

Commit eda90e0

Browse files
committed
Remove dependency on hawk, upgrade request
This patch removes the explicit dependency on hawk, and upgrades request to the newest version. It also removes node 0.10 from the testing grid, as this version has been EOL'd by the node foundation, and doesn't support es6 syntax used in the newer introduced dependencies. https://nodesecurity.io/advisories/566 https://hackerone.com/reports/310439 https://github.com/nodejs/Release Closes #346
1 parent b2ed35a commit eda90e0

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ addons:
1717

1818
env:
1919
matrix:
20-
- NODE_VERSION="0.10"
2120
- NODE_VERSION="6" RETIRE=true
2221
- NODE_VERSION="4"
2322
- NODE_VERSION="5"

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ os: Visual Studio 2015
22

33
environment:
44
matrix:
5-
- nodejs_version: 0.10
65
- nodejs_version: 4
76
- nodejs_version: 6
87
- nodejs_version: 8

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"nopt": "^4.0.1",
2525
"npmlog": "^4.0.2",
2626
"rc": "^1.1.7",
27-
"request": "2.81.0",
28-
"hawk":"3.1.3",
27+
"request": "2.83.0",
2928
"rimraf": "^2.6.1",
3029
"semver": "^5.3.0",
3130
"detect-libc": "^1.0.2",

0 commit comments

Comments
 (0)