upgrade packages to fix fulnerabilities

* axios - CVE-2019-10742
* tar - CVE-2018-20834
* lodash - CVE-2018-16487
* cached-path-relative - CVE-2018-16472

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-30 07:56:28 -04:00
parent 29407f3bc4
commit 195240a2a4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 5064 additions and 2774 deletions

View File

@ -1,3 +1,4 @@
{ {
"presets": ["env"] "presets": ["env"],
"retainLines": true
} }

7809
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,39 +10,41 @@
}, },
"devDependencies": { "devDependencies": {
"babel": "^6.23.0", "babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0", "babel-register": "^6.26.0",
"browser-sync": "^2.24.6", "browser-sync": "^2.26.5",
"browserify": "^13.3.0", "browserify": "^16.2.3",
"del": "^2.2.0", "del": "^2.2.0",
"gulp": "^3.9.0", "gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1", "gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.3", "gulp-babel": "^6.1.3",
"gulp-buffer": "0.0.2", "gulp-buffer": "0.0.2",
"gulp-clean-css": "^2.0.3", "gulp-clean-css": "^2.3.2",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.0", "gulp-concat": "^2.6.0",
"gulp-file-include": "^1.0.0", "gulp-file-include": "^1.0.0",
"gulp-htmlmin": "^4.0.0", "gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^2.4.0", "gulp-imagemin": "^2.4.0",
"gulp-newer": "^1.4.0", "gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.0", "gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0", "gulp-rename": "^1.4.0",
"gulp-sass": "^2.2.0", "gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.6.4", "gulp-sourcemaps": "^2.6.5",
"gulp-static-hash": "^0.1.4", "gulp-static-hash": "^0.1.4",
"gulp-streamify": "^1.0.2", "gulp-streamify": "^1.0.2",
"gulp-tap": "^1.0.1", "gulp-tap": "^1.0.1",
"gulp-template": "^5.0.0", "gulp-template": "^5.0.0",
"gulp-uglify": "^1.5.3", "gulp-uglify": "^1.5.3",
"gulp-useref": "^3.1.5", "gulp-useref": "^3.1.6",
"gulp-util": "^3.0.7", "gulp-util": "^3.0.7",
"vinyl-buffer": "^1.0.1", "vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2" "vinyl-source-stream": "^1.1.2"
}, },
"dependencies": { "dependencies": {
"build-url": "^1.1.2", "build-url": "^1.3.3",
"d3-ease": "^1.0.3", "d3-ease": "^1.0.5",
"d3-interpolate": "^1.2.0", "d3-interpolate": "^1.3.2",
"d3-scale": "^1.0.7", "d3-scale": "^1.0.7",
"ip": "^1.1.5", "ip": "^1.1.5",
"js-cookie": "^2.2.0", "js-cookie": "^2.2.0",