dependabot[bot] opened a new pull request #11522:
URL: https://github.com/apache/incubator-superset/pull/11522


   Bumps [core-js](https://github.com/zloirock/core-js) from 3.2.1 to 3.6.5.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/zloirock/core-js/blob/master/CHANGELOG.md";>core-js's 
changelog</a>.</em></p>
   <blockquote>
   <h5>3.6.5 - 2020.04.09</h5>
   <ul>
   <li>Updated Browserlist <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/755";>#755</a></li>
   <li>Fixed <code>setImmediate</code> in Safari <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/770";>#770</a>,
 thanks <a href="https://github.com/dtinth";>@dtinth</a></li>
   <li>Fixed some regexp, thanks <a 
href="https://github.com/scottarc";>@scottarc</a></li>
   <li>Added OPEN_SOURCE_CONTRIBUTOR detection in <code>postinstall</code>, 
thanks <a href="https://github.com/scottarc";>@scottarc</a></li>
   <li>Added Drone CI in <code>postinstall</code> CI detection <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/781";>#781</a></li>
   </ul>
   <h5>3.6.4 - 2020.01.14</h5>
   <ul>
   <li>Prevented a possible almost infinite loop in non-standard 
implementations of some backward iteration array methods</li>
   </ul>
   <h5>3.6.3 - 2020.01.11</h5>
   <ul>
   <li>Fixed replacement of substitutes of undefined capture groups in 
<code>.replace</code> in Safari 13.0-, <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/471";>#471</a>,
 <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/745";>#745</a>,
 thanks <a href="https://github.com/mattclough1";>@mattclough1</a></li>
   <li>Improved compat data for old engines</li>
   </ul>
   <h5>3.6.2 - 2020.01.07</h5>
   <ul>
   <li>Fixed early implementations of <code>Array#{ every, forEach, includes, 
indexOf, lastIndexOf, reduce, reduceRight, slice, some, splice }</code> for the 
usage of <code>ToLength</code></li>
   <li>Added <code>RegExp#exec</code> dependency to methods which depends on 
the correctness of logic of this method (<code>3.6.0-3.6.1</code> issue), <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/741";>#741</a></li>
   <li>Refactored some internals</li>
   </ul>
   <h5>3.6.1 - 2019.12.25</h5>
   <ul>
   <li>Fixed a bug related <code>Symbol</code> with multiple copies of 
<code>core-js</code> (for <code>3.4.2-3.6.0</code>), <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/736";>#736</a></li>
   <li>Refactored some tools</li>
   </ul>
   <h5>3.6.0 - 2019.12.19</h5>
   <ul>
   <li>Added support of sticky (<code>y</code>) <code>RegExp</code> flag, <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/372";>#372</a>,
 <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/732";>#732</a>,
 <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/492";>#492</a>,
 thanks <a href="https://github.com/cvle";>@cvle</a> and <a 
href="https://github.com/nicolo-ribaudo";>@nicolo-ribaudo</a></li>
   <li>Added <code>RegExp#test</code> delegation to <code>RegExp#exec</code>, 
<a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/732";>#732</a>,
 thanks <a href="https://github.com/cvle";>@cvle</a></li>
   <li>Fixed some cases of <code>Object.create(null)</code> in IE8-, <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/727";>#727</a>,
 <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/728";>#728</a>,
 thanks <a href="https://github.com/aleen42";>@aleen42</a></li>
   <li>Allowed object of minimum environment versions as 
<code>core-js-compat</code> and <code>core-js-builder</code> 
<code>targets</code> argument</li>
   <li>Allowed corresponding to Babel <code>targets.esmodules</code>, 
<code>targets.browsers</code>, <code>targets.node</code> options in 
<code>core-js-compat</code> and <code>core-js-builder</code></li>
   <li>Engines in compat data and results of targets parsing sorted 
alphabetically</li>
   <li>Fixed <code>features/instance/match-all</code> entry compat data</li>
   <li>Fixed <code>Array.prototype[@@unscopables]</code> descriptor (was 
writable)</li>
   <li>Added Samsung Internet 11 compat data mapping</li>
   </ul>
   <h5>3.5.0 - 2019.12.12</h5>
   <ul>
   <li>Added <a href="https://github.com/tc39/proposal-object-iteration";>object 
iteratoration stage 1 proposal</a>:
   <ul>
   <li><code>Object.iterateKeys</code></li>
   <li><code>Object.iterateValues</code></li>
   <li><code>Object.iterateEntries</code></li>
   </ul>
   </li>
   </ul>
   <h5>3.4.8 - 2019.12.09</h5>
   <ul>
   <li>Added one more workaround for broken in previous versions 
<code>inspectSource</code> helper, <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/719";>#719</a></li>
   <li>Added Opera Mobile compat data</li>
   <li>Updated Samsung Internet, iOS, old Node and Android compat data 
mapping</li>
   <li><code>es.string.match-all</code> marked as completely supported in 
FF73</li>
   <li>Generate <code>core-js-compat/modules</code> since often we need just 
the list of <code>core-js</code> modules</li>
   </ul>
   <h5>2.6.11 [LEGACY] - 2019.12.09</h5>
   <ul>
   <li>Returned usage of <code>node -e</code> in the <code>postinstall</code> 
scripts for better cross-platform compatibility, <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/582";>#582</a></li>
   <li>Improved CI detection in the <code>postinstall</code> script, <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/707";>#707</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/zloirock/core-js/commit/8586728033f27eeba063d1be3204c46d144a2ff2";><code>8586728</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/804";>#804</a>
 from slowcheetah/3.6.5</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/31cb5dc670b97f82f3aaf5a47053214ae8417830";><code>31cb5dc</code></a>
 3.6.5</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/5e99d98500f5b6aa6a2d1876a53ad42a965820ae";><code>5e99d98</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/803";>#803</a>
 from slowcheetah/revert</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/a6b3f033cdeb63f00bb0fdade5c135043f3ad744";><code>a6b3f03</code></a>
 Revert &quot;3.6.5&quot;</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/78f64eb97563c1c026fe5a44dea56f1e2d782705";><code>78f64eb</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/802";>#802</a>
 from slowcheetah/v3.6.5</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/d73658c600e3fa5db6d22b567cf4f0480e48de8b";><code>d73658c</code></a>
 3.6.5</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/d986c210528e1226b7f1e813856d5329ab04a991";><code>d986c21</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/795";>#795</a>
 from slowcheetah/postinstall</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/5a5cdde837d95706a1f8d24ba8b0c0aa1f5c0577";><code>5a5cdde</code></a>
 Postinstall refactoring</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/afbc45c1599e32010f24e123977925f2c322a67b";><code>afbc45c</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/zloirock/core-js/issues/794";>#794</a>
 from slowcheetah/dron</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/f8dcaa37e6c5398738eeed30df79ed3c8e604079";><code>f8dcaa3</code></a>
 Disable ads on Drone CI</li>
   <li>Additional commits viewable in <a 
href="https://github.com/zloirock/core-js/compare/v3.2.1...v3.6.5";>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/~slowcheetah";>slowcheetah</a>, a new releaser for 
core-js since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=core-js&package-manager=npm_and_yarn&previous-version=3.2.1&new-version=3.6.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   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)
   
   
   </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.

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