From 501822ec2da143b06f2b3ef8adabfc866b408bd7 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 11 Apr 2019 08:56:21 +0000 Subject: [PATCH 1/2] chore(package): update gulp-markdown to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2baa9e8..20df779 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gulp-jsbeautifier": "^2.1.2", "gulp-layout": "0.0.4", "gulp-load-plugins": "^1.5.0", - "gulp-markdown": "^3.0.0", + "gulp-markdown": "^4.0.0", "gulp-plumber": "^1.2.0", "gulp-postcss": "^8.0.0", "gulp-pug": "^4.0.1", From 4b2f0245d424e79ea13be9669c832981faa29a98 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 11 Apr 2019 08:56:24 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2e76a51..a89d138 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5101,14 +5101,14 @@ gulp-load-plugins@^1.5.0: micromatch "^2.3.8" resolve "^1.1.7" -gulp-markdown@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/gulp-markdown/-/gulp-markdown-3.0.0.tgz#bba5cfcbc33b187e130bb838f332708b286bd938" - integrity sha512-BRpQXr7AX6HPR4zg87bHvlkTuMTj/vTprQV1Ewke86ImcY1o/CJE1ouE+LKL09vzEv+TivNiQw+g1nLBNWoLUA== +gulp-markdown@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/gulp-markdown/-/gulp-markdown-4.0.0.tgz#1bf228052f52c98d53cc2fa6f50c750ceeceb920" + integrity sha512-aLpEc695NHBJMyS0XnQjKLPAx3By7VElALjBV0GVbicsNdiz9pYjcjgA1Eh+hErGJ7WlLiWhISfKf/sg08Q2BA== dependencies: - marked "^0.4.0" + marked "^0.6.2" plugin-error "^1.0.1" - through2 "^2.0.0" + through2 "^3.0.1" gulp-match@^1.0.3: version "1.0.3" @@ -7276,10 +7276,10 @@ marked@^0.3.3, marked@^0.3.5: resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.19.tgz#5d47f709c4c9fc3c216b6d46127280f40b39d790" integrity sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg== -marked@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.4.0.tgz#9ad2c2a7a1791f10a852e0112f77b571dce10c66" - integrity sha512-tMsdNBgOsrUophCAFQl0XPe6Zqk/uy9gnue+jIIKhykO51hxyu6uNx7zBPy0+y/WKYVZZMspV9YeXLNdKk+iYw== +marked@^0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/marked/-/marked-0.6.2.tgz#c574be8b545a8b48641456ca1dbe0e37b6dccc1a" + integrity sha512-LqxwVH3P/rqKX4EKGz7+c2G9r98WeM/SW34ybhgNGhUQNKtf1GmmSkJ6cDGJ/t6tiyae49qRkpyTw2B9HOrgUA== matchdep@^2.0.0: version "2.0.0" @@ -9365,6 +9365,15 @@ read-pkg@^3.0.0: string_decoder "~1.1.1" util-deprecate "~1.0.1" +"readable-stream@2 || 3": + version "3.3.0" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.3.0.tgz#cb8011aad002eb717bf040291feba8569c986fb9" + integrity sha512-EsI+s3k3XsW+fU8fQACLN59ky34AZ14LoeVZpYwmZvldCFo0r0gnelwF2TcMjLor/BTL5aDJVBMkss0dthToPw== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + "readable-stream@>=1.0.33-1 <1.1.0-0", readable-stream@~1.0.17, readable-stream@~1.0.27-1, readable-stream@~1.0.33-1: version "1.0.34" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" @@ -11174,6 +11183,13 @@ through2@^0.6.0, through2@^0.6.1: 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" + integrity sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww== + dependencies: + readable-stream "2 || 3" + through2@~0.4.1: version "0.4.2" resolved "https://registry.yarnpkg.com/through2/-/through2-0.4.2.tgz#dbf5866031151ec8352bb6c4db64a2292a840b9b"