Skip to content

Commit

Permalink
Bump uglify-to-browserify from 1.0.2 to 2.1.0 (#19)
Browse files Browse the repository at this point in the history
Bumps
[uglify-to-browserify](https://github.com/ForbesLindesay/uglify-to-browserify)
from 1.0.2 to 2.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ForbesLindesay/uglify-to-browserify/commit/f443a43ed0e24c358d8d4198290086953133acf4"><code>f443a43</code></a>
Release 2.1.0</li>
<li><a
href="https://github.com/ForbesLindesay/uglify-to-browserify/commit/03c6e29b35fb09a836233921343ece6db2a50c11"><code>03c6e29</code></a>
Update uglify-js to the latest version 🚀 (<a
href="https://redirect.github.com/ForbesLindesay/uglify-to-browserify/issues/7">#7</a>)</li>
<li><a
href="https://github.com/ForbesLindesay/uglify-to-browserify/commit/ea06e60969175c486310a56c158ca00af1904239"><code>ea06e60</code></a>
Release 2.0.0</li>
<li><a
href="https://github.com/ForbesLindesay/uglify-to-browserify/commit/49b1378cd7dbcdcbafa8f738bdaf8a8130440921"><code>49b1378</code></a>
work with <code>uglify-js 3.x</code> (<a
href="https://redirect.github.com/ForbesLindesay/uglify-to-browserify/issues/6">#6</a>)</li>
<li><a
href="https://github.com/ForbesLindesay/uglify-to-browserify/commit/1a71dad0a6ec9c1fdf906d9e2d9bfb41959dc444"><code>1a71dad</code></a>
Update dependencies to enable Greenkeeper 🌴 (<a
href="https://redirect.github.com/ForbesLindesay/uglify-to-browserify/issues/4">#4</a>)</li>
<li><a
href="https://github.com/ForbesLindesay/uglify-to-browserify/commit/bbab4ceae27d764ad54a6b38dfe07e2ca00d2c0e"><code>bbab4ce</code></a>
Remove unnecessary hack</li>
<li><a
href="https://github.com/ForbesLindesay/uglify-to-browserify/commit/36c393b611494e3c547e4d8b1a1c263006bbefa8"><code>36c393b</code></a>
Update badges</li>
<li><a
href="https://github.com/ForbesLindesay/uglify-to-browserify/commit/ff918ed8ccc0f448da768266fffa7ed4f23df0c4"><code>ff918ed</code></a>
Use <a href="http://shields.io">http://shields.io</a> for README
badges.</li>
<li>See full diff in <a
href="https://github.com/ForbesLindesay/uglify-to-browserify/compare/1.0.2...2.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uglify-to-browserify&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=2.1.0)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
clcmo authored Sep 18, 2023
2 parents d68f397 + 9de2d9c commit 08e196d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"ua-parser-js": "^1.0.2",
"uc.micro": "^1.0.6",
"uglify-js": "^3.17.4",
"uglify-to-browserify": "^1.0.2",
"uglify-to-browserify": "^2.1.0",
"universalify": "^0.1.2",
"unpipe": "^1.0.0",
"utils-merge": "^1.0.1",
Expand Down

0 comments on commit 08e196d

Please sign in to comment.