dependabot[bot] opened a new pull request, #516: URL: https://github.com/apache/ofbiz-framework/pull/516
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.15.4 to 3.16.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mishoo/UglifyJS/releases">uglify-js's releases</a>.</em></p> <blockquote> <h2>v3.16.1</h2> <h3>Features</h3> <ul> <li>support top-level <code>await</code> via <code>--module</code> (d2bd0d1c1c0ca5d837aeec5f7253a84bc8f333e2, 0c7b016fa780725c3ef7ae6ed157afe6b5a90f07)</li> <li>support <code>class static</code> initialization block (88b4283200fedeb436d34e2be1d72c9eb99408d5, 00665766daeddeee78b1c904b3634679a2305ccc, 4382bfe848f36165459b59ddcb605976c0055187)</li> <li>discard all unused <code>in</code> & <code>instanceof</code> expressions via <code>unsafe_comps</code> (5d695452991ff356f2886035ebb5fe1d342aa749)</li> <li>improve detection of unreferenced <code>class</code> & <code>function</code> (b6f250f5c96be2143df0091a967e84c3af5b45ba)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>__proto__</code> accessor (123f9cf9878a8f4533a5cf2b95bd01dd2c8120a0)</li> <li>arrow function (44e5e99aaec5be47f4b06bbfa3edc654782ca6d8)</li> <li>assignment operator (99946a399373af282540df4d5e796ad91991cc93)</li> <li><code>await</code> operator (be53c4838b407d3edd61be11ba5f7af3d843f97b)</li> <li><code>class</code> literal (25017978e79fa3080b247d4af4107f6068385557, 053cb27fe33ef6fed6c2d109f6602a2434fac3f1)</li> <li><code>instanceof</code> operator (139fad0c0577218cdf48a554249002534940b8e1)</li> </ul> <h2>v3.16.0</h2> <h3>Features</h3> <ul> <li>support handling of ES modules (c82fc1ef717309059b24eda00b236c7b662251c3)</li> <li>improve handling of input with mixed sloppy/strict modes (e31bbe329a55adbdd37a953597e297c0da279f07, 2152f00de213f56c5c3e92ff6b0c74c2e1f21726)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>async</code> function (27aa85f84bc634430d76f54b9acedbb0b5c3ea57, 3c9e1693d555ac858ead6ed6966d186d8816a3c5)</li> <li><code>class</code> literal (c2ca7b76595cffc453ce840df515f2064edbdca5, ad3a331ca3ebb27724e56b30caff5e9dd1af7675)</li> <li>default parameter (f70462aeb2db30d8b6ba800de67e0b33f2f4a9b2, 27727e692612bdd88e9b74aa16a506f1c5a92496, d4caa97b88f1de4850dfa10b0b53ed4fcaa903a9, 740f93f5a96cccb7bd26069710a925115b599ef0, a025392a3060e781eb5738b2e659f01e6548ca4e)</li> <li>destructuring syntax (33c9c48318c7598d3be646534ded2061dbd6121c, a025392a3060e781eb5738b2e659f01e6548ca4e)</li> <li><code>export</code> statement (fc6a66836ad1b59dc0c109a3414320b66075b8bf)</li> <li>generator function (27aa85f84bc634430d76f54b9acedbb0b5c3ea57)</li> <li>immediately invoked function expression (63f16e4616099752fdf6e16aa25dfb2b9dcea3d0)</li> <li>labeled statement (ad5f5ef2a353d12792c76fcee91e36776ec5f658)</li> <li>lexical declaration (8bc03dc6c47e987815e062abf86508582d7e5de7)</li> <li>logical operator (59b23b8c1367c99bc75190f8cd26147941670c4f)</li> <li>object literal (7db2ada880773d72ab585498454d26bcfbee4588)</li> <li><code>return</code> statement (94aae05d4503aea1284905058e31451db76ecebd, 3c9e1693d555ac858ead6ed6966d186d8816a3c5)</li> </ul> <h2>v3.15.5</h2> <h3>Bug Fixes</h3> <ul> <li><code>arguments</code> object (5ebfa78f5610774e393631eea4d11d76d32710cb)</li> <li>arrow function (950609f5788d4e5ed1480b45045f9c73179d3301)</li> <li>assignment operator (a0c0c294c5c85ada60252c74298e8780d9feb135, 89a35f9fcd3587ee52417458326e2ae398708008)</li> <li>class literal (35c2149dbd77ac3ed2a58b644a81102abbe0e800)</li> <li>immediately invoked function expression (fbdb7eeda36aa07a0e2c20b03748a814d3730767)</li> <li><code>try</code> statement (20252c6483ae8a0c404250dbe8b07713002fae57)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mishoo/UglifyJS/commit/74e36e4456ac162e070d9ea29fdc9ab94d0a3804"><code>74e36e4</code></a> v3.16.1</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/4382bfe848f36165459b59ddcb605976c0055187"><code>4382bfe</code></a> fix corner case in <code>collapse_vars</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5513">#5513</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/b6f250f5c96be2143df0091a967e84c3af5b45ba"><code>b6f250f</code></a> enhance <code>unused</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5511">#5511</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/5d695452991ff356f2886035ebb5fe1d342aa749"><code>5d69545</code></a> enhance <code>unsafe_comps</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5510">#5510</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/139fad0c0577218cdf48a554249002534940b8e1"><code>139fad0</code></a> fix corner cases with <code>instanceof</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5509">#5509</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/99946a399373af282540df4d5e796ad91991cc93"><code>99946a3</code></a> fix corner case in <code>dead_code</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5507">#5507</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/053cb27fe33ef6fed6c2d109f6602a2434fac3f1"><code>053cb27</code></a> fix corner case in <code>collapse_vars</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5505">#5505</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/25017978e79fa3080b247d4af4107f6068385557"><code>2501797</code></a> fix corner case in <code>collapse_vars</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5503">#5503</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/f749863cb2f670010bb36d1ebf3c7bc90079d1a0"><code>f749863</code></a> document ECMAScript quirks (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5501">#5501</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/123f9cf9878a8f4533a5cf2b95bd01dd2c8120a0"><code>123f9cf</code></a> fix corner case in <code>hoist_props</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5499">#5499</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mishoo/UglifyJS/compare/v3.15.4...v3.16.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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. To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org