Skip to content

Commit

Permalink
Security: bump request to 2.81.0
Browse files Browse the repository at this point in the history
2.81.0 has been recently released to address a vulnerability in qs.
Reference: request/request#2584
  • Loading branch information
MaxSem committed Mar 11, 2017
1 parent 1cdae73 commit f94f91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -19,7 +19,7 @@
"tilelive": "~5.12.0",
"tiletype": "0.3.x",
"tar": "~2.2.1",
"request": "~2.65.0",
"request": "~2.81.0",
"numeral": "~1.5.3",
"sphericalmercator": "~1.0.5",
"spherical": "~0.1.0",
Expand All @@ -37,4 +37,4 @@
"test": "tape test/*.js",
"coverage": "istanbul cover tape test/*.js && coveralls < ./coverage/lcov.info"
}
}
}

0 comments on commit f94f91e

Please sign in to comment.