diff --git a/package-lock.json b/package-lock.json index 09a527d..89a538b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "gulp-sourcemaps": "1.6.0", "gulp-svgstore": "6.0.0", "gulp-uglify": "1.5.4", - "gulp-util": "3.0.7", + "gulp-util": "3.0.8", "gulp-watch": "4.3.8", "imports-loader": "^0.6.5", "lolex": "1.5.0", @@ -8378,17 +8378,18 @@ } }, "node_modules/gulp-util": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz", - "integrity": "sha1-eJJcS4+LSQBawBoBHFV+YhiUHLs=", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz", + "integrity": "sha512-q5oWPc12lwSFS9h/4VIjG+1NuNDlJ48ywV2JKItY4Ycc/n1fXJeYPVQsfu5ZrhQi7FGSDBalwUCLar/GyHXKGw==", "deprecated": "gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5", "dev": true, + "license": "MIT", "dependencies": { "array-differ": "^1.0.0", "array-uniq": "^1.0.2", "beeper": "^1.0.0", "chalk": "^1.0.0", - "dateformat": "^1.0.11", + "dateformat": "^2.0.0", "fancy-log": "^1.1.0", "gulplog": "^1.0.0", "has-gulplog": "^0.1.0", @@ -8407,6 +8408,16 @@ "node": ">=0.10" } }, + "node_modules/gulp-util/node_modules/dateformat": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz", + "integrity": "sha512-GODcnWq3YGoTnygPfi02ygEiRxqUxpJwuRHjdhJYuxpcZmDq4rjBiXYmbCCzStxo176ixfLT6i4NPwQooRySnw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + } + }, "node_modules/gulp-util/node_modules/minimist": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", diff --git a/package.json b/package.json index 5ea49c8..d26f093 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "gulp-sourcemaps": "1.6.0", "gulp-svgstore": "6.0.0", "gulp-uglify": "1.5.4", - "gulp-util": "3.0.7", + "gulp-util": "3.0.8", "gulp-watch": "4.3.8", "imports-loader": "^0.6.5", "lolex": "1.5.0",