dependabot[bot] opened a new pull request, #337:
URL: https://github.com/apache/druid-website-src/pull/337

   Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates 
ancestor dependencies [lodash](https://github.com/lodash/lodash), 
[bhttp](https://github.com/joepie91/node-bhttp) and 
[gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated 
together.
   
   Updates `lodash` from 4.17.11 to 4.17.21
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/lodash/lodash/commit/f299b52f39486275a9e6483b60a410e06520c538";><code>f299b52</code></a>
 Bump to v4.17.21</li>
   <li><a 
href="https://github.com/lodash/lodash/commit/c4847ebe7d14540bb28a8b932a9ce1b9ecbfee1a";><code>c4847eb</code></a>
 Improve performance of <code>toNumber</code>, <code>trim</code> and 
<code>trimEnd</code> on large input strings</li>
   <li><a 
href="https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c";><code>3469357</code></a>
 Prevent command injection through <code>_.template</code>'s 
<code>variable</code> option</li>
   <li><a 
href="https://github.com/lodash/lodash/commit/ded9bc66583ed0b4e3b7dc906206d40757b4a90a";><code>ded9bc6</code></a>
 Bump to v4.17.20.</li>
   <li><a 
href="https://github.com/lodash/lodash/commit/63150ef7645ac07961b63a86490f419f356429aa";><code>63150ef</code></a>
 Documentation fixes.</li>
   <li><a 
href="https://github.com/lodash/lodash/commit/00f0f62a979d2f5fa0287c06eae70cf9a62d8794";><code>00f0f62</code></a>
 test.js: Remove trailing comma.</li>
   <li><a 
href="https://github.com/lodash/lodash/commit/846e434c7a5b5692c55ebf5715ed677b70a32389";><code>846e434</code></a>
 Temporarily use a custom fork of <code>lodash-cli</code>.</li>
   <li><a 
href="https://github.com/lodash/lodash/commit/5d046f39cbd27f573914768e3b36eeefcc4f1229";><code>5d046f3</code></a>
 Re-enable Travis tests on <code>4.17</code> branch.</li>
   <li><a 
href="https://github.com/lodash/lodash/commit/aa816b36d402a1ad9385142ce7188f17dae514fd";><code>aa816b3</code></a>
 Remove <code>/npm-package</code>.</li>
   <li><a 
href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056";><code>d7fbc52</code></a>
 Bump to v4.17.19</li>
   <li>Additional commits viewable in <a 
href="https://github.com/lodash/lodash/compare/4.17.11...4.17.21";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~bnjmnt4n";>bnjmnt4n</a>, a new releaser for lodash 
since your current version.</p>
   </details>
   <br />
   
   Updates `bhttp` from 1.2.4 to 1.2.8
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/joepie91/node-bhttp/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `gulp` from 3.9.1 to 4.0.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/gulpjs/gulp/releases";>gulp's 
releases</a>.</em></p>
   <blockquote>
   <h2>v4.0.2</h2>
   <h3>Fix</h3>
   <ul>
   <li>Bind src/dest/symlink to the gulp instance to support esm exports (<a 
href="https://github.com/gulpjs/gulp/commit/5667666";>5667666</a>) - Ref <a 
href="https://github-redirect.dependabot.com/standard-things/esm/issues/797";>standard-things/esm#797</a></li>
   </ul>
   <h3>Docs</h3>
   <ul>
   <li>Add notes about esm support (<a 
href="https://github.com/gulpjs/gulp/commit/4091bd3";>4091bd3</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2278";>#2278</a></li>
   <li>Fix the Negative Globs section &amp; examples (<a 
href="https://github.com/gulpjs/gulp/commit/3c66d95";>3c66d95</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2297";>#2297</a></li>
   <li>Remove next tag from recipes (<a 
href="https://github.com/gulpjs/gulp/commit/1693a11";>1693a11</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2277";>#2277</a></li>
   <li>Add default task wrappers to Watching Files examples to make runnable 
(<a href="https://github.com/gulpjs/gulp/commit/d916276";>d916276</a>) - Closes 
<a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2322";>#2322</a></li>
   <li>Fix syntax error in lastRun API docs (<a 
href="https://github.com/gulpjs/gulp/commit/ea52a92";>ea52a92</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2315";>#2315</a></li>
   <li>Fix typo in Explaining Globs (<a 
href="https://github.com/gulpjs/gulp/commit/5d81f42";>5d81f42</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2326";>#2326</a></li>
   </ul>
   <h3>Build</h3>
   <ul>
   <li>Add node 12 to Travis &amp; Azure (<a 
href="https://github.com/gulpjs/gulp/commit/b4b5a68";>b4b5a68</a>)</li>
   </ul>
   <h2>v4.0.1</h2>
   <h3>Fix</h3>
   <ul>
   <li>Temporary workaround for <a 
href="https://github-redirect.dependabot.com/facebook/Docusaurus/issues/257";>facebook/Docusaurus#257</a>
 (<a href="https://github.com/gulpjs/gulp/commit/9f4a2e9";>9f4a2e9</a>) - Closes 
<a 
href="https://github-redirect.dependabot.com/facebook/Docusaurus/issues/257";>facebook/Docusaurus#257</a></li>
   </ul>
   <h3>Docs</h3>
   <ul>
   <li>Fix error in ES2015 usage example (<a 
href="https://github.com/gulpjs/gulp/commit/a4e8d48";>a4e8d48</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2099";>#2099</a> 
<a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2100";>#2100</a></li>
   <li>Add temporary notice for 4.0.0 vs 3.9.1 documentation (<a 
href="https://github.com/gulpjs/gulp/commit/126423a";>126423a</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2121";>#2121</a></li>
   <li>Improve recipe for empty glob array (<a 
href="https://github.com/gulpjs/gulp/commit/45830cf";>45830cf</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2122";>#2122</a></li>
   <li>Reword standard to default (<a 
href="https://github.com/gulpjs/gulp/commit/b065a13";>b065a13</a>)</li>
   <li>Fix recipe typo (<a 
href="https://github.com/gulpjs/gulp/commit/86acdea";>86acdea</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2156";>#2156</a></li>
   <li>Add front-matter to each file (<a 
href="https://github.com/gulpjs/gulp/commit/d693e49";>d693e49</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2109";>#2109</a></li>
   <li>Rename &quot;Getting Started&quot; to &quot;Quick Start&quot; &amp; 
update it (<a 
href="https://github.com/gulpjs/gulp/commit/6a0fa00";>6a0fa00</a>)</li>
   <li>Add &quot;Creating Tasks&quot; documentation (<a 
href="https://github.com/gulpjs/gulp/commit/21b6962";>21b6962</a>)</li>
   <li>Add &quot;JavaScript and Gulpfiles&quot; documentation (<a 
href="https://github.com/gulpjs/gulp/commit/31adf07";>31adf07</a>)</li>
   <li>Add &quot;Working with Files&quot; documentation (<a 
href="https://github.com/gulpjs/gulp/commit/50fafc6";>50fafc6</a>)</li>
   <li>Add &quot;Async Completion&quot; documentation (<a 
href="https://github.com/gulpjs/gulp/commit/ad8b568";>ad8b568</a>)</li>
   <li>Add &quot;Explaining Globs&quot; documentation (<a 
href="https://github.com/gulpjs/gulp/commit/f8cafa0";>f8cafa0</a>)</li>
   <li>Add &quot;Using Plugins&quot; documentation (<a 
href="https://github.com/gulpjs/gulp/commit/233c3f9";>233c3f9</a>)</li>
   <li>Add &quot;Watching Files&quot; documentation (<a 
href="https://github.com/gulpjs/gulp/commit/f3f2d9f";>f3f2d9f</a>)</li>
   <li>Add Table of Contents to &quot;Getting Started&quot; directory (<a 
href="https://github.com/gulpjs/gulp/commit/a43caf2";>a43caf2</a>)</li>
   <li>Improve &amp; fix parts of Getting Started (<a 
href="https://github.com/gulpjs/gulp/commit/84b0234";>84b0234</a>)</li>
   <li>Create and link-to a &quot;docs missing&quot; page for LINK_NEEDED 
references (<a 
href="https://github.com/gulpjs/gulp/commit/2bd75d0";>2bd75d0</a>)</li>
   <li>Redirect users to new Getting Started guides (<a 
href="https://github.com/gulpjs/gulp/commit/53e9727";>53e9727</a>)</li>
   <li>Temporarily reference gulp@next in Quick Start (<a 
href="https://github.com/gulpjs/gulp/commit/2cecf1e";>2cecf1e</a>)</li>
   <li>Fixed a capitalization typo in a heading (<a 
href="https://github.com/gulpjs/gulp/commit/3d051d8";>3d051d8</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2242";>#2242</a></li>
   <li>Use h2 headers within Quick Start documentation (<a 
href="https://github.com/gulpjs/gulp/commit/921312c";>921312c</a>) - Closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2241";>#2241</a></li>
   <li>Fix for nested directories references (<a 
href="https://github.com/gulpjs/gulp/commit/4c2b9a7";>4c2b9a7</a>)</li>
   <li>Add some more cleanup for Docusaurus (<a 
href="https://github.com/gulpjs/gulp/commit/6a8fd8f";>6a8fd8f</a>)</li>
   <li>Temporarily point LINK_NEEDED references to documentation-missing.md (<a 
href="https://github.com/gulpjs/gulp/commit/df7cdcb";>df7cdcb</a>)</li>
   <li>API documentation improvements based on feedback (<a 
href="https://github.com/gulpjs/gulp/commit/0a68710";>0a68710</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md";>gulp's 
changelog</a>.</em></p>
   <blockquote>
   <h1>gulp changelog</h1>
   <h2>4.0.0</h2>
   <h3>Task system changes</h3>
   <ul>
   <li>replaced 3.x task system (orchestrator) with new task system (bach)
   <ul>
   <li>removed gulp.reset</li>
   <li>removed 3 argument syntax for <code>gulp.task</code></li>
   <li><code>gulp.task</code> should only be used when you will call the task 
with the CLI</li>
   <li>added <code>gulp.series</code> and <code>gulp.parallel</code> methods 
for composing tasks. Everything must use these now.</li>
   <li>added single argument syntax for <code>gulp.task</code> which allows a 
named function to be used as the name of the task and task function.</li>
   <li>added <code>gulp.tree</code> method for retrieving the task tree. Pass 
<code>{ deep: true }</code> for an <code>archy</code> compatible node list.</li>
   <li>added <code>gulp.registry</code> for setting custom registries.</li>
   </ul>
   </li>
   </ul>
   <h3>CLI changes</h3>
   <ul>
   <li>split CLI out into a module if you want to save bandwidth/disk space. 
you can install the gulp CLI using either <code>npm install gulp -g</code> or 
<code>npm install gulp-cli -g</code>, where gulp-cli is the smaller one (no 
module code included)</li>
   <li>add <code>--tasks-json</code> flag to CLI to dump the whole tree out for 
other tools to consume</li>
   <li>added <code>--verify</code> flag to check the dependencies in 
package.json against the plugin blacklist.</li>
   </ul>
   <h3>vinyl/vinyl-fs changes</h3>
   <ul>
   <li>added <code>gulp.symlink</code> which functions exactly like 
<code>gulp.dest</code>, but symlinks instead.</li>
   <li>added <code>dirMode</code> param to <code>gulp.dest</code> and 
<code>gulp.symlink</code> which allows better control over the mode of the 
destination folder that is created.</li>
   <li>globs passed to <code>gulp.src</code> will be evaluated in order, which 
means this is possible <code>gulp.src(['*.js', '!b*.js', 'bad.js'])</code> 
(exclude every JS file that starts with a b except bad.js)</li>
   <li>performance for gulp.src has improved massively
   <ul>
   <li><code>gulp.src(['**/*', '!b.js'])</code> will no longer eat CPU since 
negations happen during walking now</li>
   </ul>
   </li>
   <li>added <code>since</code> option to <code>gulp.src</code> which lets you 
only match files that have been modified since a certain date (for incremental 
builds)</li>
   <li>fixed <code>gulp.src</code> not following symlinks</li>
   <li>added <code>overwrite</code> option to <code>gulp.dest</code> which 
allows you to enable or disable overwriting of existing files</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/069350a5febf65adc27bc816a7805471b7d96f03";><code>069350a</code></a>
 Release: 4.0.2</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/b4b5a68373b4c58d6b92321cea64a6ffcc3ff042";><code>b4b5a68</code></a>
 Build: Add node 12 to Travis &amp; Azure</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/5667666ffae15c169f99c7096ca59c05f9440272";><code>5667666</code></a>
 Fix: Bind src/dest/symlink to the gulp instance to support esm exports (ref 
s...</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/4091bd3aff08801625c6128eec079af4a7b5dccb";><code>4091bd3</code></a>
 Docs: Add notes about esm support (closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2278";>#2278</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/3c66d95f014b99f79e0375c43cfa17a7269732a2";><code>3c66d95</code></a>
 Docs: Fix the Negative Globs section &amp; examples (closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2297";>#2297</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/1693a1127116a6804a892a4b931c232b1bec9162";><code>1693a11</code></a>
 Docs: Remove next tag from recipes (closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2277";>#2277</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/d9162761f276fce5fe54bc0a60c7eb9efcd5e249";><code>d916276</code></a>
 Docs: Add default task wrappers to Watching Files examples to make runnable 
(...</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/ea52a927843ff0e84f142f85813572bd5144a656";><code>ea52a92</code></a>
 Docs: Fix syntax error in lastRun API docs (closes <a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2315";>#2315</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/5d81f42f9ddc4aa0a0721057eff8b8e24b65861c";><code>5d81f42</code></a>
 Docs: Fix typo in Explaining Globs (<a 
href="https://github-redirect.dependabot.com/gulpjs/gulp/issues/2326";>#2326</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/ea3bba4fdf9f2b508699f69569d0191b8c5bc10c";><code>ea3bba4</code></a>
 Release: 4.0.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/gulpjs/gulp/compare/v3.9.1...v4.0.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/druid-website-src/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to