[TASK] Update gulp-cache-bust
This commit is contained in:
parent
5c6f478fe6
commit
dc81543bc2
@ -18,7 +18,7 @@
|
|||||||
"eslint-plugin-react": "^7.5.1",
|
"eslint-plugin-react": "^7.5.1",
|
||||||
"gulp": "github:gulpjs/gulp#4.0",
|
"gulp": "github:gulpjs/gulp#4.0",
|
||||||
"gulp-autoprefixer": "^4.1.0",
|
"gulp-autoprefixer": "^4.1.0",
|
||||||
"gulp-cache-bust": "^1.1.0",
|
"gulp-cache-bust": "^1.3.0",
|
||||||
"gulp-cli": "^2.0.0",
|
"gulp-cli": "^2.0.0",
|
||||||
"gulp-environments": "^0.1.2",
|
"gulp-environments": "^0.1.2",
|
||||||
"gulp-eslint": "^4.0.1",
|
"gulp-eslint": "^4.0.1",
|
||||||
|
63
yarn.lock
63
yarn.lock
@ -687,9 +687,9 @@ cache-base@^1.0.1:
|
|||||||
union-value "^1.0.0"
|
union-value "^1.0.0"
|
||||||
unset-value "^1.0.0"
|
unset-value "^1.0.0"
|
||||||
|
|
||||||
cachebust@2.0.1:
|
cachebust@2.3.0:
|
||||||
version "2.0.1"
|
version "2.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/cachebust/-/cachebust-2.0.1.tgz#dbe7dd8576785d0594f210f1411c44f4a9257269"
|
resolved "https://registry.yarnpkg.com/cachebust/-/cachebust-2.3.0.tgz#d9b050194d847c3c12662c5dc1a0db2b59bd7296"
|
||||||
dependencies:
|
dependencies:
|
||||||
cheerio "^0.19.0"
|
cheerio "^0.19.0"
|
||||||
md5 "^2.0.0"
|
md5 "^2.0.0"
|
||||||
@ -954,11 +954,11 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
|
|||||||
dependencies:
|
dependencies:
|
||||||
delayed-stream "~1.0.0"
|
delayed-stream "~1.0.0"
|
||||||
|
|
||||||
commander@2.12.x, commander@~2.12.1:
|
commander@2.12.x:
|
||||||
version "2.12.2"
|
version "2.12.2"
|
||||||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"
|
||||||
|
|
||||||
commander@^2.2.0, commander@^2.8.1, commander@^2.9.0:
|
commander@^2.2.0, commander@^2.8.1, commander@^2.9.0, commander@~2.13.0:
|
||||||
version "2.13.0"
|
version "2.13.0"
|
||||||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
|
||||||
|
|
||||||
@ -1205,13 +1205,6 @@ dashdash@^1.12.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
assert-plus "^1.0.0"
|
assert-plus "^1.0.0"
|
||||||
|
|
||||||
dateformat@^1.0.11:
|
|
||||||
version "1.0.12"
|
|
||||||
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-1.0.12.tgz#9f124b67594c937ff706932e4a642cca8dbbfee9"
|
|
||||||
dependencies:
|
|
||||||
get-stdin "^4.0.1"
|
|
||||||
meow "^3.3.0"
|
|
||||||
|
|
||||||
dateformat@^2.0.0:
|
dateformat@^2.0.0:
|
||||||
version "2.2.0"
|
version "2.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.2.0.tgz#4065e2013cf9fb916ddfd82efb506ad4c6769062"
|
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.2.0.tgz#4065e2013cf9fb916ddfd82efb506ad4c6769062"
|
||||||
@ -2404,16 +2397,19 @@ gulp-autoprefixer@^4.1.0:
|
|||||||
through2 "^2.0.0"
|
through2 "^2.0.0"
|
||||||
vinyl-sourcemaps-apply "^0.2.0"
|
vinyl-sourcemaps-apply "^0.2.0"
|
||||||
|
|
||||||
gulp-cache-bust@^1.1.0:
|
gulp-cache-bust@^1.3.0:
|
||||||
version "1.1.0"
|
version "1.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/gulp-cache-bust/-/gulp-cache-bust-1.1.0.tgz#3fe702ab2e0cc01945debd8f1cc2a2f2b510511d"
|
resolved "https://registry.yarnpkg.com/gulp-cache-bust/-/gulp-cache-bust-1.3.0.tgz#3104d1318cca7d03e9a2e7e4fb8892c711d83845"
|
||||||
dependencies:
|
dependencies:
|
||||||
cachebust "2.0.1"
|
ansi-colors "^1.0.1"
|
||||||
|
cachebust "2.3.0"
|
||||||
|
fancy-log "^1.3.2"
|
||||||
graceful-fs "^4.1.9"
|
graceful-fs "^4.1.9"
|
||||||
gulp-util "3.0.7"
|
|
||||||
map-stream "^0.1.0"
|
map-stream "^0.1.0"
|
||||||
|
plugin-error "^0.1.2"
|
||||||
temp-write "^2.1.0"
|
temp-write "^2.1.0"
|
||||||
through2 "2.0.1"
|
through2 "2.0.1"
|
||||||
|
vinyl "^2.1.0"
|
||||||
|
|
||||||
gulp-cli@^2.0.0:
|
gulp-cli@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
@ -2582,29 +2578,6 @@ gulp-uglify@^3.0.0:
|
|||||||
uglify-js "^3.0.5"
|
uglify-js "^3.0.5"
|
||||||
vinyl-sourcemaps-apply "^0.2.0"
|
vinyl-sourcemaps-apply "^0.2.0"
|
||||||
|
|
||||||
gulp-util@3.0.7:
|
|
||||||
version "3.0.7"
|
|
||||||
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.7.tgz#78925c4b8f8b49005ac01a011c557e6218941cbb"
|
|
||||||
dependencies:
|
|
||||||
array-differ "^1.0.0"
|
|
||||||
array-uniq "^1.0.2"
|
|
||||||
beeper "^1.0.0"
|
|
||||||
chalk "^1.0.0"
|
|
||||||
dateformat "^1.0.11"
|
|
||||||
fancy-log "^1.1.0"
|
|
||||||
gulplog "^1.0.0"
|
|
||||||
has-gulplog "^0.1.0"
|
|
||||||
lodash._reescape "^3.0.0"
|
|
||||||
lodash._reevaluate "^3.0.0"
|
|
||||||
lodash._reinterpolate "^3.0.0"
|
|
||||||
lodash.template "^3.0.0"
|
|
||||||
minimist "^1.1.0"
|
|
||||||
multipipe "^0.1.2"
|
|
||||||
object-assign "^3.0.0"
|
|
||||||
replace-ext "0.0.1"
|
|
||||||
through2 "^2.0.0"
|
|
||||||
vinyl "^0.5.0"
|
|
||||||
|
|
||||||
gulp-util@^3.0, gulp-util@^3.0.0, gulp-util@^3.0.6, gulp-util@^3.0.7, gulp-util@~3.0.6:
|
gulp-util@^3.0, gulp-util@^3.0.0, gulp-util@^3.0.6, gulp-util@^3.0.7, gulp-util@~3.0.6:
|
||||||
version "3.0.8"
|
version "3.0.8"
|
||||||
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f"
|
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f"
|
||||||
@ -3730,7 +3703,7 @@ memoizee@0.4.X:
|
|||||||
next-tick "1"
|
next-tick "1"
|
||||||
timers-ext "^0.1.2"
|
timers-ext "^0.1.2"
|
||||||
|
|
||||||
meow@^3.3.0, meow@^3.7.0:
|
meow@^3.7.0:
|
||||||
version "3.7.0"
|
version "3.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"
|
resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5637,10 +5610,10 @@ ua-parser-js@^0.7.9:
|
|||||||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac"
|
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac"
|
||||||
|
|
||||||
uglify-js@3.3.x, uglify-js@^3.0.5:
|
uglify-js@3.3.x, uglify-js@^3.0.5:
|
||||||
version "3.3.5"
|
version "3.3.7"
|
||||||
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.5.tgz#4c4143dfe08e8825746675cc49a6874a933b543e"
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.7.tgz#28463e7c7451f89061d2b235e30925bf5625e14d"
|
||||||
dependencies:
|
dependencies:
|
||||||
commander "~2.12.1"
|
commander "~2.13.0"
|
||||||
source-map "~0.6.1"
|
source-map "~0.6.1"
|
||||||
|
|
||||||
uid-number@^0.0.6:
|
uid-number@^0.0.6:
|
||||||
@ -5849,7 +5822,7 @@ vinyl@^0.5.0:
|
|||||||
clone-stats "^0.0.1"
|
clone-stats "^0.0.1"
|
||||||
replace-ext "0.0.1"
|
replace-ext "0.0.1"
|
||||||
|
|
||||||
vinyl@^2.0.0:
|
vinyl@^2.0.0, vinyl@^2.1.0:
|
||||||
version "2.1.0"
|
version "2.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.1.0.tgz#021f9c2cf951d6b939943c89eb5ee5add4fd924c"
|
resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.1.0.tgz#021f9c2cf951d6b939943c89eb5ee5add4fd924c"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user