diff --git a/package-lock.json b/package-lock.json index 6c2e38f..ddfcc0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -145,7 +145,7 @@ "gulp-replace": "^0.5.4", "gulp-sourcemaps": "^3.0.0", "gulp-svgmin": "^4.1.0", - "gulp-untar": "^0.0.7", + "gulp-untar": "^0.0.8", "husky": "^0.14.3", "innosetup": "^6.4.1", "istanbul-lib-coverage": "^3.2.0", @@ -12963,12 +12963,13 @@ } }, "node_modules/gulp-untar": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/gulp-untar/-/gulp-untar-0.0.7.tgz", - "integrity": "sha512-0QfbCH2a1k2qkTLWPqTX+QO4qNsHn3kC546YhAP3/n0h+nvtyGITDuDrYBMDZeW4WnFijmkOvBWa5HshTic1tw==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/gulp-untar/-/gulp-untar-0.0.8.tgz", + "integrity": "sha512-mqW7v2uvrxd8IoCCwJ04sPYgWjR3Gsi6yfhVWBK3sFMDP7FuoT7GNmxrCMwkk4RWqQohx8DRv+cDq4SRDXATGA==", "dev": true, + "license": "MIT", "dependencies": { - "event-stream": "~3.3.4", + "event-stream": "3.3.4", "streamifier": "~0.1.1", "tar": "^2.2.1", "through2": "~2.0.3", diff --git a/package.json b/package.json index 1b58ac7..23b00e6 100644 --- a/package.json +++ b/package.json @@ -207,7 +207,7 @@ "gulp-replace": "^0.5.4", "gulp-sourcemaps": "^3.0.0", "gulp-svgmin": "^4.1.0", - "gulp-untar": "^0.0.7", + "gulp-untar": "^0.0.8", "husky": "^0.14.3", "innosetup": "^6.4.1", "istanbul-lib-coverage": "^3.2.0",