Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit cc52482

Browse files
authored
Dependencies update : fix security issues
The 2.1.14 version [has some vulnerabilities](https://snyk.io/test/npm/phantomjs-prebuilt/2.1.14) that can be fixed by updating the npm dependencies. This PR fixes : * 1 *Uninitialized Memory Exposure* : updated `extract-zip@1.5.0` to version _1.6.5_ * 1 *Uninitialized Memory Exposure* : updated `request@2.79.0` to version _2.81.0_ ([change log](https://github.com/request/request/blob/master/CHANGELOG.md#v2810-20170309))
1 parent 750d5f3 commit cc52482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
},
4141
"dependencies": {
4242
"es6-promise": "~4.0.3",
43-
"extract-zip": "~1.5.0",
43+
"extract-zip": "~1.6.5",
4444
"fs-extra": "~1.0.0",
4545
"hasha": "~2.2.0",
4646
"kew": "~0.7.0",
4747
"progress": "~1.1.8",
48-
"request": "~2.79.0",
48+
"request": "~2.81.0",
4949
"request-progress": "~2.0.1",
5050
"which": "~1.2.10"
5151
},

0 commit comments

Comments
 (0)