From 4186e16dfbe1b55f4d70d0018aa6028b85b08ef3 Mon Sep 17 00:00:00 2001 From: Ken Hawkins Date: Thu, 10 Oct 2019 12:49:23 +0200 Subject: [PATCH] Update to vf-core beta.4 --- gulpfile.js | 4 +- package.json | 4 +- yarn.lock | 195 ++++++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 163 insertions(+), 40 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 7c099a66..0fd4d718 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -54,9 +54,7 @@ gulp.task('set-to-development', function(done) { gulp.task('set-to-static-build', function(done) { process.argv.push('--quiet'); process.env.ELEVENTY_ENV = 'production'; - fractalBuildMode = 'build'; - // todo: switch build mode once vf-core beta.4 is out - // fractalBuildMode = 'dataobject'; // run fractal in server mode as there's no need for static html assets + fractalBuildMode = 'dataobject'; // run fractal in server mode as there's no need for static html assets done(); }); diff --git a/package.json b/package.json index dca91888..c45d1eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visual-framework/vf-boilerplate-eleventy", - "version": "2.0.0-alpha.11", + "version": "2.0.0-alpha.12", "description": "Build a site with Visual Framework components using the the Eleventy templating engine.", "repository": { "type": "git", @@ -30,7 +30,7 @@ "@visual-framework/vf-banner": "1.0.0-alpha.7", "@visual-framework/vf-code-example": "^1.0.0-alpha.7", "@visual-framework/vf-content": "^1.0.0-beta.7", - "@visual-framework/vf-core": "^2.0.0-beta.3", + "@visual-framework/vf-core": "^2.0.0-beta.4", "@visual-framework/vf-design-tokens": "^1.0.0-beta.6", "@visual-framework/vf-divider": "^1.0.0-rc.7", "@visual-framework/vf-eleventy--extensions": "^1.0.0-alpha.11", diff --git a/yarn.lock b/yarn.lock index e6d3a7a8..f93e7ec6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -558,22 +558,41 @@ "@visual-framework/vf-list" "^1.0.0-beta.7" "@visual-framework/vf-text" "^1.0.0-beta.7" -"@visual-framework/vf-core@^2.0.0-beta.3": - version "2.0.0-beta.3" - resolved "https://registry.yarnpkg.com/@visual-framework/vf-core/-/vf-core-2.0.0-beta.3.tgz#1a987f3a7963b9316ed9014b3d2d116c413e07f4" +"@visual-framework/vf-core@^2.0.0-beta.4": + version "2.0.0-beta.4" + resolved "https://registry.yarnpkg.com/@visual-framework/vf-core/-/vf-core-2.0.0-beta.4.tgz#19c9738d4ad6e7386f878d0fd2ef680c137f3796" + integrity sha512-pFjPCox96lbtE3rD5cvVWfJzKJcuWFx7W19fe8Vp5fzfRMB1NdBPYlNoKvJYTcDD7tY81ifl8EPumC0+y30ZDg== dependencies: "@frctl/fractal" "^1.2.0-beta.3" "@frctl/nunjucks" "^2.0.1" chalk "^2.4.2" + del "^5.0.0" fast-glob "^3.0.4" gulp "^4.0.2" + gulp-autoprefixer "^7.0.0" + gulp-babel "^8.0.0" + gulp-better-rollup "^4.0.1" + gulp-compile-handlebars "^0.6.1" + gulp-cssnano "^2.1.3" gulp-delete-lines "^0.0.7" + gulp-notify "^3.2.0" + gulp-rename "^1.4.0" + gulp-replace-path "^0.4.0" + gulp-sass "^4.0.2" + gulp-shell "^0.7.1" + gulp-sourcemaps "^2.6.5" + gulp-stylelint "^9.0.0" + gulp-svgmin "^2.2.0" + gulp-watch "^5.0.1" highlight.js "^9.15.10" install "^0.13.0" + list-stream "^1.0.1" marked "^0.7.0" npm "^6.11.1" rollup "^1.20.0" - stylelint "^10.1.0" + rollup-plugin-includepaths "^0.2.3" + stylelint "^11.0.0" + stylelint-order "^3.0.0" stylelint-scss "^3.9.4" theo "^8.1.4" vinyl-source-stream "^2.0.0" @@ -1556,6 +1575,11 @@ binaryextensions@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/binaryextensions/-/binaryextensions-2.1.2.tgz#c83c3d74233ba7674e4f313cb2a2b70f54e94b7c" +binaryextensions@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/binaryextensions/-/binaryextensions-1.0.1.tgz#1e637488b35b58bda5f4774bf96a5212a8c90755" + integrity sha1-HmN0iLNbWL2l9HdL+WpSEqjJB1U= + blob@0.0.5: version "0.0.5" resolved "https://registry.yarnpkg.com/blob/-/blob-0.0.5.tgz#d680eeef25f8cd91ad533f5b01eed48e64caf683" @@ -2885,7 +2909,7 @@ del@^2.2.0: pinkie-promise "^2.0.0" rimraf "^2.2.8" -del@^5.1.0: +del@^5.0.0, del@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7" dependencies: @@ -3480,6 +3504,19 @@ event-emitter@^0.3.5: d "1" es5-ext "~0.10.14" +event-stream@~3.0.18: + version "3.0.20" + resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.0.20.tgz#038bbb2ea9ea90385b26fbc1854d0b539f2abea3" + integrity sha1-A4u7LqnqkDhbJvvBhU0LU58qvqM= + dependencies: + duplexer "~0.1.1" + from "~0" + map-stream "~0.0.3" + pause-stream "0.0.11" + split "0.2" + stream-combiner "~0.0.3" + through "~2.3.1" + event-stream@~3.1.0: version "3.1.7" resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.1.7.tgz#b4c540012d0fe1498420f3d8946008db6393c37a" @@ -4456,7 +4493,7 @@ gm@^1.14.2: cross-spawn "^4.0.0" debug "^3.1.0" -gonzales-pe@^4.2.3: +gonzales-pe@^4.2.3, gonzales-pe@^4.2.4: version "4.2.4" resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.2.4.tgz#356ae36a312c46fe0f1026dd6cb539039f8500d2" dependencies: @@ -4561,7 +4598,7 @@ growly@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" -gulp-autoprefixer@^7.0.1: +gulp-autoprefixer@^7.0.0, gulp-autoprefixer@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/gulp-autoprefixer/-/gulp-autoprefixer-7.0.1.tgz#3c0dc26afc802d317e7560a7f760a0399049075a" integrity sha512-QJGEmHw+bEt7FSqvmbAUTxbCuNLJYx4sz3ox9WouYqT/7j5FH5CQ8ZnpL1M7H5npX1bUJa7lUVY1w20jXxhOxg== @@ -4614,6 +4651,15 @@ gulp-cli@^2.2.0: v8flags "^3.0.1" yargs "^7.1.0" +gulp-compile-handlebars@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/gulp-compile-handlebars/-/gulp-compile-handlebars-0.6.1.tgz#9cc1d9cb951105dfae530928d2a904a14d74c5d3" + integrity sha1-nMHZy5URBd+uUwko0qkEoU10xdM= + dependencies: + gulp-util "^3.0.3" + handlebars ">=3.0.0" + through2 "^0.6.3" + gulp-cssnano@^2.1.3: version "2.1.3" resolved "https://registry.yarnpkg.com/gulp-cssnano/-/gulp-cssnano-2.1.3.tgz#02007e2817af09b3688482b430ad7db807aebf72" @@ -4674,6 +4720,15 @@ gulp-rename@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/gulp-rename/-/gulp-rename-1.4.0.tgz#de1c718e7c4095ae861f7296ef4f3248648240bd" +gulp-replace-path@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/gulp-replace-path/-/gulp-replace-path-0.4.0.tgz#d6f5826900daff53d1e5983f3da0f5de599c6869" + integrity sha1-1vWCaQDa/1PR5Zg/PaD13lmcaGk= + dependencies: + event-stream "~3.0.18" + istextorbinary "~1.0.0" + replacestream "0.1.3" + gulp-sass@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/gulp-sass/-/gulp-sass-4.0.2.tgz#cfb1e3eff2bd9852431c7ce87f43880807d8d505" @@ -4687,7 +4742,7 @@ gulp-sass@^4.0.2: through2 "^2.0.0" vinyl-sourcemaps-apply "^0.2.0" -gulp-shell@^0.7.0: +gulp-shell@^0.7.0, gulp-shell@^0.7.1: version "0.7.1" resolved "https://registry.yarnpkg.com/gulp-shell/-/gulp-shell-0.7.1.tgz#0434d3dd852eb256824076466935b51c5f7b5191" dependencies: @@ -4733,7 +4788,7 @@ gulp-svgmin@^2.2.0: plugin-error "^1.0.1" svgo "^1.2.1" -gulp-util@>=2.2.0: +gulp-util@>=2.2.0, gulp-util@^3.0.3: version "3.0.8" resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f" dependencies: @@ -4839,6 +4894,17 @@ handlebars-utils@^1.0.2, handlebars-utils@^1.0.4, handlebars-utils@^1.0.6: kind-of "^6.0.0" typeof-article "^0.1.1" +handlebars@>=3.0.0: + version "4.4.3" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.3.tgz#180bae52c1d0e9ec0c15d7e82a4362d662762f6e" + integrity sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw== + dependencies: + neo-async "^2.6.0" + optimist "^0.6.1" + source-map "^0.6.1" + optionalDependencies: + uglify-js "^3.1.4" + handlebars@^4.0.11, handlebars@^4.0.13, handlebars@^4.0.5, handlebars@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67" @@ -5779,6 +5845,14 @@ istextorbinary@^2.1.0, istextorbinary@^2.5.1: editions "^2.1.3" textextensions "^2.4.0" +istextorbinary@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/istextorbinary/-/istextorbinary-1.0.2.tgz#ace19354d1a9a0173efeb1084ce0f87b0ad7decf" + integrity sha1-rOGTVNGpoBc+/rEITOD4ewrX3s8= + dependencies: + binaryextensions "~1.0.0" + textextensions "~1.0.0" + javascript-stringify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-2.0.0.tgz#ef750216ae66504ffd670b68c8b8aa07bdf7b588" @@ -5988,9 +6062,10 @@ klaw@^1.0.0: optionalDependencies: graceful-fs "^4.1.9" -known-css-properties@^0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.14.0.tgz#d7032b4334a32dc22e6e46b081ec789daf18756c" +known-css-properties@^0.15.0: + version "0.15.0" + resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.15.0.tgz#5aa14a98b5a1652448aad44a1c67e867e4e7d88c" + integrity sha512-TS0RCcQfHYsA+59uIHhnsA71NBkpILbqi0W+hde4R5FtESdzur0tCJFoko/1Pbhx+8rmdUc0R1VE4ixnnD+9xw== kuler@1.0.x: version "1.0.1" @@ -6673,6 +6748,11 @@ map-obj@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9" +map-stream@~0.0.3: + version "0.0.7" + resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8" + integrity sha1-ih8HiW2CsQkmvTdEokIACfiJdKg= + map-stream@~0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" @@ -8372,9 +8452,10 @@ postcss-html@^0.36.0: dependencies: htmlparser2 "^3.10.0" -postcss-jsx@^0.36.1: - version "0.36.2" - resolved "https://registry.yarnpkg.com/postcss-jsx/-/postcss-jsx-0.36.2.tgz#34bcd6752426a60b8df73f069e7595383060a794" +postcss-jsx@^0.36.3: + version "0.36.3" + resolved "https://registry.yarnpkg.com/postcss-jsx/-/postcss-jsx-0.36.3.tgz#c91113eae2935a1c94f00353b788ece9acae3f46" + integrity sha512-yV8Ndo6KzU8eho5mCn7LoLUGPkXrRXRjhMpX4AaYJ9wLJPv099xbtpbRQ8FrPnzVxb/cuMebbPR7LweSt+hTfA== dependencies: "@babel/core" ">=7.2.2" @@ -8525,12 +8606,13 @@ postcss-safe-parser@^4.0.1: dependencies: postcss "^7.0.0" -postcss-sass@^0.3.5: - version "0.3.5" - resolved "https://registry.yarnpkg.com/postcss-sass/-/postcss-sass-0.3.5.tgz#6d3e39f101a53d2efa091f953493116d32beb68c" +postcss-sass@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/postcss-sass/-/postcss-sass-0.4.1.tgz#6177205d2c287973551bd2938fc4b375961e3173" + integrity sha512-YDdykeDHylqiD2CdXuP7K1aDz7hCflGVB6H6lqabWVab5mVOWhguUuWZYpFU22/E12AEGiMlOfZnLqr343zhVA== dependencies: - gonzales-pe "^4.2.3" - postcss "^7.0.1" + gonzales-pe "^4.2.4" + postcss "^7.0.14" postcss-scss@^2.0.0: version "2.0.0" @@ -8562,6 +8644,14 @@ postcss-selector-parser@^6.0.2: indexes-of "^1.0.1" uniq "^1.0.1" +postcss-sorting@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-5.0.1.tgz#10d5d0059eea8334dacc820c0121864035bc3f11" + integrity sha512-Y9fUFkIhfrm6i0Ta3n+89j56EFqaNRdUKqXyRp6kvTcSXnmgEjaVowCXH+JBe9+YKWqd4nc28r2sgwnzJalccA== + dependencies: + lodash "^4.17.14" + postcss "^7.0.17" + postcss-svgo@^2.1.1: version "2.1.6" resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-2.1.6.tgz#b6df18aa613b666e133f08adb5219c2684ac108d" @@ -8583,7 +8673,7 @@ postcss-unique-selectors@^2.0.2: postcss "^5.0.4" uniqs "^2.0.0" -postcss-value-parser@^3.0.1, postcss-value-parser@^3.0.2, postcss-value-parser@^3.1.1, postcss-value-parser@^3.1.2, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1: +postcss-value-parser@^3.0.1, postcss-value-parser@^3.0.2, postcss-value-parser@^3.1.1, postcss-value-parser@^3.1.2, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0: version "3.3.1" resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" @@ -8620,7 +8710,7 @@ postcss@^5.0.10, postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.13, postcss@^5.0 source-map "^0.5.6" supports-color "^3.2.3" -postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.7: +postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.7: version "7.0.17" resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.17.tgz#4da1bdff5322d4a0acaab4d87f3e782436bad31f" dependencies: @@ -9163,7 +9253,7 @@ readable-stream@1.1.x, readable-stream@~1.1.10, readable-stream@~1.1.9: string_decoder "^1.1.1" util-deprecate "^1.0.1" -readable-stream@~1.0.17: +"readable-stream@>=1.0.33-1 <1.1.0-0", readable-stream@~1.0.17: version "1.0.34" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" dependencies: @@ -9423,6 +9513,13 @@ replace-homedir@^1.0.0: is-absolute "^1.0.0" remove-trailing-separator "^1.1.0" +replacestream@0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/replacestream/-/replacestream-0.1.3.tgz#e018d3a37724600ccd0c005990d8a21b7b54ff34" + integrity sha1-4BjTo3ckYAzNDABZkNiiG3tU/zQ= + dependencies: + through "~2.3.4" + request@^2.87.0, request@^2.88.0: version "2.88.0" resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" @@ -10446,7 +10543,7 @@ stdout-stream@^1.4.0: dependencies: readable-stream "^2.0.1" -stream-combiner@~0.0.4: +stream-combiner@~0.0.3, stream-combiner@~0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14" dependencies: @@ -10630,6 +10727,15 @@ style-search@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902" +stylelint-order@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-3.1.1.tgz#ba9ea6844d1482f97f31204e7c9605c7b792c294" + integrity sha512-4gP/r8j/6JGZ/LL41b2sYtQqfwZl4VSqTp7WeIwI67v/OXNQ08dnn64BGXNwAUSgb2+YIvIOxQaMzqMyQMzoyQ== + dependencies: + lodash "^4.17.15" + postcss "^7.0.17" + postcss-sorting "^5.0.1" + stylelint-scss@^3.9.4: version "3.9.4" resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.9.4.tgz#c32274575c2e41101105e7606bbd96325b558b23" @@ -10640,9 +10746,10 @@ stylelint-scss@^3.9.4: postcss-selector-parser "^6.0.2" postcss-value-parser "^4.0.2" -stylelint@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-10.1.0.tgz#1bc4c4ce878107e7c396b19226d91ba28268911a" +stylelint@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-11.0.0.tgz#1458d1e126d4f2fb9f41076197f852aa1fcae91d" + integrity sha512-esKkG7CUXI5yr4jgCNuwjiiV6NJ4BpodB0e47oFvUBaHgpiXXHRPOajpb0IXL7Ucpk+X3dcrlPxVHpmJ5XUDwg== dependencies: autoprefixer "^9.5.1" balanced-match "^1.0.0" @@ -10659,29 +10766,28 @@ stylelint@^10.1.0: ignore "^5.0.6" import-lazy "^4.0.0" imurmurhash "^0.1.4" - known-css-properties "^0.14.0" + known-css-properties "^0.15.0" leven "^3.1.0" - lodash "^4.17.11" + lodash "^4.17.14" log-symbols "^3.0.0" mathml-tag-names "^2.1.0" meow "^5.0.0" micromatch "^4.0.0" normalize-selector "^0.2.0" - pify "^4.0.1" postcss "^7.0.14" postcss-html "^0.36.0" - postcss-jsx "^0.36.1" + postcss-jsx "^0.36.3" postcss-less "^3.1.4" postcss-markdown "^0.36.0" postcss-media-query-parser "^0.2.3" postcss-reporter "^6.0.1" postcss-resolve-nested-selector "^0.1.1" postcss-safe-parser "^4.0.1" - postcss-sass "^0.3.5" + postcss-sass "^0.4.1" postcss-scss "^2.0.0" postcss-selector-parser "^3.1.0" postcss-syntax "^0.36.2" - postcss-value-parser "^3.3.1" + postcss-value-parser "^4.0.2" resolve-from "^5.0.0" signal-exit "^3.0.2" slash "^3.0.0" @@ -10692,6 +10798,7 @@ stylelint@^10.1.0: sugarss "^2.0.0" svg-tags "^1.0.0" table "^5.2.3" + v8-compile-cache "^2.1.0" stylus-lookup@^3.0.1: version "3.0.2" @@ -10856,6 +10963,11 @@ textextensions@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/textextensions/-/textextensions-2.4.0.tgz#6a143a985464384cc2cff11aea448cd5b018e72b" +textextensions@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/textextensions/-/textextensions-1.0.2.tgz#65486393ee1f2bb039a60cbba05b0b68bd9501d2" + integrity sha1-ZUhjk+4fK7A5pgy7oFsLaL2VAdI= + tfunk@^3.0.1: version "3.1.0" resolved "https://registry.yarnpkg.com/tfunk/-/tfunk-3.1.0.tgz#38e4414fc64977d87afdaa72facb6d29f82f7b5b" @@ -10914,13 +11026,21 @@ through2@^0.4.1: readable-stream "~1.0.17" xtend "~2.1.1" +through2@^0.6.3: + version "0.6.5" + resolved "https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48" + integrity sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg= + dependencies: + readable-stream ">=1.0.33-1 <1.1.0-0" + xtend ">=4.0.0 <4.1.0-0" + through2@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.1.tgz#39276e713c3302edf9e388dd9c812dd3b825bd5a" dependencies: readable-stream "2 || 3" -through@2, "through@>=2.2.7 <3", through@^2.3.6, through@~2.3, through@~2.3.1: +through@2, "through@>=2.2.7 <3", through@^2.3.6, through@~2.3, through@~2.3.1, through@~2.3.4: version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" @@ -11477,6 +11597,11 @@ uuid@^3.0.1, uuid@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" +v8-compile-cache@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e" + integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g== + v8flags@^3.0.1: version "3.1.3" resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-3.1.3.tgz#fc9dc23521ca20c5433f81cc4eb9b3033bb105d8" @@ -11874,7 +11999,7 @@ xregexp@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-2.0.0.tgz#52a63e56ca0b84a7f3a5f3d61872f126ad7a5943" -xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1: +"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"