Skip to content

Commit 85a6318

Browse files
Merge #594
594: Bump uglify-js from 3.15.3 to 3.15.5 r=bidoubiwa a=dependabot[bot] Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.15.3 to 3.15.5. <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.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> <h2>v3.15.4</h2> <h3>Features</h3> <ul> <li>ensure <code>keep_fnames</code> on <code>function</code> literals assigned to variables (8922f08fbf9719393d999eb148247f8968dc66af)</li> <li>workaround quirk on Chrome v100 (36718948be7904a2e5f6acb0d30ebb607f478a06)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>class</code> literal (a8e040b133a642a461ea5043b3b489daad1a79be, c624b437394e0ba909a6cd9c3c4066bdd0240a30)</li> <li>comma operator (8922f08fbf9719393d999eb148247f8968dc66af)</li> <li>default parameter (ccd77d70db38a48fffde0f42c0f2285926ee407d)</li> <li>destructuring syntax (d75a946707f6f721b69d046f607426d5a3c6f8db)</li> <li><code>for...in</code> loop (01b84074d73a855c374e6ef66f9ce376c61e0e1c)</li> <li><code>function</code> literal (998c9792dab292545162cd33d79e27aafe35f6c2)</li> <li>labeled statement (224c91b6c1bea47e152c31994247e119089b92ae)</li> <li>object method (a8e040b133a642a461ea5043b3b489daad1a79be)</li> <li>rest parameter (15a4074d1a42a90b42ddba3a1f8f3c5cb35af275)</li> <li>spread syntax (46570a4eb6a7251035fd70ec8ebb4402c7a945a9)</li> <li><code>var</code> statement (fb5e08e4ec58c227161214f8836191009786f5cd, 21bd4c4a9dfd230ebbf37d646a59e1ee826ddd96)</li> <li><code>yield</code> keyword (5e30f3a48b2b79c03a32369868447813fe1fddce)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mishoo/UglifyJS/commit/a9ef659bcb1d26a8c5b177bdf1bbfce3e7d7da33"><code>a9ef659</code></a> v3.15.5</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/35c2149dbd77ac3ed2a58b644a81102abbe0e800"><code>35c2149</code></a> fix corner case in <code>merge_vars</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5437">#5437</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/89a35f9fcd3587ee52417458326e2ae398708008"><code>89a35f9</code></a> fix corner case in <code>reduce_vars</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5435">#5435</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/1a4e99dc2d428f644156acd6a14617507948f8c0"><code>1a4e99d</code></a> avoid v8 quirks in <code>ufuzz</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5431">#5431</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/cb870f6fd68460384520f0da6ef311be9b4c86ea"><code>cb870f6</code></a> document v8 quirks (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5430">#5430</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/a0c0c294c5c85ada60252c74298e8780d9feb135"><code>a0c0c29</code></a> fix corner case in <code>assignments</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5426">#5426</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/fbdb7eeda36aa07a0e2c20b03748a814d3730767"><code>fbdb7ee</code></a> fix corner case in <code>merge_vars</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5424">#5424</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/1bc0fccc8cb24ad9b07de6043a137ca1f9bd4bea"><code>1bc0fcc</code></a> improve <code>ufuzz</code> resilience (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5422">#5422</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/20252c6483ae8a0c404250dbe8b07713002fae57"><code>20252c6</code></a> fix corner case in <code>merge_vars</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5421">#5421</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/e396912ea2a4ca825449ea458e42a9daad448807"><code>e396912</code></a> suppress false positives with <code>export</code> &amp; <code>import</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5418">#5418</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mishoo/UglifyJS/compare/v3.15.3...v3.15.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uglify-js&package-manager=npm_and_yarn&previous-version=3.15.3&new-version=3.15.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 0eaedb5 + 7f488f6 commit 85a6318

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"pretty-bytes-cli": "^2.0.0",
6060
"sass": "^1.51.0",
6161
"sinon": "^14.0.0",
62-
"uglify-js": "^3.15.3",
62+
"uglify-js": "^3.15.5",
6363
"webpack": "^5.72.1",
6464
"webpack-cli": "^4.9.2"
6565
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7665,10 +7665,10 @@ typedarray-to-buffer@^3.1.5:
76657665
dependencies:
76667666
is-typedarray "^1.0.0"
76677667

7668-
uglify-js@^3.15.3:
7669-
version "3.15.3"
7670-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.15.3.tgz#9aa82ca22419ba4c0137642ba0df800cb06e0471"
7671-
integrity sha512-6iCVm2omGJbsu3JWac+p6kUiOpg3wFO2f8lIXjfEb8RrmLjzog1wTPMmwKB7swfzzqxj9YM+sGUM++u1qN4qJg==
7668+
uglify-js@^3.15.5:
7669+
version "3.15.5"
7670+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.15.5.tgz#2b10f9e0bfb3f5c15a8e8404393b6361eaeb33b3"
7671+
integrity sha512-hNM5q5GbBRB5xB+PMqVRcgYe4c8jbyZ1pzZhS6jbq54/4F2gFK869ZheiE5A8/t+W5jtTNpWef/5Q9zk639FNQ==
76727672

76737673
unbox-primitive@^1.0.1:
76747674
version "1.0.1"

0 commit comments

Comments
 (0)